home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / AddrOrg / _SETUP.1 / ADO30.exe / 0 / RCDATA / TADPEDIT / TADPEDIT.txt
Text File  |  1999-12-09  |  1KB  |  76 lines

  1. object AdPEdit: TAdPEdit
  2.   Left = 200
  3.   Top = 100
  4.   Width = 304
  5.   Height = 166
  6.   HorzScrollBar.Range = 0
  7.   VertScrollBar.Range = 0
  8.   AutoScroll = False
  9.   BorderStyle = bsDialog
  10.   Caption = 'Select Baud Rate'
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   object BaudChoices: TComboBox
  18.     Left = 24
  19.     Top = 16
  20.     Width = 145
  21.     Height = 20
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ItemHeight = 13
  27.     Items.Strings = (
  28.       '150'
  29.       '300'
  30.       '600'
  31.       '1200'
  32.       '2400'
  33.       '4800'
  34.       '9600'
  35.       '19200'
  36.       '38400'
  37.       '57600'
  38.       '115200')
  39.     ParentFont = False
  40.     TabOrder = 0
  41.     Text = 'BaudChoices'
  42.   end
  43.   object OK: TButton
  44.     Left = 200
  45.     Top = 16
  46.     Width = 73
  47.     Height = 25
  48.     Caption = 'OK'
  49.     TabOrder = 1
  50.     OnClick = OKClick
  51.   end
  52.   object Cancel: TButton
  53.     Left = 200
  54.     Top = 56
  55.     Width = 73
  56.     Height = 25
  57.     Caption = 'Cancel'
  58.     Font.Color = clBlack
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.     TabOrder = 2
  64.     OnClick = CancelClick
  65.   end
  66.   object Help: TButton
  67.     Left = 200
  68.     Top = 96
  69.     Width = 73
  70.     Height = 25
  71.     Caption = 'Help'
  72.     TabOrder = 3
  73.     OnClick = HelpClick
  74.   end
  75. end
  76.