-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.dfm
90 lines (90 loc) · 1.52 KB
/
Main.dfm
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
object Form1: TForm1
Left = 238
Top = 181
AutoSize = True
Caption = 'Form1'
ClientHeight = 494
ClientWidth = 521
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 200
Top = 152
Width = 321
Height = 321
end
object Image2: TImage
Left = 8
Top = 0
Width = 512
Height = 145
end
object Button1: TButton
Left = 312
Top = 288
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
Visible = False
end
object Button2: TButton
Left = 240
Top = 352
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 1
Visible = False
end
object Button3: TButton
Left = 392
Top = 312
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 2
Visible = False
end
object Button4: TButton
Left = 312
Top = 336
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 3
Visible = False
end
object Memo1: TMemo
Left = 8
Top = 152
Width = 185
Height = 321
Lines.Strings = (
'Memo1')
TabOrder = 4
end
object StatusBar1: TStatusBar
Left = 0
Top = 475
Width = 521
Height = 19
Panels = <>
SimplePanel = True
end
object Timer2: TTimer
Enabled = False
Interval = 2000
OnTimer = Timer2Timer
Left = 304
Top = 232
end
end