/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UndoHistoryPanel)); this.actionHistoryView = new CSharpFramework.ActionHistoryView(); this.SuspendLayout(); // // actionHistoryView // this.actionHistoryView.Dock = System.Windows.Forms.DockStyle.Fill; this.actionHistoryView.Location = new System.Drawing.Point(0, 0); this.actionHistoryView.Name = "actionHistoryView"; this.actionHistoryView.Size = new System.Drawing.Size(292, 389); this.actionHistoryView.TabIndex = 0; this.actionHistoryView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.actionHistoryView_KeyDown); // // UndoHistoryPanel // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(292, 389); this.Controls.Add(this.actionHistoryView); this.DockableAreas = ((WeifenLuo.WinFormsUI.DockAreas)(((WeifenLuo.WinFormsUI.DockAreas.Float | WeifenLuo.WinFormsUI.DockAreas.DockLeft) | WeifenLuo.WinFormsUI.DockAreas.DockRight))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "UndoHistoryPanel"; this.TabText = "Undo Redo History"; this.Text = "Undo Redo History"; this.ResumeLayout(false); }