namespace TBF.UI.Procedures { partial class ProceduresCtrl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.filtersSplitContainer = new System.Windows.Forms.SplitContainer(); this.producerLabel = new System.Windows.Forms.Label(); this.mclassLabel = new System.Windows.Forms.Label(); this.q3Label = new System.Windows.Forms.Label(); this.dnLabel = new System.Windows.Forms.Label(); this.producerComboBox = new System.Windows.Forms.ComboBox(); this.mclassComboBox = new System.Windows.Forms.ComboBox(); this.q3ComboBox = new System.Windows.Forms.ComboBox(); this.dnComboBox = new System.Windows.Forms.ComboBox(); this.listViewEx = new Common.Forms.ListViewEx(); ((System.ComponentModel.ISupportInitialize)(this.filtersSplitContainer)).BeginInit(); this.filtersSplitContainer.Panel1.SuspendLayout(); this.filtersSplitContainer.Panel2.SuspendLayout(); this.filtersSplitContainer.SuspendLayout(); this.SuspendLayout(); // // filtersSplitContainer // this.filtersSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.filtersSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.filtersSplitContainer.Location = new System.Drawing.Point(0, 0); this.filtersSplitContainer.Name = "filtersSplitContainer"; this.filtersSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // filtersSplitContainer.Panel1 // this.filtersSplitContainer.Panel1.Controls.Add(this.producerLabel); this.filtersSplitContainer.Panel1.Controls.Add(this.mclassLabel); this.filtersSplitContainer.Panel1.Controls.Add(this.q3Label); this.filtersSplitContainer.Panel1.Controls.Add(this.dnLabel); this.filtersSplitContainer.Panel1.Controls.Add(this.producerComboBox); this.filtersSplitContainer.Panel1.Controls.Add(this.mclassComboBox); this.filtersSplitContainer.Panel1.Controls.Add(this.q3ComboBox); this.filtersSplitContainer.Panel1.Controls.Add(this.dnComboBox); // // filtersSplitContainer.Panel2 // this.filtersSplitContainer.Panel2.Controls.Add(this.listViewEx); this.filtersSplitContainer.Size = new System.Drawing.Size(600, 400); this.filtersSplitContainer.SplitterDistance = 40; this.filtersSplitContainer.TabIndex = 2; // // producerLabel // this.producerLabel.AutoSize = true; this.producerLabel.Location = new System.Drawing.Point(381, 15); this.producerLabel.Name = "producerLabel"; this.producerLabel.Size = new System.Drawing.Size(50, 13); this.producerLabel.TabIndex = 7; this.producerLabel.Text = "Producer"; // // mclassLabel // this.mclassLabel.AutoSize = true; this.mclassLabel.Location = new System.Drawing.Point(257, 15); this.mclassLabel.Name = "mclassLabel"; this.mclassLabel.Size = new System.Drawing.Size(32, 13); this.mclassLabel.TabIndex = 6; this.mclassLabel.Text = "Class"; // // q3Label // this.q3Label.AutoSize = true; this.q3Label.Location = new System.Drawing.Point(125, 15); this.q3Label.Name = "q3Label"; this.q3Label.Size = new System.Drawing.Size(40, 13); this.q3Label.TabIndex = 5; this.q3Label.Text = "Q3/Qn"; // // dnLabel // this.dnLabel.AutoSize = true; this.dnLabel.Location = new System.Drawing.Point(12, 15); this.dnLabel.Name = "dnLabel"; this.dnLabel.Size = new System.Drawing.Size(23, 13); this.dnLabel.TabIndex = 4; this.dnLabel.Text = "DN"; // // producerComboBox // this.producerComboBox.FormattingEnabled = true; this.producerComboBox.Location = new System.Drawing.Point(437, 12); this.producerComboBox.Name = "producerComboBox"; this.producerComboBox.Size = new System.Drawing.Size(133, 21); this.producerComboBox.TabIndex = 3; this.producerComboBox.SelectedIndexChanged += new System.EventHandler(this.producerComboBox_SelectedIndexChanged); this.producerComboBox.TextChanged += new System.EventHandler(this.producerComboBox_TextChanged); // // mclassComboBox // this.mclassComboBox.FormattingEnabled = true; this.mclassComboBox.Location = new System.Drawing.Point(295, 12); this.mclassComboBox.Name = "mclassComboBox"; this.mclassComboBox.Size = new System.Drawing.Size(72, 21); this.mclassComboBox.TabIndex = 2; this.mclassComboBox.SelectedIndexChanged += new System.EventHandler(this.mclassComboBox_SelectedIndexChanged); this.mclassComboBox.TextChanged += new System.EventHandler(this.mclassComboBox_TextChanged); // // q3ComboBox // this.q3ComboBox.FormattingEnabled = true; this.q3ComboBox.Location = new System.Drawing.Point(171, 12); this.q3ComboBox.Name = "q3ComboBox"; this.q3ComboBox.Size = new System.Drawing.Size(72, 21); this.q3ComboBox.TabIndex = 1; this.q3ComboBox.SelectedIndexChanged += new System.EventHandler(this.q3ComboBox_SelectedIndexChanged); this.q3ComboBox.TextChanged += new System.EventHandler(this.q3ComboBox_TextChanged); // // dnComboBox // this.dnComboBox.FormattingEnabled = true; this.dnComboBox.Location = new System.Drawing.Point(41, 12); this.dnComboBox.Name = "dnComboBox"; this.dnComboBox.Size = new System.Drawing.Size(72, 21); this.dnComboBox.TabIndex = 0; this.dnComboBox.SelectedIndexChanged += new System.EventHandler(this.dnComboBox_SelectedIndexChanged); this.dnComboBox.TextChanged += new System.EventHandler(this.dnComboBox_TextChanged); // // listViewEx // this.listViewEx.AllowColumnReorder = true; this.listViewEx.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewEx.DoubleClickActivation = false; this.listViewEx.FullRowSelect = true; this.listViewEx.GridLines = true; this.listViewEx.Location = new System.Drawing.Point(0, 0); this.listViewEx.Name = "listViewEx"; this.listViewEx.Size = new System.Drawing.Size(600, 356); this.listViewEx.TabIndex = 0; this.listViewEx.UseCompatibleStateImageBehavior = false; this.listViewEx.View = System.Windows.Forms.View.Details; this.listViewEx.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listViewEx_ColumnClick); this.listViewEx.SelectedIndexChanged += new System.EventHandler(this.listViewEx_SelectedIndexChanged); this.listViewEx.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listViewEx_MouseDoubleClick); // // ProceduresCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.filtersSplitContainer); this.Name = "ProceduresCtrl"; this.Size = new System.Drawing.Size(600, 400); this.filtersSplitContainer.Panel1.ResumeLayout(false); this.filtersSplitContainer.Panel1.PerformLayout(); this.filtersSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.filtersSplitContainer)).EndInit(); this.filtersSplitContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer filtersSplitContainer; private System.Windows.Forms.Label producerLabel; private System.Windows.Forms.Label mclassLabel; private System.Windows.Forms.Label q3Label; private System.Windows.Forms.Label dnLabel; private System.Windows.Forms.ComboBox producerComboBox; private System.Windows.Forms.ComboBox mclassComboBox; private System.Windows.Forms.ComboBox q3ComboBox; private System.Windows.Forms.ComboBox dnComboBox; private Common.Forms.ListViewEx listViewEx; } }