namespace DllXqManager
{
partial class LayoutDetailBase
{
///
/// 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.label3 = new System.Windows.Forms.Label();
this.editTEntityFCode = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.editTEntityFName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.editRemark = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.editIPAddress = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.editLocX = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.editLocY = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.editSizeW = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.editSizeH = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.editFontSize = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.editFColor = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// label3
//
this.label3.Location = new System.Drawing.Point(12, 39);
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;
//
// editTEntityFCode
//
this.editTEntityFCode.Location = new System.Drawing.Point(115, 39);
this.editTEntityFCode.Name = "editTEntityFCode";
this.editTEntityFCode.Size = new System.Drawing.Size(176, 21);
this.editTEntityFCode.TabIndex = 7;
//
// label1
//
this.label1.Location = new System.Drawing.Point(12, 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;
//
// editTEntityFName
//
this.editTEntityFName.Location = new System.Drawing.Point(115, 83);
this.editTEntityFName.Name = "editTEntityFName";
this.editTEntityFName.Size = new System.Drawing.Size(176, 21);
this.editTEntityFName.TabIndex = 9;
//
// label2
//
this.label2.Location = new System.Drawing.Point(12, 157);
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(115, 157);
this.editRemark.Name = "editRemark";
this.editRemark.Size = new System.Drawing.Size(504, 21);
this.editRemark.TabIndex = 11;
//
// button2
//
this.button2.Location = new System.Drawing.Point(115, 213);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(154, 73);
this.button2.TabIndex = 17;
this.button2.Text = "确定(&F)";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label8
//
this.label8.Location = new System.Drawing.Point(41, 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;
//
// editIPAddress
//
this.editIPAddress.Location = new System.Drawing.Point(115, 120);
this.editIPAddress.Name = "editIPAddress";
this.editIPAddress.Size = new System.Drawing.Size(176, 21);
this.editIPAddress.TabIndex = 141;
//
// label9
//
this.label9.Location = new System.Drawing.Point(300, 37);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(69, 23);
this.label9.TabIndex = 142;
this.label9.Text = "X坐标";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editLocX
//
this.editLocX.Location = new System.Drawing.Point(372, 37);
this.editLocX.Name = "editLocX";
this.editLocX.Size = new System.Drawing.Size(105, 21);
this.editLocX.TabIndex = 143;
//
// label10
//
this.label10.Location = new System.Drawing.Point(480, 37);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(69, 23);
this.label10.TabIndex = 144;
this.label10.Text = "Y坐标";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editLocY
//
this.editLocY.Location = new System.Drawing.Point(552, 37);
this.editLocY.Name = "editLocY";
this.editLocY.Size = new System.Drawing.Size(105, 21);
this.editLocY.TabIndex = 145;
//
// label11
//
this.label11.Location = new System.Drawing.Point(300, 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;
//
// editSizeW
//
this.editSizeW.Location = new System.Drawing.Point(372, 85);
this.editSizeW.Name = "editSizeW";
this.editSizeW.Size = new System.Drawing.Size(105, 21);
this.editSizeW.TabIndex = 147;
//
// label12
//
this.label12.Location = new System.Drawing.Point(480, 83);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(69, 23);
this.label12.TabIndex = 148;
this.label12.Text = "高度";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editSizeH
//
this.editSizeH.Location = new System.Drawing.Point(552, 83);
this.editSizeH.Name = "editSizeH";
this.editSizeH.Size = new System.Drawing.Size(105, 21);
this.editSizeH.TabIndex = 149;
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("SimSun", 42F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox1.ForeColor = System.Drawing.Color.DarkGray;
this.textBox1.Location = new System.Drawing.Point(410, 184);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(176, 71);
this.textBox1.TabIndex = 150;
this.textBox1.Text = "200";
//
// panel1
//
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.editFColor);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.editFontSize);
this.panel1.Controls.Add(this.editIPAddress);
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(this.editTEntityFCode);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.editSizeH);
this.panel1.Controls.Add(this.editTEntityFName);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.editSizeW);
this.panel1.Controls.Add(this.editRemark);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.editLocY);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.editLocX);
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(660, 207);
this.panel1.TabIndex = 151;
//
// label4
//
this.label4.Location = new System.Drawing.Point(300, 122);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(69, 23);
this.label4.TabIndex = 151;
this.label4.Text = "字体大小";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editFontSize
//
this.editFontSize.Location = new System.Drawing.Point(372, 122);
this.editFontSize.Name = "editFontSize";
this.editFontSize.Size = new System.Drawing.Size(105, 21);
this.editFontSize.TabIndex = 152;
//
// label5
//
this.label5.Location = new System.Drawing.Point(480, 122);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(69, 23);
this.label5.TabIndex = 153;
this.label5.Text = "颜色";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editFColor
//
this.editFColor.Location = new System.Drawing.Point(552, 122);
this.editFColor.Name = "editFColor";
this.editFColor.Size = new System.Drawing.Size(105, 21);
this.editFColor.TabIndex = 154;
//
// LayoutDetailBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(660, 302);
this.Controls.Add(this.panel1);
this.Controls.Add(this.button2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.Name = "LayoutDetailBase";
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 editTEntityFCode;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox editTEntityFName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox editRemark;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox editIPAddress;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox editLocX;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox editLocY;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox editSizeW;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox editSizeH;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox editFColor;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox editFontSize;
}
}