home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / gry / wkiss / tools / kcnfe111.lzh / CNFEDIT.EXE / 0 / RCDATA / TOBJCMBBX / TOBJCMBBX.txt
Encoding:
Text File  |  1998-04-21  |  806 b   |  45 lines

  1. object ObjCmbBx: TObjCmbBx
  2.   Left = 211
  3.   Top = 175
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'ObjCmbBx'
  7.   ClientHeight = 94
  8.   ClientWidth = 291
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 8
  18.     Top = 64
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&Ok'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.   end
  26.   object Button2: TButton
  27.     Left = 208
  28.     Top = 64
  29.     Width = 75
  30.     Height = 25
  31.     Caption = '&Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.   end
  35.   object ComboBox1: TComboBox
  36.     Left = 8
  37.     Top = 16
  38.     Width = 273
  39.     Height = 21
  40.     Style = csDropDownList
  41.     ItemHeight = 13
  42.     TabOrder = 2
  43.   end
  44. end
  45.