-
Notifications
You must be signed in to change notification settings - Fork 3
/
unit1.lfm
51 lines (51 loc) · 930 Bytes
/
unit1.lfm
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
object Form1: TForm1
Left = 368
Height = 308
Top = 148
Width = 698
Caption = 'Form1'
ClientHeight = 308
ClientWidth = 698
LCLVersion = '2.2.0.4'
object Button1: TButton
Left = 16
Height = 40
Top = 16
Width = 127
Caption = 'Create Archive'
OnClick = Button1Click
TabOrder = 0
end
object Memo1: TMemo
Left = 152
Height = 262
Top = 16
Width = 526
Lines.Strings = (
'Memo1'
)
TabOrder = 1
end
object Button2: TButton
Left = 16
Height = 41
Top = 64
Width = 127
Caption = 'Open Archive'
OnClick = Button2Click
TabOrder = 2
end
object Button4: TButton
Left = 16
Height = 41
Top = 112
Width = 128
Caption = 'Extract Archive'
OnClick = Button4Click
TabOrder = 3
end
object OpenDialog1: TOpenDialog
Left = 48
Top = 176
end
end