home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Wcmd352 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TCOMBOINPUT / TCOMBOINPUT.txt
Text File  |  1998-08-11  |  1KB  |  69 lines

  1. object COMBOINPUT: TCOMBOINPUT
  2.   Left = 218
  3.   Top = 184
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 87
  7.   ClientWidth = 317
  8.   Font.Color = clBtnText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Prompt: TLabel
  17.     Left = 8
  18.     Top = 4
  19.     Width = 300
  20.     Height = 28
  21.     AutoSize = False
  22.     WordWrap = True
  23.   end
  24.   object ComboEdit: TComboBox
  25.     Left = 8
  26.     Top = 35
  27.     Width = 300
  28.     Height = 21
  29.     DropDownCount = 10
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ItemHeight = 13
  35.     ParentFont = False
  36.     TabOrder = 0
  37.   end
  38.   object OK: TButton
  39.     Tag = 4001
  40.     Left = 75
  41.     Top = 60
  42.     Width = 80
  43.     Height = 24
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.   end
  49.   object Cancel: TButton
  50.     Tag = 4002
  51.     Left = 163
  52.     Top = 60
  53.     Width = 80
  54.     Height = 24
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     TabOrder = 2
  58.     OnClick = CancelClick
  59.   end
  60.   object Translate1: TTranslate
  61.     Left = 8
  62.     Top = 60
  63.   end
  64.   object ResolutionFix1: TResolutionFix
  65.     Left = 44
  66.     Top = 60
  67.   end
  68. end
  69.