-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.dfm
More file actions
69 lines (69 loc) · 1.51 KB
/
main.dfm
File metadata and controls
69 lines (69 loc) · 1.51 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'CoPiSave'
ClientHeight = 95
ClientWidth = 298
Color = clBtnFace
Constraints.MaxHeight = 134
Constraints.MinHeight = 134
Constraints.MinWidth = 314
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Consolas'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDblClick = FormDblClick
OnDestroy = FormDestroy
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 298
Height = 95
Align = alClient
BevelOuter = bvNone
TabOrder = 0
OnDblClick = FormDblClick
ExplicitHeight = 89
object PathOut: TLabeledEdit
Left = 8
Top = 16
Width = 281
Height = 21
EditLabel.Width = 282
EditLabel.Height = 13
EditLabel.Caption = 'Auto save image in clipboard to: (double-click)'
TabOrder = 0
OnChange = EditChange
OnDblClick = PathOutDblClick
end
object EditSuffix: TLabeledEdit
Left = 8
Top = 64
Width = 281
Height = 21
EditLabel.Width = 36
EditLabel.Height = 13
EditLabel.Caption = 'Suffix'
TabOrder = 1
OnChange = EditChange
end
end
object fod: TFileOpenDialog
FavoriteLinks = <>
FileTypes = <>
Options = [fdoPickFolders]
Left = 16
end
object TrayIcon1: TTrayIcon
Visible = True
OnDblClick = TrayIcon1DblClick
Left = 56
end
end