修改更新界面
This commit is contained in:
207
DHSoftware/Views/PreTreatUserControl.Designer.cs
generated
Normal file
207
DHSoftware/Views/PreTreatUserControl.Designer.cs
generated
Normal file
@ -0,0 +1,207 @@
|
||||
namespace DHSoftware.Views
|
||||
{
|
||||
partial class PreTreatUserControl
|
||||
{
|
||||
/// <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 组件设计器生成的代码
|
||||
|
||||
/// <summary>
|
||||
/// 设计器支持所需的方法 - 不要修改
|
||||
/// 使用代码编辑器修改此方法的内容。
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
btnPreOpen = new AntdUI.Button();
|
||||
tbxPrePath = new TextBox();
|
||||
label1 = new AntdUI.Label();
|
||||
panel1 = new Panel();
|
||||
table1 = new AntdUI.Table();
|
||||
button1 = new AntdUI.Button();
|
||||
button2 = new AntdUI.Button();
|
||||
panel2 = new Panel();
|
||||
label2 = new Label();
|
||||
panel3 = new Panel();
|
||||
label3 = new Label();
|
||||
button3 = new AntdUI.Button();
|
||||
table2 = new AntdUI.Table();
|
||||
button4 = new AntdUI.Button();
|
||||
panel1.SuspendLayout();
|
||||
panel2.SuspendLayout();
|
||||
panel3.SuspendLayout();
|
||||
SuspendLayout();
|
||||
//
|
||||
// btnPreOpen
|
||||
//
|
||||
btnPreOpen.Location = new Point(646, 17);
|
||||
btnPreOpen.Name = "btnPreOpen";
|
||||
btnPreOpen.Size = new Size(46, 23);
|
||||
btnPreOpen.TabIndex = 21;
|
||||
btnPreOpen.Text = "...";
|
||||
//
|
||||
// tbxPrePath
|
||||
//
|
||||
tbxPrePath.Location = new Point(91, 17);
|
||||
tbxPrePath.Name = "tbxPrePath";
|
||||
tbxPrePath.Size = new Size(549, 23);
|
||||
tbxPrePath.TabIndex = 20;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.Location = new Point(12, 17);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new Size(73, 23);
|
||||
label1.TabIndex = 19;
|
||||
label1.Text = "预处理路径";
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
panel1.Controls.Add(panel3);
|
||||
panel1.Controls.Add(panel2);
|
||||
panel1.Controls.Add(label1);
|
||||
panel1.Controls.Add(btnPreOpen);
|
||||
panel1.Controls.Add(tbxPrePath);
|
||||
panel1.Dock = DockStyle.Fill;
|
||||
panel1.Location = new Point(0, 0);
|
||||
panel1.Name = "panel1";
|
||||
panel1.Size = new Size(759, 243);
|
||||
panel1.TabIndex = 22;
|
||||
//
|
||||
// table1
|
||||
//
|
||||
table1.Location = new Point(3, 65);
|
||||
table1.Name = "table1";
|
||||
table1.Size = new Size(258, 126);
|
||||
table1.TabIndex = 22;
|
||||
table1.Text = "table1";
|
||||
//
|
||||
// button1
|
||||
//
|
||||
button1.Location = new Point(3, 25);
|
||||
button1.Name = "button1";
|
||||
button1.Size = new Size(84, 34);
|
||||
button1.TabIndex = 23;
|
||||
button1.Text = "新增";
|
||||
//
|
||||
// button2
|
||||
//
|
||||
button2.Location = new Point(93, 25);
|
||||
button2.Name = "button2";
|
||||
button2.Size = new Size(84, 34);
|
||||
button2.TabIndex = 24;
|
||||
button2.Text = "删除";
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
panel2.Controls.Add(label2);
|
||||
panel2.Controls.Add(button2);
|
||||
panel2.Controls.Add(table1);
|
||||
panel2.Controls.Add(button1);
|
||||
panel2.Location = new Point(91, 46);
|
||||
panel2.Name = "panel2";
|
||||
panel2.Size = new Size(264, 194);
|
||||
panel2.TabIndex = 25;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new Point(3, 5);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new Size(56, 17);
|
||||
label2.TabIndex = 25;
|
||||
label2.Text = "输入参数";
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
panel3.Controls.Add(label3);
|
||||
panel3.Controls.Add(button3);
|
||||
panel3.Controls.Add(table2);
|
||||
panel3.Controls.Add(button4);
|
||||
panel3.Location = new Point(379, 46);
|
||||
panel3.Name = "panel3";
|
||||
panel3.Size = new Size(264, 194);
|
||||
panel3.TabIndex = 26;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
label3.AutoSize = true;
|
||||
label3.Location = new Point(3, 2);
|
||||
label3.Name = "label3";
|
||||
label3.Size = new Size(56, 17);
|
||||
label3.TabIndex = 25;
|
||||
label3.Text = "输出参数";
|
||||
//
|
||||
// button3
|
||||
//
|
||||
button3.Location = new Point(93, 25);
|
||||
button3.Name = "button3";
|
||||
button3.Size = new Size(84, 34);
|
||||
button3.TabIndex = 24;
|
||||
button3.Text = "删除";
|
||||
//
|
||||
// table2
|
||||
//
|
||||
table2.Location = new Point(3, 65);
|
||||
table2.Name = "table2";
|
||||
table2.Size = new Size(258, 126);
|
||||
table2.TabIndex = 22;
|
||||
table2.Text = "table2";
|
||||
//
|
||||
// button4
|
||||
//
|
||||
button4.Location = new Point(3, 25);
|
||||
button4.Name = "button4";
|
||||
button4.Size = new Size(84, 34);
|
||||
button4.TabIndex = 23;
|
||||
button4.Text = "新增";
|
||||
//
|
||||
// PreTreatUserControl
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 17F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
Controls.Add(panel1);
|
||||
Name = "PreTreatUserControl";
|
||||
Size = new Size(759, 243);
|
||||
panel1.ResumeLayout(false);
|
||||
panel1.PerformLayout();
|
||||
panel2.ResumeLayout(false);
|
||||
panel2.PerformLayout();
|
||||
panel3.ResumeLayout(false);
|
||||
panel3.PerformLayout();
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private AntdUI.Button btnPreOpen;
|
||||
private TextBox tbxPrePath;
|
||||
private AntdUI.Label label1;
|
||||
private Panel panel1;
|
||||
private AntdUI.Button button2;
|
||||
private AntdUI.Button button1;
|
||||
private AntdUI.Table table1;
|
||||
private Panel panel2;
|
||||
private Panel panel3;
|
||||
private Label label3;
|
||||
private AntdUI.Button button3;
|
||||
private AntdUI.Table table2;
|
||||
private AntdUI.Button button4;
|
||||
private Label label2;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user