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

    r34 r41  
    11object FormSettings: TFormSettings
    22  Left = 404
    3   Height = 327
     3  Height = 490
    44  Top = 574
    5   Width = 554
     5  Width = 831
    66  ActiveControl = ButtonOk
    77  Caption = 'Settings'
    8   ClientHeight = 327
    9   ClientWidth = 554
    10   Constraints.MinHeight = 327
    11   Constraints.MinWidth = 554
     8  ClientHeight = 490
     9  ClientWidth = 831
     10  Constraints.MinHeight = 490
     11  Constraints.MinWidth = 831
     12  DesignTimePPI = 144
    1213  OnCreate = FormCreate
    1314  OnShow = FormShow
    1415  Position = poMainFormCenter
    15   LCLVersion = '1.6.0.4'
     16  LCLVersion = '2.0.0.4'
    1617  object ButtonOk: TButton
    17     Left = 444
    18     Height = 25
    19     Top = 284
    20     Width = 75
     18    Left = 667
     19    Height = 38
     20    Top = 425
     21    Width = 112
    2122    Anchors = [akRight, akBottom]
    2223    Caption = 'Ok'
    2324    ModalResult = 1
     25    ParentFont = False
    2426    TabOrder = 0
    2527  end
    2628  object ButtonCancel: TButton
    27     Left = 322
    28     Height = 25
    29     Top = 284
    30     Width = 75
     29    Left = 483
     30    Height = 38
     31    Top = 425
     32    Width = 112
    3133    Anchors = [akRight, akBottom]
    3234    Caption = 'Cancel'
    3335    ModalResult = 2
     36    ParentFont = False
    3437    TabOrder = 1
    3538  end
    3639  object PageControl1: TPageControl
    37     Left = 4
    38     Height = 264
    39     Top = 4
    40     Width = 546
     40    Left = 6
     41    Height = 425
     42    Top = 6
     43    Width = 819
    4144    ActivePage = TabSheetGeneral
    4245    Align = alTop
    4346    Anchors = [akTop, akLeft, akRight, akBottom]
    44     BorderSpacing.Around = 4
     47    BorderSpacing.Around = 6
     48    ParentFont = False
    4549    TabIndex = 0
    4650    TabOrder = 2
    4751    object TabSheetGeneral: TTabSheet
    4852      Caption = 'General'
    49       ClientHeight = 222
    50       ClientWidth = 540
     53      ClientHeight = 385
     54      ClientWidth = 809
     55      ParentFont = False
    5156      object Label1: TLabel
    52         Left = 20
    53         Height = 24
    54         Top = 26
     57        Left = 30
     58        Height = 26
     59        Top = 39
    5560        Width = 88
    5661        Caption = 'Language:'
    5762        ParentColor = False
     63        ParentFont = False
    5864      end
    5965      object ComboBoxLanguage: TComboBox
    60         Left = 178
    61         Height = 38
    62         Top = 24
    63         Width = 196
     66        Left = 267
     67        Height = 42
     68        Top = 36
     69        Width = 294
    6470        ItemHeight = 0
     71        ParentFont = False
    6572        Style = csDropDownList
    6673        TabOrder = 0
     
    6976    object TabSheetDebug: TTabSheet
    7077      Caption = 'Debug'
    71       ClientHeight = 222
    72       ClientWidth = 540
     78      ClientHeight = 385
     79      ClientWidth = 809
     80      ParentFont = False
    7381      object CheckBoxDevelMode: TCheckBox
    74         Left = 16
    75         Height = 27
    76         Top = 136
    77         Width = 514
     82        Left = 24
     83        Height = 40
     84        Top = 204
     85        Width = 503
    7886        Anchors = [akTop, akLeft, akRight]
    7987        AutoSize = False
    8088        Caption = 'Developer mode'
     89        ParentFont = False
    8190        TabOrder = 0
    8291      end
    8392      object Label4: TLabel
    84         Left = 14
     93        Left = 21
    8594        Height = 24
    86         Top = 67
     95        Top = 100
    8796        Width = 35
    8897        Caption = 'DPI:'
    8998        ParentColor = False
     99        ParentFont = False
    90100      end
    91101      object SpinEditX: TSpinEdit
    92         Left = 104
     102        Left = 156
    93103        Height = 34
    94         Top = 64
    95         Width = 96
     104        Top = 96
     105        Width = 144
    96106        MaxValue = 500
    97107        MinValue = 20
     108        ParentFont = False
    98109        TabOrder = 1
    99110        Value = 50
    100111      end
    101112      object SpinEditY: TSpinEdit
    102         Left = 232
     113        Left = 348
    103114        Height = 34
    104         Top = 64
    105         Width = 90
     115        Top = 96
     116        Width = 135
    106117        MaxValue = 500
    107118        MinValue = 20
     119        ParentFont = False
    108120        TabOrder = 2
    109121        Value = 20
    110122      end
    111123      object Label5: TLabel
    112         Left = 208
     124        Left = 312
    113125        Height = 24
    114         Top = 67
     126        Top = 100
    115127        Width = 10
    116128        Caption = 'x'
    117129        ParentColor = False
     130        ParentFont = False
    118131      end
    119132      object CheckBox2: TCheckBox
    120         Left = 16
    121         Height = 24
    122         Top = 32
    123         Width = 510
     133        Left = 24
     134        Height = 36
     135        Top = 48
     136        Width = 497
    124137        Anchors = [akTop, akLeft, akRight]
    125138        AutoSize = False
    126139        Caption = 'Automatic DPI'
    127140        OnChange = CheckBox2Change
     141        ParentFont = False
    128142        TabOrder = 3
    129143      end
Note: See TracChangeset for help on using the changeset viewer.