home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / STDVCL32.DLL / RCDATA / TCOLORPROPPAGE / TCOLORPROPPAGE.txt
Text File  |  1997-05-14  |  2KB  |  95 lines

  1. object ColorPropPage: TColorPropPage
  2.   Left = 198
  3.   Top = 111
  4.   Width = 371
  5.   Height = 153
  6.   Caption = 'ソスF'
  7.   ParentFont = True
  8.   OnCreate = FormCreate
  9.   OnDestroy = FormDestroy
  10.   PixelsPerInch = 96
  11.   TextHeight = 12
  12.   object ColorBtn: TButton
  13.     Left = 210
  14.     Top = 99
  15.     Width = 121
  16.     Height = 22
  17.     Caption = 'Choose Color'
  18.     TabOrder = 2
  19.     OnClick = ColorBtnClick
  20.   end
  21.   object SysColor: TComboBox
  22.     Left = 15
  23.     Top = 81
  24.     Width = 145
  25.     Height = 21
  26.     ItemHeight = 13
  27.     Items.Strings = (
  28.       'clScrollBar '
  29.       'clBackground '
  30.       'clActiveCaption '
  31.       'clInactiveCaption '
  32.       'clMenu '
  33.       'clWindow '
  34.       'clWindowFrame '
  35.       'clMenuText '
  36.       'clWindowText '
  37.       'clCaptionText '
  38.       'clActiveBorder '
  39.       'clInactiveBorder '
  40.       'clAppWorkSpace '
  41.       'clHighlight '
  42.       'clHighlightText '
  43.       'clBtnFace '
  44.       'clBtnShadow '
  45.       'clGrayText '
  46.       'clBtnText '
  47.       'clInactiveCaptionText '
  48.       'clBtnHighlight '
  49.       'cl3DDkShadow '
  50.       'cl3DLight '
  51.       'clInfoText '
  52.       'clInfoBk')
  53.     TabOrder = 1
  54.     OnChange = SysColorChange
  55.   end
  56.   object PropName: TComboBox
  57.     Left = 15
  58.     Top = 33
  59.     Width = 145
  60.     Height = 21
  61.     ItemHeight = 13
  62.     TabOrder = 0
  63.     OnChange = PropNameChange
  64.   end
  65.   object StaticText1: TStaticText
  66.     Left = 9
  67.     Top = 12
  68.     Width = 83
  69.     Height = 17
  70.     Caption = '&Property Name:'
  71.     TabOrder = 3
  72.   end
  73.   object StaticText2: TStaticText
  74.     Left = 9
  75.     Top = 60
  76.     Width = 74
  77.     Height = 17
  78.     Caption = '&System Color:'
  79.     TabOrder = 4
  80.   end
  81.   object Panel1: TPanel
  82.     Left = 216
  83.     Top = 18
  84.     Width = 109
  85.     Height = 73
  86.     BevelInner = bvLowered
  87.     TabOrder = 5
  88.   end
  89.   object ColorDialog1: TColorDialog
  90.     Ctl3D = True
  91.     Left = 171
  92.     Top = 12
  93.   end
  94. end
  95.