namespace TBF { partial class ProceduresDlg { /// /// 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.splitContainer = new System.Windows.Forms.SplitContainer(); this.proceduresCtrl = new TBF.UiControls.ProceduresCtrl(); this.sharedButtons = new TBF.UiControls.SharedButtons(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); this.SuspendLayout(); // // splitContainer // this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer.Location = new System.Drawing.Point(0, 0); this.splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // this.splitContainer.Panel1.Controls.Add(this.proceduresCtrl); // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.sharedButtons); this.splitContainer.Size = new System.Drawing.Size(517, 402); this.splitContainer.SplitterDistance = 412; this.splitContainer.TabIndex = 0; // // proceduresCtrl // this.proceduresCtrl.Dock = System.Windows.Forms.DockStyle.Fill; this.proceduresCtrl.DoubleClickActivation = false; this.proceduresCtrl.FullRowSelect = true; this.proceduresCtrl.GridLines = true; this.proceduresCtrl.Location = new System.Drawing.Point(0, 0); this.proceduresCtrl.Name = "proceduresCtrl"; this.proceduresCtrl.Size = new System.Drawing.Size(412, 402); this.proceduresCtrl.TabIndex = 0; this.proceduresCtrl.UseCompatibleStateImageBehavior = false; this.proceduresCtrl.View = System.Windows.Forms.View.Details; this.proceduresCtrl.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.proceduresCtrl_MouseDoubleClick); // // sharedButtons // this.sharedButtons.Location = new System.Drawing.Point(1, 0); this.sharedButtons.Name = "sharedButtons"; this.sharedButtons.Size = new System.Drawing.Size(100, 521); this.sharedButtons.TabIndex = 0; // // ProceduresDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(517, 402); this.Controls.Add(this.splitContainer); this.Name = "ProceduresDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "ProceduresDlg"; this.Load += new System.EventHandler(this.ProceduresDlg_Load); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer; private UiControls.SharedButtons sharedButtons; private UiControls.ProceduresCtrl proceduresCtrl; } }