214 lines
7.5 KiB
C#
214 lines
7.5 KiB
C#
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();
|
||
btnOParmDel = new Panel();
|
||
label3 = new Label();
|
||
btnDelOParm = new AntdUI.Button();
|
||
tbOutputParm = new AntdUI.Table();
|
||
btnAddOParm = new AntdUI.Button();
|
||
panel2 = new Panel();
|
||
label2 = new Label();
|
||
btnDelIParm = new AntdUI.Button();
|
||
tbInputParm = new AntdUI.Table();
|
||
btnAddIParm = new AntdUI.Button();
|
||
panel1.SuspendLayout();
|
||
btnOParmDel.SuspendLayout();
|
||
panel2.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// btnPreOpen
|
||
//
|
||
btnPreOpen.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
btnPreOpen.Location = new Point(570, 17);
|
||
btnPreOpen.Name = "btnPreOpen";
|
||
btnPreOpen.Size = new Size(28, 23);
|
||
btnPreOpen.TabIndex = 21;
|
||
btnPreOpen.Text = "...";
|
||
btnPreOpen.Click += btnPreOpen_Click;
|
||
//
|
||
// tbxPrePath
|
||
//
|
||
tbxPrePath.Location = new Point(91, 17);
|
||
tbxPrePath.Name = "tbxPrePath";
|
||
tbxPrePath.Size = new Size(473, 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.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
panel1.BorderStyle = BorderStyle.FixedSingle;
|
||
panel1.Controls.Add(btnOParmDel);
|
||
panel1.Controls.Add(panel2);
|
||
panel1.Controls.Add(label1);
|
||
panel1.Controls.Add(btnPreOpen);
|
||
panel1.Controls.Add(tbxPrePath);
|
||
panel1.Location = new Point(0, 0);
|
||
panel1.Name = "panel1";
|
||
panel1.Size = new Size(633, 243);
|
||
panel1.TabIndex = 22;
|
||
//
|
||
// btnOParmDel
|
||
//
|
||
btnOParmDel.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
btnOParmDel.Controls.Add(label3);
|
||
btnOParmDel.Controls.Add(btnDelOParm);
|
||
btnOParmDel.Controls.Add(tbOutputParm);
|
||
btnOParmDel.Controls.Add(btnAddOParm);
|
||
btnOParmDel.Location = new Point(352, 44);
|
||
btnOParmDel.Name = "btnOParmDel";
|
||
btnOParmDel.Size = new Size(246, 194);
|
||
btnOParmDel.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 = "输出参数";
|
||
//
|
||
// btnDelOParm
|
||
//
|
||
btnDelOParm.Location = new Point(93, 25);
|
||
btnDelOParm.Name = "btnDelOParm";
|
||
btnDelOParm.Size = new Size(84, 34);
|
||
btnDelOParm.TabIndex = 24;
|
||
btnDelOParm.Text = "删除";
|
||
//
|
||
// tbOutputParm
|
||
//
|
||
tbOutputParm.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
tbOutputParm.Location = new Point(3, 65);
|
||
tbOutputParm.Name = "tbOutputParm";
|
||
tbOutputParm.Size = new Size(240, 126);
|
||
tbOutputParm.TabIndex = 22;
|
||
tbOutputParm.Text = "table2";
|
||
//
|
||
// btnAddOParm
|
||
//
|
||
btnAddOParm.Location = new Point(3, 25);
|
||
btnAddOParm.Name = "btnAddOParm";
|
||
btnAddOParm.Size = new Size(84, 34);
|
||
btnAddOParm.TabIndex = 23;
|
||
btnAddOParm.Text = "新增";
|
||
//
|
||
// panel2
|
||
//
|
||
panel2.Controls.Add(label2);
|
||
panel2.Controls.Add(btnDelIParm);
|
||
panel2.Controls.Add(tbInputParm);
|
||
panel2.Controls.Add(btnAddIParm);
|
||
panel2.Location = new Point(12, 45);
|
||
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 = "输入参数";
|
||
//
|
||
// btnDelIParm
|
||
//
|
||
btnDelIParm.Location = new Point(93, 25);
|
||
btnDelIParm.Name = "btnDelIParm";
|
||
btnDelIParm.Size = new Size(84, 34);
|
||
btnDelIParm.TabIndex = 24;
|
||
btnDelIParm.Text = "删除";
|
||
//
|
||
// tbInputParm
|
||
//
|
||
tbInputParm.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
tbInputParm.Location = new Point(3, 65);
|
||
tbInputParm.Name = "tbInputParm";
|
||
tbInputParm.Size = new Size(258, 126);
|
||
tbInputParm.TabIndex = 22;
|
||
tbInputParm.Text = "table1";
|
||
//
|
||
// btnAddIParm
|
||
//
|
||
btnAddIParm.Location = new Point(3, 25);
|
||
btnAddIParm.Name = "btnAddIParm";
|
||
btnAddIParm.Size = new Size(84, 34);
|
||
btnAddIParm.TabIndex = 23;
|
||
btnAddIParm.Text = "新增";
|
||
//
|
||
// PreTreatUserControl
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 17F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
Controls.Add(panel1);
|
||
Name = "PreTreatUserControl";
|
||
Size = new Size(635, 243);
|
||
panel1.ResumeLayout(false);
|
||
panel1.PerformLayout();
|
||
btnOParmDel.ResumeLayout(false);
|
||
btnOParmDel.PerformLayout();
|
||
panel2.ResumeLayout(false);
|
||
panel2.PerformLayout();
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private AntdUI.Button btnPreOpen;
|
||
private TextBox tbxPrePath;
|
||
private AntdUI.Label label1;
|
||
private Panel panel1;
|
||
private AntdUI.Button btnDelIParm;
|
||
private AntdUI.Button btnAddIParm;
|
||
private AntdUI.Table tbInputParm;
|
||
private Panel panel2;
|
||
private Panel btnOParmDel;
|
||
private Label label3;
|
||
private AntdUI.Button btnDelOParm;
|
||
private AntdUI.Table tbOutputParm;
|
||
private AntdUI.Button btnAddOParm;
|
||
private Label label2;
|
||
}
|
||
}
|