221 lines
11 KiB
C#
221 lines
11 KiB
C#
namespace TBF.UI.Procedures
|
|
{
|
|
partial class ProceduresCtrl
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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();
|
|
this.profileLabel = new System.Windows.Forms.Label();
|
|
this.profileComboBox = new System.Windows.Forms.ComboBox();
|
|
((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.profileLabel);
|
|
this.filtersSplitContainer.Panel1.Controls.Add(this.profileComboBox);
|
|
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(800, 400);
|
|
this.filtersSplitContainer.SplitterDistance = 40;
|
|
this.filtersSplitContainer.TabIndex = 2;
|
|
//
|
|
// producerLabel
|
|
//
|
|
this.producerLabel.AutoSize = true;
|
|
this.producerLabel.Location = new System.Drawing.Point(581, 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(457, 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(325, 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(212, 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(637, 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(495, 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(371, 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(241, 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(800, 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);
|
|
//
|
|
// profileLabel
|
|
//
|
|
this.profileLabel.AutoSize = true;
|
|
this.profileLabel.Location = new System.Drawing.Point(12, 15);
|
|
this.profileLabel.Name = "profileLabel";
|
|
this.profileLabel.Size = new System.Drawing.Size(36, 13);
|
|
this.profileLabel.TabIndex = 9;
|
|
this.profileLabel.Text = "Profile";
|
|
//
|
|
// profileComboBox
|
|
//
|
|
this.profileComboBox.FormattingEnabled = true;
|
|
this.profileComboBox.Location = new System.Drawing.Point(68, 12);
|
|
this.profileComboBox.Name = "profileComboBox";
|
|
this.profileComboBox.Size = new System.Drawing.Size(133, 21);
|
|
this.profileComboBox.TabIndex = 8;
|
|
this.profileComboBox.SelectedIndexChanged += new System.EventHandler(this.profileComboBox_SelectedIndexChanged);
|
|
this.profileComboBox.TextChanged += new System.EventHandler(this.profileComboBox_TextChanged);
|
|
//
|
|
// 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(800, 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;
|
|
private System.Windows.Forms.Label profileLabel;
|
|
private System.Windows.Forms.ComboBox profileComboBox;
|
|
}
|
|
}
|