代码拉取完成,页面将自动刷新
同步操作将从 王徐晓/NtcResCalc 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
namespace NtcResCalc
{
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()
{
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel7 = new System.Windows.Forms.Panel();
this.label19 = new System.Windows.Forms.Label();
this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.label18 = new System.Windows.Forms.Label();
this.numericUpDown8 = new System.Windows.Forms.NumericUpDown();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.numericUpDown7 = new System.Windows.Forms.NumericUpDown();
this.label14 = new System.Windows.Forms.Label();
this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.panel6 = new System.Windows.Forms.Panel();
this.label10 = new System.Windows.Forms.Label();
this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.label8 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
this.label9 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
this.label11 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.label2 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
this.panel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(571, 58);
this.panel1.TabIndex = 0;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("微软雅黑", 25F, System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(571, 58);
this.label1.TabIndex = 0;
this.label1.Text = "NtcResCalc V1.1";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel2
//
this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.panel2.Controls.Add(this.linkLabel1);
this.panel2.Controls.Add(this.label2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 426);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(571, 38);
this.panel2.TabIndex = 1;
//
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.panel3.Controls.Add(this.panel7);
this.panel3.Controls.Add(this.label13);
this.panel3.Controls.Add(this.label12);
this.panel3.Controls.Add(this.panel6);
this.panel3.Controls.Add(this.panel5);
this.panel3.Controls.Add(this.button2);
this.panel3.Controls.Add(this.numericUpDown3);
this.panel3.Controls.Add(this.label9);
this.panel3.Controls.Add(this.panel4);
this.panel3.Controls.Add(this.button1);
this.panel3.Controls.Add(this.numericUpDown5);
this.panel3.Controls.Add(this.label11);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 58);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(571, 368);
this.panel3.TabIndex = 2;
//
// panel7
//
this.panel7.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.panel7.Controls.Add(this.label19);
this.panel7.Controls.Add(this.numericUpDown9);
this.panel7.Controls.Add(this.button4);
this.panel7.Controls.Add(this.button3);
this.panel7.Controls.Add(this.label18);
this.panel7.Controls.Add(this.numericUpDown8);
this.panel7.Controls.Add(this.comboBox1);
this.panel7.Controls.Add(this.label16);
this.panel7.Controls.Add(this.label17);
this.panel7.Controls.Add(this.label15);
this.panel7.Controls.Add(this.numericUpDown7);
this.panel7.Controls.Add(this.label14);
this.panel7.Controls.Add(this.numericUpDown6);
this.panel7.Location = new System.Drawing.Point(29, 217);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(496, 132);
this.panel7.TabIndex = 31;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("宋体", 12F);
this.label19.Location = new System.Drawing.Point(18, 94);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(79, 16);
this.label19.TabIndex = 39;
this.label19.Text = "AD转换MAX";
//
// numericUpDown9
//
this.numericUpDown9.Font = new System.Drawing.Font("宋体", 12F);
this.numericUpDown9.Location = new System.Drawing.Point(110, 92);
this.numericUpDown9.Maximum = new decimal(new int[] {
4096,
0,
0,
0});
this.numericUpDown9.Name = "numericUpDown9";
this.numericUpDown9.Size = new System.Drawing.Size(168, 26);
this.numericUpDown9.TabIndex = 38;
this.numericUpDown9.Value = new decimal(new int[] {
4096,
0,
0,
0});
//
// button4
//
this.button4.Location = new System.Drawing.Point(342, 85);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(146, 33);
this.button4.TabIndex = 36;
this.button4.Text = "导出AD值 .h 文件";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(342, 8);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(146, 35);
this.button3.TabIndex = 32;
this.button3.Text = "导出RES值 h 文件";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("宋体", 12F);
this.label18.Location = new System.Drawing.Point(288, 57);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(15, 16);
this.label18.TabIndex = 32;
this.label18.Text = "R";
//
// numericUpDown8
//
this.numericUpDown8.Font = new System.Drawing.Font("宋体", 12F);
this.numericUpDown8.Location = new System.Drawing.Point(199, 52);
this.numericUpDown8.Maximum = new decimal(new int[] {
5000000,
0,
0,
0});
this.numericUpDown8.Minimum = new decimal(new int[] {
1000,
0,
0,
0});
this.numericUpDown8.Name = "numericUpDown8";
this.numericUpDown8.Size = new System.Drawing.Size(79, 26);
this.numericUpDown8.TabIndex = 35;
this.numericUpDown8.Value = new decimal(new int[] {
100000,
0,
0,
0});
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.Font = new System.Drawing.Font("宋体", 12F);
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"上拉电阻",
"下拉电阻"});
this.comboBox1.Location = new System.Drawing.Point(110, 53);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(83, 24);
this.comboBox1.TabIndex = 34;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("宋体", 12F);
this.label16.Location = new System.Drawing.Point(26, 57);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(79, 16);
this.label16.TabIndex = 33;
this.label16.Text = "串联电阻 ";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("宋体", 12F);
this.label17.Location = new System.Drawing.Point(26, 11);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(71, 16);
this.label17.TabIndex = 32;
this.label17.Text = "温度范围";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("宋体", 12F);
this.label15.Location = new System.Drawing.Point(169, 11);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(15, 16);
this.label15.TabIndex = 30;
this.label15.Text = "-";
//
// numericUpDown7
//
this.numericUpDown7.Font = new System.Drawing.Font("宋体", 12F);
this.numericUpDown7.Location = new System.Drawing.Point(110, 7);
this.numericUpDown7.Maximum = new decimal(new int[] {
200,
0,
0,
0});
this.numericUpDown7.Minimum = new decimal(new int[] {
200,
0,
0,
-2147483648});
this.numericUpDown7.Name = "numericUpDown7";
this.numericUpDown7.Size = new System.Drawing.Size(53, 26);
this.numericUpDown7.TabIndex = 29;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("宋体", 12F);
this.label14.Location = new System.Drawing.Point(255, 11);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(15, 16);
this.label14.TabIndex = 28;
this.label14.Text = "C";
//
// numericUpDown6
//
this.numericUpDown6.Font = new System.Drawing.Font("宋体", 12F);
this.numericUpDown6.Location = new System.Drawing.Point(196, 7);
this.numericUpDown6.Maximum = new decimal(new int[] {
500,
0,
0,
0});
this.numericUpDown6.Minimum = new decimal(new int[] {
200,
0,
0,
-2147483648});
this.numericUpDown6.Name = "numericUpDown6";
this.numericUpDown6.Size = new System.Drawing.Size(53, 26);
this.numericUpDown6.TabIndex = 7;
this.numericUpDown6.Value = new decimal(new int[] {
100,
0,
0,
0});
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("宋体", 12F);
this.label13.Location = new System.Drawing.Point(155, 123);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(15, 16);
this.label13.TabIndex = 30;
this.label13.Text = "R";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("宋体", 12F);
this.label12.Location = new System.Drawing.Point(424, 121);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(15, 16);
this.label12.TabIndex = 29;
this.label12.Text = "C";
//
// panel6
//
this.panel6.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.panel6.Controls.Add(this.label10);
this.panel6.Controls.Add(this.numericUpDown4);
this.panel6.Controls.Add(this.numericUpDown2);
this.panel6.Controls.Add(this.label3);
this.panel6.Controls.Add(this.numericUpDown1);
this.panel6.Controls.Add(this.label4);
this.panel6.Controls.Add(this.label5);
this.panel6.Controls.Add(this.label6);
this.panel6.Location = new System.Drawing.Point(28, 24);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(496, 54);
this.panel6.TabIndex = 27;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("宋体", 12F);
this.label10.Location = new System.Drawing.Point(444, 19);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(15, 16);
this.label10.TabIndex = 28;
this.label10.Text = "C";
//
// numericUpDown4
//
this.numericUpDown4.Font = new System.Drawing.Font("宋体", 12F);
this.numericUpDown4.Location = new System.Drawing.Point(385, 15);
this.numericUpDown4.Maximum = new decimal(new int[] {
500,
0,
0,
0});
this.numericUpDown4.Minimum = new decimal(new int[] {
200,
0,
0,
-2147483648});
this.numericUpDown4.Name = "numericUpDown4";
this.numericUpDown4.Size = new System.Drawing.Size(53, 26);
this.numericUpDown4.TabIndex = 7;
this.numericUpDown4.Value = new decimal(new int[] {
25,
0,
0,
0});
//
// numericUpDown2
//
this.numericUpDown2.Font = new System.Drawing.Font("宋体", 12F);
this.numericUpDown2.Location = new System.Drawing.Point(263, 15);
this.numericUpDown2.Maximum = new decimal(new int[] {
5000000,
0,
0,
0});
this.numericUpDown2.Minimum = new decimal(new int[] {
1000,
0,
0,
0});
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(79, 26);
this.numericUpDown2.TabIndex = 4;
this.numericUpDown2.Value = new decimal(new int[] {
100000,
0,
0,
0});
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 12F);
this.label3.Location = new System.Drawing.Point(19, 19);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(31, 16);
this.label3.TabIndex = 1;
this.label3.Text = "B值";
//
// numericUpDown1
//
this.numericUpDown1.Font = new System.Drawing.Font("宋体", 12F);
this.numericUpDown1.Location = new System.Drawing.Point(56, 15);
this.numericUpDown1.Maximum = new decimal(new int[] {
5800,
0,
0,
0});
this.numericUpDown1.Minimum = new decimal(new int[] {
1800,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(79, 26);
this.numericUpDown1.TabIndex = 2;
this.numericUpDown1.Value = new decimal(new int[] {
3950,
0,
0,
0});
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 12F);
this.label4.Location = new System.Drawing.Point(198, 19);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(55, 16);
this.label4.TabIndex = 3;
this.label4.Text = "标称值";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 12F);
this.label5.Location = new System.Drawing.Point(348, 19);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(31, 16);
this.label5.TabIndex = 5;
this.label5.Text = "R @";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 12F);
this.label6.Location = new System.Drawing.Point(141, 19);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(15, 16);
this.label6.TabIndex = 6;
this.label6.Text = "K";
//
// panel5
//
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel5.Controls.Add(this.label8);
this.panel5.Location = new System.Drawing.Point(298, 150);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(227, 50);
this.panel5.TabIndex = 26;
//
// label8
//
this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
this.label8.Font = new System.Drawing.Font("宋体", 10F);
this.label8.Location = new System.Drawing.Point(0, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(225, 48);
this.label8.TabIndex = 0;
this.label8.Text = "-";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button2
//
this.button2.Location = new System.Drawing.Point(455, 116);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(69, 31);
this.button2.TabIndex = 25;
this.button2.Text = "计算温度";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// numericUpDown3
//
this.numericUpDown3.DecimalPlaces = 3;
this.numericUpDown3.Font = new System.Drawing.Font("宋体", 12F);
this.numericUpDown3.Location = new System.Drawing.Point(302, 118);
this.numericUpDown3.Maximum = new decimal(new int[] {
5000000,
0,
0,
0});
this.numericUpDown3.Name = "numericUpDown3";
this.numericUpDown3.Size = new System.Drawing.Size(116, 26);
this.numericUpDown3.TabIndex = 24;
this.numericUpDown3.Value = new decimal(new int[] {
1000,
0,
0,
0});
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("宋体", 12F);
this.label9.Location = new System.Drawing.Point(299, 99);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(71, 16);
this.label9.TabIndex = 23;
this.label9.Text = "当前阻值";
//
// panel4
//
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.label7);
this.panel4.Location = new System.Drawing.Point(29, 150);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(227, 50);
this.panel4.TabIndex = 16;
//
// label7
//
this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
this.label7.Font = new System.Drawing.Font("宋体", 10F);
this.label7.Location = new System.Drawing.Point(0, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(225, 48);
this.label7.TabIndex = 0;
this.label7.Text = "-";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button1
//
this.button1.Location = new System.Drawing.Point(181, 113);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(74, 31);
this.button1.TabIndex = 15;
this.button1.Text = "计算阻值";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// numericUpDown5
//
this.numericUpDown5.DecimalPlaces = 2;
this.numericUpDown5.Font = new System.Drawing.Font("宋体", 12F);
this.numericUpDown5.Location = new System.Drawing.Point(33, 118);
this.numericUpDown5.Maximum = new decimal(new int[] {
500,
0,
0,
0});
this.numericUpDown5.Minimum = new decimal(new int[] {
200,
0,
0,
-2147483648});
this.numericUpDown5.Name = "numericUpDown5";
this.numericUpDown5.Size = new System.Drawing.Size(116, 26);
this.numericUpDown5.TabIndex = 14;
this.numericUpDown5.Value = new decimal(new int[] {
25,
0,
0,
0});
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("宋体", 12F);
this.label11.Location = new System.Drawing.Point(30, 99);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(71, 16);
this.label11.TabIndex = 13;
this.label11.Text = "当前温度";
//
// linkLabel1
//
this.linkLabel1.Dock = System.Windows.Forms.DockStyle.Right;
this.linkLabel1.Location = new System.Drawing.Point(413, 0);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(158, 38);
this.linkLabel1.TabIndex = 2;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "NtcResCalc 最新版本";
this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// label2
//
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label2.Location = new System.Drawing.Point(0, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(571, 38);
this.label2.TabIndex = 1;
this.label2.Text = "Zhejiang Zilink Electronic Technology Co., Ltd ";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(571, 464);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.Text = "Ntc 温度阻值计算器";
this.TopMost = true;
this.Load += new System.EventHandler(this.Form1_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.panel5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
this.panel4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.NumericUpDown numericUpDown2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown numericUpDown5;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.NumericUpDown numericUpDown3;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.NumericUpDown numericUpDown4;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.NumericUpDown numericUpDown7;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.NumericUpDown numericUpDown6;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.NumericUpDown numericUpDown8;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.NumericUpDown numericUpDown9;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.Label label2;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。