Changeset 219 for trunk/Forms/FormExport.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormExport.lfm
r218 r219 1 1 object FormExport: TFormExport 2 2 Left = 281 3 Height = 6543 Height = 785 4 4 Top = 221 5 Width = 8505 Width = 1020 6 6 Caption = 'Export' 7 ClientHeight = 654 8 ClientWidth = 850 9 DesignTimePPI = 120 10 OnClose = FormClose 11 OnCreate = FormCreate 12 OnShow = FormShow 7 ClientHeight = 785 8 ClientWidth = 1020 9 DesignTimePPI = 144 13 10 Position = poScreenCenter 14 LCLVersion = ' 2.0.2.0'11 LCLVersion = '3.6.0.0' 15 12 object ButtonProcess: TButton 16 Left = 1817 Height = 3318 Top = 919 Width = 1 3913 Left = 22 14 Height = 40 15 Top = 11 16 Width = 167 20 17 Caption = 'Process' 18 TabOrder = 0 21 19 OnClick = ButtonProcessClick 22 TabOrder = 023 20 end 24 21 object ComboBoxDataFormat: TComboBox 25 Left = 34126 Height = 2827 Top = 528 Width = 18229 ItemHeight = 2022 Left = 409 23 Height = 38 24 Top = 6 25 Width = 218 26 ItemHeight = 0 30 27 ItemIndex = 0 31 28 Items.Strings = ( … … 39 36 end 40 37 object ButtonSaveToFile: TButton 41 Left = 65342 Height = 3343 Top = 944 Width = 18138 Left = 784 39 Height = 40 40 Top = 11 41 Width = 217 45 42 Anchors = [akTop, akRight] 46 43 Caption = 'Save to file' 44 TabOrder = 2 47 45 OnClick = ButtonSaveToFileClick 48 TabOrder = 249 46 end 50 47 object Memo1: TMemo 51 Left = 852 Height = 59753 Top = 5154 Width = 83048 Left = 10 49 Height = 717 50 Top = 61 51 Width = 996 55 52 Anchors = [akTop, akLeft, akRight, akBottom] 56 53 ScrollBars = ssAutoBoth … … 58 55 end 59 56 object SaveDialog1: TSaveDialog 60 left = 39561 top = 12457 Left = 474 58 Top = 149 62 59 end 63 60 end
Note:
See TracChangeset
for help on using the changeset viewer.