Changeset 109 for trunk/Forms/UFormImportSource.lfm
- Timestamp:
- Oct 13, 2016, 9:43:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportSource.lfm
r104 r109 13 13 object EditName: TEdit 14 14 Left = 135 15 Height = 2815 Height = 33 16 16 Top = 10 17 17 Width = 471 … … 21 21 object Label1: TLabel 22 22 Left = 10 23 Height = 2 023 Height = 25 24 24 Top = 9 25 Width = 4325 Width = 51 26 26 Caption = 'Name:' 27 27 ParentColor = False … … 29 29 object Label2: TLabel 30 30 Left = 10 31 Height = 2 031 Height = 25 32 32 Top = 49 33 Width = 7833 Width = 94 34 34 Caption = 'Source URL:' 35 35 ParentColor = False … … 37 37 object EditURL: TEdit 38 38 Left = 136 39 Height = 2839 Height = 33 40 40 Top = 49 41 41 Width = 350 … … 65 65 object Label3: TLabel 66 66 Left = 10 67 Height = 2 067 Height = 25 68 68 Top = 96 69 Width = 8469 Width = 100 70 70 Caption = 'Data format:' 71 71 ParentColor = False … … 73 73 object ComboBox1: TComboBox 74 74 Left = 135 75 Height = 2875 Height = 33 76 76 Top = 91 77 77 Width = 350 78 78 Anchors = [akTop, akLeft, akRight] 79 ItemHeight = 2 079 ItemHeight = 25 80 80 Style = csDropDownList 81 81 TabOrder = 2 … … 93 93 object CheckBoxEnabled: TCheckBox 94 94 Left = 10 95 Height = 2 495 Height = 29 96 96 Top = 128 97 Width = 7897 Width = 93 98 98 Caption = 'Enabled' 99 99 TabOrder = 4 … … 101 101 object Label4: TLabel 102 102 Left = 10 103 Height = 2 0103 Height = 25 104 104 Top = 160 105 Width = 74105 Width = 88 106 106 Caption = 'Categories:' 107 107 ParentColor = False … … 144 144 object Label5: TLabel 145 145 Left = 10 146 Height = 2 0146 Height = 25 147 147 Top = 352 148 Width = 73148 Width = 88 149 149 Caption = 'User name:' 150 150 ParentColor = False … … 152 152 object Label6: TLabel 153 153 Left = 305 154 Height = 2 0154 Height = 25 155 155 Top = 351 156 Width = 65156 Width = 80 157 157 Caption = 'Password:' 158 158 ParentColor = False … … 160 160 object EditUserName: TEdit 161 161 Left = 136 162 Height = 28162 Height = 33 163 163 Top = 351 164 164 Width = 153 … … 167 167 object EditPassword: TEdit 168 168 Left = 436 169 Height = 28169 Height = 33 170 170 Top = 351 171 171 Width = 153 … … 185 185 end 186 186 object ActionList1: TActionList 187 Images = FormMain.ImageList1188 187 left = 384 189 188 top = 208 … … 200 199 end 201 200 object PopupMenuCategory: TPopupMenu 202 Images = FormMain.ImageList1203 201 left = 208 204 202 top = 208
Note:
See TracChangeset
for help on using the changeset viewer.