aboutsummaryrefslogtreecommitdiff
path: root/Source/fscopyunit.dfm
blob: 922152ddc908c8b92b2835aa44394ba954aff285 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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