namespace DllXqManager { partial class LayoutMstBaseFor { /// /// 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.components = new System.ComponentModel.Container(); 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.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.editRemark = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.editModTime = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.editRecTime = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.button6 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.cms = new System.Windows.Forms.ContextMenuStrip(this.components); this.顶端对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.左对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.右对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.相同宽度ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.相同高度ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.相同大小ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.水平等距离ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.panel1.SuspendLayout(); this.cms.SuspendLayout(); this.SuspendLayout(); // // label3 // this.label3.Location = new System.Drawing.Point(8, 9); 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(111, 9); this.editFCode.Name = "editFCode"; this.editFCode.ReadOnly = true; this.editFCode.Size = new System.Drawing.Size(176, 21); this.editFCode.TabIndex = 7; // // label1 // this.label1.Location = new System.Drawing.Point(8, 36); 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(111, 36); this.editFName.Name = "editFName"; this.editFName.Size = new System.Drawing.Size(176, 21); this.editFName.TabIndex = 9; // // button1 // this.button1.Location = new System.Drawing.Point(634, 11); 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(723, 11); 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); // // button3 // this.button3.Location = new System.Drawing.Point(829, 11); 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); // // editRemark // this.editRemark.Location = new System.Drawing.Point(111, 63); this.editRemark.Name = "editRemark"; this.editRemark.Size = new System.Drawing.Size(504, 21); this.editRemark.TabIndex = 11; // // label2 // this.label2.Location = new System.Drawing.Point(8, 63); 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; // // editModTime // this.editModTime.Location = new System.Drawing.Point(439, 36); this.editModTime.Name = "editModTime"; this.editModTime.ReadOnly = true; this.editModTime.Size = new System.Drawing.Size(176, 21); this.editModTime.TabIndex = 13; // // label4 // this.label4.Location = new System.Drawing.Point(336, 36); 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; // // editRecTime // this.editRecTime.Location = new System.Drawing.Point(439, 11); this.editRecTime.Name = "editRecTime"; this.editRecTime.ReadOnly = true; this.editRecTime.Size = new System.Drawing.Size(176, 21); this.editRecTime.TabIndex = 15; // // label5 // this.label5.Location = new System.Drawing.Point(336, 11); 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; // // panel1 // this.panel1.Controls.Add(this.button6); this.panel1.Controls.Add(this.button5); this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.editFName); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.editFCode); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.editRemark); this.panel1.Controls.Add(this.editRecTime); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.editModTime); 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(963, 92); this.panel1.TabIndex = 156; // // button6 // this.button6.Location = new System.Drawing.Point(740, 47); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(83, 37); this.button6.TabIndex = 158; this.button6.Text = "添加边框"; this.button6.UseVisualStyleBackColor = true; this.button6.Visible = false; this.button6.Click += new System.EventHandler(this.button6_Click); // // button5 // this.button5.Location = new System.Drawing.Point(829, 47); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(83, 37); this.button5.TabIndex = 157; this.button5.Text = "清除边框"; this.button5.UseVisualStyleBackColor = true; this.button5.Visible = false; this.button5.Click += new System.EventHandler(this.button5_Click); // // button4 // this.button4.Location = new System.Drawing.Point(634, 49); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(83, 37); this.button4.TabIndex = 156; this.button4.Text = "选择实体"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // panel2 // this.panel2.AllowDrop = true; this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaption; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 92); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(963, 545); this.panel2.TabIndex = 157; this.panel2.DragDrop += new System.Windows.Forms.DragEventHandler(this.panel2_DragDrop); this.panel2.DragEnter += new System.Windows.Forms.DragEventHandler(this.panel2_DragEnter); this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint); this.panel2.Resize += new System.EventHandler(this.panel2_Resize); // // cms // this.cms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.顶端对齐ToolStripMenuItem, this.toolStripMenuItem1, this.左对齐ToolStripMenuItem, this.右对齐ToolStripMenuItem, this.相同宽度ToolStripMenuItem, this.相同高度ToolStripMenuItem, this.相同大小ToolStripMenuItem, this.水平等距离ToolStripMenuItem, this.toolStripMenuItem2, this.删除ToolStripMenuItem}); this.cms.Name = "cms"; this.cms.Size = new System.Drawing.Size(140, 224); // // 顶端对齐ToolStripMenuItem // this.顶端对齐ToolStripMenuItem.Name = "顶端对齐ToolStripMenuItem"; this.顶端对齐ToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.顶端对齐ToolStripMenuItem.Text = "顶端对齐"; this.顶端对齐ToolStripMenuItem.Click += new System.EventHandler(this.顶端对齐ToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(139, 22); this.toolStripMenuItem1.Text = "底部对齐"; this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click); // // 左对齐ToolStripMenuItem // this.左对齐ToolStripMenuItem.Name = "左对齐ToolStripMenuItem"; this.左对齐ToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.左对齐ToolStripMenuItem.Text = "左对齐"; this.左对齐ToolStripMenuItem.Click += new System.EventHandler(this.左对齐ToolStripMenuItem_Click); // // 右对齐ToolStripMenuItem // this.右对齐ToolStripMenuItem.Name = "右对齐ToolStripMenuItem"; this.右对齐ToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.右对齐ToolStripMenuItem.Text = "右对齐"; this.右对齐ToolStripMenuItem.Click += new System.EventHandler(this.右对齐ToolStripMenuItem_Click); // // 相同宽度ToolStripMenuItem // this.相同宽度ToolStripMenuItem.Name = "相同宽度ToolStripMenuItem"; this.相同宽度ToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.相同宽度ToolStripMenuItem.Text = "相同宽度"; this.相同宽度ToolStripMenuItem.Click += new System.EventHandler(this.相同宽度ToolStripMenuItem_Click); // // 相同高度ToolStripMenuItem // this.相同高度ToolStripMenuItem.Name = "相同高度ToolStripMenuItem"; this.相同高度ToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.相同高度ToolStripMenuItem.Text = "相同高度"; this.相同高度ToolStripMenuItem.Click += new System.EventHandler(this.相同高度ToolStripMenuItem_Click); // // 相同大小ToolStripMenuItem // this.相同大小ToolStripMenuItem.Name = "相同大小ToolStripMenuItem"; this.相同大小ToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.相同大小ToolStripMenuItem.Text = "相同大小"; this.相同大小ToolStripMenuItem.Click += new System.EventHandler(this.相同大小ToolStripMenuItem_Click); // // 水平等距离ToolStripMenuItem // this.水平等距离ToolStripMenuItem.Name = "水平等距离ToolStripMenuItem"; this.水平等距离ToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.水平等距离ToolStripMenuItem.Text = "水平等距离"; this.水平等距离ToolStripMenuItem.Click += new System.EventHandler(this.水平等距离ToolStripMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(139, 22); this.toolStripMenuItem2.Text = "垂直等距离"; this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click); // // 删除ToolStripMenuItem // this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem"; this.删除ToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.删除ToolStripMenuItem.Text = "删除"; this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click); // // LayoutMstBaseFor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(963, 637); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "LayoutMstBaseFor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "布局维护"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.LayoutMstBaseFor_Load); this.Shown += new System.EventHandler(this.LayoutMstBaseFor_Shown); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.cms.ResumeLayout(false); 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.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox editRemark; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox editModTime; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox editRecTime; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button4; private System.Windows.Forms.ContextMenuStrip cms; private System.Windows.Forms.ToolStripMenuItem 顶端对齐ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 左对齐ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 右对齐ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 相同宽度ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 相同高度ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 相同大小ToolStripMenuItem; private System.Windows.Forms.Button button5; private System.Windows.Forms.ToolStripMenuItem 水平等距离ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem; private System.Windows.Forms.Button button6; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; } }