Changeset 33 for trunk/Forms/UFormImportSource.lfm
- Timestamp:
- Jul 13, 2016, 2:51:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportSource.lfm
r29 r33 1 1 object FormImportSource: TFormImportSource 2 Left = 5063 Height = 2824 Top = 3 635 Width = 5072 Left = 492 3 Height = 403 4 Top = 313 5 Width = 604 6 6 Caption = 'Import source' 7 ClientHeight = 282 8 ClientWidth = 507 7 ClientHeight = 403 8 ClientWidth = 604 9 OnShow = FormShow 9 10 LCLVersion = '1.6.0.4' 10 11 object EditName: TEdit 11 Left = 1 6012 Left = 135 12 13 Height = 28 13 14 Top = 10 14 Width = 34015 Width = 455 15 16 Anchors = [akTop, akLeft, akRight] 16 17 TabOrder = 0 … … 25 26 end 26 27 object Label2: TLabel 27 Left = 828 Left = 10 28 29 Height = 20 29 Top = 4 830 Top = 49 30 31 Width = 78 31 32 Caption = 'Source URL:' … … 33 34 end 34 35 object EditURL: TEdit 35 Left = 1 6036 Left = 135 36 37 Height = 28 37 38 Top = 49 38 Width = 34039 Width = 455 39 40 Anchors = [akTop, akLeft, akRight] 40 41 TabOrder = 1 41 42 end 42 43 object ButtonOk: TButton 43 Left = 41244 Left = 515 44 45 Height = 25 45 Top = 24446 Top = 365 46 47 Width = 75 47 48 Anchors = [akRight, akBottom] … … 51 52 end 52 53 object ButtonCancel: TButton 53 Left = 31654 Left = 413 54 55 Height = 25 55 Top = 24456 Top = 365 56 57 Width = 75 57 58 Anchors = [akRight, akBottom] … … 61 62 end 62 63 object Label3: TLabel 63 Left = 1 164 Left = 10 64 65 Height = 20 65 66 Top = 96 … … 69 70 end 70 71 object ComboBox1: TComboBox 71 Left = 1 6072 Left = 135 72 73 Height = 28 73 74 Top = 91 74 Width = 21275 Width = 334 75 76 Anchors = [akTop, akLeft, akRight] 76 77 ItemHeight = 20 … … 79 80 end 80 81 object ButtonShowFormat: TButton 81 Left = 38082 Left = 477 82 83 Height = 25 83 84 Top = 91 84 Width = 1 2085 Width = 112 85 86 Anchors = [akTop, akRight] 86 87 Caption = 'Configure' … … 89 90 end 90 91 object CheckBoxEnabled: TCheckBox 91 Left = 1 192 Left = 10 92 93 Height = 24 93 Top = 1 3694 Top = 128 94 95 Width = 78 95 96 Caption = 'Enabled' 96 97 TabOrder = 6 97 98 end 99 object Label4: TLabel 100 Left = 10 101 Height = 20 102 Top = 160 103 Width = 74 104 Caption = 'Categories:' 105 ParentColor = False 106 end 107 object ListBox1: TListBox 108 Left = 135 109 Height = 141 110 Top = 160 111 Width = 455 112 Anchors = [akTop, akLeft, akRight] 113 ItemHeight = 0 114 MultiSelect = True 115 PopupMenu = PopupMenuCategory 116 ScrollWidth = 358 117 TabOrder = 7 118 end 119 object Button1: TButton 120 Left = 135 121 Height = 25 122 Top = 312 123 Width = 75 124 Action = ACategoryAdd 125 TabOrder = 8 126 end 127 object Button2: TButton 128 Left = 231 129 Height = 25 130 Top = 312 131 Width = 75 132 Action = ACategoryRemove 133 TabOrder = 9 134 end 135 object Bevel1: TBevel 136 Left = 10 137 Height = 2 138 Top = 352 139 Width = 580 140 Anchors = [akLeft, akBottom] 141 end 142 object ActionList1: TActionList 143 Images = FormMain.ImageList1 144 left = 384 145 top = 208 146 object ACategoryRemove: TAction 147 Caption = 'Remove' 148 ImageIndex = 4 149 OnExecute = ACategoryRemoveExecute 150 end 151 object ACategoryAdd: TAction 152 Caption = 'Add' 153 ImageIndex = 0 154 OnExecute = ACategoryAddExecute 155 end 156 end 157 object PopupMenuCategory: TPopupMenu 158 Images = FormMain.ImageList1 159 left = 208 160 top = 208 161 object MenuItem2: TMenuItem 162 Action = ACategoryAdd 163 end 164 object MenuItem1: TMenuItem 165 Action = ACategoryRemove 166 end 167 end 98 168 end
Note:
See TracChangeset
for help on using the changeset viewer.