home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / quicktools / qtsetup.exe / qtools.frm / 0 / RCDATA / TFRMRULER / TFRMRULER.txt < prev   
Encoding:
Text File  |  2002-04-21  |  2.3 KB  |  130 lines

  1. object frmRuler: TfrmRuler
  2.   Left = 556
  3.   Top = 276
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 220
  7.   ClientWidth = 263
  8.   Color = clSilver
  9.   TransparentColorValue = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Scaled = False
  19.   Visible = True
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnKeyDown = FormKeyDown
  23.   OnMouseWheel = FormMouseWheel
  24.   DesignSize = (
  25.     263
  26.     220)
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object ShapeMain: TShape
  30.     Tag = -1
  31.     Left = 0
  32.     Top = 0
  33.     Width = 263
  34.     Height = 220
  35.     Align = alClient
  36.     Brush.Style = bsClear
  37.     ParentShowHint = False
  38.     Pen.Style = psDot
  39.     ShowHint = False
  40.   end
  41.   object ImageCenter: TImage
  42.     Left = 120
  43.     Top = 102
  44.     Width = 13
  45.     Height = 13
  46.     Anchors = []
  47.     Center = True
  48.     ParentShowHint = False
  49.     ShowHint = False
  50.     Transparent = True
  51.   end
  52.   object ShapeLeftTop: TShape
  53.     Left = 0
  54.     Top = 0
  55.     Width = 9
  56.     Height = 9
  57.   end
  58.   object ShapeRightTop: TShape
  59.     Left = 250
  60.     Top = 0
  61.     Width = 9
  62.     Height = 9
  63.     Anchors = [akTop, akRight]
  64.   end
  65.   object ShapeLeftCenter: TShape
  66.     Left = 0
  67.     Top = 92
  68.     Width = 9
  69.     Height = 9
  70.     Anchors = [akLeft]
  71.   end
  72.   object ShapeRightBottom: TShape
  73.     Left = 247
  74.     Top = 206
  75.     Width = 9
  76.     Height = 9
  77.     Anchors = [akRight, akBottom]
  78.   end
  79.   object ShapeTopCenter: TShape
  80.     Left = 128
  81.     Top = 0
  82.     Width = 9
  83.     Height = 9
  84.     Anchors = [akTop]
  85.   end
  86.   object ShapeLeftBottom: TShape
  87.     Left = 0
  88.     Top = 207
  89.     Width = 9
  90.     Height = 9
  91.     Anchors = [akLeft, akBottom]
  92.   end
  93.   object ShapeBottomCenter: TShape
  94.     Left = 128
  95.     Top = 207
  96.     Width = 9
  97.     Height = 9
  98.     Anchors = [akBottom]
  99.   end
  100.   object ShapeRightCenter: TShape
  101.     Left = 247
  102.     Top = 89
  103.     Width = 9
  104.     Height = 9
  105.     Anchors = [akRight]
  106.   end
  107.   object ImageBlack: TImage
  108.     Left = 180
  109.     Top = 139
  110.     Width = 13
  111.     Height = 13
  112.     Anchors = []
  113.     AutoSize = True
  114.     Picture.Data = {<image000.bmp>}
  115.     Transparent = True
  116.     Visible = False
  117.   end
  118.   object ImageWhite: TImage
  119.     Left = 158
  120.     Top = 139
  121.     Width = 13
  122.     Height = 13
  123.     Anchors = []
  124.     AutoSize = True
  125.     Picture.Data = {<image001.bmp>}
  126.     Transparent = True
  127.     Visible = False
  128.   end
  129. end
  130.