00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.QueueManagerPlugin.Controls
00002 {
00003 partial class ListPickerControl
00004 {
00005
00006
00007
00008 private System.ComponentModel.IContainer components;
00009
00010
00011
00012
00013
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Component Designer generated code
00024
00025
00026
00027
00028
00029 private void InitializeComponent()
00030 {
00031 this.availableList = new System.Windows.Forms.ListBox();
00032 this.availableLabel = new System.Windows.Forms.Label();
00033 this.selectedLabel = new System.Windows.Forms.Label();
00034 this.selectedList = new System.Windows.Forms.ListBox();
00035 this.addOneButton = new System.Windows.Forms.Button();
00036 this.addAllButton = new System.Windows.Forms.Button();
00037 this.removeAllButton = new System.Windows.Forms.Button();
00038 this.removeOneButton = new System.Windows.Forms.Button();
00039 this.SuspendLayout();
00040
00041
00042
00043 this.availableList.FormattingEnabled = true;
00044 this.availableList.Location = new System.Drawing.Point(4, 31);
00045 this.availableList.Name = "availableList";
00046 this.availableList.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
00047 this.availableList.Size = new System.Drawing.Size(176, 238);
00048 this.availableList.TabIndex = 0;
00049 this.availableList.SelectedIndexChanged += new System.EventHandler(this.availableList_SelectedIndexChanged);
00050 this.availableList.DoubleClick += new System.EventHandler(this.availableList_DoubleClick);
00051
00052
00053
00054 this.availableLabel.Location = new System.Drawing.Point(3, 15);
00055 this.availableLabel.Name = "availableLabel";
00056 this.availableLabel.Size = new System.Drawing.Size(177, 13);
00057 this.availableLabel.TabIndex = 1;
00058 this.availableLabel.Text = "Available {0}";
00059 this.availableLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
00060
00061
00062
00063 this.selectedLabel.Location = new System.Drawing.Point(247, 15);
00064 this.selectedLabel.Name = "selectedLabel";
00065 this.selectedLabel.Size = new System.Drawing.Size(177, 13);
00066 this.selectedLabel.TabIndex = 3;
00067 this.selectedLabel.Text = "Selected {0}";
00068 this.selectedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
00069
00070
00071
00072 this.selectedList.FormattingEnabled = true;
00073 this.selectedList.Location = new System.Drawing.Point(248, 31);
00074 this.selectedList.Name = "selectedList";
00075 this.selectedList.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
00076 this.selectedList.Size = new System.Drawing.Size(176, 238);
00077 this.selectedList.TabIndex = 2;
00078 this.selectedList.SelectedIndexChanged += new System.EventHandler(this.selectedList_SelectedIndexChanged);
00079 this.selectedList.DoubleClick += new System.EventHandler(this.selectedList_DoubleClick);
00080
00081
00082
00083 this.addOneButton.Enabled = false;
00084 this.addOneButton.FlatAppearance.BorderSize = 0;
00085 this.addOneButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
00086 this.addOneButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.QueueManagerPlugin.Properties.Resources.arrow_right;
00087 this.addOneButton.Location = new System.Drawing.Point(195, 58);
00088 this.addOneButton.Name = "addOneButton";
00089 this.addOneButton.Size = new System.Drawing.Size(33, 23);
00090 this.addOneButton.TabIndex = 4;
00091 this.addOneButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
00092 this.addOneButton.UseVisualStyleBackColor = true;
00093 this.addOneButton.Click += new System.EventHandler(this.addOneButton_Click);
00094
00095
00096
00097 this.addAllButton.Enabled = false;
00098 this.addAllButton.FlatAppearance.BorderSize = 0;
00099 this.addAllButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
00100 this.addAllButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.QueueManagerPlugin.Properties.Resources.application_side_expand;
00101 this.addAllButton.Location = new System.Drawing.Point(195, 103);
00102 this.addAllButton.Name = "addAllButton";
00103 this.addAllButton.Size = new System.Drawing.Size(33, 23);
00104 this.addAllButton.TabIndex = 5;
00105 this.addAllButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
00106 this.addAllButton.UseVisualStyleBackColor = true;
00107 this.addAllButton.Click += new System.EventHandler(this.addAllButton_Click);
00108
00109
00110
00111 this.removeAllButton.Enabled = false;
00112 this.removeAllButton.FlatAppearance.BorderSize = 0;
00113 this.removeAllButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
00114 this.removeAllButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.QueueManagerPlugin.Properties.Resources.application_side_contract;
00115 this.removeAllButton.Location = new System.Drawing.Point(195, 148);
00116 this.removeAllButton.Name = "removeAllButton";
00117 this.removeAllButton.Size = new System.Drawing.Size(33, 23);
00118 this.removeAllButton.TabIndex = 6;
00119 this.removeAllButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
00120 this.removeAllButton.UseVisualStyleBackColor = true;
00121 this.removeAllButton.Click += new System.EventHandler(this.removeAllButton_Click);
00122
00123
00124
00125 this.removeOneButton.Enabled = false;
00126 this.removeOneButton.FlatAppearance.BorderSize = 0;
00127 this.removeOneButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
00128 this.removeOneButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.QueueManagerPlugin.Properties.Resources.arrow_left;
00129 this.removeOneButton.Location = new System.Drawing.Point(195, 193);
00130 this.removeOneButton.Name = "removeOneButton";
00131 this.removeOneButton.Size = new System.Drawing.Size(33, 23);
00132 this.removeOneButton.TabIndex = 7;
00133 this.removeOneButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
00134 this.removeOneButton.UseVisualStyleBackColor = true;
00135 this.removeOneButton.Click += new System.EventHandler(this.removeOneButton_Click);
00136
00137
00138
00139 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00140 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00141 this.BackColor = System.Drawing.Color.Transparent;
00142 this.Controls.Add(this.removeOneButton);
00143 this.Controls.Add(this.removeAllButton);
00144 this.Controls.Add(this.addAllButton);
00145 this.Controls.Add(this.addOneButton);
00146 this.Controls.Add(this.selectedLabel);
00147 this.Controls.Add(this.selectedList);
00148 this.Controls.Add(this.availableLabel);
00149 this.Controls.Add(this.availableList);
00150 this.Name = "ListPickerControl";
00151 this.Size = new System.Drawing.Size(431, 274);
00152 this.ResumeLayout(false);
00153
00154 }
00155
00156 #endregion
00157
00158 private System.Windows.Forms.ListBox availableList;
00159 private System.Windows.Forms.Label availableLabel;
00160 private System.Windows.Forms.Label selectedLabel;
00161 private System.Windows.Forms.ListBox selectedList;
00162 private System.Windows.Forms.Button addOneButton;
00163 private System.Windows.Forms.Button addAllButton;
00164 private System.Windows.Forms.Button removeAllButton;
00165 private System.Windows.Forms.Button removeOneButton;
00166 }
00167 }