-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathTESVT_Colab.dfm
More file actions
98 lines (98 loc) · 2.04 KB
/
TESVT_Colab.dfm
File metadata and controls
98 lines (98 loc) · 2.04 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
98
object FormColabId: TFormColabId
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsDialog
Caption = 'FormColabId'
ClientHeight = 458
ClientWidth = 331
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 331
Height = 458
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
Caption = 'Panel1'
TabOrder = 0
ExplicitLeft = 144
ExplicitTop = 144
ExplicitWidth = 185
ExplicitHeight = 41
object Label1: TLabel
Left = 5
Top = 370
Width = 321
Height = 55
Align = alTop
AutoSize = False
WordWrap = True
ExplicitWidth = 324
end
object Label2: TLabel
Left = 5
Top = 5
Width = 321
Height = 35
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Align = alTop
AutoSize = False
Caption = 'lbl_Info_colabcomment2'
WordWrap = True
ExplicitLeft = 10
ExplicitTop = 8
ExplicitWidth = 318
end
object Button1: TButton
Left = 251
Top = 425
Width = 75
Height = 28
Align = alRight
Cancel = True
Caption = 'Cancel'
Default = True
ModalResult = 2
TabOrder = 0
ExplicitLeft = 243
ExplicitTop = 422
ExplicitHeight = 25
end
object ButtonGroup1: TButtonGroup
Left = 5
Top = 40
Width = 321
Height = 330
Hint = 'Test'
Align = alTop
BevelInner = bvLowered
BevelOuter = bvNone
BorderStyle = bsNone
ButtonHeight = 30
ButtonWidth = 40
Images = Form1.ImageList1
Items = <>
TabOrder = 1
OnHotButton = ButtonGroup1HotButton
OnMouseDown = ButtonGroup1MouseDown
ExplicitLeft = 6
ExplicitTop = 49
ExplicitWidth = 320
end
end
end