home *** CD-ROM | disk | FTP | other *** search
- object FormCoord: TFormCoord
- Left = 222
- Top = 106
- HelpContext = 4
- BorderStyle = bsDialog
- Caption = 'Local Coordinates'
- ClientHeight = 113
- ClientWidth = 274
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnMouseDown = FormMouseDown
- OnMouseMove = FormMouseMove
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object BoxStart: TGroupBox
- Left = 8
- Top = 8
- Width = 153
- Height = 73
- Caption = 'Origin'
- TabOrder = 0
- object Label3: TLabel
- Left = 8
- Top = 20
- Width = 8
- Height = 13
- Caption = 'x:'
- end
- object Label4: TLabel
- Left = 80
- Top = 20
- Width = 8
- Height = 13
- Caption = 'y:'
- end
- object EdPosX: TEdit
- Left = 24
- Top = 16
- Width = 49
- Height = 21
- TabOrder = 0
- end
- object EdPosY: TEdit
- Left = 96
- Top = 16
- Width = 49
- Height = 21
- TabOrder = 1
- end
- object BtnClickObr: TButton
- Left = 8
- Top = 40
- Width = 137
- Height = 25
- Caption = 'Select in the drawing'
- TabOrder = 2
- OnClick = BtnClickObrClick
- end
- end
- object BtnOK: TButton
- Left = 192
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Left = 192
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object BtnHelp: TButton
- Left = 192
- Top = 72
- Width = 75
- Height = 25
- HelpContext = 10
- Caption = 'Help'
- TabOrder = 3
- OnClick = BtnHelpClick
- end
- object ChkUseLocalCoord: TCheckBox
- Left = 8
- Top = 88
- Width = 177
- Height = 17
- Caption = 'Use local coordinates'
- TabOrder = 4
- end
- end
-