home *** CD-ROM | disk | FTP | other *** search
- object WinAccuracy: TWinAccuracy
- Left = 193
- Top = 83
- BorderStyle = bsDialog
- Caption = 'Graph Paper Printer '
- ClientHeight = 324
- ClientWidth = 527
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 50
- Width = 527
- Height = 223
- Align = alClient
- TabOrder = 0
- object LblTBarX: TLabel
- Left = 20
- Top = 90
- Width = 134
- Height = 16
- Caption = '&Horizontal graduations'
- FocusControl = TBarX
- end
- object LblTBarY: TLabel
- Left = 22
- Top = 150
- Width = 119
- Height = 16
- Caption = '&Vertical graduations'
- FocusControl = TBarY
- end
- object Label3: TLabel
- Left = 318
- Top = 186
- Width = 7
- Height = 16
- Caption = '0'
- end
- object Label4: TLabel
- Left = 458
- Top = 186
- Width = 26
- Height = 16
- Caption = '+1%'
- end
- object Label5: TLabel
- Left = 164
- Top = 186
- Width = 23
- Height = 16
- Caption = '-1%'
- end
- object Label6: TLabel
- Left = 380
- Top = 186
- Width = 36
- Height = 16
- Caption = '+0.5%'
- end
- object Label7: TLabel
- Left = 234
- Top = 186
- Width = 33
- Height = 16
- Caption = '-0.5%'
- end
- object Label1: TLabel
- Left = 164
- Top = 127
- Width = 23
- Height = 16
- Caption = '-1%'
- end
- object Label2: TLabel
- Left = 234
- Top = 127
- Width = 33
- Height = 16
- Caption = '-0.5%'
- end
- object Label8: TLabel
- Left = 316
- Top = 127
- Width = 7
- Height = 16
- Caption = '0'
- end
- object Label9: TLabel
- Left = 378
- Top = 127
- Width = 36
- Height = 16
- Caption = '+0.5%'
- end
- object Label10: TLabel
- Left = 459
- Top = 127
- Width = 26
- Height = 16
- Caption = '+1%'
- end
- object Shape1: TShape
- Left = 70
- Top = 20
- Width = 386
- Height = 50
- Brush.Color = clInfoBk
- end
- object Label11: TLabel
- Left = 82
- Top = 26
- Width = 313
- Height = 16
- Caption = 'Graduations are not very accurate with some printers.'
- Transparent = True
- end
- object Label12: TLabel
- Left = 82
- Top = 46
- Width = 358
- Height = 16
- Caption =
- 'Select the correction factors to get divisions with exact length' +
- '.'
- Transparent = True
- end
- object TBarX: TTrackBar
- Left = 158
- Top = 87
- Width = 326
- Height = 39
- Min = -10
- Orientation = trHorizontal
- PageSize = 5
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- ThumbLength = 20
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- end
- object TBarY: TTrackBar
- Left = 158
- Top = 148
- Width = 326
- Height = 37
- Min = -10
- Orientation = trHorizontal
- PageSize = 5
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 1
- ThumbLength = 20
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 273
- Width = 527
- Height = 51
- Align = alBottom
- TabOrder = 1
- object BtOK: TBitBtn
- Left = 79
- Top = 10
- Width = 93
- Height = 31
- TabOrder = 0
- TabStop = False
- OnClick = BtOKClick
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 217
- Top = 10
- Width = 92
- Height = 31
- TabOrder = 1
- TabStop = False
- Kind = bkCancel
- end
- object BtUndo: TButton
- Left = 355
- Top = 10
- Width = 92
- Height = 31
- Caption = '&Undo'
- TabOrder = 2
- TabStop = False
- OnClick = FormActivate
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 527
- Height = 50
- Align = alTop
- Caption = 'Corrections for inaccuracy'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -23
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- end
-