|
@@ -0,0 +1,184 @@
|
|
|
+
|
|
|
+namespace WinGraphsNet
|
|
|
+{
|
|
|
+ partial class MainForm
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Обязательная переменная конструктора.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Освободить все используемые ресурсы.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Код, автоматически созданный конструктором форм Windows
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Требуемый метод для поддержки конструктора — не изменяйте
|
|
|
+ /// содержимое этого метода с помощью редактора кода.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
+ this.chrtMain = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
|
+ this.lblXMin = new System.Windows.Forms.Label();
|
|
|
+ this.tbMinX = new System.Windows.Forms.TextBox();
|
|
|
+ this.tbMaxX = new System.Windows.Forms.TextBox();
|
|
|
+ this.lblMaxX = new System.Windows.Forms.Label();
|
|
|
+ this.tbStep = new System.Windows.Forms.TextBox();
|
|
|
+ this.lblStep = new System.Windows.Forms.Label();
|
|
|
+ this.btnCalculate = new System.Windows.Forms.Button();
|
|
|
+ this.tbA = new System.Windows.Forms.TextBox();
|
|
|
+ this.lblA = new System.Windows.Forms.Label();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.chrtMain)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // chrtMain
|
|
|
+ //
|
|
|
+ chartArea1.Name = "ChartArea1";
|
|
|
+ this.chrtMain.ChartAreas.Add(chartArea1);
|
|
|
+ legend1.Name = "Legend1";
|
|
|
+ this.chrtMain.Legends.Add(legend1);
|
|
|
+ this.chrtMain.Location = new System.Drawing.Point(13, 13);
|
|
|
+ this.chrtMain.Name = "chrtMain";
|
|
|
+ series1.ChartArea = "ChartArea1";
|
|
|
+ series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
|
+ series1.Legend = "Legend1";
|
|
|
+ series1.Name = "y=9*x^3+A^3+tan(x)";
|
|
|
+ this.chrtMain.Series.Add(series1);
|
|
|
+ this.chrtMain.Size = new System.Drawing.Size(775, 359);
|
|
|
+ this.chrtMain.TabIndex = 0;
|
|
|
+ this.chrtMain.Text = "chart1";
|
|
|
+ //
|
|
|
+ // lblXMin
|
|
|
+ //
|
|
|
+ this.lblXMin.AutoSize = true;
|
|
|
+ this.lblXMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.lblXMin.Location = new System.Drawing.Point(13, 381);
|
|
|
+ this.lblXMin.Name = "lblXMin";
|
|
|
+ this.lblXMin.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
+ this.lblXMin.Size = new System.Drawing.Size(37, 16);
|
|
|
+ this.lblXMin.TabIndex = 1;
|
|
|
+ this.lblXMin.Text = "MinX";
|
|
|
+ //
|
|
|
+ // tbMinX
|
|
|
+ //
|
|
|
+ this.tbMinX.Location = new System.Drawing.Point(16, 400);
|
|
|
+ this.tbMinX.Name = "tbMinX";
|
|
|
+ this.tbMinX.Size = new System.Drawing.Size(113, 20);
|
|
|
+ this.tbMinX.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // tbMaxX
|
|
|
+ //
|
|
|
+ this.tbMaxX.Location = new System.Drawing.Point(135, 400);
|
|
|
+ this.tbMaxX.Name = "tbMaxX";
|
|
|
+ this.tbMaxX.Size = new System.Drawing.Size(113, 20);
|
|
|
+ this.tbMaxX.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // lblMaxX
|
|
|
+ //
|
|
|
+ this.lblMaxX.AutoSize = true;
|
|
|
+ this.lblMaxX.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.lblMaxX.Location = new System.Drawing.Point(132, 381);
|
|
|
+ this.lblMaxX.Name = "lblMaxX";
|
|
|
+ this.lblMaxX.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
+ this.lblMaxX.Size = new System.Drawing.Size(41, 16);
|
|
|
+ this.lblMaxX.TabIndex = 3;
|
|
|
+ this.lblMaxX.Text = "MaxX";
|
|
|
+ //
|
|
|
+ // tbStep
|
|
|
+ //
|
|
|
+ this.tbStep.Location = new System.Drawing.Point(254, 400);
|
|
|
+ this.tbStep.Name = "tbStep";
|
|
|
+ this.tbStep.Size = new System.Drawing.Size(113, 20);
|
|
|
+ this.tbStep.TabIndex = 6;
|
|
|
+ //
|
|
|
+ // lblStep
|
|
|
+ //
|
|
|
+ this.lblStep.AutoSize = true;
|
|
|
+ this.lblStep.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.lblStep.Location = new System.Drawing.Point(251, 379);
|
|
|
+ this.lblStep.Name = "lblStep";
|
|
|
+ this.lblStep.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
+ this.lblStep.Size = new System.Drawing.Size(33, 16);
|
|
|
+ this.lblStep.TabIndex = 5;
|
|
|
+ this.lblStep.Text = "Шаг";
|
|
|
+ //
|
|
|
+ // btnCalculate
|
|
|
+ //
|
|
|
+ this.btnCalculate.Location = new System.Drawing.Point(492, 400);
|
|
|
+ this.btnCalculate.Name = "btnCalculate";
|
|
|
+ this.btnCalculate.Size = new System.Drawing.Size(113, 20);
|
|
|
+ this.btnCalculate.TabIndex = 7;
|
|
|
+ this.btnCalculate.Text = "Расчёт!";
|
|
|
+ this.btnCalculate.UseVisualStyleBackColor = true;
|
|
|
+ this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
|
|
|
+ //
|
|
|
+ // tbA
|
|
|
+ //
|
|
|
+ this.tbA.Location = new System.Drawing.Point(373, 399);
|
|
|
+ this.tbA.Name = "tbA";
|
|
|
+ this.tbA.Size = new System.Drawing.Size(113, 20);
|
|
|
+ this.tbA.TabIndex = 9;
|
|
|
+ //
|
|
|
+ // lblA
|
|
|
+ //
|
|
|
+ this.lblA.AutoSize = true;
|
|
|
+ this.lblA.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.lblA.Location = new System.Drawing.Point(370, 378);
|
|
|
+ this.lblA.Name = "lblA";
|
|
|
+ this.lblA.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
+ this.lblA.Size = new System.Drawing.Size(89, 16);
|
|
|
+ this.lblA.TabIndex = 8;
|
|
|
+ this.lblA.Text = "Константа A";
|
|
|
+ //
|
|
|
+ // MainForm
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(800, 432);
|
|
|
+ this.Controls.Add(this.tbA);
|
|
|
+ this.Controls.Add(this.lblA);
|
|
|
+ this.Controls.Add(this.btnCalculate);
|
|
|
+ this.Controls.Add(this.tbStep);
|
|
|
+ this.Controls.Add(this.lblStep);
|
|
|
+ this.Controls.Add(this.tbMaxX);
|
|
|
+ this.Controls.Add(this.lblMaxX);
|
|
|
+ this.Controls.Add(this.tbMinX);
|
|
|
+ this.Controls.Add(this.lblXMin);
|
|
|
+ this.Controls.Add(this.chrtMain);
|
|
|
+ this.Name = "MainForm";
|
|
|
+ this.Text = "Построение графика функций";
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.chrtMain)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.DataVisualization.Charting.Chart chrtMain;
|
|
|
+ private System.Windows.Forms.Label lblXMin;
|
|
|
+ private System.Windows.Forms.TextBox tbMinX;
|
|
|
+ private System.Windows.Forms.TextBox tbMaxX;
|
|
|
+ private System.Windows.Forms.Label lblMaxX;
|
|
|
+ private System.Windows.Forms.TextBox tbStep;
|
|
|
+ private System.Windows.Forms.Label lblStep;
|
|
|
+ private System.Windows.Forms.Button btnCalculate;
|
|
|
+ private System.Windows.Forms.TextBox tbA;
|
|
|
+ private System.Windows.Forms.Label lblA;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|