-
Notifications
You must be signed in to change notification settings - Fork 3
/
UDialog.lfm
78 lines (78 loc) · 1.34 KB
/
UDialog.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
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
object fUDialog: TfUDialog
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'fUDialog'
ClientHeight = 165
ClientWidth = 410
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
Position = poMainFormCenter
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
object lblMsg: TLabel
Left = 8
Top = 8
Width = 394
Height = 103
AutoSize = False
Caption = 'lblMsg'
WordWrap = True
end
object cmdB1: TButton
Tag = 1
Left = 8
Top = 124
Width = 74
Height = 33
Caption = 'cmdB1'
TabOrder = 0
OnClick = cmdBClick
end
object cmdB2: TButton
Tag = 2
Left = 88
Top = 124
Width = 74
Height = 33
Caption = 'cmdB2'
TabOrder = 1
OnClick = cmdBClick
end
object cmdB3: TButton
Tag = 3
Left = 168
Top = 124
Width = 74
Height = 33
Caption = 'cmdB3'
TabOrder = 2
OnClick = cmdBClick
end
object cmdB4: TButton
Tag = 4
Left = 248
Top = 124
Width = 74
Height = 33
Caption = 'cmdB4'
TabOrder = 3
OnClick = cmdBClick
end
object cmdB5: TButton
Tag = 5
Left = 328
Top = 124
Width = 74
Height = 33
Caption = 'cmdB5'
TabOrder = 4
OnClick = cmdBClick
end
end