home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / graphpp / gpaper.exe / GraphPap.exe / 0 / RCDATA / TWINACCURACY / TWINACCURACY.txt
Encoding:
Text File  |  1999-05-31  |  4.3 KB  |  225 lines

  1. object WinAccuracy: TWinAccuracy
  2.   Left = 193
  3.   Top = 83
  4.   BorderStyle = bsDialog
  5.   Caption = 'Graph Paper Printer '
  6.   ClientHeight = 324
  7.   ClientWidth = 527
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 50
  22.     Width = 527
  23.     Height = 223
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object LblTBarX: TLabel
  27.       Left = 20
  28.       Top = 90
  29.       Width = 134
  30.       Height = 16
  31.       Caption = '&Horizontal graduations'
  32.       FocusControl = TBarX
  33.     end
  34.     object LblTBarY: TLabel
  35.       Left = 22
  36.       Top = 150
  37.       Width = 119
  38.       Height = 16
  39.       Caption = '&Vertical graduations'
  40.       FocusControl = TBarY
  41.     end
  42.     object Label3: TLabel
  43.       Left = 318
  44.       Top = 186
  45.       Width = 7
  46.       Height = 16
  47.       Caption = '0'
  48.     end
  49.     object Label4: TLabel
  50.       Left = 458
  51.       Top = 186
  52.       Width = 26
  53.       Height = 16
  54.       Caption = '+1%'
  55.     end
  56.     object Label5: TLabel
  57.       Left = 164
  58.       Top = 186
  59.       Width = 23
  60.       Height = 16
  61.       Caption = '-1%'
  62.     end
  63.     object Label6: TLabel
  64.       Left = 380
  65.       Top = 186
  66.       Width = 36
  67.       Height = 16
  68.       Caption = '+0.5%'
  69.     end
  70.     object Label7: TLabel
  71.       Left = 234
  72.       Top = 186
  73.       Width = 33
  74.       Height = 16
  75.       Caption = '-0.5%'
  76.     end
  77.     object Label1: TLabel
  78.       Left = 164
  79.       Top = 127
  80.       Width = 23
  81.       Height = 16
  82.       Caption = '-1%'
  83.     end
  84.     object Label2: TLabel
  85.       Left = 234
  86.       Top = 127
  87.       Width = 33
  88.       Height = 16
  89.       Caption = '-0.5%'
  90.     end
  91.     object Label8: TLabel
  92.       Left = 316
  93.       Top = 127
  94.       Width = 7
  95.       Height = 16
  96.       Caption = '0'
  97.     end
  98.     object Label9: TLabel
  99.       Left = 378
  100.       Top = 127
  101.       Width = 36
  102.       Height = 16
  103.       Caption = '+0.5%'
  104.     end
  105.     object Label10: TLabel
  106.       Left = 459
  107.       Top = 127
  108.       Width = 26
  109.       Height = 16
  110.       Caption = '+1%'
  111.     end
  112.     object Shape1: TShape
  113.       Left = 70
  114.       Top = 20
  115.       Width = 386
  116.       Height = 50
  117.       Brush.Color = clInfoBk
  118.     end
  119.     object Label11: TLabel
  120.       Left = 82
  121.       Top = 26
  122.       Width = 313
  123.       Height = 16
  124.       Caption = 'Graduations are not very accurate with some printers.'
  125.       Transparent = True
  126.     end
  127.     object Label12: TLabel
  128.       Left = 82
  129.       Top = 46
  130.       Width = 358
  131.       Height = 16
  132.       Caption = 
  133.         'Select the correction factors to get divisions with exact length' +
  134.         '.'
  135.       Transparent = True
  136.     end
  137.     object TBarX: TTrackBar
  138.       Left = 158
  139.       Top = 87
  140.       Width = 326
  141.       Height = 39
  142.       Min = -10
  143.       Orientation = trHorizontal
  144.       PageSize = 5
  145.       Frequency = 1
  146.       Position = 0
  147.       SelEnd = 0
  148.       SelStart = 0
  149.       TabOrder = 0
  150.       ThumbLength = 20
  151.       TickMarks = tmBottomRight
  152.       TickStyle = tsAuto
  153.     end
  154.     object TBarY: TTrackBar
  155.       Left = 158
  156.       Top = 148
  157.       Width = 326
  158.       Height = 37
  159.       Min = -10
  160.       Orientation = trHorizontal
  161.       PageSize = 5
  162.       Frequency = 1
  163.       Position = 0
  164.       SelEnd = 0
  165.       SelStart = 0
  166.       TabOrder = 1
  167.       ThumbLength = 20
  168.       TickMarks = tmBottomRight
  169.       TickStyle = tsAuto
  170.     end
  171.   end
  172.   object Panel2: TPanel
  173.     Left = 0
  174.     Top = 273
  175.     Width = 527
  176.     Height = 51
  177.     Align = alBottom
  178.     TabOrder = 1
  179.     object BtOK: TBitBtn
  180.       Left = 79
  181.       Top = 10
  182.       Width = 93
  183.       Height = 31
  184.       TabOrder = 0
  185.       TabStop = False
  186.       OnClick = BtOKClick
  187.       Kind = bkOK
  188.     end
  189.     object BitBtn2: TBitBtn
  190.       Left = 217
  191.       Top = 10
  192.       Width = 92
  193.       Height = 31
  194.       TabOrder = 1
  195.       TabStop = False
  196.       Kind = bkCancel
  197.     end
  198.     object BtUndo: TButton
  199.       Left = 355
  200.       Top = 10
  201.       Width = 92
  202.       Height = 31
  203.       Caption = '&Undo'
  204.       TabOrder = 2
  205.       TabStop = False
  206.       OnClick = FormActivate
  207.     end
  208.   end
  209.   object Panel3: TPanel
  210.     Left = 0
  211.     Top = 0
  212.     Width = 527
  213.     Height = 50
  214.     Align = alTop
  215.     Caption = 'Corrections for inaccuracy'
  216.     Font.Charset = DEFAULT_CHARSET
  217.     Font.Color = clNavy
  218.     Font.Height = -23
  219.     Font.Name = 'MS Sans Serif'
  220.     Font.Style = [fsBold]
  221.     ParentFont = False
  222.     TabOrder = 2
  223.   end
  224. end
  225.