namespace Core.StlMes.Client.Qcm
{
partial class MenuzEdit
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.btn_Cancle = new System.Windows.Forms.Button();
this.btn_Enter = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.utName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.utSeq = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.label2 = new System.Windows.Forms.Label();
this.utKey = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.label3 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.utName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.utSeq)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.utKey)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btn_Cancle);
this.panel1.Controls.Add(this.btn_Enter);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 77);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(361, 32);
this.panel1.TabIndex = 3;
//
// btn_Cancle
//
this.btn_Cancle.Location = new System.Drawing.Point(186, 6);
this.btn_Cancle.Name = "btn_Cancle";
this.btn_Cancle.Size = new System.Drawing.Size(62, 21);
this.btn_Cancle.TabIndex = 25;
this.btn_Cancle.Text = "取消";
this.btn_Cancle.UseVisualStyleBackColor = true;
this.btn_Cancle.Click += new System.EventHandler(this.btn_Cancle_Click);
//
// btn_Enter
//
this.btn_Enter.Location = new System.Drawing.Point(82, 6);
this.btn_Enter.Name = "btn_Enter";
this.btn_Enter.Size = new System.Drawing.Size(62, 21);
this.btn_Enter.TabIndex = 24;
this.btn_Enter.Text = "确定";
this.btn_Enter.UseVisualStyleBackColor = true;
this.btn_Enter.Click += new System.EventHandler(this.btn_Enter_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 4;
this.label1.Text = "模块名称";
//
// utName
//
this.utName.Location = new System.Drawing.Point(71, 14);
this.utName.Name = "utName";
this.utName.Size = new System.Drawing.Size(255, 21);
this.utName.TabIndex = 5;
//
// utSeq
//
this.utSeq.Location = new System.Drawing.Point(261, 57);
this.utSeq.Name = "utSeq";
this.utSeq.Size = new System.Drawing.Size(88, 21);
this.utSeq.TabIndex = 7;
this.utSeq.Visible = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(202, 61);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 6;
this.label2.Text = "模块序号";
this.label2.Visible = false;
//
// utKey
//
this.utKey.Location = new System.Drawing.Point(71, 43);
this.utKey.Name = "utKey";
this.utKey.Size = new System.Drawing.Size(255, 21);
this.utKey.TabIndex = 9;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 47);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 12);
this.label3.TabIndex = 8;
this.label3.Text = "图片Key";
//
// MenuzEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(361, 109);
this.Controls.Add(this.utKey);
this.Controls.Add(this.label3);
this.Controls.Add(this.utSeq);
this.Controls.Add(this.label2);
this.Controls.Add(this.utName);
this.Controls.Add(this.label1);
this.Controls.Add(this.panel1);
this.Name = "MenuzEdit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "操作";
this.Load += new System.EventHandler(this.MenuzEdit_Load);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.utName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.utSeq)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.utKey)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btn_Cancle;
private System.Windows.Forms.Button btn_Enter;
private System.Windows.Forms.Label label1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor utName;
private Infragistics.Win.UltraWinEditors.UltraTextEditor utSeq;
private System.Windows.Forms.Label label2;
private Infragistics.Win.UltraWinEditors.UltraTextEditor utKey;
private System.Windows.Forms.Label label3;
}
}