Changeset 28 for trunk/Forms
- Timestamp:
- Nov 23, 2011, 7:17:55 PM (13 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UItemView.lfm
r22 r28 59 59 Top = 0 60 60 Width = 620 61 Align = alTop62 61 OnChange = TabControl1Change 63 62 TabIndex = 0 64 TabOrder = 065 63 Tabs.Strings = ( 66 64 'Tab1' … … 69 67 ) 70 68 TabStop = False 69 Align = alTop 70 TabOrder = 0 71 71 end 72 72 object ListView1: TListView -
trunk/Forms/ULoginProfileForm.lfm
r27 r28 1 1 object LoginProfileForm: TLoginProfileForm 2 2 Left = 314 3 Height = 3 453 Height = 395 4 4 Top = 133 5 Width = 4865 Width = 521 6 6 Caption = 'Connection profile' 7 ClientHeight = 3 458 ClientWidth = 4867 ClientHeight = 395 8 ClientWidth = 521 9 9 OnClose = FormClose 10 10 OnCreate = FormCreate … … 13 13 LCLVersion = '0.9.31' 14 14 object LabelServer: TLabel 15 Left = 2 3216 Height = 1 415 Left = 267 16 Height = 18 17 17 Top = 63 18 Width = 3718 Width = 47 19 19 Anchors = [akTop, akRight] 20 20 Caption = 'Server:' … … 22 22 end 23 23 object EditServer: TEdit 24 Left = 3 0425 Height = 2 124 Left = 339 25 Height = 27 26 26 Top = 56 27 27 Width = 178 … … 32 32 object ListBox1: TListBox 33 33 Left = 10 34 Height = 2 4135 Top = 2 336 Width = 2 1534 Height = 289 35 Top = 25 36 Width = 250 37 37 Anchors = [akTop, akLeft, akRight, akBottom] 38 38 ItemHeight = 0 39 39 OnSelectionChange = ListBox1SelectionChange 40 ScrollWidth = 246 40 41 TabOrder = 1 42 TopIndex = -1 41 43 end 42 44 object ButtonOk: TButton 43 Left = 4 0745 Left = 442 44 46 Height = 25 45 Top = 3 1247 Top = 362 46 48 Width = 75 47 49 Anchors = [akRight, akBottom] … … 53 55 object Label1: TLabel 54 56 Left = 10 55 Height = 1 457 Height = 18 56 58 Top = 9 57 Width = 4059 Width = 53 58 60 Caption = 'Profiles:' 59 61 ParentColor = False … … 62 64 Left = 8 63 65 Height = 3 64 Top = 3 0465 Width = 47466 Top = 354 67 Width = 509 66 68 Anchors = [akLeft, akRight, akBottom] 67 69 BevelInner = bvSpace … … 70 72 end 71 73 object SpinEditPort: TSpinEdit 72 Left = 3 0473 Height = 2 174 Left = 339 75 Height = 27 74 76 Top = 84 75 77 Width = 178 … … 80 82 end 81 83 object Label2: TLabel 82 Left = 2 3283 Height = 1 484 Left = 267 85 Height = 18 84 86 Top = 91 85 Width = 2587 Width = 31 86 88 Anchors = [akTop, akRight] 87 89 Caption = 'Port:' … … 89 91 end 90 92 object Label3: TLabel 91 Left = 2 3292 Height = 1 493 Left = 267 94 Height = 18 93 95 Top = 120 94 Width = 4496 Width = 58 95 97 Anchors = [akTop, akRight] 96 98 Caption = 'Protocol:' … … 98 100 end 99 101 object ComboBoxProtocol: TComboBox 100 Left = 3 04101 Height = 2 1102 Left = 339 103 Height = 27 102 104 Top = 113 103 105 Width = 178 104 106 Anchors = [akTop, akRight] 105 ItemHeight = 13107 ItemHeight = 0 106 108 OnChange = ComboBoxProtocolChange 107 109 Style = csDropDownList … … 109 111 end 110 112 object Label4: TLabel 111 Left = 2 32112 Height = 1 4113 Top = 15 3114 Width = 51113 Left = 267 114 Height = 18 115 Top = 154 116 Width = 67 115 117 Anchors = [akTop, akRight] 116 118 Caption = 'Database:' … … 118 120 end 119 121 object EditDatabase: TEdit 120 Left = 3 04121 Height = 2 1122 Left = 339 123 Height = 27 122 124 Top = 145 123 125 Width = 178 … … 129 131 Left = 9 130 132 Height = 25 131 Top = 272133 Top = 322 132 134 Width = 75 135 Anchors = [akLeft, akBottom] 133 136 Caption = 'Add' 134 137 OnClick = ButtonAddClick … … 138 141 Left = 96 139 142 Height = 25 140 Top = 272143 Top = 322 141 144 Width = 75 145 Anchors = [akLeft, akBottom] 142 146 Caption = 'Delete' 143 147 OnClick = ButtonDeleteClick … … 145 149 end 146 150 object ButtonCancel: TButton 147 Left = 3 20151 Left = 355 148 152 Height = 25 149 153 Top = 312 … … 155 159 end 156 160 object EditName: TEdit 157 Left = 3 03158 Height = 2 1161 Left = 338 162 Height = 27 159 163 Top = 26 160 164 Width = 179 … … 164 168 end 165 169 object Label5: TLabel 166 Left = 2 32167 Height = 1 4168 Top = 3 3169 Width = 32170 Left = 267 171 Height = 18 172 Top = 32 173 Width = 44 170 174 Anchors = [akTop, akRight] 171 175 Caption = 'Name:'
Note:
See TracChangeset
for help on using the changeset viewer.