forked from MGuffin/xTranslator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTESVT_ColabFilter.dfm
More file actions
122 lines (122 loc) · 2.45 KB
/
TESVT_ColabFilter.dfm
File metadata and controls
122 lines (122 loc) · 2.45 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
object FormColabFilter: TFormColabFilter
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsDialog
Caption = 'FormColabFilter'
ClientHeight = 464
ClientWidth = 343
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 = 343
Height = 464
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
Caption = 'Panel1'
TabOrder = 0
ExplicitWidth = 338
object Label2: TLabel
Left = 5
Top = 5
Width = 333
Height = 36
Align = alTop
AutoSize = False
Caption = 'lbl_Info_colabcomment1'
WordWrap = True
ExplicitLeft = 8
ExplicitTop = 8
ExplicitWidth = 318
end
object Label1: TLabel
Left = 5
Top = 371
Width = 333
Height = 31
Align = alTop
AutoSize = False
WordWrap = True
ExplicitLeft = 8
ExplicitTop = 386
ExplicitWidth = 318
end
object Button3: TButton
Left = 8
Top = 431
Width = 73
Height = 25
Caption = 'Reset'
TabOrder = 0
OnClick = Button3Click
end
object Button4: TButton
Left = 89
Top = 431
Width = 24
Height = 25
Caption = '+'
TabOrder = 1
OnClick = Button4Click
end
object Button5: TButton
Left = 119
Top = 431
Width = 26
Height = 25
Caption = '-'
TabOrder = 2
OnClick = Button5Click
end
object Button1: TButton
Left = 174
Top = 431
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object Button2: TButton
Left = 255
Top = 431
Width = 75
Height = 25
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 4
end
object ButtonGroup1: TButtonGroup
Left = 5
Top = 41
Width = 333
Height = 330
Align = alTop
BevelInner = bvLowered
BevelOuter = bvNone
BorderStyle = bsNone
ButtonHeight = 30
ButtonWidth = 40
Images = Form1.ImageList1
Items = <>
TabOrder = 5
OnHotButton = ButtonGroup1HotButton
OnMouseDown = ButtonGroup1MouseDown
ExplicitWidth = 328
end
end
end