Changeset 123 for trunk/Forms/UFormImportSource.lfm
- Timestamp:
- Nov 26, 2016, 11:33:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportSource.lfm
r109 r123 7 7 ClientHeight = 459 8 8 ClientWidth = 620 9 OnClose = FormClose 9 10 OnCreate = FormCreate 10 11 OnShow = FormShow … … 13 14 object EditName: TEdit 14 15 Left = 135 15 Height = 3 316 Height = 34 16 17 Top = 10 17 18 Width = 471 … … 21 22 object Label1: TLabel 22 23 Left = 10 23 Height = 2 524 Height = 24 24 25 Top = 9 25 Width = 5 126 Width = 56 26 27 Caption = 'Name:' 27 28 ParentColor = False … … 29 30 object Label2: TLabel 30 31 Left = 10 31 Height = 2 532 Height = 24 32 33 Top = 49 33 Width = 9434 Width = 101 34 35 Caption = 'Source URL:' 35 36 ParentColor = False … … 37 38 object EditURL: TEdit 38 39 Left = 136 39 Height = 3 340 Height = 34 40 41 Top = 49 41 42 Width = 350 … … 65 66 object Label3: TLabel 66 67 Left = 10 67 Height = 2 568 Height = 24 68 69 Top = 96 69 Width = 10 070 Width = 108 70 71 Caption = 'Data format:' 71 72 ParentColor = False … … 73 74 object ComboBox1: TComboBox 74 75 Left = 135 75 Height = 3 376 Height = 38 76 77 Top = 91 77 78 Width = 350 78 79 Anchors = [akTop, akLeft, akRight] 79 ItemHeight = 2580 ItemHeight = 0 80 81 Style = csDropDownList 81 82 TabOrder = 2 … … 93 94 object CheckBoxEnabled: TCheckBox 94 95 Left = 10 95 Height = 2 996 Height = 28 96 97 Top = 128 97 Width = 9 398 Width = 92 98 99 Caption = 'Enabled' 99 100 TabOrder = 4 … … 101 102 object Label4: TLabel 102 103 Left = 10 103 Height = 2 5104 Height = 24 104 105 Top = 160 105 Width = 88106 Width = 96 106 107 Caption = 'Categories:' 107 108 ParentColor = False … … 116 117 MultiSelect = True 117 118 PopupMenu = PopupMenuCategory 118 ScrollWidth = 358119 ScrollWidth = 469 119 120 TabOrder = 5 121 TopIndex = -1 120 122 end 121 123 object Button1: TButton … … 144 146 object Label5: TLabel 145 147 Left = 10 146 Height = 2 5148 Height = 24 147 149 Top = 352 148 Width = 88150 Width = 97 149 151 Caption = 'User name:' 150 152 ParentColor = False … … 152 154 object Label6: TLabel 153 155 Left = 305 154 Height = 2 5156 Height = 24 155 157 Top = 351 156 Width = 8 0158 Width = 87 157 159 Caption = 'Password:' 158 160 ParentColor = False … … 160 162 object EditUserName: TEdit 161 163 Left = 136 162 Height = 3 3164 Height = 34 163 165 Top = 351 164 166 Width = 153 … … 167 169 object EditPassword: TEdit 168 170 Left = 436 169 Height = 3 3171 Height = 34 170 172 Top = 351 171 173 Width = 153
Note:
See TracChangeset
for help on using the changeset viewer.