| Line | |
|---|
| 1 | object ImportStructureForm: TImportStructureForm
|
|---|
| 2 | Left = 323
|
|---|
| 3 | Height = 461
|
|---|
| 4 | Top = 147
|
|---|
| 5 | Width = 549
|
|---|
| 6 | Caption = 'Import structure'
|
|---|
| 7 | ClientHeight = 461
|
|---|
| 8 | ClientWidth = 549
|
|---|
| 9 | OnCreate = FormCreate
|
|---|
| 10 | OnDestroy = FormDestroy
|
|---|
| 11 | OnShow = FormShow
|
|---|
| 12 | LCLVersion = '0.9.31'
|
|---|
| 13 | object EditSchema: TEdit
|
|---|
| 14 | Left = 8
|
|---|
| 15 | Height = 21
|
|---|
| 16 | Top = 150
|
|---|
| 17 | Width = 168
|
|---|
| 18 | TabOrder = 0
|
|---|
| 19 | end
|
|---|
| 20 | object Label1: TLabel
|
|---|
| 21 | Left = 8
|
|---|
| 22 | Height = 14
|
|---|
| 23 | Top = 136
|
|---|
| 24 | Width = 42
|
|---|
| 25 | Caption = 'Schema:'
|
|---|
| 26 | ParentColor = False
|
|---|
| 27 | end
|
|---|
| 28 | object Label2: TLabel
|
|---|
| 29 | Left = 8
|
|---|
| 30 | Height = 14
|
|---|
| 31 | Top = 8
|
|---|
| 32 | Width = 27
|
|---|
| 33 | Caption = 'Host:'
|
|---|
| 34 | ParentColor = False
|
|---|
| 35 | end
|
|---|
| 36 | object EditHost: TEdit
|
|---|
| 37 | Left = 8
|
|---|
| 38 | Height = 21
|
|---|
| 39 | Top = 27
|
|---|
| 40 | Width = 168
|
|---|
| 41 | TabOrder = 1
|
|---|
| 42 | end
|
|---|
| 43 | object Label3: TLabel
|
|---|
| 44 | Left = 8
|
|---|
| 45 | Height = 14
|
|---|
| 46 | Top = 53
|
|---|
| 47 | Width = 27
|
|---|
| 48 | Caption = 'User:'
|
|---|
| 49 | ParentColor = False
|
|---|
| 50 | end
|
|---|
| 51 | object EditUser: TEdit
|
|---|
| 52 | Left = 6
|
|---|
| 53 | Height = 21
|
|---|
| 54 | Top = 71
|
|---|
| 55 | Width = 170
|
|---|
| 56 | TabOrder = 2
|
|---|
| 57 | end
|
|---|
| 58 | object Label4: TLabel
|
|---|
| 59 | Left = 8
|
|---|
| 60 | Height = 14
|
|---|
| 61 | Top = 96
|
|---|
| 62 | Width = 51
|
|---|
| 63 | Caption = 'Password:'
|
|---|
| 64 | ParentColor = False
|
|---|
| 65 | end
|
|---|
| 66 | object EditPassword: TEdit
|
|---|
| 67 | Left = 8
|
|---|
| 68 | Height = 21
|
|---|
| 69 | Top = 112
|
|---|
| 70 | Width = 168
|
|---|
| 71 | TabOrder = 3
|
|---|
| 72 | end
|
|---|
| 73 | object Button1: TButton
|
|---|
| 74 | Left = 469
|
|---|
| 75 | Height = 25
|
|---|
| 76 | Top = 429
|
|---|
| 77 | Width = 75
|
|---|
| 78 | Anchors = [akRight, akBottom]
|
|---|
| 79 | Caption = 'Import'
|
|---|
| 80 | OnClick = Button1Click
|
|---|
| 81 | TabOrder = 4
|
|---|
| 82 | end
|
|---|
| 83 | object Memo1: TMemo
|
|---|
| 84 | Left = 184
|
|---|
| 85 | Height = 408
|
|---|
| 86 | Top = 8
|
|---|
| 87 | Width = 356
|
|---|
| 88 | Anchors = [akTop, akLeft, akRight, akBottom]
|
|---|
| 89 | ScrollBars = ssAutoBoth
|
|---|
| 90 | TabOrder = 5
|
|---|
| 91 | end
|
|---|
| 92 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.