-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMain.View.pas.dfm
More file actions
97 lines (97 loc) · 2.08 KB
/
Main.View.pas.dfm
File metadata and controls
97 lines (97 loc) · 2.08 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
object MainView: TMainView
Left = 0
Top = 0
BorderStyle = bsSingle
Caption = 'MainView'
ClientHeight = 185
ClientWidth = 863
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Bahnschrift SemiLight SemiConde'
Font.Style = []
Font.Quality = fqClearTypeNatural
TextHeight = 21
object Lbl_TagThread: TLabel
Left = 248
Top = 49
Width = 92
Height = 21
Caption = 'Lbl_TagThread'
end
object Lbl_TagTimer: TLabel
Left = 248
Top = 107
Width = 85
Height = 21
Caption = 'Lbl_TagTimer'
end
object Btn_StartStop: TButton
Left = 24
Top = 24
Width = 161
Height = 49
Cursor = crHandPoint
Caption = 'Start Thread Timer'
TabOrder = 0
OnClick = Btn_StartStop_Click
end
object Pnl_Status: TPanel
Left = 0
Top = 155
Width = 863
Height = 30
Align = alBottom
Alignment = taLeftJustify
BevelOuter = bvNone
TabOrder = 1
ExplicitTop = 126
ExplicitWidth = 861
end
object Btn_StartDelphiTimer: TButton
Left = 24
Top = 88
Width = 161
Height = 49
Cursor = crHandPoint
Caption = 'Start Delphi Timer'
TabOrder = 2
OnClick = Btn_StartDelphiTimer_Click
end
object Btn_ChangeInterval: TButton
Left = 191
Top = 2
Width = 177
Height = 41
Caption = 'set interval to half Sec'
Enabled = False
TabOrder = 3
OnClick = Btn_ChangeIntervalClick
end
object Memo_Log: TMemo
Left = 391
Top = 8
Width = 464
Height = 148
Color = 8076862
Font.Charset = DEFAULT_CHARSET
Font.Color = clLime
Font.Height = -17
Font.Name = 'Bahnschrift SemiLight SemiConde'
Font.Style = []
Font.Quality = fqClearTypeNatural
Lines.Strings = (
'Exception Log:')
ParentFont = False
ScrollBars = ssVertical
TabOrder = 4
end
object Timer_1: TTimer
Enabled = False
Interval = 3000
OnTimer = Timer_1Timer
Left = 216
Top = 96
end
end