123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- namespace WindowsFormsAppUP02._02Alekseev7
- {
- partial class FormMain
- {
- /// <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.chtGrafic = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.tbValueXMin = new System.Windows.Forms.TextBox();
- this.tbValueXMax = new System.Windows.Forms.TextBox();
- this.tbValueStep = new System.Windows.Forms.TextBox();
- this.lbValueXMIn = new System.Windows.Forms.Label();
- this.lbValueXMax = new System.Windows.Forms.Label();
- this.lbValueStep = new System.Windows.Forms.Label();
- this.btnResultValue = new System.Windows.Forms.Button();
- this.tbValueA = new System.Windows.Forms.TextBox();
- this.tbValueB = new System.Windows.Forms.TextBox();
- this.tbValueC = new System.Windows.Forms.TextBox();
- this.lbValueA = new System.Windows.Forms.Label();
- this.lbValueB = new System.Windows.Forms.Label();
- this.lbValueC = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.chtGrafic)).BeginInit();
- this.SuspendLayout();
- //
- // chtGrafic
- //
- chartArea1.Name = "ChartArea1";
- this.chtGrafic.ChartAreas.Add(chartArea1);
- legend1.Name = "Legend1";
- this.chtGrafic.Legends.Add(legend1);
- this.chtGrafic.Location = new System.Drawing.Point(227, 145);
- this.chtGrafic.Name = "chtGrafic";
- series1.BorderWidth = 3;
- series1.ChartArea = "ChartArea1";
- series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
- series1.Color = System.Drawing.Color.Violet;
- series1.Legend = "Legend1";
- series1.Name = "Табулирование функции";
- this.chtGrafic.Series.Add(series1);
- this.chtGrafic.Size = new System.Drawing.Size(721, 300);
- this.chtGrafic.TabIndex = 0;
- this.chtGrafic.Text = "chart1";
- //
- // tbValueXMin
- //
- this.tbValueXMin.Location = new System.Drawing.Point(249, 488);
- this.tbValueXMin.Name = "tbValueXMin";
- this.tbValueXMin.Size = new System.Drawing.Size(100, 20);
- this.tbValueXMin.TabIndex = 1;
- //
- // tbValueXMax
- //
- this.tbValueXMax.Location = new System.Drawing.Point(424, 487);
- this.tbValueXMax.Name = "tbValueXMax";
- this.tbValueXMax.Size = new System.Drawing.Size(100, 20);
- this.tbValueXMax.TabIndex = 2;
- //
- // tbValueStep
- //
- this.tbValueStep.Location = new System.Drawing.Point(590, 487);
- this.tbValueStep.Name = "tbValueStep";
- this.tbValueStep.Size = new System.Drawing.Size(100, 20);
- this.tbValueStep.TabIndex = 3;
- //
- // lbValueXMIn
- //
- this.lbValueXMIn.AutoSize = true;
- this.lbValueXMIn.Location = new System.Drawing.Point(249, 469);
- this.lbValueXMIn.Name = "lbValueXMIn";
- this.lbValueXMIn.Size = new System.Drawing.Size(30, 13);
- this.lbValueXMIn.TabIndex = 4;
- this.lbValueXMIn.Text = "Xmin";
- //
- // lbValueXMax
- //
- this.lbValueXMax.AutoSize = true;
- this.lbValueXMax.Location = new System.Drawing.Point(424, 469);
- this.lbValueXMax.Name = "lbValueXMax";
- this.lbValueXMax.Size = new System.Drawing.Size(33, 13);
- this.lbValueXMax.TabIndex = 5;
- this.lbValueXMax.Text = "Xmax";
- //
- // lbValueStep
- //
- this.lbValueStep.AutoSize = true;
- this.lbValueStep.Location = new System.Drawing.Point(590, 468);
- this.lbValueStep.Name = "lbValueStep";
- this.lbValueStep.Size = new System.Drawing.Size(27, 13);
- this.lbValueStep.TabIndex = 6;
- this.lbValueStep.Text = "Шаг";
- //
- // btnResultValue
- //
- this.btnResultValue.Location = new System.Drawing.Point(729, 487);
- this.btnResultValue.Name = "btnResultValue";
- this.btnResultValue.Size = new System.Drawing.Size(75, 23);
- this.btnResultValue.TabIndex = 7;
- this.btnResultValue.Text = "Расчет!";
- this.btnResultValue.UseVisualStyleBackColor = true;
- this.btnResultValue.Click += new System.EventHandler(this.btnResultValueClick);
- //
- // tbValueA
- //
- this.tbValueA.Location = new System.Drawing.Point(83, 163);
- this.tbValueA.Name = "tbValueA";
- this.tbValueA.Size = new System.Drawing.Size(100, 20);
- this.tbValueA.TabIndex = 8;
- //
- // tbValueB
- //
- this.tbValueB.Location = new System.Drawing.Point(83, 203);
- this.tbValueB.Name = "tbValueB";
- this.tbValueB.Size = new System.Drawing.Size(100, 20);
- this.tbValueB.TabIndex = 9;
- //
- // tbValueC
- //
- this.tbValueC.Location = new System.Drawing.Point(83, 245);
- this.tbValueC.Name = "tbValueC";
- this.tbValueC.Size = new System.Drawing.Size(100, 20);
- this.tbValueC.TabIndex = 10;
- //
- // lbValueA
- //
- this.lbValueA.AutoSize = true;
- this.lbValueA.Location = new System.Drawing.Point(51, 166);
- this.lbValueA.Name = "lbValueA";
- this.lbValueA.Size = new System.Drawing.Size(26, 13);
- this.lbValueA.TabIndex = 11;
- this.lbValueA.Text = "А = ";
- //
- // lbValueB
- //
- this.lbValueB.AutoSize = true;
- this.lbValueB.Location = new System.Drawing.Point(51, 206);
- this.lbValueB.Name = "lbValueB";
- this.lbValueB.Size = new System.Drawing.Size(26, 13);
- this.lbValueB.TabIndex = 12;
- this.lbValueB.Text = "B = ";
- //
- // lbValueC
- //
- this.lbValueC.AutoSize = true;
- this.lbValueC.Location = new System.Drawing.Point(51, 248);
- this.lbValueC.Name = "lbValueC";
- this.lbValueC.Size = new System.Drawing.Size(26, 13);
- this.lbValueC.TabIndex = 13;
- this.lbValueC.Text = "C = ";
- //
- // FormMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1052, 612);
- this.Controls.Add(this.lbValueC);
- this.Controls.Add(this.lbValueB);
- this.Controls.Add(this.lbValueA);
- this.Controls.Add(this.tbValueC);
- this.Controls.Add(this.tbValueB);
- this.Controls.Add(this.tbValueA);
- this.Controls.Add(this.btnResultValue);
- this.Controls.Add(this.lbValueStep);
- this.Controls.Add(this.lbValueXMax);
- this.Controls.Add(this.lbValueXMIn);
- this.Controls.Add(this.tbValueStep);
- this.Controls.Add(this.tbValueXMax);
- this.Controls.Add(this.tbValueXMin);
- this.Controls.Add(this.chtGrafic);
- this.Name = "FormMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Построение графика функций";
- this.Load += new System.EventHandler(this.FormMain_Load);
- ((System.ComponentModel.ISupportInitialize)(this.chtGrafic)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataVisualization.Charting.Chart chtGrafic;
- private System.Windows.Forms.TextBox tbValueXMin;
- private System.Windows.Forms.TextBox tbValueXMax;
- private System.Windows.Forms.TextBox tbValueStep;
- private System.Windows.Forms.Label lbValueXMIn;
- private System.Windows.Forms.Label lbValueXMax;
- private System.Windows.Forms.Label lbValueStep;
- private System.Windows.Forms.Button btnResultValue;
- private System.Windows.Forms.TextBox tbValueA;
- private System.Windows.Forms.TextBox tbValueB;
- private System.Windows.Forms.TextBox tbValueC;
- private System.Windows.Forms.Label lbValueA;
- private System.Windows.Forms.Label lbValueB;
- private System.Windows.Forms.Label lbValueC;
- }
- }
|