namespace Rs.Controls { partial class InAndOut { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.panelEx3 = new Rs.Controls.PanelEx(); this.panelEx7 = new Rs.Controls.PanelEx(); this.panelIn = new System.Windows.Forms.FlowLayoutPanel(); this.panelEx5 = new Rs.Controls.PanelEx(); this.label1 = new System.Windows.Forms.Label(); this.panelEx4 = new Rs.Controls.PanelEx(); this.panelEx8 = new Rs.Controls.PanelEx(); this.panelOut = new System.Windows.Forms.FlowLayoutPanel(); this.panelEx6 = new Rs.Controls.PanelEx(); this.label2 = new System.Windows.Forms.Label(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.reverseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.checkedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.disabledToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.tableLayoutPanel2.SuspendLayout(); this.panelEx3.SuspendLayout(); this.panelEx7.SuspendLayout(); this.panelEx5.SuspendLayout(); this.panelEx4.SuspendLayout(); this.panelEx8.SuspendLayout(); this.panelEx6.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.Controls.Add(this.panelEx3, 0, 0); this.tableLayoutPanel2.Controls.Add(this.panelEx4, 1, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(1005, 765); this.tableLayoutPanel2.TabIndex = 2; // // panelEx3 // this.panelEx3.Controls.Add(this.panelEx7); this.panelEx3.Controls.Add(this.panelEx5); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx3.Location = new System.Drawing.Point(3, 3); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(496, 759); this.panelEx3.TabIndex = 0; // // panelEx7 // this.panelEx7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx7.Controls.Add(this.panelIn); this.panelEx7.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx7.Location = new System.Drawing.Point(0, 50); this.panelEx7.Name = "panelEx7"; this.panelEx7.Size = new System.Drawing.Size(496, 709); this.panelEx7.TabIndex = 1; // // panelIn // this.panelIn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelIn.Dock = System.Windows.Forms.DockStyle.Fill; this.panelIn.Location = new System.Drawing.Point(0, 0); this.panelIn.Name = "panelIn"; this.panelIn.Size = new System.Drawing.Size(494, 707); this.panelIn.TabIndex = 0; // // panelEx5 // this.panelEx5.Controls.Add(this.label1); this.panelEx5.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx5.Location = new System.Drawing.Point(0, 0); this.panelEx5.Name = "panelEx5"; this.panelEx5.Size = new System.Drawing.Size(496, 50); this.panelEx5.TabIndex = 0; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("宋体", 18F); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(496, 50); this.label1.TabIndex = 0; this.label1.Text = "输入"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label1.DoubleClick += new System.EventHandler(this.label1_DoubleClick); // // panelEx4 // this.panelEx4.Controls.Add(this.panelEx8); this.panelEx4.Controls.Add(this.panelEx6); this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx4.Location = new System.Drawing.Point(505, 3); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(497, 759); this.panelEx4.TabIndex = 1; // // panelEx8 // this.panelEx8.Controls.Add(this.panelOut); this.panelEx8.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx8.Location = new System.Drawing.Point(0, 50); this.panelEx8.Name = "panelEx8"; this.panelEx8.Size = new System.Drawing.Size(497, 709); this.panelEx8.TabIndex = 1; // // panelOut // this.panelOut.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelOut.Dock = System.Windows.Forms.DockStyle.Fill; this.panelOut.Location = new System.Drawing.Point(0, 0); this.panelOut.Name = "panelOut"; this.panelOut.Size = new System.Drawing.Size(497, 709); this.panelOut.TabIndex = 0; // // panelEx6 // this.panelEx6.Controls.Add(this.label2); this.panelEx6.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx6.Location = new System.Drawing.Point(0, 0); this.panelEx6.Name = "panelEx6"; this.panelEx6.Size = new System.Drawing.Size(497, 50); this.panelEx6.TabIndex = 0; // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Font = new System.Drawing.Font("宋体", 18F); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(497, 50); this.label2.TabIndex = 1; this.label2.Text = "输出"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label2.DoubleClick += new System.EventHandler(this.label2_DoubleClick); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.renameToolStripMenuItem, this.reverseToolStripMenuItem, this.checkedToolStripMenuItem, this.disabledToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(128, 92); // // renameToolStripMenuItem // this.renameToolStripMenuItem.Name = "renameToolStripMenuItem"; this.renameToolStripMenuItem.Size = new System.Drawing.Size(127, 22); this.renameToolStripMenuItem.Text = "Rename"; this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click); // // reverseToolStripMenuItem // this.reverseToolStripMenuItem.Name = "reverseToolStripMenuItem"; this.reverseToolStripMenuItem.Size = new System.Drawing.Size(127, 22); this.reverseToolStripMenuItem.Text = "Reverse"; this.reverseToolStripMenuItem.Click += new System.EventHandler(this.reverseToolStripMenuItem_Click); // // checkedToolStripMenuItem // this.checkedToolStripMenuItem.Name = "checkedToolStripMenuItem"; this.checkedToolStripMenuItem.Size = new System.Drawing.Size(127, 22); this.checkedToolStripMenuItem.Text = "Passed"; this.checkedToolStripMenuItem.Click += new System.EventHandler(this.checkedToolStripMenuItem_Click); // // disabledToolStripMenuItem // this.disabledToolStripMenuItem.Name = "disabledToolStripMenuItem"; this.disabledToolStripMenuItem.Size = new System.Drawing.Size(127, 22); this.disabledToolStripMenuItem.Text = "Disabled"; this.disabledToolStripMenuItem.Click += new System.EventHandler(this.disabledToolStripMenuItem_Click); // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // InAndOut // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.Controls.Add(this.tableLayoutPanel2); this.Name = "InAndOut"; this.Size = new System.Drawing.Size(1005, 765); this.tableLayoutPanel2.ResumeLayout(false); this.panelEx3.ResumeLayout(false); this.panelEx7.ResumeLayout(false); this.panelEx5.ResumeLayout(false); this.panelEx4.ResumeLayout(false); this.panelEx8.ResumeLayout(false); this.panelEx6.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private PanelEx panelEx3; private PanelEx panelEx7; private System.Windows.Forms.FlowLayoutPanel panelIn; private PanelEx panelEx5; private System.Windows.Forms.Label label1; private PanelEx panelEx4; private PanelEx panelEx8; private System.Windows.Forms.FlowLayoutPanel panelOut; private PanelEx panelEx6; private System.Windows.Forms.Label label2; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem renameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem reverseToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem checkedToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem disabledToolStripMenuItem; private System.Windows.Forms.Timer timer1; } }