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/UFormProject.lfm

    r31 r41  
    11object FormProject: TFormProject
    22  Left = 537
    3   Height = 392
     3  Height = 588
    44  Top = 440
    5   Width = 612
     5  Width = 918
    66  Caption = 'Project settings'
    7   ClientHeight = 392
    8   ClientWidth = 612
    9   LCLVersion = '1.7'
     7  ClientHeight = 588
     8  ClientWidth = 918
     9  DesignTimePPI = 144
     10  LCLVersion = '2.0.0.4'
    1011  object SpinEditSectorSize: TSpinEdit
    11     Left = 224
    12     Height = 34
    13     Top = 152
    14     Width = 101
     12    Left = 336
     13    Height = 43
     14    Top = 228
     15    Width = 152
    1516    MaxValue = 63
    1617    OnChange = SpinEditSectorSizeChange
     18    ParentFont = False
    1719    TabOrder = 0
    1820    Value = 1
    1921  end
    2022  object Label1: TLabel
    21     Left = 16
    22     Height = 24
    23     Top = 160
    24     Width = 101
     23    Left = 24
     24    Height = 26
     25    Top = 240
     26    Width = 96
    2527    Caption = 'Sector size:'
    2628    ParentColor = False
     29    ParentFont = False
    2730  end
    2831  object Button1: TButton
    29     Left = 326
    30     Height = 25
    31     Top = 280
    32     Width = 75
     32    Left = 489
     33    Height = 38
     34    Top = 420
     35    Width = 112
    3336    Caption = 'Ok'
    3437    ModalResult = 1
     38    ParentFont = False
    3539    TabOrder = 1
    3640  end
    3741  object Button2: TButton
    38     Left = 224
    39     Height = 25
    40     Top = 280
    41     Width = 75
     42    Left = 336
     43    Height = 38
     44    Top = 420
     45    Width = 112
    4246    Caption = 'Cancel'
    4347    ModalResult = 2
     48    ParentFont = False
    4449    TabOrder = 2
    4550  end
    4651  object EditName: TEdit
    47     Left = 192
    48     Height = 34
    49     Top = 8
    50     Width = 240
     52    Left = 288
     53    Height = 43
     54    Top = 12
     55    Width = 360
     56    ParentFont = False
    5157    TabOrder = 3
    5258  end
    5359  object Label2: TLabel
    54     Left = 16
    55     Height = 24
    56     Top = 16
    57     Width = 60
     60    Left = 24
     61    Height = 26
     62    Top = 24
     63    Width = 56
    5864    Caption = 'Name:'
    5965    ParentColor = False
     66    ParentFont = False
    6067  end
    6168  object ComboBoxDrive: TComboBox
    62     Left = 192
    63     Height = 38
    64     Top = 56
    65     Width = 384
     69    Left = 288
     70    Height = 42
     71    Top = 84
     72    Width = 576
    6673    ItemHeight = 0
     74    ParentFont = False
    6775    Style = csDropDownList
    6876    TabOrder = 4
    6977  end
    7078  object Label3: TLabel
    71     Left = 16
    72     Height = 24
    73     Top = 64
    74     Width = 53
     79    Left = 24
     80    Height = 26
     81    Top = 96
     82    Width = 49
    7583    Caption = 'Drive:'
    7684    ParentColor = False
     85    ParentFont = False
    7786  end
    7887  object Label4: TLabel
    79     Left = 16
    80     Height = 24
    81     Top = 112
    82     Width = 119
     88    Left = 24
     89    Height = 26
     90    Top = 168
     91    Width = 113
    8392    Caption = 'Sector count:'
    8493    ParentColor = False
     94    ParentFont = False
    8595  end
    8696  object LabelSectorCount: TLabel
    87     Left = 192
    88     Height = 24
    89     Top = 112
     97    Left = 288
     98    Height = 26
     99    Top = 168
    90100    Width = 15
    91101    Caption = '   '
    92102    ParentColor = False
     103    ParentFont = False
    93104  end
    94105  object Label5: TLabel
    95     Left = 192
    96     Height = 24
    97     Top = 160
    98     Width = 22
     106    Left = 288
     107    Height = 26
     108    Top = 240
     109    Width = 20
    99110    Caption = '2^'
    100111    ParentColor = False
     112    ParentFont = False
    101113  end
    102114  object Label6: TLabel
    103     Left = 341
    104     Height = 24
    105     Top = 160
    106     Width = 11
     115    Left = 512
     116    Height = 26
     117    Top = 240
     118    Width = 10
    107119    Caption = '='
    108120    ParentColor = False
     121    ParentFont = False
    109122  end
    110123end
Note: See TracChangeset for help on using the changeset viewer.