-
Notifications
You must be signed in to change notification settings - Fork 11
/
YOTM.Form.SelectLabels.dfm
285 lines (285 loc) · 7.26 KB
/
YOTM.Form.SelectLabels.dfm
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
inherited FormSelectLabels: TFormSelectLabels
Caption = 'FormSelectLabels'
ClientHeight = 437
ClientWidth = 283
StyleElements = []
OnDestroy = FormDestroy
ExplicitWidth = 283
ExplicitHeight = 437
PixelsPerInch = 96
TextHeight = 19
inherited DragBarTop: TDragPanel
Width = 279
ExplicitWidth = 279
inherited LabelCaption: TLabel
Width = 45
Caption = #1052#1077#1090#1082#1080
ExplicitWidth = 45
end
inherited ButtonFlatClose: TButtonFlat
Left = 254
ExplicitLeft = 254
end
end
inherited PanelBottom: TPanel
Top = 400
Width = 279
StyleElements = []
ExplicitTop = 400
ExplicitWidth = 279
inherited ButtonFlatCancel: TButtonFlat
Left = 179
ExplicitLeft = 179
end
inherited ButtonFlatOK: TButtonFlat
Left = 77
ExplicitLeft = 77
end
end
object TableExLabels: TTableEx
Left = 2
Top = 69
Width = 279
Height = 331
Margins.Left = 20
Margins.Top = 0
Margins.Right = 20
Margins.Bottom = 10
Align = alClient
BorderStyle = bsNone
Color = 3684408
DefaultRowHeight = 40
Font.Charset = DEFAULT_CHARSET
Font.Color = 15921906
Font.Height = -15
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
OnDrawCellData = TableExLabelsDrawCellData
ItemIndex = -1
OnItemColClick = TableExLabelsItemColClick
GetData = TableExLabelsGetData
Columns = <
item
Width = 32
MinWidth = 32
AsButton = True
end
item
Caption = #1062#1074#1077#1090
Width = 38
MinWidth = 38
end
item
Caption = #1052#1077#1090#1082#1072
Width = 151
FormatColumns = [tfSingleLine, tfVerticalCenter]
MinWidth = 90
end>
ShowScrollBar = False
CanNoSelect = False
VisibleEdit = False
ItemCount = 1
LineColor = 3684408
LineColorXor = 4079166
LineHotColor = 4934475
LineSelColor = 2763306
ColumnsColor = 3684408
FontHotLine.Charset = DEFAULT_CHARSET
FontHotLine.Color = 15921906
FontHotLine.Height = -15
FontHotLine.Name = 'Tahoma'
FontHotLine.Style = []
FontLine.Charset = DEFAULT_CHARSET
FontLine.Color = 15921906
FontLine.Height = -15
FontLine.Name = 'Tahoma'
FontLine.Style = []
FontSelLine.Charset = DEFAULT_CHARSET
FontSelLine.Color = 15921906
FontSelLine.Height = -15
FontSelLine.Name = 'Tahoma'
FontSelLine.Style = []
ShowColumns = False
ColumnsFont.Charset = DEFAULT_CHARSET
ColumnsFont.Color = clWhite
ColumnsFont.Height = -15
ColumnsFont.Name = 'Tahoma'
ColumnsFont.Style = []
DrawColumnBorded = False
CanClickToUnfocused = True
end
object PanelTaskAdd: TPanel
Left = 2
Top = 29
Width = 279
Height = 40
Margins.Left = 20
Margins.Top = 10
Margins.Right = 20
Margins.Bottom = 0
Align = alTop
BevelOuter = bvNone
Color = 3684408
ParentBackground = False
TabOrder = 3
StyleElements = []
object EditNewLabel: TEdit
AlignWithMargins = True
Left = 3
Top = 3
Width = 159
Height = 34
Align = alClient
BevelInner = bvNone
BevelKind = bkTile
BevelOuter = bvSpace
BevelWidth = 6
BorderStyle = bsNone
Color = 3684408
Font.Charset = DEFAULT_CHARSET
Font.Color = 15921906
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
TextHint = #1044#1086#1073#1072#1074#1080#1090#1100' '#1084#1077#1090#1082#1091'...'
StyleElements = []
end
object ButtonFlatNewLabel: TButtonFlat
AlignWithMargins = True
Left = 205
Top = 3
Width = 34
Height = 34
Margins.Left = 0
Align = alRight
Caption = ''
ColorNormal = clGray
ColorOver = 6381921
ColorPressed = 3815994
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
FontOver.Charset = DEFAULT_CHARSET
FontOver.Color = clWhite
FontOver.Height = -13
FontOver.Name = 'Tahoma'
FontOver.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWhite
FontDown.Height = -13
FontDown.Name = 'Tahoma'
FontDown.Style = []
IgnorBounds = True
ImageIndentLeft = 4
ImageIndex = 11
Images = FormMain.ImageList24
OnClick = ButtonFlatNewLabelClick
RoundRectParam = 0
ShowFocusRect = False
TabOrder = 1
TabStop = True
TextFormat = [tfCenter, tfSingleLine, tfVerticalCenter]
SubTextFont.Charset = DEFAULT_CHARSET
SubTextFont.Color = clWhite
SubTextFont.Height = -13
SubTextFont.Name = 'Tahoma'
SubTextFont.Style = []
end
object ButtonFlatLabelColor: TButtonFlat
AlignWithMargins = True
Left = 168
Top = 3
Width = 34
Height = 34
Align = alRight
Caption = ''
ColorNormal = 4694832
ColorOver = 6381921
ColorPressed = 3815994
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
FontOver.Charset = DEFAULT_CHARSET
FontOver.Color = clWhite
FontOver.Height = -13
FontOver.Name = 'Tahoma'
FontOver.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWhite
FontDown.Height = -13
FontDown.Name = 'Tahoma'
FontDown.Style = []
IgnorBounds = True
ImageIndentLeft = 4
ImageIndex = 13
Images = FormMain.ImageList24
OnClick = ButtonFlatLabelColorClick
RoundRectParam = 0
ShowFocusRect = False
TabOrder = 2
TabStop = True
TextFormat = [tfCenter, tfSingleLine, tfVerticalCenter]
SubTextFont.Charset = DEFAULT_CHARSET
SubTextFont.Color = clWhite
SubTextFont.Height = -13
SubTextFont.Name = 'Tahoma'
SubTextFont.Style = []
end
object ButtonFlatDelete: TButtonFlat
AlignWithMargins = True
Left = 242
Top = 3
Width = 34
Height = 34
Margins.Left = 0
Align = alRight
Caption = ''
ColorNormal = clGray
ColorOver = 6381921
ColorPressed = 3815994
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
FontOver.Charset = DEFAULT_CHARSET
FontOver.Color = clWhite
FontOver.Height = -13
FontOver.Name = 'Tahoma'
FontOver.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWhite
FontDown.Height = -13
FontDown.Name = 'Tahoma'
FontDown.Style = []
IgnorBounds = True
ImageIndentLeft = 4
ImageIndex = 7
Images = FormMain.ImageList24
OnClick = ButtonFlatDeleteClick
RoundRectParam = 0
ShowFocusRect = False
TabOrder = 3
TabStop = True
TextFormat = [tfCenter, tfSingleLine, tfVerticalCenter]
SubTextFont.Charset = DEFAULT_CHARSET
SubTextFont.Color = clWhite
SubTextFont.Height = -13
SubTextFont.Name = 'Tahoma'
SubTextFont.Style = []
end
end
object ColorDialog: TColorDialog
Options = [cdFullOpen]
Left = 160
Top = 200
end
end