259 lines
13 KiB
C#
259 lines
13 KiB
C#
namespace Results.Forms
|
|
{
|
|
partial class ManualEntryConfigCtrl
|
|
{
|
|
/// <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.availableTabControl = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.availableByQuantityTreeView = new System.Windows.Forms.TreeView();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.availableByCategoryTreeView = new System.Windows.Forms.TreeView();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.availableAlphabeticTreeView = new System.Windows.Forms.TreeView();
|
|
this.downButton = new System.Windows.Forms.Button();
|
|
this.upButton = new System.Windows.Forms.Button();
|
|
this.selectedResultsListViewEx = new Common.Forms.ListViewEx();
|
|
this.removeAllButton = new System.Windows.Forms.Button();
|
|
this.removeButton = new System.Windows.Forms.Button();
|
|
this.addButton = new System.Windows.Forms.Button();
|
|
this.selectedItemsLabel = new System.Windows.Forms.Label();
|
|
this.availableItemsLabel = new System.Windows.Forms.Label();
|
|
this.availableTabControl.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// availableTabControl
|
|
//
|
|
this.availableTabControl.Controls.Add(this.tabPage1);
|
|
this.availableTabControl.Controls.Add(this.tabPage2);
|
|
this.availableTabControl.Controls.Add(this.tabPage3);
|
|
this.availableTabControl.Enabled = false;
|
|
this.availableTabControl.Location = new System.Drawing.Point(9, 33);
|
|
this.availableTabControl.Name = "availableTabControl";
|
|
this.availableTabControl.SelectedIndex = 0;
|
|
this.availableTabControl.Size = new System.Drawing.Size(206, 453);
|
|
this.availableTabControl.TabIndex = 59;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.availableByQuantityTreeView);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(198, 427);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "A...Z";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// availableByQuantityTreeView
|
|
//
|
|
this.availableByQuantityTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.availableByQuantityTreeView.Location = new System.Drawing.Point(3, 3);
|
|
this.availableByQuantityTreeView.Name = "availableByQuantityTreeView";
|
|
this.availableByQuantityTreeView.Size = new System.Drawing.Size(192, 421);
|
|
this.availableByQuantityTreeView.TabIndex = 0;
|
|
this.availableByQuantityTreeView.DoubleClick += new System.EventHandler(this.availableByQuantityTreeView_DoubleClick);
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.availableByCategoryTreeView);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(198, 427);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "by quantity";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// availableByCategoryTreeView
|
|
//
|
|
this.availableByCategoryTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.availableByCategoryTreeView.Location = new System.Drawing.Point(3, 3);
|
|
this.availableByCategoryTreeView.Name = "availableByCategoryTreeView";
|
|
this.availableByCategoryTreeView.Size = new System.Drawing.Size(192, 421);
|
|
this.availableByCategoryTreeView.TabIndex = 0;
|
|
this.availableByCategoryTreeView.DoubleClick += new System.EventHandler(this.availableByCategoryTreeView_DoubleClick);
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Controls.Add(this.availableAlphabeticTreeView);
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Size = new System.Drawing.Size(198, 427);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "by category";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// availableAlphabeticTreeView
|
|
//
|
|
this.availableAlphabeticTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.availableAlphabeticTreeView.Location = new System.Drawing.Point(0, 0);
|
|
this.availableAlphabeticTreeView.Name = "availableAlphabeticTreeView";
|
|
this.availableAlphabeticTreeView.Size = new System.Drawing.Size(198, 427);
|
|
this.availableAlphabeticTreeView.TabIndex = 0;
|
|
this.availableAlphabeticTreeView.DoubleClick += new System.EventHandler(this.availableAlphabeticTreeView_DoubleClick);
|
|
//
|
|
// downButton
|
|
//
|
|
this.downButton.Enabled = false;
|
|
this.downButton.Location = new System.Drawing.Point(221, 351);
|
|
this.downButton.Name = "downButton";
|
|
this.downButton.Size = new System.Drawing.Size(93, 30);
|
|
this.downButton.TabIndex = 58;
|
|
this.downButton.Text = "Down";
|
|
this.downButton.UseVisualStyleBackColor = true;
|
|
this.downButton.Click += new System.EventHandler(this.downButton_Click);
|
|
//
|
|
// upButton
|
|
//
|
|
this.upButton.Enabled = false;
|
|
this.upButton.Location = new System.Drawing.Point(221, 315);
|
|
this.upButton.Name = "upButton";
|
|
this.upButton.Size = new System.Drawing.Size(93, 30);
|
|
this.upButton.TabIndex = 57;
|
|
this.upButton.Text = "Up";
|
|
this.upButton.UseVisualStyleBackColor = true;
|
|
this.upButton.Click += new System.EventHandler(this.upButton_Click);
|
|
//
|
|
// selectedResultsListViewEx
|
|
//
|
|
this.selectedResultsListViewEx.AllowColumnReorder = true;
|
|
this.selectedResultsListViewEx.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.selectedResultsListViewEx.DoubleClickActivation = false;
|
|
this.selectedResultsListViewEx.Enabled = false;
|
|
this.selectedResultsListViewEx.FullRowSelect = true;
|
|
this.selectedResultsListViewEx.GridLines = true;
|
|
this.selectedResultsListViewEx.Location = new System.Drawing.Point(322, 33);
|
|
this.selectedResultsListViewEx.Name = "selectedResultsListViewEx";
|
|
this.selectedResultsListViewEx.Size = new System.Drawing.Size(594, 453);
|
|
this.selectedResultsListViewEx.TabIndex = 56;
|
|
this.selectedResultsListViewEx.UseCompatibleStateImageBehavior = false;
|
|
this.selectedResultsListViewEx.View = System.Windows.Forms.View.Details;
|
|
this.selectedResultsListViewEx.DoubleClick += new System.EventHandler(this.selectedResultsListViewEx_DoubleClick);
|
|
//
|
|
// removeAllButton
|
|
//
|
|
this.removeAllButton.Enabled = false;
|
|
this.removeAllButton.Location = new System.Drawing.Point(221, 223);
|
|
this.removeAllButton.Name = "removeAllButton";
|
|
this.removeAllButton.Size = new System.Drawing.Size(94, 30);
|
|
this.removeAllButton.TabIndex = 55;
|
|
this.removeAllButton.Text = "<< R&emove all";
|
|
this.removeAllButton.UseVisualStyleBackColor = true;
|
|
this.removeAllButton.Visible = false;
|
|
this.removeAllButton.Click += new System.EventHandler(this.removeAllButton_Click);
|
|
//
|
|
// removeButton
|
|
//
|
|
this.removeButton.Enabled = false;
|
|
this.removeButton.Location = new System.Drawing.Point(221, 188);
|
|
this.removeButton.Name = "removeButton";
|
|
this.removeButton.Size = new System.Drawing.Size(93, 30);
|
|
this.removeButton.TabIndex = 54;
|
|
this.removeButton.Text = "< &Remove";
|
|
this.removeButton.UseVisualStyleBackColor = true;
|
|
this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
|
|
//
|
|
// addButton
|
|
//
|
|
this.addButton.Enabled = false;
|
|
this.addButton.Location = new System.Drawing.Point(221, 153);
|
|
this.addButton.Name = "addButton";
|
|
this.addButton.Size = new System.Drawing.Size(93, 30);
|
|
this.addButton.TabIndex = 53;
|
|
this.addButton.Text = "&Add >";
|
|
this.addButton.UseVisualStyleBackColor = true;
|
|
this.addButton.Click += new System.EventHandler(this.addButton_Click);
|
|
//
|
|
// selectedItemsLabel
|
|
//
|
|
this.selectedItemsLabel.AutoSize = true;
|
|
this.selectedItemsLabel.Location = new System.Drawing.Point(321, 11);
|
|
this.selectedItemsLabel.Name = "selectedItemsLabel";
|
|
this.selectedItemsLabel.Size = new System.Drawing.Size(79, 13);
|
|
this.selectedItemsLabel.TabIndex = 52;
|
|
this.selectedItemsLabel.Text = "Selected items:";
|
|
//
|
|
// availableItemsLabel
|
|
//
|
|
this.availableItemsLabel.AutoSize = true;
|
|
this.availableItemsLabel.Location = new System.Drawing.Point(11, 11);
|
|
this.availableItemsLabel.Name = "availableItemsLabel";
|
|
this.availableItemsLabel.Size = new System.Drawing.Size(80, 13);
|
|
this.availableItemsLabel.TabIndex = 51;
|
|
this.availableItemsLabel.Text = "Available items:";
|
|
//
|
|
// ManualEntryConfigCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.availableTabControl);
|
|
this.Controls.Add(this.downButton);
|
|
this.Controls.Add(this.upButton);
|
|
this.Controls.Add(this.selectedResultsListViewEx);
|
|
this.Controls.Add(this.removeAllButton);
|
|
this.Controls.Add(this.removeButton);
|
|
this.Controls.Add(this.addButton);
|
|
this.Controls.Add(this.selectedItemsLabel);
|
|
this.Controls.Add(this.availableItemsLabel);
|
|
this.Name = "ManualEntryConfigCtrl";
|
|
this.Size = new System.Drawing.Size(925, 496);
|
|
this.Load += new System.EventHandler(this.ManualEntryConfigCtrl_Load);
|
|
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ManualEntryConfigCtrl_KeyPress);
|
|
this.availableTabControl.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl availableTabControl;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TreeView availableByQuantityTreeView;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.TreeView availableByCategoryTreeView;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.TreeView availableAlphabeticTreeView;
|
|
private System.Windows.Forms.Button downButton;
|
|
private System.Windows.Forms.Button upButton;
|
|
private Common.Forms.ListViewEx selectedResultsListViewEx;
|
|
private System.Windows.Forms.Button removeAllButton;
|
|
private System.Windows.Forms.Button removeButton;
|
|
private System.Windows.Forms.Button addButton;
|
|
private System.Windows.Forms.Label selectedItemsLabel;
|
|
private System.Windows.Forms.Label availableItemsLabel;
|
|
|
|
}
|
|
}
|