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

  1. object InpComboDlg: TInpComboDlg
  2.   Left = 228
  3.   Top = 303
  4.   HelpContext = 440
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 140
  8.   ClientWidth = 357
  9.   Font.Color = clBtnText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TextField: TLabel
  18.     Left = 5
  19.     Top = 8
  20.     Width = 348
  21.     Height = 33
  22.     AutoSize = False
  23.     ShowAccelChar = False
  24.     WordWrap = True
  25.   end
  26.   object TypeField: TLabel
  27.     Left = 16
  28.     Top = 68
  29.     Width = 329
  30.     Height = 13
  31.     AutoSize = False
  32.   end
  33.   object InputLine: TEdit
  34.     Left = 16
  35.     Top = 40
  36.     Width = 329
  37.     Height = 21
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     TabOrder = 0
  44.     OnKeyDown = InputLineKeyDown
  45.   end
  46.   object OK: TButton
  47.     Tag = 4001
  48.     Left = 28
  49.     Top = 113
  50.     Width = 90
  51.     Height = 24
  52.     Caption = 'OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 2
  56.     OnKeyDown = InputLineKeyDown
  57.   end
  58.   object id_calltree: TButton
  59.     Tag = 2
  60.     Left = 134
  61.     Top = 113
  62.     Width = 90
  63.     Height = 24
  64.     Caption = '&Tree'
  65.     TabOrder = 3
  66.     OnClick = id_calltreeClick
  67.     OnKeyDown = InputLineKeyDown
  68.   end
  69.   object Cancel: TButton
  70.     Tag = 4002
  71.     Left = 240
  72.     Top = 113
  73.     Width = 90
  74.     Height = 24
  75.     Cancel = True
  76.     Caption = 'Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 4
  79.     OnKeyDown = InputLineKeyDown
  80.   end
  81.   object ComboEdit: TComboBox
  82.     Left = 16
  83.     Top = 84
  84.     Width = 329
  85.     Height = 21
  86.     ItemHeight = 13
  87.     TabOrder = 1
  88.   end
  89.   object Translate1: TTranslate
  90.     Tag = 5000
  91.     Top = 120
  92.   end
  93.   object ResolutionFix1: TResolutionFix
  94.     Left = 328
  95.     Top = 116
  96.   end
  97. end
  98.