namespace TradeIdeas.TIProGUI
{
partial class GroupSortByForm
{
///
/// 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.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.sortingDirectionLabel = new System.Windows.Forms.Label();
this.sortItemsLabel = new System.Windows.Forms.Label();
this.keepingSymbolLabel = new System.Windows.Forms.Label();
this.sortDirectionComboBox = new System.Windows.Forms.ComboBox();
this.sortItemsComboBox = new System.Windows.Forms.ComboBox();
this.keepingSymbolComboBox = new System.Windows.Forms.ComboBox();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btnOK.Location = new System.Drawing.Point(68, 167);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(71, 33);
this.btnOK.TabIndex = 3;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btnCancel.Location = new System.Drawing.Point(171, 167);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(71, 33);
this.btnCancel.TabIndex = 4;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Controls.Add(this.sortingDirectionLabel);
this.panel1.Controls.Add(this.sortItemsLabel);
this.panel1.Controls.Add(this.keepingSymbolLabel);
this.panel1.Controls.Add(this.sortDirectionComboBox);
this.panel1.Controls.Add(this.sortItemsComboBox);
this.panel1.Controls.Add(this.keepingSymbolComboBox);
this.panel1.Location = new System.Drawing.Point(13, 13);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(299, 143);
this.panel1.TabIndex = 5;
//
// sortingDirectionLabel
//
this.sortingDirectionLabel.AutoSize = true;
this.sortingDirectionLabel.Location = new System.Drawing.Point(23, 103);
this.sortingDirectionLabel.Name = "sortingDirectionLabel";
this.sortingDirectionLabel.Size = new System.Drawing.Size(85, 13);
this.sortingDirectionLabel.TabIndex = 5;
this.sortingDirectionLabel.Text = "Sorting Direction";
//
// sortItemsLabel
//
this.sortItemsLabel.AutoSize = true;
this.sortItemsLabel.Location = new System.Drawing.Point(23, 63);
this.sortItemsLabel.Name = "sortItemsLabel";
this.sortItemsLabel.Size = new System.Drawing.Size(110, 13);
this.sortItemsLabel.TabIndex = 4;
this.sortItemsLabel.Text = "Select item for Sorting";
//
// keepingSymbolLabel
//
this.keepingSymbolLabel.AutoSize = true;
this.keepingSymbolLabel.Location = new System.Drawing.Point(23, 23);
this.keepingSymbolLabel.Name = "keepingSymbolLabel";
this.keepingSymbolLabel.Size = new System.Drawing.Size(116, 13);
this.keepingSymbolLabel.TabIndex = 3;
this.keepingSymbolLabel.Text = "Select Keeping Symbol";
//
// sortDirectionComboBox
//
this.sortDirectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.sortDirectionComboBox.FormattingEnabled = true;
this.sortDirectionComboBox.Location = new System.Drawing.Point(155, 100);
this.sortDirectionComboBox.Name = "sortDirectionComboBox";
this.sortDirectionComboBox.Size = new System.Drawing.Size(121, 21);
this.sortDirectionComboBox.TabIndex = 2;
//
// sortItemsComboBox
//
this.sortItemsComboBox.DisplayMember = "Description";
this.sortItemsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.sortItemsComboBox.FormattingEnabled = true;
this.sortItemsComboBox.Location = new System.Drawing.Point(155, 60);
this.sortItemsComboBox.Name = "sortItemsComboBox";
this.sortItemsComboBox.Size = new System.Drawing.Size(121, 21);
this.sortItemsComboBox.TabIndex = 1;
//
// keepingSymbolComboBox
//
this.keepingSymbolComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.keepingSymbolComboBox.FormattingEnabled = true;
this.keepingSymbolComboBox.Location = new System.Drawing.Point(155, 20);
this.keepingSymbolComboBox.Name = "keepingSymbolComboBox";
this.keepingSymbolComboBox.Size = new System.Drawing.Size(121, 21);
this.keepingSymbolComboBox.TabIndex = 0;
//
// GroupSortByForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(324, 212);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "GroupSortByForm";
this.Text = "GroupSortBy";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label sortingDirectionLabel;
private System.Windows.Forms.Label sortItemsLabel;
private System.Windows.Forms.Label keepingSymbolLabel;
private System.Windows.Forms.ComboBox sortDirectionComboBox;
private System.Windows.Forms.ComboBox sortItemsComboBox;
private System.Windows.Forms.ComboBox keepingSymbolComboBox;
}
}