Changeset 32 for trunk/Forms/FormConnect.lfm
- Timestamp:
- Jun 29, 2024, 7:58:36 AM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormConnect.lfm
r31 r32 1 1 object FormConnect: TFormConnect 2 Left = 7953 Height = 5424 Top = 5095 Width = 7392 Left = 590 3 Height = 470 4 Top = 269 5 Width = 641 6 6 Caption = 'Connection parameters' 7 ClientHeight = 542 8 ClientWidth = 739 9 DesignTimePPI = 144 10 OnCreate = FormCreate 11 LCLVersion = '2.2.2.0' 7 ClientHeight = 470 8 ClientWidth = 641 9 DesignTimePPI = 125 10 LCLVersion = '3.2.0.0' 12 11 object EditName: TEdit 13 Left = 2 5614 Height = 4315 Top = 2 516 Width = 31012 Left = 222 13 Height = 39 14 Top = 22 15 Width = 269 17 16 TabOrder = 0 18 17 end 19 18 object Label1: TLabel 20 Left = 1 821 Height = 2 622 Top = 3223 Width = 5619 Left = 16 20 Height = 22 21 Top = 28 22 Width = 49 24 23 Caption = 'Name:' 25 24 ParentColor = False 26 25 end 27 26 object Label2: TLabel 28 Left = 1 829 Height = 2 630 Top = 8031 Width = 1 4727 Left = 16 28 Height = 22 29 Top = 69 30 Width = 130 32 31 Caption = 'Database engine:' 33 32 ParentColor = False 34 33 end 35 34 object ComboBoxDbEngines: TComboBox 36 Left = 2 5637 Height = 4238 Top = 7239 Width = 31035 Left = 222 36 Height = 38 37 Top = 62 38 Width = 269 40 39 ItemHeight = 0 41 OnChange = ComboBoxDbEnginesChange42 40 Style = csDropDownList 43 41 TabOrder = 1 42 OnChange = ComboBoxDbEnginesChange 44 43 end 45 44 object ButtonOk: TButton 46 Left = 62447 Height = 3048 Top = 4 9649 Width = 9045 Left = 541 46 Height = 26 47 Top = 430 48 Width = 78 50 49 Anchors = [akRight, akBottom] 51 50 Caption = 'Ok' … … 54 53 end 55 54 object ButtonCancel: TButton 56 Left = 4 8857 Height = 3058 Top = 4 9659 Width = 9055 Left = 423 56 Height = 26 57 Top = 430 58 Width = 78 60 59 Anchors = [akRight, akBottom] 61 60 Caption = 'Cancel' … … 64 63 end 65 64 object PageControl1: TPageControl 66 Left = 1 867 Height = 34068 Top = 1 3969 Width = 70365 Left = 16 66 Height = 295 67 Top = 121 68 Width = 609 70 69 ActivePage = TabSheetRegistry 71 70 Anchors = [akTop, akLeft, akRight] … … 74 73 TabOrder = 4 75 74 object TabSheetXml: TTabSheet 76 ClientHeight = 33677 ClientWidth = 69375 ClientHeight = 291 76 ClientWidth = 599 78 77 object Label3: TLabel 79 Left = 1 780 Height = 2 681 Top = 2 482 Width = 6978 Left = 15 79 Height = 22 80 Top = 21 81 Width = 58 83 82 Caption = 'Xml file:' 84 83 ParentColor = False 85 84 end 86 85 object EditXml: TEdit 87 Left = 11088 Height = 4389 Top = 1 690 Width = 44686 Left = 95 87 Height = 39 88 Top = 14 89 Width = 385 91 90 Anchors = [akTop, akLeft, akRight] 92 91 TabOrder = 0 93 92 end 94 93 object ButtonXmlBrowse: TButton 95 Left = 56696 Height = 3 797 Top = 1 998 Width = 11394 Left = 489 95 Height = 32 96 Top = 16 97 Width = 98 99 98 Anchors = [akTop, akRight] 100 99 Caption = 'Browse' 100 TabOrder = 1 101 101 OnClick = ButtonXmlBrowseClick 102 TabOrder = 1103 102 end 104 103 end 105 104 object TabSheetSql: TTabSheet 106 ClientHeight = 336107 ClientWidth = 693105 ClientHeight = 291 106 ClientWidth = 599 108 107 object Label4: TLabel 109 Left = 1 9110 Height = 2 6111 Top = 1 9112 Width = 44108 Left = 16 109 Height = 22 110 Top = 16 111 Width = 38 113 112 Caption = 'Host:' 114 113 ParentColor = False 115 114 end 116 115 object EditHost: TEdit 117 Left = 1 50118 Height = 43119 Top = 1 4120 Width = 312116 Left = 130 117 Height = 39 118 Top = 12 119 Width = 271 121 120 TabOrder = 0 122 121 end 123 122 object Label5: TLabel 124 Left = 1 9125 Height = 2 6126 Top = 72127 Width = 40123 Left = 16 124 Height = 22 125 Top = 62 126 Width = 34 128 127 Caption = 'Port:' 129 128 ParentColor = False 130 129 end 131 130 object SpinEditPort: TSpinEdit 132 Left = 1 52133 Height = 43134 Top = 64135 Width = 1 33131 Left = 132 132 Height = 39 133 Top = 56 134 Width = 115 136 135 MaxValue = 65535 137 136 TabOrder = 1 … … 144 143 end 145 144 object OpenDialog1: TOpenDialog 146 Left = 632147 Top = 32145 Left = 549 146 Top = 28 148 147 end 149 148 end
Note:
See TracChangeset
for help on using the changeset viewer.