Changeset 90 for trunk/Forms/UFormImport.lfm
- Timestamp:
- Aug 10, 2016, 11:24:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImport.lfm
r55 r90 9 9 Position = poScreenCenter 10 10 LCLVersion = '1.6.0.4' 11 object Button Import: TButton11 object ButtonProcess: TButton 12 12 Left = 16 13 13 Height = 25 … … 15 15 Width = 107 16 16 Caption = 'Process' 17 OnClick = Button ImportClick17 OnClick = ButtonProcessClick 18 18 TabOrder = 0 19 19 end … … 29 29 object ComboBoxDataFormat: TComboBox 30 30 Left = 264 31 Height = 2831 Height = 34 32 32 Top = 5 33 33 Width = 140 34 ItemHeight = 2034 ItemHeight = 0 35 35 ItemIndex = 0 36 36 Items.Strings = ( … … 44 44 object Label1: TLabel 45 45 Left = 153 46 Height = 2 046 Height = 24 47 47 Top = 9 48 Width = 8448 Width = 108 49 49 Caption = 'Data format:' 50 50 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.