aboutsummaryrefslogtreecommitdiff
path: root/Source/fscopyunit.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'Source/fscopyunit.dfm')
-rw-r--r--Source/fscopyunit.dfm26
1 files changed, 26 insertions, 0 deletions
diff --git a/Source/fscopyunit.dfm b/Source/fscopyunit.dfm
new file mode 100644
index 0000000..922152d
--- /dev/null
+++ b/Source/fscopyunit.dfm
@@ -0,0 +1,26 @@
+object fscopy: Tfscopy
+ Left = 231
+ Top = 103
+ Width = 257
+ Height = 93
+ Caption = 'fscopy'
+ Color = clBtnFace
+ Font.Charset = DEFAULT_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -11
+ Font.Name = 'MS Sans Serif'
+ Font.Style = []
+ OldCreateOrder = False
+ WindowState = wsMinimized
+ OnClose = FormClose
+ OnCreate = FormCreate
+ PixelsPerInch = 96
+ TextHeight = 13
+ object copypsh: TC2PhotoShopHost
+ SerialNumber = 0
+ BackColor = clBlack
+ ForeColor = clBlack
+ Left = 8
+ Top = 8
+ end
+end