forked from bravesoftdz/CustomDatabaseManagement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathudSMSConfigs.dfm
260 lines (260 loc) · 6.76 KB
/
udSMSConfigs.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
object dSMSConfigs: TdSMSConfigs
Left = 0
Top = 0
Align = alClient
Caption = 'SMS Configuration Settings For This Register'
ClientHeight = 528
ClientWidth = 1139
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poOwnerFormCenter
OnActivate = FormActivate
OnClose = FormClose
OnKeyDown = FormKeyDown
ExplicitWidth = 320
ExplicitHeight = 240
DesignSize = (
1139
528)
PixelsPerInch = 96
TextHeight = 13
object btnOK: TSpeedButton
Left = 616
Top = 499
Width = 145
Height = 29
Anchors = [akLeft, akBottom]
Caption = 'OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
OnClick = btnOKClick
ExplicitTop = 504
end
object btnNewConfig: TSpeedButton
Left = 3
Top = 499
Width = 60
Height = 29
Hint = 'Create a new config in SMSDataEditor.ini'
Anchors = [akLeft, akBottom]
Caption = 'New'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
OnClick = btnNewConfigClick
end
object btnRemove: TSpeedButton
Left = 69
Top = 499
Width = 68
Height = 29
Hint = 'Remove this config from SMSDataEditor.ini'
Anchors = [akLeft, akBottom]
Caption = 'Remove'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
OnClick = btnRemoveClick
end
object btnUpdate: TSpeedButton
Left = 143
Top = 499
Width = 74
Height = 29
Hint =
'Find new configs from smsconfig then override descriptions and d' +
'efault values from the test development MSSQL database'
Anchors = [akLeft, akBottom]
Caption = 'Update'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
OnClick = btnUpdateClick
end
object pb1: TProgressBar
Left = 223
Top = 506
Width = 387
Height = 14
Anchors = [akLeft, akBottom]
TabOrder = 1
end
object dbgConfigs: TSMDBGrid
AlignWithMargins = True
Left = 3
Top = 3
Width = 1133
Height = 495
Margins.Bottom = 30
Align = alClient
DataSource = dsConfigs
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -16
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
OnDrawColumnCell = dbgConfigsDrawColumnCell
Flat = True
BandsFont.Charset = DEFAULT_CHARSET
BandsFont.Color = clWindowText
BandsFont.Height = -11
BandsFont.Name = 'Tahoma'
BandsFont.Style = []
Groupings = <>
GridStyle.Style = gsCustom
GridStyle.OddColor = clInactiveBorder
GridStyle.EvenColor = clWindow
TitleHeight.PixelCount = 24
FooterColor = clBtnFace
ExOptions = [eoENTERlikeTAB, eoKeepSelection, eoRowNumber, eoBLOBEditor, eoTitleWordWrap, eoShowFilterBar, eoAnyKeyFilter, eoFilterAutoApply]
RegistryKey = 'Software\Scalabium'
RegistrySection = 'SMDBGrid'
WidthOfIndicator = 40
DefaultRowHeight = 18
ScrollBars = ssHorizontal
Columns = <
item
Expanded = False
FieldName = 'smsconfig_mnemonic'
Title.Caption = 'Smsconfig Mnemonic'
Visible = True
end
item
Expanded = False
FieldName = 'default_value'
Title.Caption = 'DB Value'
Width = 183
Visible = True
end
item
Expanded = False
FieldName = 'low_value'
Title.Caption = 'Low Value'
Width = 90
Visible = True
end
item
Expanded = False
FieldName = 'high_value'
Title.Caption = 'High Value'
Width = 91
Visible = True
end
item
Expanded = False
FieldName = 'SMSdefault_value'
Title.Caption = 'Default Value'
Width = 113
Visible = True
end
item
Expanded = False
FieldName = 'description'
Title.Caption = 'Description'
Visible = True
end>
end
object mtbConfigs: TkbmMemTable
DesignActivation = True
AttachedAutoRefresh = True
AttachMaxCount = 1
FieldDefs = <>
AutoAddIndexes = True
IndexDefs = <
item
Name = 'mtbConfigsIndex1'
Fields = 'smsconfig_mnemonic'
Options = [ixPrimary, ixUnique, ixCaseInsensitive]
end>
SortOptions = []
PersistentBackup = False
ProgressFlags = [mtpcLoad, mtpcSave, mtpcCopy]
LoadedCompletely = False
SavedCompletely = False
FilterOptions = []
Version = '7.18.00 Standard Edition'
LanguageID = 0
SortID = 0
SubLanguageID = 1
LocaleID = 1024
BeforePost = mtbConfigsBeforePost
BeforeDelete = mtbConfigsBeforeDelete
Left = 184
Top = 168
object mtbConfigssmsconfig_mnemonic: TStringField
FieldName = 'smsconfig_mnemonic'
Required = True
Size = 24
end
object mtbConfigsdefault_value: TStringField
FieldName = 'default_value'
Size = 64
end
object mtbConfigslow_value: TStringField
FieldName = 'low_value'
Size = 64
end
object mtbConfigshigh_value: TStringField
FieldName = 'high_value'
Size = 64
end
object mtbConfigsdescription: TStringField
FieldName = 'description'
OnChange = mtbConfigsdescriptionChange
Size = 2500
end
object mtbConfigsSMSdefault_value: TStringField
FieldName = 'SMSdefault_value'
OnChange = mtbConfigsSMSdefault_valueChange
Size = 64
end
object mtbConfigsobsolete: TStringField
FieldName = 'obsolete'
Size = 1
end
object mtbConfigsexists: TBooleanField
FieldName = 'exists'
end
object mtbConfigsIndex: TIntegerField
FieldName = 'Index'
end
end
object dsConfigs: TDataSource
DataSet = mtbConfigs
Left = 224
Top = 168
end
end