00001 namespace Mcs.Epm.MicrosoftProject.mpFx.WinForms
00002 {
00003 partial class EditCustomFieldLookupFieldForm
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditCustomFieldLookupFieldForm));
00032 this.customFieldNameLabel = new System.Windows.Forms.Label();
00033 this.lookupTablesList = new System.Windows.Forms.ComboBox();
00034 this.useDefaultValueCheckbox = new System.Windows.Forms.CheckBox();
00035 this.defaultValueLabel = new System.Windows.Forms.Label();
00036 this.defaultValueTextBox = new System.Windows.Forms.TextBox();
00037 this.selectDefaulValueButton = new System.Windows.Forms.Button();
00038 this.leafNodeOnlyCheckbox = new System.Windows.Forms.CheckBox();
00039 this.multipleValuesCheckbox = new System.Windows.Forms.CheckBox();
00040 this.cancelButton = new System.Windows.Forms.Button();
00041 this.okButton = new System.Windows.Forms.Button();
00042 this.SuspendLayout();
00043
00044
00045
00046 this.customFieldNameLabel.AutoSize = true;
00047 this.customFieldNameLabel.Location = new System.Drawing.Point(13, 13);
00048 this.customFieldNameLabel.Name = "customFieldNameLabel";
00049 this.customFieldNameLabel.Size = new System.Drawing.Size(73, 13);
00050 this.customFieldNameLabel.TabIndex = 0;
00051 this.customFieldNameLabel.Text = "Lookup Table";
00052
00053
00054
00055 this.lookupTablesList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
00056 this.lookupTablesList.FormattingEnabled = true;
00057 this.lookupTablesList.Location = new System.Drawing.Point(16, 30);
00058 this.lookupTablesList.Name = "lookupTablesList";
00059 this.lookupTablesList.Size = new System.Drawing.Size(332, 21);
00060 this.lookupTablesList.TabIndex = 1;
00061 this.lookupTablesList.SelectedIndexChanged += new System.EventHandler(this.lookupTablesList_SelectedIndexChanged);
00062
00063
00064
00065 this.useDefaultValueCheckbox.AutoSize = true;
00066 this.useDefaultValueCheckbox.Location = new System.Drawing.Point(13, 58);
00067 this.useDefaultValueCheckbox.Name = "useDefaultValueCheckbox";
00068 this.useDefaultValueCheckbox.Size = new System.Drawing.Size(118, 17);
00069 this.useDefaultValueCheckbox.TabIndex = 2;
00070 this.useDefaultValueCheckbox.Text = "&Use a default value";
00071 this.useDefaultValueCheckbox.UseVisualStyleBackColor = true;
00072 this.useDefaultValueCheckbox.CheckedChanged += new System.EventHandler(this.useDefaultValueCheckbox_CheckedChanged);
00073
00074
00075
00076 this.defaultValueLabel.AutoSize = true;
00077 this.defaultValueLabel.Location = new System.Drawing.Point(31, 82);
00078 this.defaultValueLabel.Name = "defaultValueLabel";
00079 this.defaultValueLabel.Size = new System.Drawing.Size(71, 13);
00080 this.defaultValueLabel.TabIndex = 3;
00081 this.defaultValueLabel.Text = "Default Value";
00082
00083
00084
00085 this.defaultValueTextBox.BackColor = System.Drawing.SystemColors.Window;
00086 this.defaultValueTextBox.Location = new System.Drawing.Point(109, 82);
00087 this.defaultValueTextBox.Name = "defaultValueTextBox";
00088 this.defaultValueTextBox.ReadOnly = true;
00089 this.defaultValueTextBox.Size = new System.Drawing.Size(206, 20);
00090 this.defaultValueTextBox.TabIndex = 4;
00091
00092
00093
00094 this.selectDefaulValueButton.Location = new System.Drawing.Point(321, 81);
00095 this.selectDefaulValueButton.Name = "selectDefaulValueButton";
00096 this.selectDefaulValueButton.Size = new System.Drawing.Size(27, 22);
00097 this.selectDefaulValueButton.TabIndex = 5;
00098 this.selectDefaulValueButton.Text = "...";
00099 this.selectDefaulValueButton.UseVisualStyleBackColor = true;
00100 this.selectDefaulValueButton.Click += new System.EventHandler(this.selectDefaulValueButton_Click);
00101
00102
00103
00104 this.leafNodeOnlyCheckbox.AutoSize = true;
00105 this.leafNodeOnlyCheckbox.Location = new System.Drawing.Point(13, 111);
00106 this.leafNodeOnlyCheckbox.Name = "leafNodeOnlyCheckbox";
00107 this.leafNodeOnlyCheckbox.Size = new System.Drawing.Size(235, 17);
00108 this.leafNodeOnlyCheckbox.TabIndex = 6;
00109 this.leafNodeOnlyCheckbox.Text = "&Only allow codes with no subordinate values";
00110 this.leafNodeOnlyCheckbox.UseVisualStyleBackColor = true;
00111
00112
00113
00114 this.multipleValuesCheckbox.AutoSize = true;
00115 this.multipleValuesCheckbox.Location = new System.Drawing.Point(12, 134);
00116 this.multipleValuesCheckbox.Name = "multipleValuesCheckbox";
00117 this.multipleValuesCheckbox.Size = new System.Drawing.Size(277, 17);
00118 this.multipleValuesCheckbox.TabIndex = 7;
00119 this.multipleValuesCheckbox.Text = "&Allow multiple values to be selected from lookup table";
00120 this.multipleValuesCheckbox.UseVisualStyleBackColor = true;
00121
00122
00123
00124 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00125 this.cancelButton.Location = new System.Drawing.Point(273, 166);
00126 this.cancelButton.Name = "cancelButton";
00127 this.cancelButton.Size = new System.Drawing.Size(75, 23);
00128 this.cancelButton.TabIndex = 12;
00129 this.cancelButton.Text = "&Cancel";
00130 this.cancelButton.UseVisualStyleBackColor = true;
00131 this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
00132
00133
00134
00135 this.okButton.Location = new System.Drawing.Point(192, 166);
00136 this.okButton.Name = "okButton";
00137 this.okButton.Size = new System.Drawing.Size(75, 23);
00138 this.okButton.TabIndex = 11;
00139 this.okButton.Text = "&OK";
00140 this.okButton.UseVisualStyleBackColor = true;
00141 this.okButton.Click += new System.EventHandler(this.okButton_Click);
00142
00143
00144
00145 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00146 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00147 this.ClientSize = new System.Drawing.Size(365, 202);
00148 this.Controls.Add(this.cancelButton);
00149 this.Controls.Add(this.okButton);
00150 this.Controls.Add(this.multipleValuesCheckbox);
00151 this.Controls.Add(this.leafNodeOnlyCheckbox);
00152 this.Controls.Add(this.selectDefaulValueButton);
00153 this.Controls.Add(this.defaultValueTextBox);
00154 this.Controls.Add(this.defaultValueLabel);
00155 this.Controls.Add(this.useDefaultValueCheckbox);
00156 this.Controls.Add(this.lookupTablesList);
00157 this.Controls.Add(this.customFieldNameLabel);
00158 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00159 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00160 this.MaximizeBox = false;
00161 this.MinimizeBox = false;
00162 this.Name = "EditCustomFieldLookupFieldForm";
00163 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
00164 this.Text = "Custom Field Lookup Table";
00165 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditCustomFieldLookupFieldForm_FormClosing);
00166 this.Load += new System.EventHandler(this.EdiCustomFieldLookupFieldForm_Load);
00167 this.ResumeLayout(false);
00168 this.PerformLayout();
00169
00170 }
00171
00172 #endregion
00173
00174 private System.Windows.Forms.Label customFieldNameLabel;
00175 private System.Windows.Forms.ComboBox lookupTablesList;
00176 private System.Windows.Forms.CheckBox useDefaultValueCheckbox;
00177 private System.Windows.Forms.Label defaultValueLabel;
00178 private System.Windows.Forms.TextBox defaultValueTextBox;
00179 private System.Windows.Forms.Button selectDefaulValueButton;
00180 private System.Windows.Forms.CheckBox leafNodeOnlyCheckbox;
00181 private System.Windows.Forms.CheckBox multipleValuesCheckbox;
00182 private System.Windows.Forms.Button cancelButton;
00183 private System.Windows.Forms.Button okButton;
00184 }
00185 }