Changeset 28 for trunk/Forms/UFormConnect.lfm
- Timestamp:
- Sep 10, 2022, 10:21:48 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormConnect.lfm
r27 r28 4 4 Top = 509 5 5 Width = 739 6 Caption = 'Connection parameters :'6 Caption = 'Connection parameters' 7 7 ClientHeight = 542 8 8 ClientWidth = 739 9 9 DesignTimePPI = 144 10 On Show = FormShow10 OnCreate = FormCreate 11 11 LCLVersion = '2.2.2.0' 12 12 object EditName: TEdit 13 Left = 25 313 Left = 256 14 14 Height = 43 15 15 Top = 25 16 Width = 31 316 Width = 310 17 17 TabOrder = 0 18 18 end 19 19 object Label1: TLabel 20 Left = 1 920 Left = 18 21 21 Height = 26 22 Top = 3 122 Top = 32 23 23 Width = 56 24 24 Caption = 'Name:' … … 26 26 end 27 27 object Label2: TLabel 28 Left = 1 928 Left = 18 29 29 Height = 26 30 30 Top = 80 … … 33 33 ParentColor = False 34 34 end 35 object ComboBox 1: TComboBox35 object ComboBoxDbEngines: TComboBox 36 36 Left = 256 37 37 Height = 42 38 Top = 8039 Width = 31 238 Top = 72 39 Width = 310 40 40 ItemHeight = 0 41 OnChange = ComboBox 1Change41 OnChange = ComboBoxDbEnginesChange 42 42 Style = csDropDownList 43 43 TabOrder = 1 44 44 end 45 45 object ButtonOk: TButton 46 Left = 55246 Left = 624 47 47 Height = 30 48 Top = 4 8248 Top = 496 49 49 Width = 90 50 50 Anchors = [akRight, akBottom] … … 54 54 end 55 55 object ButtonCancel: TButton 56 Left = 4 0356 Left = 488 57 57 Height = 30 58 Top = 4 8058 Top = 496 59 59 Width = 90 60 60 Anchors = [akRight, akBottom] … … 65 65 object PageControl1: TPageControl 66 66 Left = 18 67 Height = 3 0067 Height = 340 68 68 Top = 139 69 69 Width = 703 … … 74 74 TabOrder = 4 75 75 object TabSheetXml: TTabSheet 76 ClientHeight = 29676 ClientHeight = 336 77 77 ClientWidth = 693 78 78 object Label3: TLabel … … 104 104 end 105 105 object TabSheetSql: TTabSheet 106 ClientHeight = 296106 ClientHeight = 336 107 107 ClientWidth = 693 108 108 object Label4: TLabel
Note:
See TracChangeset
for help on using the changeset viewer.