222 lines
11 KiB
C#
222 lines
11 KiB
C#
|
|
namespace WorkflowConfigurator.UserControls
|
|||
|
|
{
|
|||
|
|
partial class PartsCtrl
|
|||
|
|
{
|
|||
|
|
/// <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.horSplitContainer = new System.Windows.Forms.SplitContainer();
|
|||
|
|
this.removePartButton = new System.Windows.Forms.Button();
|
|||
|
|
this.addPartButton = new System.Windows.Forms.Button();
|
|||
|
|
this.partsLabel = new System.Windows.Forms.Label();
|
|||
|
|
this.partsListView = new Common.Forms.ListViewEx();
|
|||
|
|
this.vertSplitContainer = new System.Windows.Forms.SplitContainer();
|
|||
|
|
this.partDownButton = new System.Windows.Forms.Button();
|
|||
|
|
this.partUpButton = new System.Windows.Forms.Button();
|
|||
|
|
this.removePartFromWorkstepButton = new System.Windows.Forms.Button();
|
|||
|
|
this.addPartToWorkstepButton = new System.Windows.Forms.Button();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.horSplitContainer)).BeginInit();
|
|||
|
|
this.horSplitContainer.Panel1.SuspendLayout();
|
|||
|
|
this.horSplitContainer.Panel2.SuspendLayout();
|
|||
|
|
this.horSplitContainer.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.vertSplitContainer)).BeginInit();
|
|||
|
|
this.vertSplitContainer.Panel1.SuspendLayout();
|
|||
|
|
this.vertSplitContainer.Panel2.SuspendLayout();
|
|||
|
|
this.vertSplitContainer.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// horSplitContainer
|
|||
|
|
//
|
|||
|
|
this.horSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.horSplitContainer.IsSplitterFixed = true;
|
|||
|
|
this.horSplitContainer.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.horSplitContainer.Name = "horSplitContainer";
|
|||
|
|
this.horSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|||
|
|
//
|
|||
|
|
// horSplitContainer.Panel1
|
|||
|
|
//
|
|||
|
|
this.horSplitContainer.Panel1.Controls.Add(this.removePartButton);
|
|||
|
|
this.horSplitContainer.Panel1.Controls.Add(this.addPartButton);
|
|||
|
|
this.horSplitContainer.Panel1.Controls.Add(this.partsLabel);
|
|||
|
|
//
|
|||
|
|
// horSplitContainer.Panel2
|
|||
|
|
//
|
|||
|
|
this.horSplitContainer.Panel2.Controls.Add(this.partsListView);
|
|||
|
|
this.horSplitContainer.Size = new System.Drawing.Size(338, 350);
|
|||
|
|
this.horSplitContainer.SplitterDistance = 30;
|
|||
|
|
this.horSplitContainer.SplitterWidth = 1;
|
|||
|
|
this.horSplitContainer.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// removePartButton
|
|||
|
|
//
|
|||
|
|
this.removePartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
|
this.removePartButton.Enabled = false;
|
|||
|
|
this.removePartButton.Location = new System.Drawing.Point(258, 4);
|
|||
|
|
this.removePartButton.Name = "removePartButton";
|
|||
|
|
this.removePartButton.Size = new System.Drawing.Size(75, 22);
|
|||
|
|
this.removePartButton.TabIndex = 8;
|
|||
|
|
this.removePartButton.Text = "Remove";
|
|||
|
|
this.removePartButton.UseVisualStyleBackColor = true;
|
|||
|
|
this.removePartButton.Click += new System.EventHandler(this.removePartButton_Click);
|
|||
|
|
//
|
|||
|
|
// addPartButton
|
|||
|
|
//
|
|||
|
|
this.addPartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
|
this.addPartButton.Enabled = false;
|
|||
|
|
this.addPartButton.Location = new System.Drawing.Point(177, 4);
|
|||
|
|
this.addPartButton.Name = "addPartButton";
|
|||
|
|
this.addPartButton.Size = new System.Drawing.Size(75, 22);
|
|||
|
|
this.addPartButton.TabIndex = 7;
|
|||
|
|
this.addPartButton.Text = "Add";
|
|||
|
|
this.addPartButton.UseVisualStyleBackColor = true;
|
|||
|
|
this.addPartButton.Click += new System.EventHandler(this.addPartButton_Click);
|
|||
|
|
//
|
|||
|
|
// partsLabel
|
|||
|
|
//
|
|||
|
|
this.partsLabel.AutoSize = true;
|
|||
|
|
this.partsLabel.Location = new System.Drawing.Point(7, 9);
|
|||
|
|
this.partsLabel.Name = "partsLabel";
|
|||
|
|
this.partsLabel.Size = new System.Drawing.Size(31, 13);
|
|||
|
|
this.partsLabel.TabIndex = 3;
|
|||
|
|
this.partsLabel.Text = "Parts";
|
|||
|
|
//
|
|||
|
|
// partsListView
|
|||
|
|
//
|
|||
|
|
this.partsListView.AllowColumnReorder = true;
|
|||
|
|
this.partsListView.CheckBoxes = true;
|
|||
|
|
this.partsListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.partsListView.DoubleClickActivation = false;
|
|||
|
|
this.partsListView.FullRowSelect = true;
|
|||
|
|
this.partsListView.GridLines = true;
|
|||
|
|
this.partsListView.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.partsListView.Name = "partsListView";
|
|||
|
|
this.partsListView.Size = new System.Drawing.Size(338, 319);
|
|||
|
|
this.partsListView.TabIndex = 1;
|
|||
|
|
this.partsListView.UseCompatibleStateImageBehavior = false;
|
|||
|
|
this.partsListView.View = System.Windows.Forms.View.Details;
|
|||
|
|
this.partsListView.SubItemClicked += new Common.Forms.SubItemEventHandler(this.partsListView_SubItemClicked);
|
|||
|
|
this.partsListView.SubItemEndEditing += new Common.Forms.SubItemEndEditingEventHandler(this.partsListView_SubItemEndEditing);
|
|||
|
|
this.partsListView.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.partsListView_ItemCheck);
|
|||
|
|
this.partsListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.partsListView_ItemChecked);
|
|||
|
|
//
|
|||
|
|
// vertSplitContainer
|
|||
|
|
//
|
|||
|
|
this.vertSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.vertSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|||
|
|
this.vertSplitContainer.IsSplitterFixed = true;
|
|||
|
|
this.vertSplitContainer.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.vertSplitContainer.Name = "vertSplitContainer";
|
|||
|
|
//
|
|||
|
|
// vertSplitContainer.Panel1
|
|||
|
|
//
|
|||
|
|
this.vertSplitContainer.Panel1.Controls.Add(this.horSplitContainer);
|
|||
|
|
//
|
|||
|
|
// vertSplitContainer.Panel2
|
|||
|
|
//
|
|||
|
|
this.vertSplitContainer.Panel2.Controls.Add(this.partDownButton);
|
|||
|
|
this.vertSplitContainer.Panel2.Controls.Add(this.partUpButton);
|
|||
|
|
this.vertSplitContainer.Panel2.Controls.Add(this.removePartFromWorkstepButton);
|
|||
|
|
this.vertSplitContainer.Panel2.Controls.Add(this.addPartToWorkstepButton);
|
|||
|
|
this.vertSplitContainer.Size = new System.Drawing.Size(400, 350);
|
|||
|
|
this.vertSplitContainer.SplitterDistance = 338;
|
|||
|
|
this.vertSplitContainer.SplitterWidth = 1;
|
|||
|
|
this.vertSplitContainer.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// partDownButton
|
|||
|
|
//
|
|||
|
|
this.partDownButton.Location = new System.Drawing.Point(16, 210);
|
|||
|
|
this.partDownButton.Name = "partDownButton";
|
|||
|
|
this.partDownButton.Size = new System.Drawing.Size(44, 39);
|
|||
|
|
this.partDownButton.TabIndex = 5;
|
|||
|
|
this.partDownButton.Text = "v";
|
|||
|
|
this.partDownButton.UseVisualStyleBackColor = true;
|
|||
|
|
this.partDownButton.Click += new System.EventHandler(this.partDownButton_Click);
|
|||
|
|
//
|
|||
|
|
// partUpButton
|
|||
|
|
//
|
|||
|
|
this.partUpButton.Location = new System.Drawing.Point(16, 60);
|
|||
|
|
this.partUpButton.Name = "partUpButton";
|
|||
|
|
this.partUpButton.Size = new System.Drawing.Size(44, 39);
|
|||
|
|
this.partUpButton.TabIndex = 4;
|
|||
|
|
this.partUpButton.Text = "^";
|
|||
|
|
this.partUpButton.UseVisualStyleBackColor = true;
|
|||
|
|
this.partUpButton.Click += new System.EventHandler(this.partUpButton_Click);
|
|||
|
|
//
|
|||
|
|
// removePartFromWorkstepButton
|
|||
|
|
//
|
|||
|
|
this.removePartFromWorkstepButton.Location = new System.Drawing.Point(16, 160);
|
|||
|
|
this.removePartFromWorkstepButton.Name = "removePartFromWorkstepButton";
|
|||
|
|
this.removePartFromWorkstepButton.Size = new System.Drawing.Size(44, 39);
|
|||
|
|
this.removePartFromWorkstepButton.TabIndex = 3;
|
|||
|
|
this.removePartFromWorkstepButton.Text = "<";
|
|||
|
|
this.removePartFromWorkstepButton.UseVisualStyleBackColor = true;
|
|||
|
|
this.removePartFromWorkstepButton.Click += new System.EventHandler(this.removePartFromWorkstepButton_Click);
|
|||
|
|
//
|
|||
|
|
// addPartToWorkstepButton
|
|||
|
|
//
|
|||
|
|
this.addPartToWorkstepButton.Location = new System.Drawing.Point(16, 110);
|
|||
|
|
this.addPartToWorkstepButton.Name = "addPartToWorkstepButton";
|
|||
|
|
this.addPartToWorkstepButton.Size = new System.Drawing.Size(44, 39);
|
|||
|
|
this.addPartToWorkstepButton.TabIndex = 2;
|
|||
|
|
this.addPartToWorkstepButton.Text = ">";
|
|||
|
|
this.addPartToWorkstepButton.UseVisualStyleBackColor = true;
|
|||
|
|
this.addPartToWorkstepButton.Click += new System.EventHandler(this.addPartToWorkstepButton_Click);
|
|||
|
|
//
|
|||
|
|
// PartsCtrl
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.Controls.Add(this.vertSplitContainer);
|
|||
|
|
this.Name = "PartsCtrl";
|
|||
|
|
this.Size = new System.Drawing.Size(400, 350);
|
|||
|
|
this.horSplitContainer.Panel1.ResumeLayout(false);
|
|||
|
|
this.horSplitContainer.Panel1.PerformLayout();
|
|||
|
|
this.horSplitContainer.Panel2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.horSplitContainer)).EndInit();
|
|||
|
|
this.horSplitContainer.ResumeLayout(false);
|
|||
|
|
this.vertSplitContainer.Panel1.ResumeLayout(false);
|
|||
|
|
this.vertSplitContainer.Panel2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.vertSplitContainer)).EndInit();
|
|||
|
|
this.vertSplitContainer.ResumeLayout(false);
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.SplitContainer horSplitContainer;
|
|||
|
|
private System.Windows.Forms.Label partsLabel;
|
|||
|
|
private Common.Forms.ListViewEx partsListView;
|
|||
|
|
private System.Windows.Forms.SplitContainer vertSplitContainer;
|
|||
|
|
private System.Windows.Forms.Button partDownButton;
|
|||
|
|
private System.Windows.Forms.Button partUpButton;
|
|||
|
|
private System.Windows.Forms.Button removePartFromWorkstepButton;
|
|||
|
|
private System.Windows.Forms.Button addPartToWorkstepButton;
|
|||
|
|
private System.Windows.Forms.Button removePartButton;
|
|||
|
|
private System.Windows.Forms.Button addPartButton;
|
|||
|
|
}
|
|||
|
|
}
|