home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 258
- Top = 105
- Width = 376
- Height = 300
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 257
- Height = 257
- end
- object DrawBox: TPaintBox
- Left = 8
- Top = 8
- Width = 257
- Height = 257
- end
- object Label1: TLabel
- Left = 280
- Top = 64
- Width = 9
- Height = 16
- Caption = 'X'
- end
- object Label2: TLabel
- Left = 280
- Top = 104
- Width = 10
- Height = 16
- Caption = 'Y'
- end
- object Label3: TLabel
- Left = 280
- Top = 144
- Width = 9
- Height = 16
- Caption = 'Z'
- end
- object OpenButton: TButton
- Left = 280
- Top = 8
- Width = 81
- Height = 25
- Caption = 'Open File'
- TabOrder = 0
- OnClick = OpenButtonClick
- end
- object CloseButton: TButton
- Left = 280
- Top = 240
- Width = 81
- Height = 25
- Caption = 'Close'
- TabOrder = 1
- OnClick = CloseButtonClick
- end
- object XEdit: TSpinEdit
- Left = 296
- Top = 56
- Width = 65
- Height = 26
- Increment = 10
- MaxValue = 360
- MinValue = -10
- TabOrder = 2
- Value = 0
- OnChange = XEditChange
- end
- object YEdit: TSpinEdit
- Left = 296
- Top = 96
- Width = 65
- Height = 26
- Increment = 10
- MaxValue = 360
- MinValue = -10
- TabOrder = 3
- Value = 0
- OnChange = YEditChange
- end
- object ZEdit: TSpinEdit
- Left = 296
- Top = 136
- Width = 65
- Height = 26
- Increment = 10
- MaxValue = 360
- MinValue = -10
- TabOrder = 4
- Value = 0
- OnChange = ZEditChange
- end
- object PointCheckBox: TCheckBox
- Left = 296
- Top = 176
- Width = 65
- Height = 17
- Caption = 'Points'
- TabOrder = 5
- OnClick = PointCheckBoxClick
- end
- object WireCheckBox: TCheckBox
- Left = 296
- Top = 200
- Width = 65
- Height = 17
- Caption = 'Wires'
- State = cbChecked
- TabOrder = 6
- OnClick = WireCheckBoxClick
- end
- object OpenFileDialog: TOpenDialog
- Filter = 'Plot Files|*.PLT|Any File|*.*'
- end
- end
-