Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
MGraphing - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         If disposing AndAlso components IsNot Nothing Then
  9.             components.Dispose()
  10.         End If
  11.         MyBase.Dispose(disposing)
  12.     End Sub
  13.  
  14.     'Required by the Windows Form Designer
  15.     Private components As System.ComponentModel.IContainer
  16.  
  17.     'NOTE: The following procedure is required by the Windows Form Designer
  18.     'It can be modified using the Windows Form Designer.  
  19.     'Do not modify it using the code editor.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Me.components = New System.ComponentModel.Container
  23.         Me.Label1 = New System.Windows.Forms.Label
  24.         Me.txtExpression = New System.Windows.Forms.TextBox
  25.         Me.Label2 = New System.Windows.Forms.Label
  26.         Me.grpOptions = New System.Windows.Forms.GroupBox
  27.         Me.txtGridColor = New System.Windows.Forms.TextBox
  28.         Me.Label10 = New System.Windows.Forms.Label
  29.         Me.Label9 = New System.Windows.Forms.Label
  30.         Me.nudDrawValueIncrement = New System.Windows.Forms.NumericUpDown
  31.         Me.nudPixelsPerDot = New System.Windows.Forms.NumericUpDown
  32.         Me.Label5 = New System.Windows.Forms.Label
  33.         Me.txtFunctionColor = New System.Windows.Forms.TextBox
  34.         Me.Label4 = New System.Windows.Forms.Label
  35.         Me.txtAxisColor = New System.Windows.Forms.TextBox
  36.         Me.Label3 = New System.Windows.Forms.Label
  37.         Me.txtCoords = New System.Windows.Forms.TextBox
  38.         Me.cmdRedraw = New System.Windows.Forms.Button
  39.         Me.cmdDrawFunction = New System.Windows.Forms.Button
  40.         Me.Label6 = New System.Windows.Forms.Label
  41.         Me.nudMin = New System.Windows.Forms.NumericUpDown
  42.         Me.Label7 = New System.Windows.Forms.Label
  43.         Me.nudMax = New System.Windows.Forms.NumericUpDown
  44.         Me.Label8 = New System.Windows.Forms.Label
  45.         Me.nudIncrement = New System.Windows.Forms.NumericUpDown
  46.         Me.chbAccurateLine = New System.Windows.Forms.CheckBox
  47.         Me.cmdSave = New System.Windows.Forms.Button
  48.         Me.cmdAbout = New System.Windows.Forms.Button
  49.         Me.chbDrawValues = New System.Windows.Forms.CheckBox
  50.         Me.cntGraph = New System.Windows.Forms.ContextMenuStrip(Me.components)
  51.         Me.strChangeErrors = New System.Windows.Forms.ToolStripMenuItem
  52.         Me.strStartInZero = New System.Windows.Forms.ToolStripMenuItem
  53.         Me.chbShowGrid = New System.Windows.Forms.CheckBox
  54.         Me.gaGraph = New MGraphing.GraphArea
  55.         Me.grpOptions.SuspendLayout()
  56.         CType(Me.nudDrawValueIncrement, System.ComponentModel.ISupportInitialize).BeginInit()
  57.         CType(Me.nudPixelsPerDot, System.ComponentModel.ISupportInitialize).BeginInit()
  58.         CType(Me.nudMin, System.ComponentModel.ISupportInitialize).BeginInit()
  59.         CType(Me.nudMax, System.ComponentModel.ISupportInitialize).BeginInit()
  60.         CType(Me.nudIncrement, System.ComponentModel.ISupportInitialize).BeginInit()
  61.         Me.cntGraph.SuspendLayout()
  62.         Me.SuspendLayout()
  63.         '
  64.         'Label1
  65.         '
  66.         Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  67.         Me.Label1.AutoSize = True
  68.         Me.Label1.Location = New System.Drawing.Point(686, 12)
  69.         Me.Label1.Name = "Label1"
  70.         Me.Label1.Size = New System.Drawing.Size(174, 13)
  71.         Me.Label1.TabIndex = 1
  72.         Me.Label1.Text = "Immettere la funzione da disegnare:"
  73.         '
  74.         'txtExpression
  75.         '
  76.         Me.txtExpression.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  77.         Me.txtExpression.Location = New System.Drawing.Point(689, 28)
  78.         Me.txtExpression.Name = "txtExpression"
  79.         Me.txtExpression.Size = New System.Drawing.Size(171, 20)
  80.         Me.txtExpression.TabIndex = 2
  81.         Me.txtExpression.Text = "y =x"
  82.         '
  83.         'Label2
  84.         '
  85.         Me.Label2.AutoSize = True
  86.         Me.Label2.Location = New System.Drawing.Point(3, 16)
  87.         Me.Label2.Name = "Label2"
  88.         Me.Label2.Size = New System.Drawing.Size(146, 13)
  89.         Me.Label2.TabIndex = 3
  90.         Me.Label2.Text = "Coordinate in pixel del centro:"
  91.         '
  92.         'grpOptions
  93.         '
  94.         Me.grpOptions.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  95.         Me.grpOptions.Controls.Add(Me.txtGridColor)
  96.         Me.grpOptions.Controls.Add(Me.Label10)
  97.         Me.grpOptions.Controls.Add(Me.Label9)
  98.         Me.grpOptions.Controls.Add(Me.nudDrawValueIncrement)
  99.         Me.grpOptions.Controls.Add(Me.nudPixelsPerDot)
  100.         Me.grpOptions.Controls.Add(Me.Label5)
  101.         Me.grpOptions.Controls.Add(Me.txtFunctionColor)
  102.         Me.grpOptions.Controls.Add(Me.Label4)
  103.         Me.grpOptions.Controls.Add(Me.txtAxisColor)
  104.         Me.grpOptions.Controls.Add(Me.Label3)
  105.         Me.grpOptions.Controls.Add(Me.txtCoords)
  106.         Me.grpOptions.Controls.Add(Me.Label2)
  107.         Me.grpOptions.Location = New System.Drawing.Point(689, 268)
  108.         Me.grpOptions.Name = "grpOptions"
  109.         Me.grpOptions.Size = New System.Drawing.Size(171, 289)
  110.         Me.grpOptions.TabIndex = 4
  111.         Me.grpOptions.TabStop = False
  112.         Me.grpOptions.Text = "Opzioni"
  113.         '
  114.         'txtGridColor
  115.         '
  116.         Me.txtGridColor.BackColor = System.Drawing.Color.Gainsboro
  117.         Me.txtGridColor.Location = New System.Drawing.Point(6, 259)
  118.         Me.txtGridColor.Name = "txtGridColor"
  119.         Me.txtGridColor.Size = New System.Drawing.Size(159, 20)
  120.         Me.txtGridColor.TabIndex = 19
  121.         Me.txtGridColor.Text = "Gainsboro"
  122.         '
  123.         'Label10
  124.         '
  125.         Me.Label10.AutoSize = True
  126.         Me.Label10.Location = New System.Drawing.Point(3, 243)
  127.         Me.Label10.Name = "Label10"
  128.         Me.Label10.Size = New System.Drawing.Size(95, 13)
  129.         Me.Label10.TabIndex = 18
  130.         Me.Label10.Text = "Colore della griglia:"
  131.         '
  132.         'Label9
  133.         '
  134.         Me.Label9.AutoSize = True
  135.         Me.Label9.Location = New System.Drawing.Point(3, 107)
  136.         Me.Label9.Name = "Label9"
  137.         Me.Label9.Size = New System.Drawing.Size(144, 13)
  138.         Me.Label9.TabIndex = 17
  139.         Me.Label9.Text = "Incremento valori visualizzati:"
  140.         '
  141.         'nudDrawValueIncrement
  142.         '
  143.         Me.nudDrawValueIncrement.DecimalPlaces = 2
  144.         Me.nudDrawValueIncrement.Location = New System.Drawing.Point(6, 122)
  145.         Me.nudDrawValueIncrement.Maximum = New Decimal(New Integer() {20000, 0, 0, 0})
  146.         Me.nudDrawValueIncrement.Minimum = New Decimal(New Integer() {1, 0, 0, 131072})
  147.         Me.nudDrawValueIncrement.Name = "nudDrawValueIncrement"
  148.         Me.nudDrawValueIncrement.Size = New System.Drawing.Size(86, 20)
  149.         Me.nudDrawValueIncrement.TabIndex = 16
  150.         Me.nudDrawValueIncrement.Value = New Decimal(New Integer() {10, 0, 0, 0})
  151.         '
  152.         'nudPixelsPerDot
  153.         '
  154.         Me.nudPixelsPerDot.DecimalPlaces = 3
  155.         Me.nudPixelsPerDot.Location = New System.Drawing.Point(6, 77)
  156.         Me.nudPixelsPerDot.Minimum = New Decimal(New Integer() {1, 0, 0, 196608})
  157.         Me.nudPixelsPerDot.Name = "nudPixelsPerDot"
  158.         Me.nudPixelsPerDot.Size = New System.Drawing.Size(86, 20)
  159.         Me.nudPixelsPerDot.TabIndex = 10
  160.         Me.nudPixelsPerDot.Value = New Decimal(New Integer() {5, 0, 0, 0})
  161.         '
  162.         'Label5
  163.         '
  164.         Me.Label5.AutoSize = True
  165.         Me.Label5.Location = New System.Drawing.Point(3, 61)
  166.         Me.Label5.Name = "Label5"
  167.         Me.Label5.Size = New System.Drawing.Size(123, 13)
  168.         Me.Label5.TabIndex = 9
  169.         Me.Label5.Text = "Fattore di ingrandimento:"
  170.         '
  171.         'txtFunctionColor
  172.         '
  173.         Me.txtFunctionColor.BackColor = System.Drawing.Color.Red
  174.         Me.txtFunctionColor.ForeColor = System.Drawing.Color.White
  175.         Me.txtFunctionColor.Location = New System.Drawing.Point(6, 214)
  176.         Me.txtFunctionColor.Name = "txtFunctionColor"
  177.         Me.txtFunctionColor.Size = New System.Drawing.Size(159, 20)
  178.         Me.txtFunctionColor.TabIndex = 8
  179.         Me.txtFunctionColor.Text = "Red"
  180.         '
  181.         'Label4
  182.         '
  183.         Me.Label4.AutoSize = True
  184.         Me.Label4.Location = New System.Drawing.Point(3, 198)
  185.         Me.Label4.Name = "Label4"
  186.         Me.Label4.Size = New System.Drawing.Size(108, 13)
  187.         Me.Label4.TabIndex = 7
  188.         Me.Label4.Text = "Colore della funzione:"
  189.         '
  190.         'txtAxisColor
  191.         '
  192.         Me.txtAxisColor.BackColor = System.Drawing.Color.Black
  193.         Me.txtAxisColor.ForeColor = System.Drawing.Color.White
  194.         Me.txtAxisColor.Location = New System.Drawing.Point(6, 169)
  195.         Me.txtAxisColor.Name = "txtAxisColor"
  196.         Me.txtAxisColor.Size = New System.Drawing.Size(159, 20)
  197.         Me.txtAxisColor.TabIndex = 6
  198.         Me.txtAxisColor.Text = "Black"
  199.         '
  200.         'Label3
  201.         '
  202.         Me.Label3.AutoSize = True
  203.         Me.Label3.Location = New System.Drawing.Point(3, 153)
  204.         Me.Label3.Name = "Label3"
  205.         Me.Label3.Size = New System.Drawing.Size(86, 13)
  206.         Me.Label3.TabIndex = 5
  207.         Me.Label3.Text = "Colore degli assi:"
  208.         '
  209.         'txtCoords
  210.         '
  211.         Me.txtCoords.Location = New System.Drawing.Point(6, 32)
  212.         Me.txtCoords.Name = "txtCoords"
  213.         Me.txtCoords.Size = New System.Drawing.Size(86, 20)
  214.         Me.txtCoords.TabIndex = 4
  215.         Me.txtCoords.Text = "100; 400"
  216.         '
  217.         'cmdRedraw
  218.         '
  219.         Me.cmdRedraw.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  220.         Me.cmdRedraw.Location = New System.Drawing.Point(689, 563)
  221.         Me.cmdRedraw.Name = "cmdRedraw"
  222.         Me.cmdRedraw.Size = New System.Drawing.Size(171, 23)
  223.         Me.cmdRedraw.TabIndex = 5
  224.         Me.cmdRedraw.Text = "Ridisegna"
  225.         Me.cmdRedraw.UseVisualStyleBackColor = True
  226.         '
  227.         'cmdDrawFunction
  228.         '
  229.         Me.cmdDrawFunction.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  230.         Me.cmdDrawFunction.Location = New System.Drawing.Point(689, 592)
  231.         Me.cmdDrawFunction.Name = "cmdDrawFunction"
  232.         Me.cmdDrawFunction.Size = New System.Drawing.Size(171, 23)
  233.         Me.cmdDrawFunction.TabIndex = 6
  234.         Me.cmdDrawFunction.Text = "Disegna funzione"
  235.         Me.cmdDrawFunction.UseVisualStyleBackColor = True
  236.         '
  237.         'Label6
  238.         '
  239.         Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  240.         Me.Label6.AutoSize = True
  241.         Me.Label6.Location = New System.Drawing.Point(686, 60)
  242.         Me.Label6.Name = "Label6"
  243.         Me.Label6.Size = New System.Drawing.Size(139, 13)
  244.         Me.Label6.TabIndex = 7
  245.         Me.Label6.Text = "Valore minimo da disegnare:"
  246.         '
  247.         'nudMin
  248.         '
  249.         Me.nudMin.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  250.         Me.nudMin.Location = New System.Drawing.Point(689, 76)
  251.         Me.nudMin.Maximum = New Decimal(New Integer() {20000, 0, 0, 0})
  252.         Me.nudMin.Minimum = New Decimal(New Integer() {20000, 0, 0, -2147483648})
  253.         Me.nudMin.Name = "nudMin"
  254.         Me.nudMin.Size = New System.Drawing.Size(92, 20)
  255.         Me.nudMin.TabIndex = 8
  256.         Me.nudMin.Value = New Decimal(New Integer() {1, 0, 0, 0})
  257.         '
  258.         'Label7
  259.         '
  260.         Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  261.         Me.Label7.AutoSize = True
  262.         Me.Label7.Location = New System.Drawing.Point(686, 108)
  263.         Me.Label7.Name = "Label7"
  264.         Me.Label7.Size = New System.Drawing.Size(147, 13)
  265.         Me.Label7.TabIndex = 9
  266.         Me.Label7.Text = "Valore massimo da disegnare:"
  267.         '
  268.         'nudMax
  269.         '
  270.         Me.nudMax.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  271.         Me.nudMax.Location = New System.Drawing.Point(689, 124)
  272.         Me.nudMax.Maximum = New Decimal(New Integer() {20000, 0, 0, 0})
  273.         Me.nudMax.Minimum = New Decimal(New Integer() {20000, 0, 0, -2147483648})
  274.         Me.nudMax.Name = "nudMax"
  275.         Me.nudMax.Size = New System.Drawing.Size(92, 20)
  276.         Me.nudMax.TabIndex = 10
  277.         Me.nudMax.Value = New Decimal(New Integer() {20, 0, 0, 0})
  278.         '
  279.         'Label8
  280.         '
  281.         Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  282.         Me.Label8.AutoSize = True
  283.         Me.Label8.Location = New System.Drawing.Point(686, 156)
  284.         Me.Label8.Name = "Label8"
  285.         Me.Label8.Size = New System.Drawing.Size(106, 13)
  286.         Me.Label8.TabIndex = 11
  287.         Me.Label8.Text = "Valore di incremento:"
  288.         '
  289.         'nudIncrement
  290.         '
  291.         Me.nudIncrement.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  292.         Me.nudIncrement.DecimalPlaces = 3
  293.         Me.nudIncrement.Location = New System.Drawing.Point(689, 172)
  294.         Me.nudIncrement.Maximum = New Decimal(New Integer() {200, 0, 0, 0})
  295.         Me.nudIncrement.Minimum = New Decimal(New Integer() {1, 0, 0, 196608})
  296.         Me.nudIncrement.Name = "nudIncrement"
  297.         Me.nudIncrement.Size = New System.Drawing.Size(92, 20)
  298.         Me.nudIncrement.TabIndex = 12
  299.         Me.nudIncrement.Value = New Decimal(New Integer() {5, 0, 0, 65536})
  300.         '
  301.         'chbAccurateLine
  302.         '
  303.         Me.chbAccurateLine.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  304.         Me.chbAccurateLine.AutoSize = True
  305.         Me.chbAccurateLine.Location = New System.Drawing.Point(689, 198)
  306.         Me.chbAccurateLine.Name = "chbAccurateLine"
  307.         Me.chbAccurateLine.Size = New System.Drawing.Size(119, 17)
  308.         Me.chbAccurateLine.TabIndex = 13
  309.         Me.chbAccurateLine.Text = "Aumenta precisione"
  310.         Me.chbAccurateLine.UseVisualStyleBackColor = True
  311.         '
  312.         'cmdSave
  313.         '
  314.         Me.cmdSave.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  315.         Me.cmdSave.Location = New System.Drawing.Point(689, 621)
  316.         Me.cmdSave.Name = "cmdSave"
  317.         Me.cmdSave.Size = New System.Drawing.Size(80, 23)
  318.         Me.cmdSave.TabIndex = 14
  319.         Me.cmdSave.Text = "Salva..."
  320.         Me.cmdSave.UseVisualStyleBackColor = True
  321.         '
  322.         'cmdAbout
  323.         '
  324.         Me.cmdAbout.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  325.         Me.cmdAbout.Location = New System.Drawing.Point(780, 621)
  326.         Me.cmdAbout.Name = "cmdAbout"
  327.         Me.cmdAbout.Size = New System.Drawing.Size(80, 22)
  328.         Me.cmdAbout.TabIndex = 15
  329.         Me.cmdAbout.Text = "About"
  330.         Me.cmdAbout.UseVisualStyleBackColor = True
  331.         '
  332.         'chbDrawValues
  333.         '
  334.         Me.chbDrawValues.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  335.         Me.chbDrawValues.AutoSize = True
  336.         Me.chbDrawValues.Location = New System.Drawing.Point(689, 222)
  337.         Me.chbDrawValues.Name = "chbDrawValues"
  338.         Me.chbDrawValues.Size = New System.Drawing.Size(138, 17)
  339.         Me.chbDrawValues.TabIndex = 16
  340.         Me.chbDrawValues.Text = "Disegna valori sugli assi"
  341.         Me.chbDrawValues.UseVisualStyleBackColor = True
  342.         '
  343.         'cntGraph
  344.         '
  345.         Me.cntGraph.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strChangeErrors, Me.strStartInZero})
  346.         Me.cntGraph.Name = "cntGraph"
  347.         Me.cntGraph.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  348.         Me.cntGraph.Size = New System.Drawing.Size(185, 48)
  349.         '
  350.         'strChangeErrors
  351.         '
  352.         Me.strChangeErrors.Checked = True
  353.         Me.strChangeErrors.CheckOnClick = True
  354.         Me.strChangeErrors.CheckState = System.Windows.Forms.CheckState.Checked
  355.         Me.strChangeErrors.Name = "strChangeErrors"
  356.         Me.strChangeErrors.Size = New System.Drawing.Size(184, 22)
  357.         Me.strChangeErrors.Text = "Visualizzazione errori"
  358.         '
  359.         'strStartInZero
  360.         '
  361.         Me.strStartInZero.CheckOnClick = True
  362.         Me.strStartInZero.Name = "strStartInZero"
  363.         Me.strStartInZero.Size = New System.Drawing.Size(184, 22)
  364.         Me.strStartInZero.Text = "Inizia in (0; 0)"
  365.         '
  366.         'chbShowGrid
  367.         '
  368.         Me.chbShowGrid.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  369.         Me.chbShowGrid.AutoSize = True
  370.         Me.chbShowGrid.Location = New System.Drawing.Point(689, 245)
  371.         Me.chbShowGrid.Name = "chbShowGrid"
  372.         Me.chbShowGrid.Size = New System.Drawing.Size(95, 17)
  373.         Me.chbShowGrid.TabIndex = 17
  374.         Me.chbShowGrid.Text = "Disegna griglia"
  375.         Me.chbShowGrid.UseVisualStyleBackColor = True
  376.         '
  377.         'gaGraph
  378.         '
  379.         Me.gaGraph.AccurateLine = False
  380.         Me.gaGraph.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  381.                     Or System.Windows.Forms.AnchorStyles.Left) _
  382.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  383.         Me.gaGraph.AxisColor = System.Drawing.Color.Black
  384.         Me.gaGraph.BackColor = System.Drawing.Color.White
  385.         Me.gaGraph.Center = New System.Drawing.Point(100, 400)
  386.         Me.gaGraph.ContextMenuStrip = Me.cntGraph
  387.         Me.gaGraph.DrawValueIncrement = 10.0!
  388.         Me.gaGraph.DrawValues = False
  389.         Me.gaGraph.FunctionColor = System.Drawing.Color.Red
  390.         Me.gaGraph.GridLinesColor = System.Drawing.Color.Gainsboro
  391.         Me.gaGraph.LaunchExceptionOnDrawError = True
  392.         Me.gaGraph.Location = New System.Drawing.Point(12, 12)
  393.         Me.gaGraph.Name = "gaGraph"
  394.         Me.gaGraph.PixelsPerDot = 5
  395.         Me.gaGraph.ShowGridLines = False
  396.         Me.gaGraph.Size = New System.Drawing.Size(671, 629)
  397.         Me.gaGraph.StartInZero = False
  398.         Me.gaGraph.TabIndex = 0
  399.         '
  400.         'Form1
  401.         '
  402.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  403.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  404.         Me.ClientSize = New System.Drawing.Size(872, 653)
  405.         Me.Controls.Add(Me.chbDrawValues)
  406.         Me.Controls.Add(Me.chbShowGrid)
  407.         Me.Controls.Add(Me.chbAccurateLine)
  408.         Me.Controls.Add(Me.cmdAbout)
  409.         Me.Controls.Add(Me.cmdSave)
  410.         Me.Controls.Add(Me.nudIncrement)
  411.         Me.Controls.Add(Me.Label8)
  412.         Me.Controls.Add(Me.nudMax)
  413.         Me.Controls.Add(Me.Label7)
  414.         Me.Controls.Add(Me.nudMin)
  415.         Me.Controls.Add(Me.Label6)
  416.         Me.Controls.Add(Me.txtExpression)
  417.         Me.Controls.Add(Me.cmdDrawFunction)
  418.         Me.Controls.Add(Me.cmdRedraw)
  419.         Me.Controls.Add(Me.grpOptions)
  420.         Me.Controls.Add(Me.Label1)
  421.         Me.Controls.Add(Me.gaGraph)
  422.         Me.MaximumSize = New System.Drawing.Size(1024, 1024)
  423.         Me.MinimumSize = New System.Drawing.Size(500, 500)
  424.         Me.Name = "Form1"
  425.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  426.         Me.Text = "MGraphing"
  427.         Me.grpOptions.ResumeLayout(False)
  428.         Me.grpOptions.PerformLayout()
  429.         CType(Me.nudDrawValueIncrement, System.ComponentModel.ISupportInitialize).EndInit()
  430.         CType(Me.nudPixelsPerDot, System.ComponentModel.ISupportInitialize).EndInit()
  431.         CType(Me.nudMin, System.ComponentModel.ISupportInitialize).EndInit()
  432.         CType(Me.nudMax, System.ComponentModel.ISupportInitialize).EndInit()
  433.         CType(Me.nudIncrement, System.ComponentModel.ISupportInitialize).EndInit()
  434.         Me.cntGraph.ResumeLayout(False)
  435.         Me.ResumeLayout(False)
  436.         Me.PerformLayout()
  437.  
  438.     End Sub
  439.     Friend WithEvents gaGraph As MGraphing.GraphArea
  440.     Friend WithEvents Label1 As System.Windows.Forms.Label
  441.     Friend WithEvents txtExpression As System.Windows.Forms.TextBox
  442.     Friend WithEvents Label2 As System.Windows.Forms.Label
  443.     Friend WithEvents grpOptions As System.Windows.Forms.GroupBox
  444.     Friend WithEvents nudPixelsPerDot As System.Windows.Forms.NumericUpDown
  445.     Friend WithEvents Label5 As System.Windows.Forms.Label
  446.     Friend WithEvents txtFunctionColor As System.Windows.Forms.TextBox
  447.     Friend WithEvents Label4 As System.Windows.Forms.Label
  448.     Friend WithEvents txtAxisColor As System.Windows.Forms.TextBox
  449.     Friend WithEvents Label3 As System.Windows.Forms.Label
  450.     Friend WithEvents txtCoords As System.Windows.Forms.TextBox
  451.     Friend WithEvents cmdRedraw As System.Windows.Forms.Button
  452.     Friend WithEvents cmdDrawFunction As System.Windows.Forms.Button
  453.     Friend WithEvents Label6 As System.Windows.Forms.Label
  454.     Friend WithEvents nudMin As System.Windows.Forms.NumericUpDown
  455.     Friend WithEvents Label7 As System.Windows.Forms.Label
  456.     Friend WithEvents nudMax As System.Windows.Forms.NumericUpDown
  457.     Friend WithEvents Label8 As System.Windows.Forms.Label
  458.     Friend WithEvents nudIncrement As System.Windows.Forms.NumericUpDown
  459.     Friend WithEvents chbAccurateLine As System.Windows.Forms.CheckBox
  460.     Friend WithEvents cmdSave As System.Windows.Forms.Button
  461.     Friend WithEvents cmdAbout As System.Windows.Forms.Button
  462.     Friend WithEvents nudDrawValueIncrement As System.Windows.Forms.NumericUpDown
  463.     Friend WithEvents Label9 As System.Windows.Forms.Label
  464.     Friend WithEvents chbDrawValues As System.Windows.Forms.CheckBox
  465.     Friend WithEvents cntGraph As System.Windows.Forms.ContextMenuStrip
  466.     Friend WithEvents strChangeErrors As System.Windows.Forms.ToolStripMenuItem
  467.     Friend WithEvents strStartInZero As System.Windows.Forms.ToolStripMenuItem
  468.     Friend WithEvents Label10 As System.Windows.Forms.Label
  469.     Friend WithEvents chbShowGrid As System.Windows.Forms.CheckBox
  470.     Friend WithEvents txtGridColor As System.Windows.Forms.TextBox
  471.  
  472. End Class