object AxisEditorForm: TAxisEditorForm Left = 206 Top = 235 Width = 368 Height = 445 HelpContext = 3970 HorzScrollBar.Range = 355 HorzScrollBar.Visible = False VertScrollBar.Range = 369 VertScrollBar.Visible = False ActiveControl = NoComboBox AutoScroll = False Caption = 'Axis Editor' Font.Color = clWindowText Font.Height = 12 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] PixelsPerInch = 120 Scaled = False OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 16 object AxisNumberLabel: TLabel Left = 8 Top = 12 Width = 79 Height = 16 AutoSize = False Caption = 'Axis Number:' end object HelpBitBtn: TBitBtn Left = 8 Top = 384 Width = 75 Height = 25 HelpContext = 1860 TabOrder = 10 Kind = bkHelp end object CancelBitBtn: TBitBtn Left = 192 Top = 384 Width = 75 Height = 25 TabOrder = 12 Kind = bkCancel end object OKBitBtn: TBitBtn Left = 96 Top = 384 Width = 75 Height = 25 TabOrder = 11 Kind = bkOK end object VisibleCheckBox: TCheckBox Left = 184 Top = 36 Width = 169 Height = 17 Hint = 'Make the Axis (in)visible' HelpContext = 4980 Caption = 'Axis Visible' TabOrder = 3 OnClick = VisibleCheckBoxClick end object PenGroupBox: TGroupBox Left = 184 Top = 176 Width = 169 Height = 97 HelpContext = 4340 Caption = 'Pen' TabOrder = 7 object Label2: TLabel Left = 8 Top = 20 Width = 32 Height = 16 AutoSize = False Caption = 'Color' end object Label4: TLabel Left = 8 Top = 44 Width = 34 Height = 16 AutoSize = False Caption = 'Width' end object Label5: TLabel Left = 8 Top = 68 Width = 30 Height = 16 AutoSize = False Caption = 'Style' end object PenWidthComboBox: TComboBox Left = 72 Top = 40 Width = 88 Height = 24 Style = csDropDownList DropDownCount = 10 ItemHeight = 16 TabOrder = 1 OnClick = PenWidthComboBoxClick end object PenStyleComboBox: TComboBox Left = 72 Top = 64 Width = 88 Height = 24 Style = csDropDownList DropDownCount = 10 ItemHeight = 16 TabOrder = 2 OnClick = PenStyleComboBoxClick end object PenColorEdit: TColorEdit Left = 72 Top = 16 Width = 88 Height = 24 MaxLength = 32767 ReadOnly = True TabOrder = 0 Text = 'clWindow' OnChange = PenColorEditChange end end object GroupBox1: TGroupBox Left = 8 Top = 176 Width = 169 Height = 121 Caption = 'Labels' ParentShowHint = False ShowHint = False TabOrder = 6 object Label6: TLabel Left = 8 Top = 44 Width = 34 Height = 16 AutoSize = False Caption = 'Digits' end object Label7: TLabel Left = 8 Top = 68 Width = 56 Height = 16 AutoSize = False Caption = 'Precision' end object Label9: TLabel Left = 8 Top = 20 Width = 42 Height = 16 AutoSize = False Caption = 'Format' end object Label8: TLabel Left = 8 Top = 96 Width = 53 Height = 16 Caption = 'Direction' end object DigitsComboBox: TComboBox Left = 72 Top = 40 Width = 88 Height = 24 Hint = 'The number of digits in the labels' HelpContext = 4140 Style = csDropDownList DropDownCount = 10 ItemHeight = 16 TabOrder = 1 OnClick = DigitsComboBoxClick end object PrecisionComboBox: TComboBox Left = 72 Top = 64 Width = 88 Height = 24 Hint = 'Press F1 to find out what this means' HelpContext = 4160 Style = csDropDownList DropDownCount = 10 ItemHeight = 16 TabOrder = 2 OnClick = PrecisionComboBoxClick end object FormatComboBox: TComboBox Left = 72 Top = 16 Width = 88 Height = 24 Hint = 'The numeric format of the labels' HelpContext = 4150 Style = csDropDownList DropDownCount = 10 ItemHeight = 16 TabOrder = 0 OnClick = FormatComboBoxClick end object LabelDirectionComboBox: TComboBox Left = 72 Top = 89 Width = 88 Height = 24 HelpContext = 4145 Style = csDropDownList DropDownCount = 10 ItemHeight = 16 TabOrder = 3 OnClick = LabelDirectionComboBoxClick end end object GroupBox2: TGroupBox Left = 184 Top = 56 Width = 169 Height = 121 Caption = 'Ticks' TabOrder = 5 object Label10: TLabel Left = 8 Top = 68 Width = 26 Height = 16 AutoSize = False Caption = 'Size' end object Label11: TLabel Left = 8 Top = 20 Width = 53 Height = 16 AutoSize = False Caption = 'Direction' end object StepSizeLabel: TLabel Left = 8 Top = 92 Width = 54 Height = 16 AutoSize = False Caption = 'StepSize' end object Label13: TLabel Left = 8 Top = 44 Width = 40 Height = 16 AutoSize = False Caption = 'Minors' end object TickDirectionComboBox: TComboBox Left = 72 Top = 17 Width = 88 Height = 24 Hint = 'Which side of the axis ?' HelpContext = 4370 Style = csDropDownList DropDownCount = 10 ItemHeight = 16 TabOrder = 0 OnClick = TickDirectionComboBoxClick end object MinorsComboBox: TComboBox Left = 72 Top = 40 Width = 88 Height = 24 Hint = 'The number of small ticks between majors' HelpContext = 4380 Style = csDropDownList DropDownCount = 10 ItemHeight = 16 TabOrder = 1 OnClick = MinorsComboBoxClick end object TickSizeNEdit: TNEdit Left = 72 Top = 64 Width = 88 Height = 24 HelpContext = 4400 DataType = dtByte Max = 255.000000000000000000 NumericType = ntInteger AutoSelect = False MaxLength = 32767 TabOrder = 2 Text = '0' OnChange = TickSizeNEditChange end object StepSizeNEdit: TNEdit Left = 72 Top = 88 Width = 88 Height = 24 Hint = 'The distance between ticks' HelpContext = 4350 DataType = dtSingle Min = -3.4E38 Max = 3.4E38 NumericType = ntScientific AutoSelect = False MaxLength = 32767 TabOrder = 3 Text = '0' OnChange = StepSizeNEditChange end end object GroupBox3: TGroupBox Left = 8 Top = 56 Width = 169 Height = 121 Caption = 'Scale' TabOrder = 4 object InterceptLabel: TLabel Left = 8 Top = 68 Width = 51 Height = 16 AutoSize = False Caption = 'Intercept' end object MinLabel: TLabel Left = 8 Top = 20 Width = 21 Height = 16 AutoSize = False Caption = 'Min' end object MaxLabel: TLabel Left = 8 Top = 44 Width = 25 Height = 16 AutoSize = False Caption = 'Max' end object LogScaleCheckBox: TCheckBox Left = 8 Top = 92 Width = 145 Height = 17 Hint = 'Make the axis logarithmic in scale' HelpContext = 4310 Caption = 'Logarithmic' TabOrder = 3 OnClick = LogScaleCheckBoxClick end object MinNEdit: TNEdit Left = 72 Top = 16 Width = 88 Height = 24 HelpContext = 4330 DataType = dtSingle Min = -3.4E38 Max = 3.4E38 NumericType = ntScientific AutoSelect = False MaxLength = 32767 TabOrder = 0 Text = '0' OnChange = MinNEditChange end object MaxNEdit: TNEdit Left = 72 Top = 40 Width = 88 Height = 24 HelpContext = 4320 DataType = dtSingle Min = -3.4E38 Max = 3.4E38 NumericType = ntScientific AutoSelect = False MaxLength = 32767 TabOrder = 1 Text = '0' OnChange = MaxNEditChange end object InterceptNEdit: TNEdit Left = 72 Top = 64 Width = 88 Height = 24 Hint = 'The intercept on the co-axis' HelpContext = 4270 DataType = dtSingle Min = -3.4E38 Max = 3.4E38 NumericType = ntScientific AutoSelect = False MaxLength = 32767 TabOrder = 2 Text = '0' OnChange = InterceptNEditChange end end object GroupBox4: TGroupBox Left = 8 Top = 296 Width = 169 Height = 73 Caption = 'Arrows' TabOrder = 8 object Label1: TLabel Left = 8 Top = 20 Width = 26 Height = 16 AutoSize = False Caption = 'Size' end object Label3: TLabel Left = 8 Top = 44 Width = 53 Height = 16 AutoSize = False Caption = 'Direction' end object ArrowDirectionComboBox: TComboBox Left = 72 Top = 41 Width = 88 Height = 24 HelpContext = 4860 Style = csDropDownList DropDownCount = 10 ItemHeight = 16 TabOrder = 1 OnClick = ArrowDirectionComboBoxClick end object ArrowSizeNEdit: TNEdit Left = 72 Top = 17 Width = 88 Height = 24 HelpContext = 4230 DataType = dtByte Max = 255.000000000000000000 NumericType = ntInteger AutoSelect = False MaxLength = 32767 TabOrder = 0 Text = '0' OnChange = ArrowSizeNEditChange end end object TitleEdit: TEdit Left = 184 Top = 8 Width = 169 Height = 24 Hint = 'The title of this axis (bracekts include units).' HelpContext = 4950 AutoSelect = False MaxLength = 32767 ParentShowHint = False ShowHint = True TabOrder = 1 OnChange = TitleEditChange end object NoComboBox: TComboBox Left = 120 Top = 8 Width = 49 Height = 24 Hint = 'The index of the axis to edit (0 = X, 1 = Y, etc)' HelpContext = 1190 DropDownCount = 10 ItemHeight = 16 TabOrder = 0 Text = '0' OnClick = NoComboBoxClick end object AutoScaleCheckBox: TCheckBox Left = 8 Top = 36 Width = 177 Height = 17 Hint = 'Automatically set Tick Number, StepSize, and Minors' HelpContext = 4250 Caption = 'Auto Scaling, Ticking' TabOrder = 2 OnClick = AutoScaleCheckBoxClick end object ApplyBitBtn: TBitBtn Left = 280 Top = 384 Width = 75 Height = 25 HelpContext = 1420 Caption = '&Apply' TabOrder = 13 OnClick = ApplyBitBtnClick Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 04000000000068010000120B0000120B00001000000010000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444 33333333333F8888883F33330000324334222222443333388F3833333388F333 000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338 F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222 223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33 3338888300003AAAAAAA33333333333888888833333333330000333333333333 333333333333333333FFFFFF000033333333333344444433FFFF333333888888 00003A444333333A22222438888F333338F3333800003A2243333333A2222438 F38F333333833338000033A224333334422224338338FFFFF8833338000033A2 22444442222224338F3388888333FF380000333A2222222222AA243338FF3333 33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA 3333333333338888883333330000333333333333333333333333333333333333 0000} NumGlyphs = 2 end object ZAxisGroupBox: TGroupBox Left = 184 Top = 296 Width = 169 Height = 73 Caption = 'Z Axis' Enabled = False TabOrder = 9 object ZAngleLabel: TLabel Left = 8 Top = 20 Width = 35 Height = 16 Caption = 'Angle' end object ZLengthLabel: TLabel Left = 8 Top = 44 Width = 40 Height = 16 Caption = 'Length' end object ZAngleNEdit: TNEdit Left = 72 Top = 16 Width = 88 Height = 24 HelpContext = 3340 DataType = dtWord Max = 359.000000000000000000 NumericType = ntInteger TabOrder = 0 Text = '0' OnChange = ZAngleNEditChange end object ZLengthNEdit: TNEdit Left = 72 Top = 40 Width = 88 Height = 24 HelpContext = 3350 DataType = dtWord Min = 1.000000000000000000 Max = 1000.000000000000000000 NumericType = ntInteger TabOrder = 1 Text = '1' OnChange = ZLengthNEditChange end end end