Changeset 30 for trunk/Forms/ULoginProfileForm.lfm
- Timestamp:
- Nov 24, 2011, 8:35:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/ULoginProfileForm.lfm
r29 r30 3 3 Height = 395 4 4 Top = 147 5 Width = 52 15 Width = 527 6 6 Caption = 'Connection profile' 7 7 ClientHeight = 395 8 ClientWidth = 52 18 ClientWidth = 527 9 9 OnClose = FormClose 10 10 OnCreate = FormCreate … … 13 13 LCLVersion = '0.9.31' 14 14 object LabelServer: TLabel 15 Left = 2 6716 Height = 1 815 Left = 278 16 Height = 14 17 17 Top = 63 18 Width = 4718 Width = 37 19 19 Anchors = [akTop, akRight] 20 20 Caption = 'Server:' … … 22 22 end 23 23 object EditServer: TEdit 24 Left = 3 3925 Height = 2 724 Left = 345 25 Height = 21 26 26 Top = 56 27 27 Width = 178 … … 34 34 Height = 289 35 35 Top = 25 36 Width = 25 036 Width = 256 37 37 Anchors = [akTop, akLeft, akRight, akBottom] 38 38 ItemHeight = 0 … … 40 40 ScrollWidth = 246 41 41 TabOrder = 1 42 TopIndex = -143 42 end 44 43 object ButtonOk: TButton 45 Left = 44 244 Left = 448 46 45 Height = 25 47 46 Top = 362 … … 55 54 object Label1: TLabel 56 55 Left = 10 57 Height = 1 856 Height = 14 58 57 Top = 9 59 Width = 5358 Width = 40 60 59 Caption = 'Profiles:' 61 60 ParentColor = False … … 65 64 Height = 3 66 65 Top = 354 67 Width = 5 0966 Width = 515 68 67 Anchors = [akLeft, akRight, akBottom] 69 68 BevelInner = bvSpace … … 72 71 end 73 72 object SpinEditPort: TSpinEdit 74 Left = 3 3975 Height = 2 773 Left = 345 74 Height = 21 76 75 Top = 84 77 76 Width = 178 … … 82 81 end 83 82 object Label2: TLabel 84 Left = 2 6785 Height = 1 883 Left = 278 84 Height = 14 86 85 Top = 91 87 Width = 3186 Width = 25 88 87 Anchors = [akTop, akRight] 89 88 Caption = 'Port:' … … 91 90 end 92 91 object Label3: TLabel 93 Left = 2 6794 Height = 1 892 Left = 278 93 Height = 14 95 94 Top = 120 96 Width = 5895 Width = 44 97 96 Anchors = [akTop, akRight] 98 97 Caption = 'Protocol:' … … 100 99 end 101 100 object ComboBoxProtocol: TComboBox 102 Left = 3 39103 Height = 2 7101 Left = 345 102 Height = 21 104 103 Top = 113 105 104 Width = 178 106 105 Anchors = [akTop, akRight] 107 ItemHeight = 0106 ItemHeight = 13 108 107 OnChange = ComboBoxProtocolChange 109 108 Style = csDropDownList … … 111 110 end 112 111 object Label4: TLabel 113 Left = 2 67114 Height = 1 8115 Top = 15 4116 Width = 67112 Left = 278 113 Height = 14 114 Top = 152 115 Width = 51 117 116 Anchors = [akTop, akRight] 118 117 Caption = 'Database:' … … 120 119 end 121 120 object EditDatabase: TEdit 122 Left = 3 39123 Height = 2 7121 Left = 345 122 Height = 21 124 123 Top = 145 125 124 Width = 178 … … 149 148 end 150 149 object ButtonCancel: TButton 151 Left = 36 0150 Left = 366 152 151 Height = 25 153 152 Top = 362 … … 159 158 end 160 159 object EditName: TEdit 161 Left = 3 38162 Height = 2 7160 Left = 344 161 Height = 21 163 162 Top = 26 164 163 Width = 179 … … 168 167 end 169 168 object Label5: TLabel 170 Left = 2 67171 Height = 1 8172 Top = 3 2173 Width = 44169 Left = 278 170 Height = 14 171 Top = 33 172 Width = 32 174 173 Anchors = [akTop, akRight] 175 174 Caption = 'Name:'
Note:
See TracChangeset
for help on using the changeset viewer.