home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TRUNPARAMSDLG / TRUNPARAMSDLG.txt
Text File  |  1997-01-16  |  1KB  |  70 lines

  1. object RunParamsDlg: TRunParamsDlg
  2.   Left = 253
  3.   Top = 148
  4.   HelpContext = 1628
  5.   BorderStyle = bsDialog
  6.   Caption = 'Run parameters'
  7.   ClientHeight = 103
  8.   ClientWidth = 353
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 337
  20.     Height = 54
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 13
  26.     Width = 78
  27.     Height = 13
  28.     Caption = '&Run parameters:'
  29.     FocusControl = ParamInput
  30.   end
  31.   object ParamInput: TComboBox
  32.     Left = 16
  33.     Top = 31
  34.     Width = 321
  35.     Height = 21
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.   end
  39.   object OKButton: TButton
  40.     Left = 110
  41.     Top = 71
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.     OnClick = OKButtonClick
  49.   end
  50.   object CancelButton: TButton
  51.     Left = 190
  52.     Top = 71
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60.   object HelpButton: TButton
  61.     Left = 270
  62.     Top = 71
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&Help'
  66.     TabOrder = 3
  67.     OnClick = HelpButtonClick
  68.   end
  69. end
  70.