home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TVIEWWINPROPS / TVIEWWINPROPS.txt
Encoding:
Text File  |  2000-09-13  |  4.2 KB  |  200 lines

  1. object ViewWinProps: TViewWinProps
  2.   Left = 196
  3.   Top = 161
  4.   BorderStyle = bsDialog
  5.   Caption = 'View Window Properties'
  6.   ClientHeight = 301
  7.   ClientWidth = 332
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 332
  24.     Height = 258
  25.     ActivePage = TabSheet1
  26.     TabOrder = 0
  27.     object TabSheet1: TTabSheet
  28.       Caption = 'Background'
  29.       object Label1: TLabel
  30.         Left = 172
  31.         Top = 26
  32.         Width = 81
  33.         Height = 13
  34.         Caption = 'Foreground Color'
  35.       end
  36.       object Label2: TLabel
  37.         Left = 168
  38.         Top = 66
  39.         Width = 85
  40.         Height = 13
  41.         Caption = 'Background Color'
  42.       end
  43.       object Label3: TLabel
  44.         Left = 15
  45.         Top = 111
  46.         Width = 60
  47.         Height = 13
  48.         Caption = '&Pattern Style'
  49.         Enabled = False
  50.         FocusControl = bsEdit
  51.       end
  52.       object Label4: TLabel
  53.         Left = 15
  54.         Top = 158
  55.         Width = 63
  56.         Height = 13
  57.         Caption = '&Checker Size'
  58.         Enabled = False
  59.       end
  60.       object PForeColor: TPanel
  61.         Left = 275
  62.         Top = 15
  63.         Width = 35
  64.         Height = 34
  65.         Hint = 'Click To Set'
  66.         BevelInner = bvLowered
  67.         ParentShowHint = False
  68.         ShowHint = True
  69.         TabOrder = 0
  70.         OnClick = PForeColorClick
  71.       end
  72.       object PBackColor: TPanel
  73.         Left = 275
  74.         Top = 55
  75.         Width = 35
  76.         Height = 34
  77.         Hint = 'Click To Set'
  78.         BevelInner = bvLowered
  79.         ParentShowHint = False
  80.         ShowHint = True
  81.         TabOrder = 1
  82.         OnClick = PBackColorClick
  83.       end
  84.       object rgStyle: TRadioGroup
  85.         Left = 13
  86.         Top = 7
  87.         Width = 132
  88.         Height = 91
  89.         Caption = 'Style'
  90.         ItemIndex = 0
  91.         Items.Strings = (
  92.           'Solid'
  93.           'Checker Board'
  94.           'Pattern')
  95.         TabOrder = 2
  96.         OnClick = rgStyleClick
  97.       end
  98.       object bsEdit: TDCBrushStyleEdit
  99.         Left = 13
  100.         Top = 127
  101.         Width = 132
  102.         Height = 21
  103.         BrushStyle = bsSolid
  104.         DropOnClick = True
  105.         Enabled = False
  106.         Flat = False
  107.         ParentColor = False
  108.         ReadOnly = False
  109.         TabOrder = 3
  110.         TabStop = True
  111.         Text = 'bsSolid'
  112.         OnChange = bsEditChange
  113.         object TPopupBrushBox
  114.           Left = 0
  115.           Top = 0
  116.           Width = 121
  117.           Height = 82
  118.           TabStop = False
  119.           ItemHeight = 16
  120.           DisplayNames = True
  121.         end
  122.       end
  123.       object Panel3: TPanel
  124.         Left = 166
  125.         Top = 108
  126.         Width = 144
  127.         Height = 115
  128.         BevelInner = bvLowered
  129.         TabOrder = 4
  130.         object pb: TPaintBox
  131.           Left = 2
  132.           Top = 2
  133.           Width = 140
  134.           Height = 111
  135.           Align = alClient
  136.           OnPaint = pbPaint
  137.         end
  138.       end
  139.       object cbShowGuides: TCheckBox
  140.         Left = 13
  141.         Top = 203
  142.         Width = 97
  143.         Height = 17
  144.         Caption = 'Show Guides'
  145.         TabOrder = 5
  146.         OnClick = cbShowGuidesClick
  147.       end
  148.       object cbCheckerSize: TComboBox
  149.         Left = 13
  150.         Top = 175
  151.         Width = 132
  152.         Height = 21
  153.         Style = csDropDownList
  154.         ItemHeight = 13
  155.         Items.Strings = (
  156.           '10'
  157.           '20'
  158.           '50'
  159.           '100')
  160.         TabOrder = 6
  161.         OnChange = cbCheckerSizeChange
  162.       end
  163.       object Panel1: TPanel
  164.         Left = 166
  165.         Top = 99
  166.         Width = 144
  167.         Height = 9
  168.         Color = 8404992
  169.         TabOrder = 7
  170.       end
  171.     end
  172.   end
  173.   object Button1: TButton
  174.     Left = 80
  175.     Top = 269
  176.     Width = 75
  177.     Height = 25
  178.     Caption = 'OK'
  179.     Default = True
  180.     ModalResult = 1
  181.     TabOrder = 1
  182.     OnClick = Button1Click
  183.   end
  184.   object Button2: TButton
  185.     Left = 178
  186.     Top = 269
  187.     Width = 75
  188.     Height = 25
  189.     Caption = 'Cancel'
  190.     ModalResult = 2
  191.     TabOrder = 2
  192.   end
  193.   object cd: TColorDialog
  194.     Ctl3D = True
  195.     Options = [cdFullOpen]
  196.     Left = 274
  197.     Top = 267
  198.   end
  199. end
  200.