Changeset 221 for trunk/Forms/FormImportSource.lfm
- Timestamp:
- Jan 17, 2025, 10:06:21 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportSource.lfm
r219 r221 1 1 object FormImportSource: TFormImportSource 2 2 Left = 493 3 Height = 5 513 Height = 549 4 4 Top = 315 5 Width = 7445 Width = 808 6 6 Caption = 'Import source' 7 ClientHeight = 551 8 ClientWidth = 744 7 ClientHeight = 549 8 ClientWidth = 808 9 Constraints.MinHeight = 200 10 Constraints.MinWidth = 300 9 11 DesignTimePPI = 144 10 12 OnShow = FormShow 11 13 Position = poScreenCenter 12 14 LCLVersion = '3.6.0.0' 13 object EditName: TEdit14 Left = 16215 Height = 4316 Top = 1217 Width = 56518 Anchors = [akTop, akLeft, akRight]19 TabOrder = 020 end21 object Label1: TLabel22 Left = 1223 Height = 2624 Top = 1125 Width = 5626 Caption = 'Name:'27 ParentColor = False28 end29 object Label2: TLabel30 Left = 1231 Height = 2632 Top = 5933 Width = 10134 Caption = 'Source URL:'35 ParentColor = False36 end37 object EditURL: TEdit38 Left = 16339 Height = 4340 Top = 5941 Width = 42042 Anchors = [akTop, akLeft, akRight]43 TabOrder = 144 end45 15 object ButtonOk: TButton 46 Left = 63747 Height = 3 048 Top = 50 549 Width = 9016 Left = 528 17 Height = 38 18 Top = 502 19 Width = 114 50 20 Anchors = [akRight, akBottom] 51 21 Caption = 'Ok' 52 22 ModalResult = 1 53 TabOrder = 1 123 TabOrder = 1 54 24 end 55 25 object ButtonCancel: TButton 56 Left = 51557 Height = 3 058 Top = 50 559 Width = 9026 Left = 676 27 Height = 38 28 Top = 502 29 Width = 122 60 30 Anchors = [akRight, akBottom] 61 31 Caption = 'Cancel' 62 32 ModalResult = 2 63 TabOrder = 10 64 end 65 object Label3: TLabel 66 Left = 12 67 Height = 26 68 Top = 115 69 Width = 106 70 Caption = 'Data format:' 71 ParentColor = False 72 end 73 object ComboBox1: TComboBox 74 Left = 162 75 Height = 42 76 Top = 109 77 Width = 420 78 Anchors = [akTop, akLeft, akRight] 79 ItemHeight = 0 80 Style = csDropDownList 33 TabOrder = 0 34 end 35 object ScrollBox1: TScrollBox 36 Left = 8 37 Height = 487 38 Top = 8 39 Width = 788 40 HorzScrollBar.Page = 707 41 VertScrollBar.Page = 464 42 Anchors = [akTop, akLeft, akRight, akBottom] 43 ClientHeight = 485 44 ClientWidth = 786 81 45 TabOrder = 2 82 end 83 object ButtonShowFormat: TButton 84 Left = 592 85 Height = 30 86 Top = 109 87 Width = 134 88 Anchors = [akTop, akRight] 89 Caption = 'Configure' 90 TabOrder = 3 91 OnClick = ButtonShowFormatClick 92 end 93 object CheckBoxEnabled: TCheckBox 94 Left = 12 95 Height = 30 96 Top = 154 97 Width = 94 98 Caption = 'Enabled' 99 TabOrder = 4 100 end 101 object Label4: TLabel 102 Left = 12 103 Height = 26 104 Top = 192 105 Width = 95 106 Caption = 'Categories:' 107 ParentColor = False 108 end 109 object ListBox1: TListBox 110 Left = 162 111 Height = 169 112 Top = 192 113 Width = 565 114 Anchors = [akTop, akLeft, akRight] 115 ItemHeight = 0 116 MultiSelect = True 117 PopupMenu = PopupMenuCategory 118 ScrollWidth = 469 119 TabOrder = 5 120 TopIndex = -1 121 end 122 object Button1: TButton 123 Left = 162 124 Height = 30 125 Top = 374 126 Width = 90 127 Action = ACategoryAdd 128 TabOrder = 6 129 end 130 object Button2: TButton 131 Left = 277 132 Height = 30 133 Top = 374 134 Width = 90 135 Action = ACategoryRemove 136 TabOrder = 7 137 end 138 object Bevel1: TBevel 139 Left = 12 140 Height = 2 141 Top = 490 142 Width = 716 143 Anchors = [akLeft, akRight, akBottom] 144 end 145 object Label5: TLabel 146 Left = 12 147 Height = 26 148 Top = 422 149 Width = 97 150 Caption = 'User name:' 151 ParentColor = False 152 end 153 object Label6: TLabel 154 Left = 366 155 Height = 26 156 Top = 421 157 Width = 87 158 Caption = 'Password:' 159 ParentColor = False 160 end 161 object EditUserName: TEdit 162 Left = 163 163 Height = 43 164 Top = 421 165 Width = 184 166 TabOrder = 8 167 end 168 object EditPassword: TEdit 169 Left = 523 170 Height = 43 171 Top = 421 172 Width = 184 173 EchoMode = emPassword 174 PasswordChar = '*' 175 TabOrder = 9 176 end 177 object ButtonOpenURL: TButton 178 Left = 592 179 Height = 30 180 Top = 62 181 Width = 134 182 Anchors = [akTop, akRight] 183 Caption = 'Open URL' 184 TabOrder = 12 185 OnClick = ButtonOpenURLClick 46 object EditName: TEdit 47 Left = 162 48 Height = 43 49 Top = 12 50 Width = 609 51 Anchors = [akTop, akLeft, akRight] 52 TabOrder = 0 53 end 54 object Label1: TLabel 55 Left = 12 56 Height = 26 57 Top = 11 58 Width = 56 59 Caption = 'Name:' 60 ParentColor = False 61 end 62 object Label2: TLabel 63 Left = 12 64 Height = 26 65 Top = 59 66 Width = 101 67 Caption = 'Source URL:' 68 ParentColor = False 69 end 70 object EditURL: TEdit 71 Left = 163 72 Height = 43 73 Top = 59 74 Width = 464 75 Anchors = [akTop, akLeft, akRight] 76 TabOrder = 1 77 end 78 object Label3: TLabel 79 Left = 12 80 Height = 26 81 Top = 115 82 Width = 106 83 Caption = 'Data format:' 84 ParentColor = False 85 end 86 object ComboBox1: TComboBox 87 Left = 162 88 Height = 42 89 Top = 109 90 Width = 464 91 Anchors = [akTop, akLeft, akRight] 92 ItemHeight = 0 93 Style = csDropDownList 94 TabOrder = 2 95 end 96 object ButtonShowFormat: TButton 97 Left = 636 98 Height = 38 99 Top = 109 100 Width = 134 101 Anchors = [akTop, akRight] 102 Caption = 'Configure' 103 TabOrder = 3 104 OnClick = ButtonShowFormatClick 105 end 106 object CheckBoxEnabled: TCheckBox 107 Left = 12 108 Height = 30 109 Top = 154 110 Width = 94 111 Caption = 'Enabled' 112 TabOrder = 4 113 end 114 object Label4: TLabel 115 Left = 12 116 Height = 26 117 Top = 192 118 Width = 95 119 Caption = 'Categories:' 120 ParentColor = False 121 end 122 object ListBox1: TListBox 123 Left = 162 124 Height = 169 125 Top = 192 126 Width = 609 127 Anchors = [akTop, akLeft, akRight] 128 ItemHeight = 0 129 MultiSelect = True 130 PopupMenu = PopupMenuCategory 131 ScrollWidth = 469 132 TabOrder = 5 133 TopIndex = -1 134 end 135 object Button1: TButton 136 Left = 162 137 Height = 38 138 Top = 374 139 Width = 90 140 Action = ACategoryAdd 141 TabOrder = 6 142 end 143 object Button2: TButton 144 Left = 277 145 Height = 38 146 Top = 374 147 Width = 99 148 Action = ACategoryRemove 149 TabOrder = 7 150 end 151 object Label5: TLabel 152 Left = 12 153 Height = 26 154 Top = 428 155 Width = 97 156 Caption = 'User name:' 157 ParentColor = False 158 end 159 object Label6: TLabel 160 Left = 366 161 Height = 26 162 Top = 428 163 Width = 87 164 Caption = 'Password:' 165 ParentColor = False 166 end 167 object EditUserName: TEdit 168 Left = 163 169 Height = 43 170 Top = 421 171 Width = 184 172 TabOrder = 8 173 end 174 object EditPassword: TEdit 175 Left = 523 176 Height = 43 177 Top = 421 178 Width = 184 179 EchoMode = emPassword 180 PasswordChar = '*' 181 TabOrder = 9 182 end 183 object ButtonOpenURL: TButton 184 Left = 636 185 Height = 38 186 Top = 62 187 Width = 134 188 Anchors = [akTop, akRight] 189 Caption = 'Open URL' 190 TabOrder = 10 191 OnClick = ButtonOpenURLClick 192 end 186 193 end 187 194 object ActionList1: TActionList 188 Left = 461189 Top = 2 50195 Left = 501 196 Top = 290 190 197 object ACategoryRemove: TAction 191 198 Caption = 'Remove' … … 200 207 end 201 208 object PopupMenuCategory: TPopupMenu 202 Left = 2 50203 Top = 2 50209 Left = 290 210 Top = 290 204 211 object MenuItem2: TMenuItem 205 212 Action = ACategoryAdd
Note:
See TracChangeset
for help on using the changeset viewer.