-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathformexportpatch.lfm
More file actions
64 lines (64 loc) · 1.25 KB
/
formexportpatch.lfm
File metadata and controls
64 lines (64 loc) · 1.25 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
object FormExportPatch: TFormExportPatch
Left = 347
Height = 569
Top = 169
Width = 413
Caption = 'Export patch...'
ClientHeight = 569
ClientWidth = 413
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '2.0.10.0'
object GroupBox1: TGroupBox
Left = 0
Height = 530
Top = 0
Width = 413
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
TabOrder = 0
end
object Button1: TButton
Left = 325
Height = 25
Top = 538
Width = 75
Anchors = [akRight, akBottom]
Caption = 'OK'
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 237
Height = 25
Top = 538
Width = 75
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object BtnSelectAll: TButton
Left = 8
Height = 25
Top = 538
Width = 92
Anchors = [akRight, akBottom]
Caption = 'Select all'
OnClick = BtnSelectAllClick
TabOrder = 3
end
object BtnDeselectAll: TButton
Left = 112
Height = 25
Top = 538
Width = 92
Anchors = [akRight, akBottom]
Caption = 'Deselect all'
OnClick = BtnDeselectAllClick
TabOrder = 4
end
end