namespace 名单编辑器 { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel(); this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.新建NToolStripButton = new System.Windows.Forms.ToolStripButton(); this.打开OToolStripButton = new System.Windows.Forms.ToolStripButton(); this.保存SToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.剪切UToolStripButton = new System.Windows.Forms.ToolStripButton(); this.复制CToolStripButton = new System.Windows.Forms.ToolStripButton(); this.粘贴PToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.帮助LToolStripButton = new System.Windows.Forms.ToolStripButton(); this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel(); this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel(); this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel(); this.listView1 = new System.Windows.Forms.ListView(); this.textBox1 = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // BottomToolStripPanel // this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0); this.BottomToolStripPanel.Name = "BottomToolStripPanel"; this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0); // // TopToolStripPanel // this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0); this.TopToolStripPanel.Name = "TopToolStripPanel"; this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0); // // toolStrip1 // this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.新建NToolStripButton, this.打开OToolStripButton, this.保存SToolStripButton, this.toolStripSeparator, this.剪切UToolStripButton, this.复制CToolStripButton, this.粘贴PToolStripButton, this.toolStripButton1, this.toolStripSeparator1, this.帮助LToolStripButton}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(791, 25); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // 新建NToolStripButton // this.新建NToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_4854; this.新建NToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.新建NToolStripButton.Name = "新建NToolStripButton"; this.新建NToolStripButton.Size = new System.Drawing.Size(70, 22); this.新建NToolStripButton.Text = "新建(&N)"; this.新建NToolStripButton.Click += new System.EventHandler(this.新建NToolStripButton_Click); // // 打开OToolStripButton // this.打开OToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_9757; this.打开OToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.打开OToolStripButton.Name = "打开OToolStripButton"; this.打开OToolStripButton.Size = new System.Drawing.Size(70, 22); this.打开OToolStripButton.Text = "打开(&O)"; // // 保存SToolStripButton // this.保存SToolStripButton.Enabled = false; this.保存SToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_9752; this.保存SToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.保存SToolStripButton.Name = "保存SToolStripButton"; this.保存SToolStripButton.Size = new System.Drawing.Size(67, 22); this.保存SToolStripButton.Text = "保存(&S)"; this.保存SToolStripButton.Click += new System.EventHandler(this.保存SToolStripButton_Click); // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(6, 25); // // 剪切UToolStripButton // this.剪切UToolStripButton.Enabled = false; this.剪切UToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_9904; this.剪切UToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.剪切UToolStripButton.Name = "剪切UToolStripButton"; this.剪切UToolStripButton.Size = new System.Drawing.Size(69, 22); this.剪切UToolStripButton.Text = "剪切(&U)"; // // 复制CToolStripButton // this.复制CToolStripButton.Enabled = false; this.复制CToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_9895; this.复制CToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.复制CToolStripButton.Name = "复制CToolStripButton"; this.复制CToolStripButton.Size = new System.Drawing.Size(68, 22); this.复制CToolStripButton.Text = "复制(&C)"; this.复制CToolStripButton.Click += new System.EventHandler(this.复制CToolStripButton_Click); // // 粘贴PToolStripButton // this.粘贴PToolStripButton.Enabled = false; this.粘贴PToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_9905; this.粘贴PToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.粘贴PToolStripButton.Name = "粘贴PToolStripButton"; this.粘贴PToolStripButton.Size = new System.Drawing.Size(67, 22); this.粘贴PToolStripButton.Text = "粘贴(&P)"; // // toolStripButton1 // this.toolStripButton1.Enabled = false; this.toolStripButton1.Image = global::名单编辑器.Properties.Resources.Icon_5059; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(69, 22); this.toolStripButton1.Text = "删除(&D)"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // 帮助LToolStripButton // this.帮助LToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_9666; this.帮助LToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.帮助LToolStripButton.Name = "帮助LToolStripButton"; this.帮助LToolStripButton.Size = new System.Drawing.Size(66, 22); this.帮助LToolStripButton.Text = "帮助(&L)"; // // RightToolStripPanel // this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0); this.RightToolStripPanel.Name = "RightToolStripPanel"; this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0); // // LeftToolStripPanel // this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0); this.LeftToolStripPanel.Name = "LeftToolStripPanel"; this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0); // // ContentPanel // this.ContentPanel.AutoScroll = true; this.ContentPanel.Size = new System.Drawing.Size(784, 386); // // statusStrip1 // this.statusStrip1.Enabled = false; this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel4, this.toolStripStatusLabel5, this.toolStripStatusLabel1, this.toolStripStatusLabel2, this.toolStripStatusLabel3}); this.statusStrip1.Location = new System.Drawing.Point(0, 385); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(791, 26); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel4 // this.toolStripStatusLabel4.ForeColor = System.Drawing.SystemColors.WindowText; this.toolStripStatusLabel4.Name = "toolStripStatusLabel4"; this.toolStripStatusLabel4.Size = new System.Drawing.Size(68, 21); this.toolStripStatusLabel4.Text = "名单文件:"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left; this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(72, 21); this.toolStripStatusLabel1.Text = "当前人数:"; // // toolStripStatusLabel2 // this.toolStripStatusLabel2.Name = "toolStripStatusLabel2"; this.toolStripStatusLabel2.Size = new System.Drawing.Size(15, 21); this.toolStripStatusLabel2.Text = "0"; // // toolStripStatusLabel3 // this.toolStripStatusLabel3.Name = "toolStripStatusLabel3"; this.toolStripStatusLabel3.Size = new System.Drawing.Size(20, 21); this.toolStripStatusLabel3.Text = "人"; // // listView1 // this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listView1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.listView1.FullRowSelect = true; this.listView1.GridLines = true; this.listView1.HideSelection = false; this.listView1.HoverSelection = true; this.listView1.ImeMode = System.Windows.Forms.ImeMode.On; this.listView1.LabelEdit = true; this.listView1.Location = new System.Drawing.Point(105, 3); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(676, 348); this.listView1.TabIndex = 2; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.SmallIcon; this.listView1.Enter += new System.EventHandler(this.listView1_Enter); this.listView1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listView1_KeyUp); this.listView1.Leave += new System.EventHandler(this.listView1_Leave); // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Location = new System.Drawing.Point(6, 58); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(75, 255); this.textBox1.TabIndex = 3; this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter); this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Location = new System.Drawing.Point(12, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(87, 348); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "添加项目"; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label1.Enabled = false; this.label1.ForeColor = System.Drawing.SystemColors.WindowFrame; this.label1.Location = new System.Drawing.Point(6, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(75, 36); this.label1.TabIndex = 5; this.label1.Text = "一行一个项目内容"; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button1.Location = new System.Drawing.Point(6, 319); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 4; this.button1.Text = "添加"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel1 // this.panel1.AutoScroll = true; this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.listView1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 25); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(791, 360); this.panel1.TabIndex = 5; // // toolStripStatusLabel5 // this.toolStripStatusLabel5.Name = "toolStripStatusLabel5"; this.toolStripStatusLabel5.Size = new System.Drawing.Size(0, 21); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::名单编辑器.Properties.Resources.background; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(791, 411); this.Controls.Add(this.panel1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.toolStrip1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.MinimumSize = new System.Drawing.Size(800, 450); this.Name = "Form1"; this.Text = "名单编辑器"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton 打开OToolStripButton; private System.Windows.Forms.ToolStripButton 保存SToolStripButton; private System.Windows.Forms.ToolStripSeparator toolStripSeparator; private System.Windows.Forms.ToolStripButton 剪切UToolStripButton; private System.Windows.Forms.ToolStripButton 复制CToolStripButton; private System.Windows.Forms.ToolStripButton 粘贴PToolStripButton; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton 帮助LToolStripButton; private System.Windows.Forms.ToolStripPanel BottomToolStripPanel; private System.Windows.Forms.ToolStripPanel TopToolStripPanel; private System.Windows.Forms.ToolStripPanel RightToolStripPanel; private System.Windows.Forms.ToolStripPanel LeftToolStripPanel; private System.Windows.Forms.ToolStripContentPanel ContentPanel; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4; private System.Windows.Forms.ToolStripButton toolStripButton1; internal System.Windows.Forms.ListView listView1; internal System.Windows.Forms.ToolStripButton 新建NToolStripButton; internal System.Windows.Forms.StatusStrip statusStrip1; internal System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5; } }