-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDummyUnit1.dfm
77 lines (77 loc) · 1.49 KB
/
DummyUnit1.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
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 235
ClientWidth = 475
Color = clSkyBlue
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
DesignSize = (
475
235)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 211
Height = 23
Caption = 'Dummy Project Version 2'
Color = clSkyBlue
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 37
Width = 459
Height = 163
Alignment = taCenter
Anchors = []
AutoSize = False
Caption = '0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -48
Font.Name = 'Source Code Variable'
Font.Style = []
ParentFont = False
Layout = tlCenter
end
object Button1: TButton
Left = 392
Top = 203
Width = 75
Height = 24
Anchors = [akRight, akBottom]
Caption = 'Exit'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 392
Top = 6
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Update'
TabOrder = 1
OnClick = Button2Click
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 344
Top = 48
end
end