namespace DllXqManager
{
partial class TEntityBase
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TEntityBase));
this.label3 = new System.Windows.Forms.Label();
this.editFCode = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.editFName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.editremark = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.editmodtime = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.editrectime = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.editFPort = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.editFIP = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.editTLcdFCode = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.editTLcdFName = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.editFTypeFName = new System.Windows.Forms.ComboBox();
this.btEmail = new System.Windows.Forms.Button();
this.editIfStart = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// label3
//
this.label3.Location = new System.Drawing.Point(25, 56);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(100, 23);
this.label3.TabIndex = 6;
this.label3.Text = "代码";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editFCode
//
this.editFCode.Location = new System.Drawing.Point(128, 56);
this.editFCode.Name = "editFCode";
this.editFCode.Size = new System.Drawing.Size(176, 21);
this.editFCode.TabIndex = 7;
//
// label1
//
this.label1.Location = new System.Drawing.Point(25, 83);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 23);
this.label1.TabIndex = 8;
this.label1.Text = "名称";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editFName
//
this.editFName.Location = new System.Drawing.Point(128, 83);
this.editFName.Name = "editFName";
this.editFName.Size = new System.Drawing.Size(176, 21);
this.editFName.TabIndex = 9;
//
// label2
//
this.label2.Location = new System.Drawing.Point(25, 195);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 23);
this.label2.TabIndex = 10;
this.label2.Text = "备注";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editremark
//
this.editremark.Location = new System.Drawing.Point(128, 195);
this.editremark.Name = "editremark";
this.editremark.Size = new System.Drawing.Size(504, 21);
this.editremark.TabIndex = 11;
//
// label4
//
this.label4.Location = new System.Drawing.Point(353, 240);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(100, 23);
this.label4.TabIndex = 12;
this.label4.Text = "修改时间";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editmodtime
//
this.editmodtime.Location = new System.Drawing.Point(456, 240);
this.editmodtime.Name = "editmodtime";
this.editmodtime.ReadOnly = true;
this.editmodtime.Size = new System.Drawing.Size(176, 21);
this.editmodtime.TabIndex = 13;
//
// label5
//
this.label5.Location = new System.Drawing.Point(25, 240);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(100, 23);
this.label5.TabIndex = 14;
this.label5.Text = "录入时间";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editrectime
//
this.editrectime.Location = new System.Drawing.Point(128, 240);
this.editrectime.Name = "editrectime";
this.editrectime.ReadOnly = true;
this.editrectime.Size = new System.Drawing.Size(176, 21);
this.editrectime.TabIndex = 15;
//
// button1
//
this.button1.Location = new System.Drawing.Point(128, 263);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(83, 37);
this.button1.TabIndex = 16;
this.button1.Text = "新增(&A)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(217, 263);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(83, 37);
this.button2.TabIndex = 17;
this.button2.Text = "保存(&S)";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label7
//
this.label7.Location = new System.Drawing.Point(25, 157);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(100, 23);
this.label7.TabIndex = 20;
this.label7.Text = "端口";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editFPort
//
this.editFPort.Location = new System.Drawing.Point(128, 157);
this.editFPort.Name = "editFPort";
this.editFPort.Size = new System.Drawing.Size(176, 21);
this.editFPort.TabIndex = 21;
//
// label8
//
this.label8.Location = new System.Drawing.Point(54, 120);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(71, 23);
this.label8.TabIndex = 140;
this.label8.Text = "IP地址";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editFIP
//
this.editFIP.Location = new System.Drawing.Point(128, 120);
this.editFIP.Name = "editFIP";
this.editFIP.Size = new System.Drawing.Size(172, 21);
this.editFIP.TabIndex = 141;
//
// label9
//
this.label9.Location = new System.Drawing.Point(313, 54);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(69, 23);
this.label9.TabIndex = 142;
this.label9.Text = "屏代码";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editTLcdFCode
//
this.editTLcdFCode.Location = new System.Drawing.Point(385, 54);
this.editTLcdFCode.Name = "editTLcdFCode";
this.editTLcdFCode.ReadOnly = true;
this.editTLcdFCode.Size = new System.Drawing.Size(166, 21);
this.editTLcdFCode.TabIndex = 143;
//
// label11
//
this.label11.Location = new System.Drawing.Point(313, 85);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(69, 23);
this.label11.TabIndex = 146;
this.label11.Text = "屏名称";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editTLcdFName
//
this.editTLcdFName.Location = new System.Drawing.Point(385, 85);
this.editTLcdFName.Name = "editTLcdFName";
this.editTLcdFName.ReadOnly = true;
this.editTLcdFName.Size = new System.Drawing.Size(218, 21);
this.editTLcdFName.TabIndex = 147;
//
// button3
//
this.button3.Location = new System.Drawing.Point(323, 263);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(83, 37);
this.button3.TabIndex = 155;
this.button3.Text = "复制新增(&C)";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label6
//
this.label6.Location = new System.Drawing.Point(30, 18);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(100, 23);
this.label6.TabIndex = 156;
this.label6.Text = "代码";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editFTypeFName
//
this.editFTypeFName.FormattingEnabled = true;
this.editFTypeFName.Location = new System.Drawing.Point(128, 21);
this.editFTypeFName.Name = "editFTypeFName";
this.editFTypeFName.Size = new System.Drawing.Size(121, 20);
this.editFTypeFName.TabIndex = 157;
//
// btEmail
//
this.btEmail.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btEmail.Image = ((System.Drawing.Image)(resources.GetObject("btEmail.Image")));
this.btEmail.Location = new System.Drawing.Point(546, 51);
this.btEmail.Name = "btEmail";
this.btEmail.Size = new System.Drawing.Size(25, 25);
this.btEmail.TabIndex = 158;
this.btEmail.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.btEmail.UseVisualStyleBackColor = true;
this.btEmail.Click += new System.EventHandler(this.btEmail_Click_1);
//
// editIfStart
//
this.editIfStart.FormattingEnabled = true;
this.editIfStart.Location = new System.Drawing.Point(396, 121);
this.editIfStart.Name = "editIfStart";
this.editIfStart.Size = new System.Drawing.Size(121, 20);
this.editIfStart.TabIndex = 159;
//
// label10
//
this.label10.Location = new System.Drawing.Point(321, 120);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(69, 23);
this.label10.TabIndex = 160;
this.label10.Text = "是否启动";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// panel1
//
this.panel1.Controls.Add(this.editFCode);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.editIfStart);
this.panel1.Controls.Add(this.editFName);
this.panel1.Controls.Add(this.btEmail);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.editFTypeFName);
this.panel1.Controls.Add(this.editremark);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(this.editmodtime);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.editTLcdFName);
this.panel1.Controls.Add(this.editrectime);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.editTLcdFCode);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.editFIP);
this.panel1.Controls.Add(this.editFPort);
this.panel1.Controls.Add(this.label7);
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(687, 315);
this.panel1.TabIndex = 161;
//
// TEntityBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(687, 327);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.Name = "TEntityBase";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "实体维护";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mmabase_FormClosing);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox editFCode;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox editFName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox editremark;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox editmodtime;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox editrectime;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox editFPort;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox editFIP;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox editTLcdFCode;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox editTLcdFName;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox editFTypeFName;
private System.Windows.Forms.Button btEmail;
private System.Windows.Forms.ComboBox editIfStart;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Panel panel1;
}
}