-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathunit1.lfm
More file actions
117 lines (117 loc) · 2.21 KB
/
unit1.lfm
File metadata and controls
117 lines (117 loc) · 2.21 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
object Form1: TForm1
Left = 347
Height = 477
Top = 109
Width = 451
Caption = 'Form1'
ClientHeight = 477
ClientWidth = 451
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '2.3.0.0'
object Button1: TButton
Left = 8
Height = 25
Top = 40
Width = 432
Anchors = [akTop, akLeft, akRight]
Caption = 'Set atomic cd root folder'
OnClick = Button1Click
TabOrder = 1
end
object Button2: TButton
Left = 8
Height = 25
Top = 439
Width = 432
Anchors = [akLeft, akRight, akBottom]
Caption = 'Close'
OnClick = Button2Click
TabOrder = 6
end
object Label1: TLabel
Left = 16
Height = 15
Top = 72
Width = 34
Caption = 'Label1'
end
object Button3: TButton
Left = 365
Height = 25
Top = 8
Width = 75
Anchors = [akTop, akRight]
Caption = 'help'
OnClick = Button3Click
TabOrder = 0
end
object Button4: TButton
Left = 8
Height = 25
Top = 96
Width = 432
Anchors = [akTop, akLeft, akRight]
Caption = 'set fpc atomic folder'
OnClick = Button4Click
TabOrder = 2
end
object Label2: TLabel
Left = 16
Height = 15
Top = 128
Width = 34
Caption = 'Label2'
end
object Label3: TLabel
Left = 8
Height = 15
Top = 160
Width = 76
Caption = 'extraction log:'
end
object Memo1: TMemo
Left = 8
Height = 224
Top = 176
Width = 432
Anchors = [akTop, akLeft, akRight, akBottom]
Lines.Strings = (
'Memo1'
)
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 4
WordWrap = False
end
object Button5: TButton
Left = 8
Height = 25
Top = 408
Width = 432
Anchors = [akLeft, akRight, akBottom]
Caption = 'Start extraction'
OnClick = Button5Click
TabOrder = 5
end
object Button6: TButton
Left = 264
Height = 25
Top = 144
Width = 176
Anchors = [akTop, akRight]
Caption = 'ani job creator'
OnClick = Button6Click
TabOrder = 3
end
object IniPropStorage1: TIniPropStorage
StoredValues = <>
Left = 56
Top = 8
end
object SelectDirectoryDialog1: TSelectDirectoryDialog
Left = 360
Top = 8
end
end