| 18 |
|
WindowState = wsMaximized |
| 19 |
|
OnActivate = FormActivate |
| 20 |
|
OnClose = FormClose |
| 21 |
– |
OnResize = FormResize |
| 21 |
|
PixelsPerInch = 96 |
| 22 |
|
TextHeight = 13 |
| 23 |
|
object Splitter1: TSplitter |
| 241 |
|
Height = 21 |
| 242 |
|
Style = csDropDownList |
| 243 |
|
Anchors = [akLeft, akTop, akRight] |
| 244 |
< |
DropDownCount = 12 |
| 244 |
> |
DropDownCount = 20 |
| 245 |
|
Font.Charset = DEFAULT_CHARSET |
| 246 |
|
Font.Color = clWindowText |
| 247 |
|
Font.Height = -11 |
| 248 |
< |
Font.Name = 'Tahoma' |
| 248 |
> |
Font.Name = 'Courier' |
| 249 |
|
Font.Style = [] |
| 250 |
|
ItemHeight = 13 |
| 251 |
|
ParentFont = False |
| 287 |
|
Height = 21 |
| 288 |
|
Style = csDropDownList |
| 289 |
|
Anchors = [akLeft, akTop, akRight] |
| 290 |
+ |
DropDownCount = 12 |
| 291 |
|
ItemHeight = 13 |
| 292 |
|
TabOrder = 4 |
| 293 |
|
OnChange = combo_connectionChange |