Changeset 25 for trunk/Forms/UOptionsForm.lfm
- Timestamp:
- Feb 13, 2012, 9:47:18 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UOptionsForm.lfm
r23 r25 10 10 LCLVersion = '0.9.31' 11 11 object ButtonOk: TButton 12 Left = 38 012 Left = 389 13 13 Height = 25 14 14 Top = 247 … … 21 21 end 22 22 object ButtonCancel: TButton 23 Left = 29223 Left = 304 24 24 Height = 25 25 25 Top = 247 … … 30 30 TabOrder = 1 31 31 end 32 object Label1: TLabel 33 Left = 8 34 Height = 18 35 Top = 8 36 Width = 88 37 Caption = 'Memory size:' 38 ParentColor = False 39 end 40 object SpinEditMemorySize: TSpinEdit 32 object SpinEditCellSize: TSpinEdit 41 33 Left = 136 42 Height = 2 743 Top = 634 Height = 21 35 Top = 40 44 36 Width = 130 45 37 MaxValue = 2000000000 46 38 TabOrder = 2 47 39 end 48 object Label2: TLabel 49 Left = 8 50 Height = 18 51 Top = 40 52 Width = 60 53 Caption = 'Cell size:' 54 ParentColor = False 55 end 56 object SpinEditCellSize: TSpinEdit 40 object SpinEditMemorySize: TSpinEdit 57 41 Left = 136 58 Height = 2 759 Top = 4042 Height = 21 43 Top = 6 60 44 Width = 130 61 45 MaxValue = 2000000000 62 46 TabOrder = 3 63 47 end 48 object Label1: TLabel 49 Left = 8 50 Height = 14 51 Top = 8 52 Width = 64 53 Caption = 'Memory size:' 54 ParentColor = False 55 end 56 object Label2: TLabel 57 Left = 8 58 Height = 14 59 Top = 40 60 Width = 43 61 Caption = 'Cell size:' 62 ParentColor = False 63 end 64 64 object Label3: TLabel 65 65 Left = 8 66 Height = 1 866 Height = 14 67 67 Top = 95 68 Width = 12768 Width = 97 69 69 Caption = 'Interface language:' 70 70 ParentColor = False 71 71 end 72 object CheckBox1: TCheckBox 73 Left = 8 74 Height = 17 75 Top = 120 76 Width = 159 77 Caption = 'Reopend last opened project' 78 TabOrder = 4 79 end 72 80 object ComboBoxLanguage: TComboBox 73 81 Left = 162 74 Height = 2 782 Height = 21 75 83 Top = 86 76 84 Width = 188 77 ItemHeight = 085 ItemHeight = 13 78 86 Style = csDropDownList 79 TabOrder = 480 end81 object CheckBox1: TCheckBox82 Left = 883 Height = 1984 Top = 12085 Width = 20586 Caption = 'Reopend last opened project'87 87 TabOrder = 5 88 88 end
Note:
See TracChangeset
for help on using the changeset viewer.