-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathudRecordView.dfm
199 lines (199 loc) · 5.22 KB
/
udRecordView.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
object dRecordView: TdRecordView
Left = 0
Top = 0
Caption = 'Record View'
ClientHeight = 510
ClientWidth = 1366
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poOwnerFormCenter
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object btnCancel: TButton
Left = 513
Top = 451
Width = 75
Height = 36
Caption = 'Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 0
end
object btnOK: TButton
Left = 424
Top = 451
Width = 75
Height = 36
Caption = 'Post'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 1
end
object dbgRecord: TSMDBGrid
Left = 0
Top = 0
Width = 1366
Height = 439
Align = alTop
DataSource = dsRecord
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Tahoma'
Font.Style = []
Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
ParentFont = False
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
OnDrawColumnCell = dbgRecordDrawColumnCell
Flat = True
BandsFont.Charset = DEFAULT_CHARSET
BandsFont.Color = clWindowText
BandsFont.Height = -11
BandsFont.Name = 'Tahoma'
BandsFont.Style = []
Groupings = <>
GridStyle.Style = gsCustom
GridStyle.OddColor = clWindow
GridStyle.EvenColor = clWindow
TitleHeight.PixelCount = 24
FooterColor = clBtnFace
ExOptions = [eoDisableDelete, eoDisableInsert, eoENTERlikeTAB, eoKeepSelection, eoBLOBEditor, eoTitleWordWrap, eoShowFilterBar, eoAnyKeyFilter, eoFilterAutoApply]
RegistryKey = 'Software\Scalabium'
RegistrySection = 'SMDBGrid'
WidthOfIndicator = 11
OnFilterChanged = dbgRecordFilterChanged
DefaultRowHeight = 22
ScrollBars = ssHorizontal
Columns = <
item
Expanded = False
FieldName = 'Field'
ReadOnly = True
Title.Alignment = taCenter
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -16
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 160
Visible = True
end
item
Expanded = False
FieldName = 'Value'
Title.Alignment = taCenter
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -16
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 150
Visible = True
end
item
Expanded = False
FieldName = 'IsNull'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Title.Alignment = taCenter
Title.Caption = 'Null'
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -16
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 40
Visible = True
InplaceEditor = ieCheckbox
end
item
Expanded = False
FieldName = 'Type'
ReadOnly = True
Title.Alignment = taCenter
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -16
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'Hint'
ReadOnly = True
Title.Alignment = taCenter
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -16
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 980
Visible = True
end>
end
object btnCopyRecord: TButton
Left = 884
Top = 458
Width = 75
Height = 25
Caption = 'Copy Record'
TabOrder = 3
OnClick = btnCopyRecordClick
end
object btnPasteRecord: TButton
Left = 965
Top = 458
Width = 75
Height = 25
Caption = 'Paste Record'
TabOrder = 4
OnClick = btnPasteRecordClick
end
object btnHint: TButton
Left = 689
Top = 451
Width = 80
Height = 36
Caption = 'View Hint'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = btnHintClick
end
object dsRecord: TDataSource
Left = 72
Top = 208
end
end