-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdlgCreateMacIcon.lfm
More file actions
75 lines (75 loc) · 1.6 KB
/
dlgCreateMacIcon.lfm
File metadata and controls
75 lines (75 loc) · 1.6 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
70
71
72
73
74
75
object frmCreateMacIcon: TfrmCreateMacIcon
Left = 530
Height = 457
Top = 198
Width = 313
BorderStyle = bsToolWindow
ClientHeight = 457
ClientWidth = 313
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.1'
object bOK: TButton
Left = 153
Height = 25
Top = 424
Width = 72
Default = True
OnClick = bOKClick
TabOrder = 0
end
object bCancel: TButton
Left = 233
Height = 25
Top = 424
Width = 72
Cancel = True
ModalResult = 2
TabOrder = 1
end
object bAll: TButton
Tag = 1
Left = 168
Height = 25
Top = 392
Width = 64
OnClick = bAllNoneClick
TabOrder = 2
end
object bNone: TButton
Left = 240
Height = 25
Top = 392
Width = 64
OnClick = bAllNoneClick
TabOrder = 3
end
object cgFormats: TCheckGroup
Left = 9
Height = 376
Top = 8
Width = 295
AutoFill = True
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
TabOrder = 4
end
object bReset: TButton
Left = 96
Height = 25
Top = 392
Width = 65
OnClick = bResetClick
TabOrder = 5
end
end