home *** CD-ROM | disk | FTP | other *** search
- object PoleDisplaySetupDlg: TPoleDisplaySetupDlg
- Left = 238
- Top = 174
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Pole Display Setup'
- ClientHeight = 93
- ClientWidth = 241
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 4
- Top = 4
- Width = 233
- Height = 53
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 30
- Height = 13
- Caption = '&Mode:'
- FocusControl = Mode
- end
- object Label2: TLabel
- Left = 8
- Top = 32
- Width = 22
- Height = 13
- Caption = '&Port:'
- FocusControl = Port
- end
- object Mode: TComboBox
- Left = 44
- Top = 4
- Width = 185
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- '')
- Sorted = True
- TabOrder = 0
- end
- object Port: TComboBox
- Left = 44
- Top = 28
- Width = 77
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'COM1'
- 'COM2'
- 'COM3'
- 'COM4')
- TabOrder = 1
- end
- end
- object BitBtn1: TBitBtn
- Left = 80
- Top = 64
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 160
- Top = 64
- Width = 75
- Height = 25
- TabOrder = 2
- Kind = bkCancel
- end
- end
-