home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / QueryX.ocx / RCDATA / TPROPPAGE / TPROPPAGE.txt
Text File  |  1997-05-05  |  3KB  |  135 lines

  1. object PropPage: TPropPage
  2.   Left = 314
  3.   Top = 208
  4.   Width = 356
  5.   Height = 336
  6.   Caption = 'Properties'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCloseQuery = FormCloseQuery
  13.   OnResize = FormResize
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PropGrid: TStringGrid
  18.     Left = 0
  19.     Top = 53
  20.     Width = 348
  21.     Height = 235
  22.     Align = alClient
  23.     BorderStyle = bsNone
  24.     ColCount = 2
  25.     Ctl3D = True
  26.     DefaultColWidth = 120
  27.     DefaultRowHeight = 19
  28.     RowCount = 20
  29.     FixedRows = 0
  30.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
  31.     ParentCtl3D = False
  32.     ScrollBars = ssVertical
  33.     TabOrder = 0
  34.     OnClick = PropGridClick
  35.     OnKeyPress = PropGridKeyPress
  36.     OnSelectCell = PropGridSelectCell
  37.     OnSetEditText = PropGridSetEditText
  38.     OnTopLeftChanged = PropGridTopLeftChanged
  39.   end
  40.   object Panel1: TPanel
  41.     Left = 0
  42.     Top = 0
  43.     Width = 348
  44.     Height = 33
  45.     Align = alTop
  46.     TabOrder = 1
  47.     object Button1: TButton
  48.       Left = 8
  49.       Top = 4
  50.       Width = 81
  51.       Height = 26
  52.       Caption = '&Done'
  53.       TabOrder = 0
  54.       OnClick = Button1Click
  55.     end
  56.   end
  57.   object EnumItems: TComboBox
  58.     Left = 120
  59.     Top = 8
  60.     Width = 145
  61.     Height = 21
  62.     Style = csDropDownList
  63.     Ctl3D = False
  64.     DropDownCount = 4
  65.     ItemHeight = 13
  66.     ParentCtl3D = False
  67.     TabOrder = 2
  68.     Visible = False
  69.     OnChange = EnumItemsChange
  70.   end
  71.   object Panel2: TPanel
  72.     Left = 0
  73.     Top = 33
  74.     Width = 348
  75.     Height = 20
  76.     Align = alTop
  77.     BevelOuter = bvNone
  78.     TabOrder = 3
  79.     object Panel3: TPanel
  80.       Left = 0
  81.       Top = 0
  82.       Width = 121
  83.       Height = 20
  84.       Align = alLeft
  85.       Caption = 'Property Name'
  86.       Font.Color = clWindowText
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = [fsBold]
  90.       ParentFont = False
  91.       TabOrder = 0
  92.     end
  93.     object Panel4: TPanel
  94.       Left = 121
  95.       Top = 0
  96.       Width = 227
  97.       Height = 20
  98.       Align = alClient
  99.       Caption = 'Property Value'
  100.       Font.Color = clWindowText
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = [fsBold]
  104.       ParentFont = False
  105.       TabOrder = 1
  106.     end
  107.   end
  108.   object Panel5: TPanel
  109.     Left = 0
  110.     Top = 288
  111.     Width = 348
  112.     Height = 21
  113.     Align = alBottom
  114.     Alignment = taLeftJustify
  115.     BevelInner = bvLowered
  116.     BorderWidth = 1
  117.     TabOrder = 4
  118.   end
  119.   object ColorDialog1: TColorDialog
  120.     Ctl3D = True
  121.     Left = 272
  122.     Top = 208
  123.   end
  124.   object FontDialog1: TFontDialog
  125.     Font.Color = clWindowText
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     MinFontSize = 0
  130.     MaxFontSize = 0
  131.     Left = 272
  132.     Top = 256
  133.   end
  134. end
  135.