📄 form1.designer.cs
字号:
namespace addpow
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.tChart1 = new Steema.TeeChart.TChart();
this.points1 = new Steema.TeeChart.Styles.Points();
this.line1 = new Steema.TeeChart.Styles.Line();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
this.SuspendLayout();
//
// tChart1
//
//
//
//
this.tChart1.Aspect.View3D = false;
//
//
//
//
//
//
//
//
//
this.tChart1.Axes.Bottom.Title.Caption = "流量";
this.tChart1.Axes.Bottom.Title.Lines = new string[] {
"流量"};
//
//
//
//
//
//
this.tChart1.Axes.Left.Title.Caption = "水位";
this.tChart1.Axes.Left.Title.Lines = new string[] {
"水位"};
//
//
//
this.tChart1.Header.Lines = new string[] {
"水位流量曲线"};
this.tChart1.Location = new System.Drawing.Point(12, 12);
this.tChart1.Name = "tChart1";
this.tChart1.Series.Add(this.points1);
this.tChart1.Series.Add(this.line1);
this.tChart1.Size = new System.Drawing.Size(600, 400);
this.tChart1.TabIndex = 0;
//
// points1
//
//
//
//
//
//
//
this.points1.Pointer.Brush.Color = System.Drawing.Color.Red;
this.points1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
this.points1.Title = "原始点";
//
//
//
this.points1.XValues.Order = Steema.TeeChart.Styles.ValueListOrder.Ascending;
//
// line1
//
//
//
//
this.line1.Brush.Color = System.Drawing.Color.Green;
//
//
//
//
//
//
this.line1.Pointer.Brush.Color = System.Drawing.Color.Green;
this.line1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
this.line1.Title = "带权最小二乘";
//
//
//
this.line1.XValues.Order = Steema.TeeChart.Styles.ValueListOrder.Ascending;
//
// numericUpDown1
//
this.numericUpDown1.DecimalPlaces = 2;
this.numericUpDown1.Increment = new decimal(new int[] {
5,
0,
0,
131072});
this.numericUpDown1.Location = new System.Drawing.Point(23, 479);
this.numericUpDown1.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(120, 21);
this.numericUpDown1.TabIndex = 1;
this.numericUpDown1.Value = new decimal(new int[] {
7204,
0,
0,
65536});
//
// numericUpDown2
//
this.numericUpDown2.DecimalPlaces = 2;
this.numericUpDown2.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.numericUpDown2.Location = new System.Drawing.Point(212, 477);
this.numericUpDown2.Maximum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(120, 21);
this.numericUpDown2.TabIndex = 2;
this.numericUpDown2.Value = new decimal(new int[] {
7,
0,
0,
65536});
//
// numericUpDown3
//
this.numericUpDown3.DecimalPlaces = 2;
this.numericUpDown3.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.numericUpDown3.Location = new System.Drawing.Point(415, 477);
this.numericUpDown3.Maximum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown3.Name = "numericUpDown3";
this.numericUpDown3.Size = new System.Drawing.Size(120, 21);
this.numericUpDown3.TabIndex = 3;
this.numericUpDown3.Value = new decimal(new int[] {
3,
0,
0,
65536});
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(726, 527);
this.Controls.Add(this.numericUpDown3);
this.Controls.Add(this.numericUpDown2);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.tChart1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Steema.TeeChart.TChart tChart1;
private Steema.TeeChart.Styles.Points points1;
private Steema.TeeChart.Styles.Line line1;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.NumericUpDown numericUpDown2;
private System.Windows.Forms.NumericUpDown numericUpDown3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -