Rev | Line | |
---|
[209] | 1 | object Form_Meta: TForm_Meta
|
---|
| 2 | Left = 0
|
---|
| 3 | Top = 0
|
---|
| 4 | Caption = 'Form_Meta'
|
---|
[212] | 5 | ClientHeight = 365
|
---|
| 6 | ClientWidth = 446
|
---|
[209] | 7 | Color = clBtnFace
|
---|
| 8 | Font.Charset = DEFAULT_CHARSET
|
---|
| 9 | Font.Color = clWindowText
|
---|
| 10 | Font.Height = -11
|
---|
| 11 | Font.Name = 'Tahoma'
|
---|
| 12 | Font.Style = []
|
---|
| 13 | FormStyle = fsMDIChild
|
---|
| 14 | OldCreateOrder = False
|
---|
| 15 | Visible = True
|
---|
| 16 | WindowState = wsMaximized
|
---|
| 17 | OnClose = FormClose
|
---|
| 18 | OnCreate = FormCreate
|
---|
| 19 | DesignSize = (
|
---|
[212] | 20 | 446
|
---|
| 21 | 365)
|
---|
[209] | 22 | PixelsPerInch = 96
|
---|
| 23 | TextHeight = 13
|
---|
[212] | 24 | object Label3: TLabel
|
---|
| 25 | Left = 3
|
---|
| 26 | Top = 6
|
---|
| 27 | Width = 61
|
---|
| 28 | Height = 13
|
---|
| 29 | Caption = 'Connection: '
|
---|
| 30 | end
|
---|
[209] | 31 | object VST: TVirtualStringTree
|
---|
[212] | 32 | Left = 4
|
---|
| 33 | Top = 44
|
---|
| 34 | Width = 409
|
---|
| 35 | Height = 321
|
---|
[209] | 36 | Anchors = [akLeft, akTop, akRight, akBottom]
|
---|
| 37 | AnimationDuration = 0
|
---|
| 38 | Header.AutoSizeIndex = 0
|
---|
| 39 | Header.Font.Charset = DEFAULT_CHARSET
|
---|
| 40 | Header.Font.Color = clWindowText
|
---|
| 41 | Header.Font.Height = -11
|
---|
| 42 | Header.Font.Name = 'Tahoma'
|
---|
| 43 | Header.Font.Style = []
|
---|
| 44 | Header.Options = [hoColumnResize, hoDrag, hoVisible]
|
---|
| 45 | TabOrder = 0
|
---|
[212] | 46 | TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
|
---|
[209] | 47 | TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
|
---|
| 48 | OnGetText = VSTGetText
|
---|
[212] | 49 | OnPaintText = VSTPaintText
|
---|
| 50 | OnInitChildren = VSTInitChildren
|
---|
[209] | 51 | Columns = <
|
---|
| 52 | item
|
---|
| 53 | Position = 0
|
---|
| 54 | Width = 150
|
---|
[212] | 55 | WideText = 'FName'
|
---|
[209] | 56 | end
|
---|
| 57 | item
|
---|
| 58 | Position = 1
|
---|
[212] | 59 | WideText = 'FType'
|
---|
| 60 | end
|
---|
| 61 | item
|
---|
| 62 | Position = 2
|
---|
| 63 | WideText = 'FID'
|
---|
| 64 | end
|
---|
| 65 | item
|
---|
| 66 | Position = 3
|
---|
[209] | 67 | WideText = 'Data'
|
---|
| 68 | end>
|
---|
| 69 | end
|
---|
[212] | 70 | object Button1: TButton
|
---|
| 71 | Left = 204
|
---|
| 72 | Top = 1
|
---|
| 73 | Width = 75
|
---|
| 74 | Height = 25
|
---|
| 75 | Anchors = [akTop, akRight]
|
---|
| 76 | Caption = 'Load'
|
---|
| 77 | Default = True
|
---|
| 78 | TabOrder = 1
|
---|
| 79 | OnClick = Button1Click
|
---|
| 80 | end
|
---|
| 81 | object combo_connection: TComboBox
|
---|
| 82 | Left = 64
|
---|
| 83 | Top = 3
|
---|
| 84 | Width = 134
|
---|
| 85 | Height = 21
|
---|
| 86 | Style = csDropDownList
|
---|
| 87 | Anchors = [akLeft, akTop, akRight]
|
---|
| 88 | DropDownCount = 12
|
---|
| 89 | ItemHeight = 13
|
---|
| 90 | TabOrder = 2
|
---|
| 91 | end
|
---|
[209] | 92 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.