namespace Mesnac.Gui.Edit.Pad { partial class EventWindow { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.propertyGridEx1 = new PropertyGridEx.PropertyGridEx(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.propertyGridEx1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 22); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(165, 329); this.panel1.TabIndex = 6; // // propertyGridEx1 // // // // this.propertyGridEx1.DocCommentDescription.AutoEllipsis = true; this.propertyGridEx1.DocCommentDescription.Cursor = System.Windows.Forms.Cursors.Default; this.propertyGridEx1.DocCommentDescription.Location = new System.Drawing.Point(3, 19); this.propertyGridEx1.DocCommentDescription.Name = ""; this.propertyGridEx1.DocCommentDescription.Size = new System.Drawing.Size(159, 36); this.propertyGridEx1.DocCommentDescription.TabIndex = 1; this.propertyGridEx1.DocCommentImage = null; // // // this.propertyGridEx1.DocCommentTitle.Cursor = System.Windows.Forms.Cursors.Default; this.propertyGridEx1.DocCommentTitle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); this.propertyGridEx1.DocCommentTitle.Location = new System.Drawing.Point(3, 3); this.propertyGridEx1.DocCommentTitle.Name = ""; this.propertyGridEx1.DocCommentTitle.Size = new System.Drawing.Size(159, 16); this.propertyGridEx1.DocCommentTitle.TabIndex = 0; this.propertyGridEx1.DocCommentTitle.UseMnemonic = false; this.propertyGridEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGridEx1.HelpVisible = false; this.propertyGridEx1.Location = new System.Drawing.Point(0, 0); this.propertyGridEx1.Name = "propertyGridEx1"; this.propertyGridEx1.Size = new System.Drawing.Size(165, 329); this.propertyGridEx1.TabIndex = 2; // // // this.propertyGridEx1.ToolStrip.AccessibleName = "工具栏"; this.propertyGridEx1.ToolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar; this.propertyGridEx1.ToolStrip.AllowMerge = false; this.propertyGridEx1.ToolStrip.AutoSize = false; this.propertyGridEx1.ToolStrip.CanOverflow = false; this.propertyGridEx1.ToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.propertyGridEx1.ToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.propertyGridEx1.ToolStrip.Location = new System.Drawing.Point(0, 1); this.propertyGridEx1.ToolStrip.Name = ""; this.propertyGridEx1.ToolStrip.Padding = new System.Windows.Forms.Padding(2, 0, 1, 0); this.propertyGridEx1.ToolStrip.Size = new System.Drawing.Size(165, 25); this.propertyGridEx1.ToolStrip.TabIndex = 1; this.propertyGridEx1.ToolStrip.TabStop = true; this.propertyGridEx1.ToolStrip.Text = "PropertyGridToolBar"; // // comboBox1 // this.comboBox1.Dock = System.Windows.Forms.DockStyle.Top; this.comboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(0, 0); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(165, 22); this.comboBox1.Sorted = true; this.comboBox1.TabIndex = 5; this.comboBox1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBox1_DrawItem); // // EventWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(165, 351); this.Controls.Add(this.panel1); this.Controls.Add(this.comboBox1); this.Name = "EventWindow"; this.Text = "事件窗口"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EventWindow_FormClosing); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private PropertyGridEx.PropertyGridEx propertyGridEx1; private System.Windows.Forms.ComboBox comboBox1; } }