home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d56 / RMCTL.ZIP / rmInspectorEdit2.dfm < prev    next >
Text File  |  2001-06-22  |  1KB  |  64 lines

  1. object frmInspectorItemTypes: TfrmInspectorItemTypes
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Choose Inspector Item Type'
  7.   ClientHeight = 83
  8.   ClientWidth = 260
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 6
  22.     Top = 6
  23.     Width = 97
  24.     Height = 13
  25.     Caption = 'Inspector Item Type:'
  26.   end
  27.   object ComboBox1: TComboBox
  28.     Left = 5
  29.     Top = 22
  30.     Width = 250
  31.     Height = 21
  32.     Style = csDropDownList
  33.     ItemHeight = 13
  34.     TabOrder = 0
  35.     Items.Strings = (
  36.       'TrmCheckBoxInspectorItem'
  37.       'TrmComboInspectorItem'
  38.       'TrmComplexInspectorItem'
  39.       'TrmDateInspectorItem'
  40.       'TrmIntegerInspectorItem'
  41.       'TrmStringInspectorItem')
  42.   end
  43.   object Button1: TButton
  44.     Left = 102
  45.     Top = 52
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 1
  52.   end
  53.   object Button2: TButton
  54.     Left = 179
  55.     Top = 52
  56.     Width = 75
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 2
  62.   end
  63. end
  64.