source: branches/ByteArray/Forms/FormSettings.lfm

Last change on this file was 5, checked in by chronos, 3 months ago
File size: 2.2 KB
Line 
1object FormSettings: TFormSettings
2 Left = 809
3 Height = 613
4 Top = 444
5 Width = 857
6 Caption = 'Settings'
7 ClientHeight = 613
8 ClientWidth = 857
9 DesignTimePPI = 144
10 OnShow = FormShow
11 LCLVersion = '2.2.6.0'
12 object ButtonOk: TButton
13 Left = 730
14 Height = 38
15 Top = 557
16 Width = 113
17 Anchors = [akRight, akBottom]
18 Caption = 'OK'
19 ModalResult = 1
20 OnClick = ButtonOkClick
21 TabOrder = 0
22 end
23 object ButtonCancel: TButton
24 Left = 592
25 Height = 38
26 Top = 557
27 Width = 113
28 Anchors = [akRight, akBottom]
29 Caption = 'Cancel'
30 ModalResult = 2
31 TabOrder = 1
32 end
33 object ScrollBox1: TScrollBox
34 Left = 13
35 Height = 536
36 Top = 8
37 Width = 827
38 HorzScrollBar.Page = 382
39 VertScrollBar.Page = 182
40 Anchors = [akTop, akLeft, akRight, akBottom]
41 BorderStyle = bsNone
42 ClientHeight = 536
43 ClientWidth = 827
44 TabOrder = 2
45 object Label1: TLabel
46 Left = 8
47 Height = 26
48 Top = 8
49 Width = 112
50 Caption = 'Startup form:'
51 ParentColor = False
52 end
53 object ComboBoxStartUpForm: TComboBox
54 Left = 152
55 Height = 42
56 Top = 0
57 Width = 230
58 ItemHeight = 0
59 Items.Strings = (
60 'Screen'
61 'Source editor'
62 'Debugger'
63 )
64 Style = csDropDownList
65 TabOrder = 0
66 end
67 object Label2: TLabel
68 Left = 8
69 Height = 26
70 Top = 56
71 Width = 63
72 Caption = 'Theme:'
73 ParentColor = False
74 end
75 object ComboBoxTheme: TComboBox
76 Left = 152
77 Height = 42
78 Top = 48
79 Width = 230
80 ItemHeight = 0
81 Style = csDropDownList
82 TabOrder = 1
83 end
84 object Label3: TLabel
85 Left = 8
86 Height = 26
87 Top = 104
88 Width = 88
89 Caption = 'Language:'
90 ParentColor = False
91 end
92 object ComboBoxLanguage: TComboBox
93 Left = 152
94 Height = 42
95 Top = 96
96 Width = 230
97 ItemHeight = 0
98 Style = csDropDownList
99 TabOrder = 2
100 end
101 object CheckBoxAutoStartMachine: TCheckBox
102 Left = 12
103 Height = 30
104 Top = 152
105 Width = 187
106 Caption = 'Auto start machine'
107 TabOrder = 3
108 end
109 end
110end
Note: See TracBrowser for help on using the repository browser.