source: CommOptionsForm/UCommOptionsForm.dfm

Last change on this file was 2, checked in by george, 15 years ago
  • Přidáno: Prvotní načtení tříd.
File size: 3.6 KB
Line 
1object CommOptionsForm: TCommOptionsForm
2 Left = 0
3 Top = 0
4 BorderStyle = bsSingle
5 Caption = 'Nastaven'#237' s'#233'riov'#233' linky'
6 ClientHeight = 242
7 ClientWidth = 284
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'Tahoma'
13 Font.Style = []
14 OldCreateOrder = False
15 Position = poScreenCenter
16 DesignSize = (
17 284
18 242)
19 PixelsPerInch = 96
20 TextHeight = 13
21 object Label1: TLabel
22 Left = 8
23 Top = 11
24 Width = 63
25 Height = 13
26 Caption = 'S'#233'riov'#253' port:'
27 end
28 object Label2: TLabel
29 Left = 8
30 Top = 43
31 Width = 96
32 Height = 13
33 Caption = 'P'#345'enosov'#225' rychlost:'
34 end
35 object Label3: TLabel
36 Left = 8
37 Top = 75
38 Width = 32
39 Height = 13
40 Caption = 'Parita:'
41 end
42 object Label4: TLabel
43 Left = 8
44 Top = 107
45 Width = 60
46 Height = 13
47 Caption = 'Datov'#233' bity:'
48 end
49 object Label5: TLabel
50 Left = 8
51 Top = 139
52 Width = 73
53 Height = 13
54 Caption = 'Po'#269'et stopbit'#367':'
55 end
56 object Label6: TLabel
57 Left = 8
58 Top = 171
59 Width = 56
60 Height = 13
61 Caption = #344#237'zen'#237' toku:'
62 end
63 object Bevel1: TBevel
64 Left = 8
65 Top = 200
66 Width = 270
67 Height = 3
68 Anchors = [akLeft, akRight, akBottom]
69 ExplicitWidth = 345
70 end
71 object ComboBox1: TComboBox
72 Left = 112
73 Top = 8
74 Width = 105
75 Height = 21
76 Style = csDropDownList
77 ItemHeight = 13
78 TabOrder = 0
79 Items.Strings = (
80 'COM1'
81 'COM2'
82 'COM3'
83 'COM4'
84 'COM5'
85 'COM6'
86 'COM7'
87 'COM8'
88 'COM9'
89 'COM10'
90 'COM11'
91 'COM12'
92 'COM13'
93 'COM14')
94 end
95 object ComboBox2: TComboBox
96 Left = 112
97 Top = 40
98 Width = 105
99 Height = 21
100 Style = csDropDownList
101 ItemHeight = 13
102 TabOrder = 1
103 Items.Strings = (
104 '110'
105 '300'
106 '600'
107 '1200'
108 '2400'
109 '4800'
110 '9600'
111 '14400'
112 '19200'
113 '38400'
114 '56000'
115 '57600'
116 '115200'
117 '128000'
118 '256000')
119 end
120 object ComboBox3: TComboBox
121 Left = 112
122 Top = 72
123 Width = 105
124 Height = 21
125 Style = csDropDownList
126 ItemHeight = 13
127 TabOrder = 2
128 Items.Strings = (
129 #381#225'dn'#225
130 'Lich'#225
131 'Sud'#225
132 'Zna'#269'ka'
133 'Mezera')
134 end
135 object ComboBox4: TComboBox
136 Left = 112
137 Top = 104
138 Width = 105
139 Height = 21
140 Style = csDropDownList
141 ItemHeight = 13
142 TabOrder = 3
143 Items.Strings = (
144 '4'
145 '5'
146 '6'
147 '7'
148 '8')
149 end
150 object ComboBox5: TComboBox
151 Left = 112
152 Top = 136
153 Width = 105
154 Height = 21
155 Style = csDropDownList
156 ItemHeight = 13
157 TabOrder = 4
158 Items.Strings = (
159 '1'
160 '1,5'
161 '2')
162 end
163 object ComboBox6: TComboBox
164 Left = 112
165 Top = 168
166 Width = 105
167 Height = 21
168 Style = csDropDownList
169 ItemHeight = 13
170 TabOrder = 5
171 Items.Strings = (
172 #381#225'dn'#233
173 'Xon/Xoff'
174 'Hardwarov'#233)
175 end
176 object Button1: TButton
177 Left = 120
178 Top = 209
179 Width = 75
180 Height = 25
181 Anchors = [akRight, akBottom]
182 Caption = 'Ok'
183 TabOrder = 6
184 OnClick = Button1Click
185 end
186 object Button2: TButton
187 Left = 201
188 Top = 209
189 Width = 75
190 Height = 25
191 Anchors = [akRight, akBottom]
192 Caption = 'Cancel'
193 TabOrder = 7
194 OnClick = Button2Click
195 end
196end
Note: See TracBrowser for help on using the repository browser.