home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21B.mdf / win95 / zakelijk / atrex32 / install.exe / %MAINDIR% / poledisp.dll / 0 / RCDATA / TPOLEDISPLAYSETUPDLG / TPOLEDISPLAYSETUPDLG.txt
Encoding:
Text File  |  1999-08-01  |  1.6 KB  |  88 lines

  1. object PoleDisplaySetupDlg: TPoleDisplaySetupDlg
  2.   Left = 238
  3.   Top = 174
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Pole Display Setup'
  7.   ClientHeight = 93
  8.   ClientWidth = 241
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 4
  22.     Top = 4
  23.     Width = 233
  24.     Height = 53
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 8
  29.       Top = 8
  30.       Width = 30
  31.       Height = 13
  32.       Caption = '&Mode:'
  33.       FocusControl = Mode
  34.     end
  35.     object Label2: TLabel
  36.       Left = 8
  37.       Top = 32
  38.       Width = 22
  39.       Height = 13
  40.       Caption = '&Port:'
  41.       FocusControl = Port
  42.     end
  43.     object Mode: TComboBox
  44.       Left = 44
  45.       Top = 4
  46.       Width = 185
  47.       Height = 21
  48.       Style = csDropDownList
  49.       ItemHeight = 13
  50.       Items.Strings = (
  51.         '')
  52.       Sorted = True
  53.       TabOrder = 0
  54.     end
  55.     object Port: TComboBox
  56.       Left = 44
  57.       Top = 28
  58.       Width = 77
  59.       Height = 21
  60.       Style = csDropDownList
  61.       ItemHeight = 13
  62.       Items.Strings = (
  63.         'COM1'
  64.         'COM2'
  65.         'COM3'
  66.         'COM4')
  67.       TabOrder = 1
  68.     end
  69.   end
  70.   object BitBtn1: TBitBtn
  71.     Left = 80
  72.     Top = 64
  73.     Width = 75
  74.     Height = 25
  75.     TabOrder = 1
  76.     OnClick = BitBtn1Click
  77.     Kind = bkOK
  78.   end
  79.   object BitBtn2: TBitBtn
  80.     Left = 160
  81.     Top = 64
  82.     Width = 75
  83.     Height = 25
  84.     TabOrder = 2
  85.     Kind = bkCancel
  86.   end
  87. end
  88.