📄 mainform.designer.cs
字号:
this.label5.TabIndex = 7;
this.label5.Text = "备注";
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(606, 95);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(125, 21);
this.textBox8.TabIndex = 6;
//
// textBox9
//
this.textBox9.Location = new System.Drawing.Point(570, 122);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(161, 21);
this.textBox9.TabIndex = 6;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(535, 104);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 7;
this.label6.Text = "替换字符串";
//
// button3
//
this.button3.Location = new System.Drawing.Point(658, 152);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(115, 23);
this.button3.TabIndex = 5;
this.button3.Text = "修改增加详细配置";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(443, 364);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(115, 23);
this.button4.TabIndex = 5;
this.button4.Text = "删除详细配置";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(564, 364);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(115, 23);
this.button5.TabIndex = 5;
this.button5.Text = "获取详细配置编号";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.ImeMode = System.Windows.Forms.ImeMode.On;
this.dataGridView1.Location = new System.Drawing.Point(13, 15);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(516, 150);
this.dataGridView1.TabIndex = 8;
//
// textBox10
//
this.textBox10.Location = new System.Drawing.Point(113, 395);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(214, 21);
this.textBox10.TabIndex = 6;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(42, 398);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 7;
this.label7.Text = "周期描述";
//
// button6
//
this.button6.Location = new System.Drawing.Point(362, 395);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 1;
this.button6.Text = "新增周期";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(25, 364);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(158, 23);
this.ultraButton1.TabIndex = 9;
this.ultraButton1.Text = "测试获取源代码";
this.ultraButton1.UseVisualStyleBackColor = true;
this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
//
// ultraButton2
//
this.ultraButton2.Location = new System.Drawing.Point(189, 364);
this.ultraButton2.Name = "ultraButton2";
this.ultraButton2.Size = new System.Drawing.Size(158, 23);
this.ultraButton2.TabIndex = 9;
this.ultraButton2.Text = "获取列表源代码";
this.ultraButton2.UseVisualStyleBackColor = true;
this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(802, 455);
this.Controls.Add(this.ultraButton2);
this.Controls.Add(this.ultraButton1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.label5);
this.Controls.Add(this.label6);
this.Controls.Add(this.label4);
this.Controls.Add(this.label7);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox8);
this.Controls.Add(this.textBox9);
this.Controls.Add(this.textBox10);
this.Controls.Add(this.textBox7);
this.Controls.Add(this.textBox6);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.ultraTextEditor1);
this.Controls.Add(this.button6);
this.Controls.Add(this.button1);
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MainForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.MainForm_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox ultraTextEditor1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button ultraButton1;
private System.Windows.Forms.Button ultraButton2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -