File: MigrationObjSelFilter.dfm

package info (click to toggle)
mysql-gui-tools 5.0r14%2BopenSUSE-2.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 116,956 kB
  • ctags: 48,715
  • sloc: sql: 341,918; pascal: 276,698; ansic: 91,020; cpp: 90,451; objc: 33,236; sh: 29,481; yacc: 10,756; xml: 10,589; java: 10,079; php: 2,806; python: 2,092; makefile: 1,783; perl: 4
file content (409 lines) | stat: -rw-r--r-- 17,391 bytes parent folder | download | duplicates (4)
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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
object MigrationObjSelFilterFrame: TMigrationObjSelFilterFrame
  Left = 0
  Top = 0
  Width = 451
  Height = 358
  Align = alTop
  TabOrder = 0
  TabStop = True
  DesignSize = (
    451
    358)
  object ObjectSelGBox: TTntGroupBox
    Left = 16
    Top = 14
    Width = 705
    Height = 332
    Anchors = [akLeft, akTop, akBottom]
    TabOrder = 0
    DesignSize = (
      705
      332)
    object StructImage: TTntImage
      Left = 16
      Top = 18
      Width = 32
      Height = 32
    end
    object SelObjCountLbl: TTntLabel
      Left = 163
      Top = 35
      Width = 29
      Height = 13
      Caption = '0 / 0'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object ObjectsToMigrateLbl: TTntLabel
      Left = 61
      Top = 35
      Width = 93
      Height = 13
      Caption = 'Number to migrate:'
    end
    object TntLabel1: TTntLabel
      Left = 61
      Top = 19
      Width = 79
      Height = 13
      Caption = 'Objects of type:'
    end
    object StructTypeLbl: TTntLabel
      Left = 163
      Top = 19
      Width = 74
      Height = 13
      Caption = 'Oracle Table'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object TntLabel2: TTntLabel
      Left = 310
      Top = 19
      Width = 373
      Height = 15
      Alignment = taRightJustify
      AutoSize = False
      Caption = 'Use the [Detailed Selection] to put objects on the ignore list.'
      WordWrap = True
    end
    object DetailFilterPnl: TTntPanel
      Left = 60
      Top = 61
      Width = 631
      Height = 223
      Anchors = [akLeft, akTop, akBottom]
      BevelOuter = bvNone
      TabOrder = 1
      DesignSize = (
        631
        223)
      object ObjIgnoreVT: TVirtualStringTree
        Left = 344
        Top = 34
        Width = 280
        Height = 185
        Anchors = [akLeft, akTop, akBottom]
        Header.AutoSizeIndex = 0
        Header.Font.Charset = DEFAULT_CHARSET
        Header.Font.Color = clWindowText
        Header.Font.Height = -11
        Header.Font.Name = 'MS Sans Serif'
        Header.Font.Style = []
        Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoVisible]
        Images = SmallSchemaListViewImgList
        TabOrder = 0
        TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning]
        TreeOptions.PaintOptions = [toThemeAware, toUseBlendedImages]
        TreeOptions.SelectionOptions = [toMultiSelect]
        OnAfterCellPaint = ObjListVTAfterCellPaint
        OnGetText = ObjIgnoreVTGetText
        OnGetImageIndex = ObjListVTGetImageIndex
        Columns = <
          item
            Position = 0
            Width = 276
            WideText = 'Ignored Objects'
          end>
      end
      object RemoveFromIgnoreListBtn: TTntButton
        Left = 300
        Top = 68
        Width = 27
        Height = 25
        Hint = 'Remove selected objects from the ignore list'
        Caption = '<'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 1
        OnClick = RemoveFromIgnoreListBtnClick
      end
      object AddToIgnoreListBtn: TTntButton
        Left = 300
        Top = 34
        Width = 27
        Height = 25
        Hint = 'Add selected objects to ignore list'
        Caption = '>'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 2
        OnClick = AddToIgnoreListBtnClick
      end
      object ObjListVT: TVirtualStringTree
        Left = 2
        Top = 34
        Width = 280
        Height = 185
        Anchors = [akLeft, akTop, akBottom]
        Header.AutoSizeIndex = 0
        Header.Font.Charset = DEFAULT_CHARSET
        Header.Font.Color = clWindowText
        Header.Font.Height = -11
        Header.Font.Name = 'MS Sans Serif'
        Header.Font.Style = []
        Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoVisible]
        Images = SmallSchemaListViewImgList
        TabOrder = 3
        TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning]
        TreeOptions.PaintOptions = [toThemeAware, toUseBlendedImages]
        TreeOptions.SelectionOptions = [toMultiSelect]
        OnAfterCellPaint = ObjListVTAfterCellPaint
        OnGetText = ObjListVTGetText
        OnGetImageIndex = ObjListVTGetImageIndex
        OnInitNode = ObjListVTInitNode
        Columns = <
          item
            Position = 0
            Width = 276
            WideText = 'Object to Migrate'
          end>
      end
      inline FilterMigrateListEd: TAdvancedEditFrame
        Left = 2
        Top = 5
        Width = 280
        Height = 22
        TabOrder = 4
        TabStop = True
        ExplicitLeft = 2
        ExplicitTop = 5
        ExplicitWidth = 280
        ExplicitHeight = 22
        inherited SearchEd: TTntEdit
          OnChange = FilterMigrateListEdSearchEdChange
        end
      end
      object AddIgnoreListExprBtn: TTntButton
        Left = 300
        Top = 170
        Width = 27
        Height = 25
        Hint = 'Add an ignore pattern'
        Caption = '+'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 5
        OnClick = AddIgnoreListExprBtnClick
      end
      object AddAllToIgnoreListBtn: TTntButton
        Left = 300
        Top = 102
        Width = 27
        Height = 25
        Hint = 'Add selected objects to ignore list'
        Caption = '>>'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 6
        OnClick = AddAllToIgnoreListBtnClick
      end
      object RemoveAllFromIgnoreListBtn: TTntButton
        Left = 300
        Top = 136
        Width = 27
        Height = 25
        Hint = 'Add selected objects to ignore list'
        Caption = '<<'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 7
        OnClick = AddAllToIgnoreListBtnClick
      end
    end
    object DetailFilterObjectBtn: TTntButton
      Left = 518
      Top = 294
      Width = 167
      Height = 23
      Anchors = [akLeft, akBottom]
      Caption = '<< Hide Details'
      TabOrder = 0
      OnClick = DetailFilterObjectBtnClick
    end
  end
  object MigrateCBox: TTntCheckBox
    Left = 26
    Top = 6
    Width = 199
    Height = 17
    Caption = 'Migrate Objects of Type Oracle Table'
    Checked = True
    State = cbChecked
    TabOrder = 1
    OnClick = MigrateCBoxClick
  end
  object DragPnl: TTntPanel
    Left = 0
    Top = 346
    Width = 451
    Height = 12
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 2
    OnMouseDown = DragPnlMouseDown
    OnMouseMove = DragPnlMouseMove
  end
  object TntPanel1: TTntPanel
    Left = 0
    Top = 0
    Width = 451
    Height = 6
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 3
    OnMouseDown = DragPnlMouseDown
    OnMouseMove = DragPnlMouseMove
  end
  object SmallSchemaListViewImgList: TImageList
    Left = 420
    Top = 7
    Bitmap = {
      494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000001000000001002000000000000010
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000424D3E000000000000003E000000
      2800000040000000100000000100010000000000800000000000000000000000
      000000000000000000000000FFFFFF00FFFF000000000000FFFF000000000000
      FFFF000000000000FFFF000000000000FFFF000000000000FFFF000000000000
      FFFF000000000000FFFF000000000000FFFF000000000000FFFF000000000000
      FFFF000000000000FFFF000000000000FFFF000000000000FFFF000000000000
      FFFF000000000000FFFF00000000000000000000000000000000000000000000
      000000000000}
  end
end