-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathVCLFixed.dfm
More file actions
45 lines (45 loc) · 906 Bytes
/
VCLFixed.dfm
File metadata and controls
45 lines (45 loc) · 906 Bytes
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
object frmSample: TfrmSample
Left = 0
Top = 0
Caption = 'QC15408'
ClientHeight = 146
ClientWidth = 312
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
ShowHint = True
TextHeight = 15
object Button1: TButton
Left = 24
Top = 24
Width = 75
Height = 25
Hint = 'Hint is enabled when button is disabled.'
Caption = 'Button'
Enabled = False
TabOrder = 0
end
object Edit1: TEdit
Left = 128
Top = 25
Width = 121
Height = 23
Hint = 'Hint enabled'
Enabled = False
TabOrder = 1
Text = 'Edit1'
end
object Button2: TButton
Left = 24
Top = 72
Width = 75
Height = 25
Caption = 'Hello World'
TabOrder = 2
OnClick = Button2Click
end
end