forked from layerfsd/Roomer-PMS-1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
u2DMatrix.dfm
242 lines (242 loc) · 7.04 KB
/
u2DMatrix.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
object frm2DMatrix: Tfrm2DMatrix
Left = 0
Top = 0
Caption = 'Matrix Toggler'
ClientHeight = 642
ClientWidth = 868
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
Scaled = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 16
object panBtn: TsPanel
AlignWithMargins = True
Left = 4
Top = 596
Width = 860
Height = 42
Margins.Left = 4
Margins.Top = 4
Margins.Right = 4
Margins.Bottom = 4
Align = alBottom
BevelOuter = bvLowered
TabOrder = 0
SkinData.SkinSection = 'PANEL'
object sPanel1: TsPanel
Left = 688
Top = 1
Width = 171
Height = 40
Align = alRight
BevelOuter = bvNone
TabOrder = 0
SkinData.SkinSection = 'PANEL'
DesignSize = (
171
40)
object BtnOk: TsButton
Left = 51
Top = 5
Width = 111
Height = 30
Hint = 'Apply and close'
Margins.Left = 4
Margins.Top = 4
Margins.Right = 4
Margins.Bottom = 4
Anchors = [akTop, akRight]
Caption = 'OK'
Default = True
ImageIndex = 16
ModalResult = 1
TabOrder = 0
SkinData.SkinSection = 'BUTTON'
end
end
end
object grdMatrix: TAdvStringGrid
AlignWithMargins = True
Left = 3
Top = 50
Width = 862
Height = 539
Cursor = crDefault
Align = alClient
DrawingStyle = gdsClassic
ScrollBars = ssBoth
TabOrder = 1
HoverRowCells = [hcNormal, hcSelected]
OnGetAlignment = grdMatrixGetAlignment
OnCanEditCell = grdMatrixCanEditCell
OnCheckBoxChange = grdMatrixCheckBoxChange
ActiveCellFont.Charset = DEFAULT_CHARSET
ActiveCellFont.Color = clWindowText
ActiveCellFont.Height = -13
ActiveCellFont.Name = 'Tahoma'
ActiveCellFont.Style = [fsBold]
ControlLook.FixedGradientHoverFrom = clGray
ControlLook.FixedGradientHoverTo = clWhite
ControlLook.FixedGradientDownFrom = clGray
ControlLook.FixedGradientDownTo = clSilver
ControlLook.DropDownHeader.Font.Charset = DEFAULT_CHARSET
ControlLook.DropDownHeader.Font.Color = clWindowText
ControlLook.DropDownHeader.Font.Height = -13
ControlLook.DropDownHeader.Font.Name = 'Tahoma'
ControlLook.DropDownHeader.Font.Style = []
ControlLook.DropDownHeader.Visible = True
ControlLook.DropDownHeader.Buttons = <>
ControlLook.DropDownFooter.Font.Charset = DEFAULT_CHARSET
ControlLook.DropDownFooter.Font.Color = clWindowText
ControlLook.DropDownFooter.Font.Height = -13
ControlLook.DropDownFooter.Font.Name = 'Tahoma'
ControlLook.DropDownFooter.Font.Style = []
ControlLook.DropDownFooter.Visible = True
ControlLook.DropDownFooter.Buttons = <>
Filter = <>
FilterDropDown.Font.Charset = DEFAULT_CHARSET
FilterDropDown.Font.Color = clWindowText
FilterDropDown.Font.Height = -13
FilterDropDown.Font.Name = 'Tahoma'
FilterDropDown.Font.Style = []
FilterDropDownClear = '(All)'
FilterEdit.TypeNames.Strings = (
'Starts with'
'Ends with'
'Contains'
'Not contains'
'Equal'
'Not equal'
'Larger than'
'Smaller than'
'Clear')
FixedRowHeight = 22
FixedFont.Charset = DEFAULT_CHARSET
FixedFont.Color = clWindowText
FixedFont.Height = -13
FixedFont.Name = 'Tahoma'
FixedFont.Style = [fsBold]
FloatFormat = '%.2f'
HoverButtons.Buttons = <>
HoverButtons.Position = hbLeftFromColumnLeft
HTMLSettings.ImageFolder = 'images'
HTMLSettings.ImageBaseName = 'img'
PrintSettings.DateFormat = 'dd/mm/yyyy'
PrintSettings.Font.Charset = DEFAULT_CHARSET
PrintSettings.Font.Color = clWindowText
PrintSettings.Font.Height = -13
PrintSettings.Font.Name = 'Tahoma'
PrintSettings.Font.Style = []
PrintSettings.FixedFont.Charset = DEFAULT_CHARSET
PrintSettings.FixedFont.Color = clWindowText
PrintSettings.FixedFont.Height = -13
PrintSettings.FixedFont.Name = 'Tahoma'
PrintSettings.FixedFont.Style = []
PrintSettings.HeaderFont.Charset = DEFAULT_CHARSET
PrintSettings.HeaderFont.Color = clWindowText
PrintSettings.HeaderFont.Height = -13
PrintSettings.HeaderFont.Name = 'Tahoma'
PrintSettings.HeaderFont.Style = []
PrintSettings.FooterFont.Charset = DEFAULT_CHARSET
PrintSettings.FooterFont.Color = clWindowText
PrintSettings.FooterFont.Height = -13
PrintSettings.FooterFont.Name = 'Tahoma'
PrintSettings.FooterFont.Style = []
PrintSettings.PageNumSep = '/'
ScrollWidth = 21
SearchFooter.FindNextCaption = 'Find &next'
SearchFooter.FindPrevCaption = 'Find &previous'
SearchFooter.Font.Charset = DEFAULT_CHARSET
SearchFooter.Font.Color = clWindowText
SearchFooter.Font.Height = -13
SearchFooter.Font.Name = 'Tahoma'
SearchFooter.Font.Style = []
SearchFooter.HighLightCaption = 'Highlight'
SearchFooter.HintClose = 'Close'
SearchFooter.HintFindNext = 'Find next occurrence'
SearchFooter.HintFindPrev = 'Find previous occurrence'
SearchFooter.HintHighlight = 'Highlight occurrences'
SearchFooter.MatchCaseCaption = 'Match case'
SearchFooter.ResultFormat = '(%d of %d)'
SortSettings.DefaultFormat = ssAutomatic
Version = '8.2.4.1'
end
object pnlHeader: TsPanel
AlignWithMargins = True
Left = 3
Top = 3
Width = 862
Height = 41
Align = alTop
Alignment = taLeftJustify
BevelOuter = bvNone
Caption = 'Channel Payment Assurance Matrix'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
SkinData.SkinSection = 'PANEL'
object sPanel3: TsPanel
Left = 689
Top = 0
Width = 173
Height = 41
Align = alRight
BevelOuter = bvNone
TabOrder = 0
SkinData.SkinSection = 'PANEL'
object cbxSelection: TsComboBox
Left = 9
Top = 9
Width = 153
Height = 24
Alignment = taLeftJustify
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -13
BoundLabel.Font.Name = 'Tahoma'
BoundLabel.Font.Style = []
SkinData.SkinSection = 'COMBOBOX'
VerticalAlignment = taAlignTop
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = 2302755
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ItemIndex = -1
ParentFont = False
TabOrder = 0
Text = 'cbxSelection'
end
end
end
object StoreMain: TcxPropertiesStore
Components = <
item
Component = Owner
Properties.Strings = (
'Height'
'Left'
'Position'
'Top'
'Width')
end>
StorageName = 'Software\Roomer\FormStatus\Frm2DayMatrix'
StorageType = stRegistry
Left = 584
Top = 176
end
end