home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TCOMBOINPUT / TCOMBOINPUT.txt
Text File  |  1999-07-27  |  2KB  |  98 lines

  1. object COMBOINPUT: TCOMBOINPUT
  2.   Left = 218
  3.   Top = 184
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 199
  7.   ClientWidth = 312
  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 lbText: TLabel
  25.     Left = 8
  26.     Top = 60
  27.     Width = 300
  28.     Height = 14
  29.     AutoSize = False
  30.     Caption = 'Or select predefined selection type:'
  31.     WordWrap = True
  32.   end
  33.   object ComboEdit: TComboBox
  34.     Left = 8
  35.     Top = 35
  36.     Width = 300
  37.     Height = 21
  38.     DropDownCount = 10
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ItemHeight = 13
  44.     ParentFont = False
  45.     TabOrder = 0
  46.   end
  47.   object OK: TButton
  48.     Tag = 4001
  49.     Left = 143
  50.     Top = 174
  51.     Width = 80
  52.     Height = 23
  53.     Caption = 'OK'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 3
  57.   end
  58.   object Cancel: TButton
  59.     Tag = 4002
  60.     Left = 227
  61.     Top = 174
  62.     Width = 80
  63.     Height = 23
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     TabOrder = 4
  67.     OnClick = CancelClick
  68.   end
  69.   object ListPredefined: TListBox
  70.     Left = 8
  71.     Top = 76
  72.     Width = 298
  73.     Height = 93
  74.     ItemHeight = 13
  75.     TabOrder = 1
  76.     OnClick = ListPredefinedClick
  77.     OnDblClick = ListPredefinedDblClick
  78.   end
  79.   object DefineButton: TButton
  80.     Left = 61
  81.     Top = 174
  82.     Width = 80
  83.     Height = 23
  84.     Cancel = True
  85.     Caption = '&Define...'
  86.     TabOrder = 2
  87.     OnClick = DefineButtonClick
  88.   end
  89.   object Translate1: TTranslate
  90.     Left = 8
  91.     Top = 184
  92.   end
  93.   object ResolutionFix1: TResolutionFix
  94.     Left = 40
  95.     Top = 180
  96.   end
  97. end
  98.