Ignore:
Timestamp:
May 8, 2019, 11:54:23 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Build under Lazarus 2.0.
  • Modified: Used .lrj files instead of .lrt files.
  • Modified: Removed TemplateGenerics package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormOperation.lfm

    r29 r41  
    11object FormOperation: TFormOperation
    22  Left = 558
    3   Height = 482
     3  Height = 723
    44  Top = 480
    5   Width = 725
     5  Width = 1088
    66  Caption = 'Operation settings'
    7   ClientHeight = 482
    8   ClientWidth = 725
    9   LCLVersion = '1.7'
     7  ClientHeight = 723
     8  ClientWidth = 1088
     9  DesignTimePPI = 144
     10  LCLVersion = '2.0.0.4'
    1011  object ButtonOk: TButton
    11     Left = 559
    12     Height = 25
    13     Top = 427
    14     Width = 75
     12    Left = 838
     13    Height = 38
     14    Top = 640
     15    Width = 112
    1516    Caption = 'Ok'
    1617    ModalResult = 1
     18    ParentFont = False
    1719    TabOrder = 0
    1820  end
    1921  object ButtonCancel: TButton
    20     Left = 448
    21     Height = 25
    22     Top = 424
    23     Width = 75
     22    Left = 672
     23    Height = 38
     24    Top = 636
     25    Width = 112
    2426    Caption = 'Cancel'
    2527    ModalResult = 2
     28    ParentFont = False
    2629    TabOrder = 1
    2730  end
    2831  object ComboBoxRunMode: TComboBox
    29     Left = 16
    30     Height = 34
    31     Top = 16
    32     Width = 247
     32    Left = 24
     33    Height = 38
     34    Top = 24
     35    Width = 370
    3336    ItemHeight = 0
    3437    ItemIndex = 0
     
    3841    )
    3942    OnChange = ComboBoxRunModeChange
     43    ParentFont = False
    4044    Style = csDropDownList
    4145    TabOrder = 2
     
    4347  end
    4448  object Label9: TLabel
    45     Left = 16
    46     Height = 24
    47     Top = 200
    48     Width = 172
     49    Left = 24
     50    Height = 26
     51    Top = 300
     52    Width = 161
    4953    Caption = 'Write byte pattern:'
    5054    ParentColor = False
     55    ParentFont = False
    5156  end
    5257  object EditPattern: TEdit
    53     Left = 232
    54     Height = 34
    55     Top = 192
    56     Width = 80
     58    Left = 348
     59    Height = 43
     60    Top = 288
     61    Width = 120
     62    ParentFont = False
    5763    TabOrder = 3
    5864    Text = '0xff'
    5965  end
    6066  object Label2: TLabel
    61     Left = 24
    62     Height = 24
    63     Top = 64
    64     Width = 105
     67    Left = 36
     68    Height = 26
     69    Top = 96
     70    Width = 100
    6571    Caption = 'First sector:'
    6672    ParentColor = False
     73    ParentFont = False
    6774  end
    6875  object SpinEditFirstSector: TSpinEdit
    69     Left = 192
    70     Height = 34
    71     Top = 64
    72     Width = 162
     76    Left = 288
     77    Height = 43
     78    Top = 96
     79    Width = 243
    7380    MaxValue = 100000
    7481    OnChange = SpinEditFirstSectorChange
     82    ParentFont = False
    7583    TabOrder = 4
    7684    Value = 1
    7785  end
    7886  object SpinEditLastSector: TSpinEdit
    79     Left = 192
    80     Height = 34
    81     Top = 104
    82     Width = 162
     87    Left = 288
     88    Height = 43
     89    Top = 156
     90    Width = 243
    8391    MaxValue = 100000
    8492    OnChange = SpinEditLastSectorChange
     93    ParentFont = False
    8594    TabOrder = 5
    8695    Value = 1
    8796  end
    8897  object Label3: TLabel
    89     Left = 24
    90     Height = 24
    91     Top = 104
    92     Width = 81
     98    Left = 36
     99    Height = 26
     100    Top = 156
     101    Width = 77
    93102    Caption = 'Last size:'
    94103    ParentColor = False
     104    ParentFont = False
    95105  end
    96106  object CheckBoxRandomPattern: TCheckBox
    97     Left = 16
    98     Height = 28
    99     Top = 160
    100     Width = 174
     107    Left = 24
     108    Height = 30
     109    Top = 240
     110    Width = 165
    101111    Caption = 'Random pattern'
    102112    OnChange = CheckBoxRandomPatternChange
     113    ParentFont = False
    103114    TabOrder = 6
    104115  end
Note: See TracChangeset for help on using the changeset viewer.