Changeset 174 for trunk/Forms/UFormImportSource.lfm
- Timestamp:
- Feb 14, 2018, 10:39:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportSource.lfm
r123 r174 7 7 ClientHeight = 459 8 8 ClientWidth = 620 9 DesignTimePPI = 120 9 10 OnClose = FormClose 10 11 OnCreate = FormCreate 11 12 OnShow = FormShow 12 13 Position = poScreenCenter 13 LCLVersion = '1. 6.0.4'14 LCLVersion = '1.8.0.6' 14 15 object EditName: TEdit 15 16 Left = 135 16 Height = 3417 Height = 28 17 18 Top = 10 18 19 Width = 471 … … 22 23 object Label1: TLabel 23 24 Left = 10 24 Height = 2 425 Height = 20 25 26 Top = 9 26 Width = 5627 Width = 43 27 28 Caption = 'Name:' 28 29 ParentColor = False … … 30 31 object Label2: TLabel 31 32 Left = 10 32 Height = 2 433 Height = 20 33 34 Top = 49 34 Width = 10135 Width = 78 35 36 Caption = 'Source URL:' 36 37 ParentColor = False … … 38 39 object EditURL: TEdit 39 40 Left = 136 40 Height = 3441 Height = 28 41 42 Top = 49 42 43 Width = 350 … … 66 67 object Label3: TLabel 67 68 Left = 10 68 Height = 2 469 Height = 20 69 70 Top = 96 70 Width = 10871 Width = 84 71 72 Caption = 'Data format:' 72 73 ParentColor = False … … 74 75 object ComboBox1: TComboBox 75 76 Left = 135 76 Height = 3877 Height = 28 77 78 Top = 91 78 79 Width = 350 79 80 Anchors = [akTop, akLeft, akRight] 80 ItemHeight = 081 ItemHeight = 20 81 82 Style = csDropDownList 82 83 TabOrder = 2 … … 94 95 object CheckBoxEnabled: TCheckBox 95 96 Left = 10 96 Height = 2 897 Height = 24 97 98 Top = 128 98 Width = 9299 Width = 78 99 100 Caption = 'Enabled' 100 101 TabOrder = 4 … … 102 103 object Label4: TLabel 103 104 Left = 10 104 Height = 2 4105 Height = 20 105 106 Top = 160 106 Width = 96107 Width = 74 107 108 Caption = 'Categories:' 108 109 ParentColor = False … … 119 120 ScrollWidth = 469 120 121 TabOrder = 5 121 TopIndex = -1122 122 end 123 123 object Button1: TButton … … 146 146 object Label5: TLabel 147 147 Left = 10 148 Height = 2 4148 Height = 20 149 149 Top = 352 150 Width = 97150 Width = 73 151 151 Caption = 'User name:' 152 152 ParentColor = False … … 154 154 object Label6: TLabel 155 155 Left = 305 156 Height = 2 4156 Height = 20 157 157 Top = 351 158 Width = 87158 Width = 65 159 159 Caption = 'Password:' 160 160 ParentColor = False … … 162 162 object EditUserName: TEdit 163 163 Left = 136 164 Height = 34164 Height = 28 165 165 Top = 351 166 166 Width = 153 … … 169 169 object EditPassword: TEdit 170 170 Left = 436 171 Height = 34171 Height = 28 172 172 Top = 351 173 173 Width = 153
Note:
See TracChangeset
for help on using the changeset viewer.