00001 namespace Mcs.Epm.MicrosoftProject.mpFx.WinForms
00002 {
00003 partial class CustomFieldSelectorForm
00004 {
00005
00006
00007
00008 private System.ComponentModel.IContainer components = null;
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 Windows Form Designer generated code
00024
00025
00026
00027
00028
00029 private void InitializeComponent()
00030 {
00031 this.availableCustomFieldsDataGridView = new System.Windows.Forms.DataGridView();
00032 this.availablePropUIDColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00033 this.availablePropNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00034 this.availableFieldLabel = new System.Windows.Forms.Label();
00035 this.cancelButton = new System.Windows.Forms.Button();
00036 this.okButton = new System.Windows.Forms.Button();
00037 this.selectedCustomFieldDataGridView = new System.Windows.Forms.DataGridView();
00038 this.selectedPropUIDColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00039 this.selectedPropNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00040 this.addAllButton = new System.Windows.Forms.Button();
00041 this.addOneButton = new System.Windows.Forms.Button();
00042 this.removeOneButton = new System.Windows.Forms.Button();
00043 this.removeAllButton = new System.Windows.Forms.Button();
00044 this.selectedFieldsLabel = new System.Windows.Forms.Label();
00045 ((System.ComponentModel.ISupportInitialize)(this.availableCustomFieldsDataGridView)).BeginInit();
00046 ((System.ComponentModel.ISupportInitialize)(this.selectedCustomFieldDataGridView)).BeginInit();
00047 this.SuspendLayout();
00048
00049
00050
00051 this.availableCustomFieldsDataGridView.AllowUserToAddRows = false;
00052 this.availableCustomFieldsDataGridView.AllowUserToDeleteRows = false;
00053 this.availableCustomFieldsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
00054 this.availableCustomFieldsDataGridView.ColumnHeadersVisible = false;
00055 this.availableCustomFieldsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
00056 this.availablePropUIDColumn,
00057 this.availablePropNameColumn});
00058 this.availableCustomFieldsDataGridView.Location = new System.Drawing.Point(12, 29);
00059 this.availableCustomFieldsDataGridView.Name = "availableCustomFieldsDataGridView";
00060 this.availableCustomFieldsDataGridView.ReadOnly = true;
00061 this.availableCustomFieldsDataGridView.RowHeadersVisible = false;
00062 this.availableCustomFieldsDataGridView.Size = new System.Drawing.Size(214, 304);
00063 this.availableCustomFieldsDataGridView.TabIndex = 0;
00064 this.availableCustomFieldsDataGridView.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.availableCustomFieldsDataGridView_RowEnter);
00065 this.availableCustomFieldsDataGridView.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.availableCustomFieldsDataGridView_RowsRemoved);
00066
00067
00068
00069 this.availablePropUIDColumn.HeaderText = "";
00070 this.availablePropUIDColumn.Name = "availablePropUIDColumn";
00071 this.availablePropUIDColumn.ReadOnly = true;
00072 this.availablePropUIDColumn.Visible = false;
00073
00074
00075
00076 this.availablePropNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
00077 this.availablePropNameColumn.HeaderText = "Name";
00078 this.availablePropNameColumn.Name = "availablePropNameColumn";
00079 this.availablePropNameColumn.ReadOnly = true;
00080 this.availablePropNameColumn.Width = 5;
00081
00082
00083
00084 this.availableFieldLabel.AutoSize = true;
00085 this.availableFieldLabel.Location = new System.Drawing.Point(12, 9);
00086 this.availableFieldLabel.Name = "availableFieldLabel";
00087 this.availableFieldLabel.Size = new System.Drawing.Size(118, 13);
00088 this.availableFieldLabel.TabIndex = 1;
00089 this.availableFieldLabel.Text = "Available Custom Fields";
00090
00091
00092
00093 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00094 this.cancelButton.Location = new System.Drawing.Point(407, 344);
00095 this.cancelButton.Name = "cancelButton";
00096 this.cancelButton.Size = new System.Drawing.Size(75, 23);
00097 this.cancelButton.TabIndex = 2;
00098 this.cancelButton.Text = "&Cancel";
00099 this.cancelButton.UseVisualStyleBackColor = true;
00100
00101
00102
00103 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
00104 this.okButton.Location = new System.Drawing.Point(326, 344);
00105 this.okButton.Name = "okButton";
00106 this.okButton.Size = new System.Drawing.Size(75, 23);
00107 this.okButton.TabIndex = 3;
00108 this.okButton.Text = "&OK";
00109 this.okButton.UseVisualStyleBackColor = true;
00110 this.okButton.Click += new System.EventHandler(this.okButton_Click);
00111
00112
00113
00114 this.selectedCustomFieldDataGridView.AllowUserToAddRows = false;
00115 this.selectedCustomFieldDataGridView.AllowUserToDeleteRows = false;
00116 this.selectedCustomFieldDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
00117 this.selectedCustomFieldDataGridView.ColumnHeadersVisible = false;
00118 this.selectedCustomFieldDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
00119 this.selectedPropUIDColumn,
00120 this.selectedPropNameColumn});
00121 this.selectedCustomFieldDataGridView.Location = new System.Drawing.Point(268, 29);
00122 this.selectedCustomFieldDataGridView.Name = "selectedCustomFieldDataGridView";
00123 this.selectedCustomFieldDataGridView.ReadOnly = true;
00124 this.selectedCustomFieldDataGridView.RowHeadersVisible = false;
00125 this.selectedCustomFieldDataGridView.Size = new System.Drawing.Size(214, 304);
00126 this.selectedCustomFieldDataGridView.TabIndex = 4;
00127 this.selectedCustomFieldDataGridView.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.selectedCustomFieldDataGridView_RowEnter);
00128 this.selectedCustomFieldDataGridView.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.selectedCustomFieldDataGridView_RowsRemoved);
00129
00130
00131
00132 this.selectedPropUIDColumn.HeaderText = "";
00133 this.selectedPropUIDColumn.Name = "selectedPropUIDColumn";
00134 this.selectedPropUIDColumn.ReadOnly = true;
00135 this.selectedPropUIDColumn.Visible = false;
00136
00137
00138
00139 this.selectedPropNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
00140 this.selectedPropNameColumn.HeaderText = "Name";
00141 this.selectedPropNameColumn.Name = "selectedPropNameColumn";
00142 this.selectedPropNameColumn.ReadOnly = true;
00143 this.selectedPropNameColumn.Width = 5;
00144
00145
00146
00147 this.addAllButton.Enabled = false;
00148 this.addAllButton.Location = new System.Drawing.Point(232, 104);
00149 this.addAllButton.Name = "addAllButton";
00150 this.addAllButton.Size = new System.Drawing.Size(30, 23);
00151 this.addAllButton.TabIndex = 5;
00152 this.addAllButton.Text = ">>";
00153 this.addAllButton.UseVisualStyleBackColor = true;
00154 this.addAllButton.Click += new System.EventHandler(this.addAllButton_Click);
00155
00156
00157
00158 this.addOneButton.Enabled = false;
00159 this.addOneButton.Location = new System.Drawing.Point(232, 133);
00160 this.addOneButton.Name = "addOneButton";
00161 this.addOneButton.Size = new System.Drawing.Size(30, 23);
00162 this.addOneButton.TabIndex = 6;
00163 this.addOneButton.Text = ">";
00164 this.addOneButton.UseVisualStyleBackColor = true;
00165 this.addOneButton.Click += new System.EventHandler(this.addOneButton_Click);
00166
00167
00168
00169 this.removeOneButton.Enabled = false;
00170 this.removeOneButton.Location = new System.Drawing.Point(232, 162);
00171 this.removeOneButton.Name = "removeOneButton";
00172 this.removeOneButton.Size = new System.Drawing.Size(30, 23);
00173 this.removeOneButton.TabIndex = 7;
00174 this.removeOneButton.Text = "<";
00175 this.removeOneButton.UseVisualStyleBackColor = true;
00176 this.removeOneButton.Click += new System.EventHandler(this.removeOneButton_Click);
00177
00178
00179
00180 this.removeAllButton.Enabled = false;
00181 this.removeAllButton.Location = new System.Drawing.Point(232, 191);
00182 this.removeAllButton.Name = "removeAllButton";
00183 this.removeAllButton.Size = new System.Drawing.Size(30, 23);
00184 this.removeAllButton.TabIndex = 8;
00185 this.removeAllButton.Text = "<<";
00186 this.removeAllButton.UseVisualStyleBackColor = true;
00187 this.removeAllButton.Click += new System.EventHandler(this.removeAllButton_Click);
00188
00189
00190
00191 this.selectedFieldsLabel.AutoSize = true;
00192 this.selectedFieldsLabel.Location = new System.Drawing.Point(265, 9);
00193 this.selectedFieldsLabel.Name = "selectedFieldsLabel";
00194 this.selectedFieldsLabel.Size = new System.Drawing.Size(117, 13);
00195 this.selectedFieldsLabel.TabIndex = 9;
00196 this.selectedFieldsLabel.Text = "Selected Custom Fields";
00197
00198
00199
00200 this.AcceptButton = this.okButton;
00201 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00202 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00203 this.CancelButton = this.cancelButton;
00204 this.ClientSize = new System.Drawing.Size(493, 375);
00205 this.Controls.Add(this.selectedFieldsLabel);
00206 this.Controls.Add(this.removeAllButton);
00207 this.Controls.Add(this.removeOneButton);
00208 this.Controls.Add(this.addOneButton);
00209 this.Controls.Add(this.addAllButton);
00210 this.Controls.Add(this.selectedCustomFieldDataGridView);
00211 this.Controls.Add(this.okButton);
00212 this.Controls.Add(this.cancelButton);
00213 this.Controls.Add(this.availableFieldLabel);
00214 this.Controls.Add(this.availableCustomFieldsDataGridView);
00215 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00216 this.MaximizeBox = false;
00217 this.MinimizeBox = false;
00218 this.Name = "CustomFieldSelectorForm";
00219 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
00220 this.Text = "t p";
00221 this.Shown += new System.EventHandler(this.CustomFieldSelectorForm_Shown);
00222 ((System.ComponentModel.ISupportInitialize)(this.availableCustomFieldsDataGridView)).EndInit();
00223 ((System.ComponentModel.ISupportInitialize)(this.selectedCustomFieldDataGridView)).EndInit();
00224 this.ResumeLayout(false);
00225 this.PerformLayout();
00226
00227 }
00228
00229 #endregion
00230
00231 private System.Windows.Forms.DataGridView availableCustomFieldsDataGridView;
00232 private System.Windows.Forms.Label availableFieldLabel;
00233 private System.Windows.Forms.Button cancelButton;
00234 private System.Windows.Forms.Button okButton;
00235 private System.Windows.Forms.DataGridView selectedCustomFieldDataGridView;
00236 private System.Windows.Forms.Button addAllButton;
00237 private System.Windows.Forms.Button addOneButton;
00238 private System.Windows.Forms.Button removeOneButton;
00239 private System.Windows.Forms.Button removeAllButton;
00240 private System.Windows.Forms.Label selectedFieldsLabel;
00241 private System.Windows.Forms.DataGridViewTextBoxColumn availablePropUIDColumn;
00242 private System.Windows.Forms.DataGridViewTextBoxColumn availablePropNameColumn;
00243 private System.Windows.Forms.DataGridViewTextBoxColumn selectedPropUIDColumn;
00244 private System.Windows.Forms.DataGridViewTextBoxColumn selectedPropNameColumn;
00245 }
00246 }