namespace MapleShark { partial class PropertyForm { /// /// 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.mProperties = new System.Windows.Forms.PropertyGrid(); this.SuspendLayout(); // // mProperties // this.mProperties.CommandsVisibleIfAvailable = false; this.mProperties.Dock = System.Windows.Forms.DockStyle.Fill; this.mProperties.HelpVisible = false; this.mProperties.Location = new System.Drawing.Point(0, 0); this.mProperties.Name = "mProperties"; this.mProperties.PropertySort = System.Windows.Forms.PropertySort.NoSort; this.mProperties.Size = new System.Drawing.Size(292, 273); this.mProperties.TabIndex = 4; this.mProperties.ToolbarVisible = false; // // PropertyForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(292, 273); this.Controls.Add(this.mProperties); this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft) | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight) | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop) | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom))); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.HideOnClose = true; this.Name = "PropertyForm"; this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.DockRight; this.ShowInTaskbar = false; this.Text = "Properties"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.PropertyGrid mProperties; } }