Ignore:
Timestamp:
Jan 17, 2025, 9:05:54 PM (4 days ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
  • Modified: Remove U prefix from unit names.
  • Modified: Use Gneeric.Collections instead of fgl.
  • Modified: Do not use global form variables.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormExport.lfm

    r218 r219  
    11object FormExport: TFormExport
    22  Left = 281
    3   Height = 654
     3  Height = 785
    44  Top = 221
    5   Width = 850
     5  Width = 1020
    66  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
    1310  Position = poScreenCenter
    14   LCLVersion = '2.0.2.0'
     11  LCLVersion = '3.6.0.0'
    1512  object ButtonProcess: TButton
    16     Left = 18
    17     Height = 33
    18     Top = 9
    19     Width = 139
     13    Left = 22
     14    Height = 40
     15    Top = 11
     16    Width = 167
    2017    Caption = 'Process'
     18    TabOrder = 0
    2119    OnClick = ButtonProcessClick
    22     TabOrder = 0
    2320  end
    2421  object ComboBoxDataFormat: TComboBox
    25     Left = 341
    26     Height = 28
    27     Top = 5
    28     Width = 182
    29     ItemHeight = 20
     22    Left = 409
     23    Height = 38
     24    Top = 6
     25    Width = 218
     26    ItemHeight = 0
    3027    ItemIndex = 0
    3128    Items.Strings = (
     
    3936  end
    4037  object ButtonSaveToFile: TButton
    41     Left = 653
    42     Height = 33
    43     Top = 9
    44     Width = 181
     38    Left = 784
     39    Height = 40
     40    Top = 11
     41    Width = 217
    4542    Anchors = [akTop, akRight]
    4643    Caption = 'Save to file'
     44    TabOrder = 2
    4745    OnClick = ButtonSaveToFileClick
    48     TabOrder = 2
    4946  end
    5047  object Memo1: TMemo
    51     Left = 8
    52     Height = 597
    53     Top = 51
    54     Width = 830
     48    Left = 10
     49    Height = 717
     50    Top = 61
     51    Width = 996
    5552    Anchors = [akTop, akLeft, akRight, akBottom]
    5653    ScrollBars = ssAutoBoth
     
    5855  end
    5956  object SaveDialog1: TSaveDialog
    60     left = 395
    61     top = 124
     57    Left = 474
     58    Top = 149
    6259  end
    6360end
Note: See TracChangeset for help on using the changeset viewer.