Changeset 208 for trunk/Forms/UFormImport.lfm
- Timestamp:
- Sep 20, 2021, 11:36:06 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImport.lfm
r203 r208 1 1 object FormImport: TFormImport 2 2 Left = 575 3 Height = 5073 Height = 608 4 4 Top = 256 5 Width = 6525 Width = 782 6 6 Caption = 'Import' 7 ClientHeight = 5078 ClientWidth = 6529 DesignTimePPI = 1 207 ClientHeight = 608 8 ClientWidth = 782 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 13 Position = poScreenCenter 14 LCLVersion = '2.0. 2.0'14 LCLVersion = '2.0.12.0' 15 15 object ButtonProcess: TButton 16 Left = 1 617 Height = 2518 Top = 819 Width = 1 0716 Left = 19 17 Height = 30 18 Top = 10 19 Width = 128 20 20 Caption = 'Process' 21 21 OnClick = ButtonProcessClick 22 ParentFont = False 22 23 TabOrder = 0 23 24 end 24 25 object Memo1: TMemo 25 Left = 826 Height = 45827 Top = 4 028 Width = 63826 Left = 10 27 Height = 549 28 Top = 48 29 Width = 765 29 30 Anchors = [akTop, akLeft, akRight, akBottom] 31 ParentFont = False 30 32 ScrollBars = ssAutoBoth 31 33 TabOrder = 3 32 34 end 33 35 object ComboBoxDataFormat: TComboBox 34 Left = 26435 Height = 2836 Top = 537 Width = 1 4038 ItemHeight = 2036 Left = 317 37 Height = 38 38 Top = 6 39 Width = 168 40 ItemHeight = 0 39 41 ItemIndex = 0 40 42 Items.Strings = ( … … 42 44 'MediaWiki' 43 45 ) 46 ParentFont = False 44 47 Style = csDropDownList 45 48 TabOrder = 1 … … 47 50 end 48 51 object Label1: TLabel 49 Left = 1 5350 Height = 2 051 Top = 952 Width = 8452 Left = 184 53 Height = 24 54 Top = 11 55 Width = 106 53 56 Caption = 'Data format:' 54 57 ParentColor = False 58 ParentFont = False 55 59 end 56 60 object ButtonLoadFromFile: TButton 57 Left = 50458 Height = 2559 Top = 860 Width = 1 3961 Left = 604 62 Height = 30 63 Top = 10 64 Width = 167 61 65 Anchors = [akTop, akRight] 62 66 Caption = 'Load from file' 63 67 OnClick = ButtonLoadFromFileClick 68 ParentFont = False 64 69 TabOrder = 2 65 70 end 66 71 object OpenDialog1: TOpenDialog 67 left = 33168 top = 18772 Left = 397 73 Top = 224 69 74 end 70 75 end
Note:
See TracChangeset
for help on using the changeset viewer.