Changeset 26 for trunk/Forms/UFormConnect.lfm
- Timestamp:
- Sep 10, 2022, 8:03:08 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 7 7 heaptrclog.trc 8 8 MyData.exe 9 MyData.dbg 10
-
- Property svn:ignore
-
trunk/Forms/UFormConnect.lfm
r20 r26 1 1 object FormConnect: TFormConnect 2 2 Left = 795 3 Height = 4523 Height = 542 4 4 Top = 509 5 Width = 6165 Width = 739 6 6 Caption = 'Connection parameters:' 7 ClientHeight = 4528 ClientWidth = 6169 DesignTimePPI = 1 207 ClientHeight = 542 8 ClientWidth = 739 9 DesignTimePPI = 144 10 10 OnShow = FormShow 11 LCLVersion = ' 1.8.0.6'11 LCLVersion = '2.2.2.0' 12 12 object EditName: TEdit 13 Left = 2 1114 Height = 2815 Top = 2 116 Width = 26113 Left = 253 14 Height = 43 15 Top = 25 16 Width = 313 17 17 TabOrder = 0 18 18 end 19 19 object Label1: TLabel 20 Left = 1 621 Height = 2 022 Top = 2623 Width = 4320 Left = 19 21 Height = 26 22 Top = 31 23 Width = 56 24 24 Caption = 'Name:' 25 25 ParentColor = False 26 26 end 27 27 object Label2: TLabel 28 Left = 1 629 Height = 2 030 Top = 6731 Width = 1 1528 Left = 19 29 Height = 26 30 Top = 80 31 Width = 147 32 32 Caption = 'Database engine:' 33 33 ParentColor = False 34 34 end 35 35 object ComboBox1: TComboBox 36 Left = 2 1337 Height = 2838 Top = 6739 Width = 26040 ItemHeight = 2036 Left = 256 37 Height = 42 38 Top = 80 39 Width = 312 40 ItemHeight = 0 41 41 OnChange = ComboBox1Change 42 42 Style = csDropDownList … … 44 44 end 45 45 object ButtonOk: TButton 46 Left = 46047 Height = 2548 Top = 4 0249 Width = 7546 Left = 552 47 Height = 30 48 Top = 482 49 Width = 90 50 50 Anchors = [akRight, akBottom] 51 51 Caption = 'Ok' … … 54 54 end 55 55 object ButtonCancel: TButton 56 Left = 33657 Height = 2558 Top = 4 0059 Width = 7556 Left = 403 57 Height = 30 58 Top = 480 59 Width = 90 60 60 Anchors = [akRight, akBottom] 61 61 Caption = 'Cancel' … … 64 64 end 65 65 object PageControl1: TPageControl 66 Left = 1 567 Height = 25068 Top = 1 1669 Width = 58666 Left = 18 67 Height = 300 68 Top = 139 69 Width = 703 70 70 ActivePage = TabSheetRegistry 71 71 Anchors = [akTop, akLeft, akRight] … … 74 74 TabOrder = 4 75 75 object TabSheetXml: TTabSheet 76 ClientHeight = 2 4277 ClientWidth = 57876 ClientHeight = 296 77 ClientWidth = 693 78 78 object Label3: TLabel 79 Left = 1 480 Height = 2 081 Top = 2 082 Width = 5479 Left = 17 80 Height = 26 81 Top = 24 82 Width = 69 83 83 Caption = 'Xml file:' 84 84 ParentColor = False 85 85 end 86 86 object EditXml: TEdit 87 Left = 9288 Height = 2889 Top = 2 190 Width = 37287 Left = 110 88 Height = 43 89 Top = 25 90 Width = 446 91 91 Anchors = [akTop, akLeft, akRight] 92 92 TabOrder = 0 93 93 end 94 94 object ButtonXmlBrowse: TButton 95 Left = 47296 Height = 3 197 Top = 1 698 Width = 9495 Left = 566 96 Height = 37 97 Top = 19 98 Width = 113 99 99 Anchors = [akTop, akRight] 100 100 Caption = 'Browse' … … 104 104 end 105 105 object TabSheetSql: TTabSheet 106 ClientHeight = 2 42107 ClientWidth = 578106 ClientHeight = 296 107 ClientWidth = 693 108 108 object Label4: TLabel 109 Left = 1 4110 Height = 2 0111 Top = 1 6112 Width = 34109 Left = 17 110 Height = 26 111 Top = 19 112 Width = 44 113 113 Caption = 'Host:' 114 114 ParentColor = False 115 115 end 116 116 object EditHost: TEdit 117 Left = 1 25118 Height = 28119 Top = 1 2120 Width = 260117 Left = 150 118 Height = 43 119 Top = 14 120 Width = 312 121 121 TabOrder = 0 122 122 end 123 123 object Label5: TLabel 124 Left = 1 6125 Height = 2 0126 Top = 48127 Width = 30124 Left = 19 125 Height = 26 126 Top = 58 127 Width = 40 128 128 Caption = 'Port:' 129 129 ParentColor = False 130 130 end 131 131 object SpinEditPort: TSpinEdit 132 Left = 1 25133 Height = 28134 Top = 48135 Width = 1 11132 Left = 150 133 Height = 43 134 Top = 58 135 Width = 133 136 136 MaxValue = 65535 137 137 TabOrder = 1 … … 146 146 end 147 147 object OpenDialog1: TOpenDialog 148 left = 528149 top = 32148 Left = 632 149 Top = 32 150 150 end 151 151 end
Note:
See TracChangeset
for help on using the changeset viewer.