Changeset 59 for trunk/Forms/UFormOptions.lfm
- Timestamp:
- Dec 3, 2014, 9:09:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormOptions.lfm
r37 r59 8 8 ClientWidth = 468 9 9 OnShow = FormShow 10 LCLVersion = ' 0.9.31'10 LCLVersion = '1.3' 11 11 object ButtonOk: TButton 12 12 Left = 389 … … 31 31 end 32 32 object SpinEditCellSize: TSpinEdit 33 Left = 1 3634 Height = 2133 Left = 165 34 Height = 35 35 35 Top = 40 36 36 Width = 130 … … 39 39 end 40 40 object SpinEditMemorySize: TSpinEdit 41 Left = 1 3642 Height = 2141 Left = 165 42 Height = 35 43 43 Top = 6 44 44 Width = 130 … … 48 48 object Label1: TLabel 49 49 Left = 8 50 Height = 1450 Height = 25 51 51 Top = 8 52 Width = 6452 Width = 123 53 53 Caption = 'Memory size:' 54 54 ParentColor = False … … 56 56 object Label2: TLabel 57 57 Left = 8 58 Height = 1458 Height = 25 59 59 Top = 40 60 Width = 4360 Width = 79 61 61 Caption = 'Cell size:' 62 62 ParentColor = False … … 64 64 object Label3: TLabel 65 65 Left = 8 66 Height = 1466 Height = 25 67 67 Top = 95 68 Width = 9768 Width = 179 69 69 Caption = 'Interface language:' 70 70 ParentColor = False … … 72 72 object CheckBox1: TCheckBox 73 73 Left = 8 74 Height = 17 75 Top = 120 76 Width = 159 74 Height = 27 75 Top = 128 76 Width = 456 77 Anchors = [akTop, akLeft, akRight] 78 AutoSize = False 77 79 Caption = 'Reopend last opened project' 78 80 TabOrder = 4 79 81 end 80 82 object ComboBoxLanguage: TComboBox 81 Left = 16282 Height = 2183 Top = 8 683 Left = 248 84 Height = 37 85 Top = 83 84 86 Width = 188 85 ItemHeight = 1387 ItemHeight = 0 86 88 Style = csDropDownList 87 89 TabOrder = 5 88 90 end 91 object SpinEditDPIX: TSpinEdit 92 Left = 104 93 Height = 35 94 Top = 193 95 Width = 80 96 MaxValue = 1000 97 MinValue = 1 98 TabOrder = 6 99 Value = 1 100 end 101 object LabelDPI: TLabel 102 Left = 24 103 Height = 25 104 Top = 201 105 Width = 39 106 Caption = 'DPI:' 107 ParentColor = False 108 end 109 object SpinEditDPIY: TSpinEdit 110 Left = 208 111 Height = 35 112 Top = 193 113 Width = 80 114 MaxValue = 1000 115 MinValue = 1 116 TabOrder = 7 117 Value = 1 118 end 119 object LabelX: TLabel 120 Left = 192 121 Height = 25 122 Top = 201 123 Width = 10 124 Caption = 'x' 125 ParentColor = False 126 end 127 object CheckBoxDPIAuto: TCheckBox 128 Left = 8 129 Height = 27 130 Top = 168 131 Width = 448 132 Anchors = [akTop, akLeft, akRight] 133 AutoSize = False 134 Caption = 'Automatic DPI' 135 OnChange = CheckBoxDPIAutoChange 136 TabOrder = 8 137 end 89 138 end
Note:
See TracChangeset
for help on using the changeset viewer.