Changeset 20 for trunk/Forms/UFormConnect.lfm
- Timestamp:
- Mar 23, 2018, 1:59:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormConnect.lfm
r9 r20 7 7 ClientHeight = 452 8 8 ClientWidth = 616 9 DesignTimePPI = 120 9 10 OnShow = FormShow 10 LCLVersion = '1. 5'11 LCLVersion = '1.8.0.6' 11 12 object EditName: TEdit 12 13 Left = 211 13 Height = 3514 Height = 28 14 15 Top = 21 15 16 Width = 261 … … 18 19 object Label1: TLabel 19 20 Left = 16 20 Height = 2 521 Height = 20 21 22 Top = 26 22 Width = 6223 Width = 43 23 24 Caption = 'Name:' 24 25 ParentColor = False … … 26 27 object Label2: TLabel 27 28 Left = 16 28 Height = 2 529 Height = 20 29 30 Top = 67 30 Width = 1 5931 Width = 115 31 32 Caption = 'Database engine:' 32 33 ParentColor = False … … 34 35 object ComboBox1: TComboBox 35 36 Left = 213 36 Height = 3737 Height = 28 37 38 Top = 67 38 Width = 252 39 ItemHeight = 0 39 Width = 260 40 ItemHeight = 20 41 OnChange = ComboBox1Change 40 42 Style = csDropDownList 41 43 TabOrder = 1 42 end43 object EditConnectionString: TEdit44 Left = 21145 Height = 3546 Top = 11247 Width = 26148 TabOrder = 249 end50 object Label3: TLabel51 Left = 1652 Height = 2553 Top = 11754 Width = 16955 Caption = 'Connection string:'56 ParentColor = False57 44 end 58 45 object ButtonOk: TButton … … 64 51 Caption = 'Ok' 65 52 ModalResult = 1 66 TabOrder = 353 TabOrder = 2 67 54 end 68 55 object ButtonCancel: TButton … … 74 61 Caption = 'Cancel' 75 62 ModalResult = 2 63 TabOrder = 3 64 end 65 object PageControl1: TPageControl 66 Left = 15 67 Height = 250 68 Top = 116 69 Width = 586 70 ActivePage = TabSheetRegistry 71 Anchors = [akTop, akLeft, akRight] 72 ShowTabs = False 73 TabIndex = 3 76 74 TabOrder = 4 75 object TabSheetXml: TTabSheet 76 ClientHeight = 242 77 ClientWidth = 578 78 object Label3: TLabel 79 Left = 14 80 Height = 20 81 Top = 20 82 Width = 54 83 Caption = 'Xml file:' 84 ParentColor = False 85 end 86 object EditXml: TEdit 87 Left = 92 88 Height = 28 89 Top = 21 90 Width = 372 91 Anchors = [akTop, akLeft, akRight] 92 TabOrder = 0 93 end 94 object ButtonXmlBrowse: TButton 95 Left = 472 96 Height = 31 97 Top = 16 98 Width = 94 99 Anchors = [akTop, akRight] 100 Caption = 'Browse' 101 OnClick = ButtonXmlBrowseClick 102 TabOrder = 1 103 end 104 end 105 object TabSheetSql: TTabSheet 106 ClientHeight = 242 107 ClientWidth = 578 108 object Label4: TLabel 109 Left = 14 110 Height = 20 111 Top = 16 112 Width = 34 113 Caption = 'Host:' 114 ParentColor = False 115 end 116 object EditHost: TEdit 117 Left = 125 118 Height = 28 119 Top = 12 120 Width = 260 121 TabOrder = 0 122 end 123 object Label5: TLabel 124 Left = 16 125 Height = 20 126 Top = 48 127 Width = 30 128 Caption = 'Port:' 129 ParentColor = False 130 end 131 object SpinEditPort: TSpinEdit 132 Left = 125 133 Height = 28 134 Top = 48 135 Width = 111 136 MaxValue = 65535 137 TabOrder = 1 138 end 139 end 140 object TabSheetSqlite: TTabSheet 141 Caption = 'TabSheetSqlite' 142 end 143 object TabSheetRegistry: TTabSheet 144 Caption = 'TabSheetRegistry' 145 end 146 end 147 object OpenDialog1: TOpenDialog 148 left = 528 149 top = 32 77 150 end 78 151 end
Note:
See TracChangeset
for help on using the changeset viewer.