| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- object FormGraph: TFormGraph
- Left = 0
- Top = 0
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Caption = 'Graph'
- ClientHeight = 721
- ClientWidth = 1153
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'Segoe UI'
- Font.Style = []
- Menu = MainMenu
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 168
- TextHeight = 30
- object PanelLeft: TPanel
- Left = 0
- Top = 0
- Width = 226
- Height = 721
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Align = alLeft
- TabOrder = 0
- ExplicitHeight = 952
- object tvGraph: TTreeView
- Left = 1
- Top = 1
- Width = 224
- Height = 719
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Align = alClient
- Indent = 33
- TabOrder = 0
- OnClick = tvGraphClick
- Items.NodeData = {
- 070500000009540054007200650065004E006F00640065002500000000000000
- 00000000FFFFFFFFFFFFFFFF0000000000000000000000000001034600780079
- 000000330000000000000000000000FFFFFFFFFFFFFFFF000000000000000000
- 00000000010A480069006700680074004600690065006C00640000002B000000
- 0000000000000000FFFFFFFFFFFFFFFF00000000000000000000000000010650
- 006F0069006E00740073000000330000000000000000000000FFFFFFFFFFFFFF
- FF00000000000000000000000000010A500072006F006A006500630074006900
- 6F006E0000002D0000000000000000000000FFFFFFFFFFFFFFFF000000000000
- 000000000000000107530070006C0069006E0065007300}
- ExplicitHeight = 950
- end
- end
- object PageControl: TPageControl
- Left = 226
- Top = 0
- Width = 927
- Height = 721
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- ActivePage = tsProjection
- Align = alClient
- TabOrder = 1
- ExplicitWidth = 1353
- ExplicitHeight = 952
- object tsFxy: TTabSheet
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Caption = 'Fxy'
- TabVisible = False
- end
- object tsHeightField: TTabSheet
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Caption = 'HeightField'
- ImageIndex = 1
- TabVisible = False
- end
- object tsPoints: TTabSheet
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Caption = 'Points'
- ImageIndex = 2
- TabVisible = False
- end
- object tsProjection: TTabSheet
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Caption = 'Projection'
- ImageIndex = 3
- TabVisible = False
- end
- object tsSplines: TTabSheet
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Caption = 'Splines'
- ImageIndex = 4
- TabVisible = False
- end
- end
- object MainMenu: TMainMenu
- Left = 272
- Top = 64
- end
- end
|