Rev | Line | |
---|
[217] | 1 | inherited Form_Meta: TForm_Meta
|
---|
[209] | 2 | Caption = 'Form_Meta'
|
---|
| 3 | OnCreate = FormCreate
|
---|
| 4 | PixelsPerInch = 96
|
---|
| 5 | TextHeight = 13
|
---|
[217] | 6 | inherited panel_connection: TPanel
|
---|
| 7 | ExplicitWidth = 598
|
---|
| 8 | inherited combo_connection: TComboBox
|
---|
| 9 | ExplicitWidth = 532
|
---|
| 10 | end
|
---|
[212] | 11 | end
|
---|
[217] | 12 | inherited panel_basecontent: TPanel
|
---|
| 13 | ExplicitLeft = 0
|
---|
| 14 | ExplicitTop = 25
|
---|
| 15 | ExplicitWidth = 598
|
---|
| 16 | ExplicitHeight = 532
|
---|
| 17 | object splitter: TSplitter
|
---|
| 18 | Left = 502
|
---|
| 19 | Top = 0
|
---|
| 20 | Width = 8
|
---|
| 21 | Height = 532
|
---|
| 22 | Align = alRight
|
---|
| 23 | AutoSnap = False
|
---|
| 24 | Beveled = True
|
---|
| 25 | MinSize = 200
|
---|
| 26 | ExplicitLeft = 353
|
---|
[214] | 27 | end
|
---|
[217] | 28 | object VST: TVirtualStringTree
|
---|
| 29 | Left = 0
|
---|
| 30 | Top = 0
|
---|
| 31 | Width = 502
|
---|
| 32 | Height = 532
|
---|
| 33 | Align = alClient
|
---|
| 34 | AnimationDuration = 0
|
---|
| 35 | Header.AutoSizeIndex = 0
|
---|
| 36 | Header.Font.Charset = DEFAULT_CHARSET
|
---|
| 37 | Header.Font.Color = clWindowText
|
---|
| 38 | Header.Font.Height = -11
|
---|
| 39 | Header.Font.Name = 'Tahoma'
|
---|
| 40 | Header.Font.Style = []
|
---|
| 41 | Header.Options = [hoColumnResize, hoDrag, hoVisible]
|
---|
[214] | 42 | TabOrder = 0
|
---|
[217] | 43 | TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
|
---|
| 44 | TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
|
---|
| 45 | OnFocusChanged = VSTFocusChanged
|
---|
| 46 | OnFocusChanging = VSTFocusChanging
|
---|
| 47 | OnGetText = VSTGetText
|
---|
| 48 | OnPaintText = VSTPaintText
|
---|
| 49 | OnInitChildren = VSTInitChildren
|
---|
| 50 | Columns = <
|
---|
| 51 | item
|
---|
| 52 | Position = 0
|
---|
| 53 | Width = 250
|
---|
| 54 | WideText = 'FName'
|
---|
| 55 | end
|
---|
| 56 | item
|
---|
| 57 | Position = 1
|
---|
| 58 | WideText = 'FType'
|
---|
| 59 | end
|
---|
| 60 | item
|
---|
| 61 | Position = 2
|
---|
| 62 | WideText = 'FID'
|
---|
| 63 | end
|
---|
| 64 | item
|
---|
| 65 | Position = 3
|
---|
| 66 | WideText = 'Data'
|
---|
| 67 | end>
|
---|
[214] | 68 | end
|
---|
[217] | 69 | object Panel2: TPanel
|
---|
| 70 | Left = 510
|
---|
| 71 | Top = 0
|
---|
| 72 | Width = 88
|
---|
| 73 | Height = 532
|
---|
| 74 | Align = alRight
|
---|
| 75 | BevelOuter = bvNone
|
---|
| 76 | Caption = 'Panel2'
|
---|
[214] | 77 | TabOrder = 1
|
---|
| 78 | end
|
---|
[212] | 79 | end
|
---|
[209] | 80 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.