00001 namespace Mcs.Epm.MicrosoftProject.mpFx.WinForms
00002 {
00003 partial class SelectLookupTableValueForm
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(SelectLookupTableValueForm));
00032 this.panel1 = new System.Windows.Forms.Panel();
00033 this.panel2 = new System.Windows.Forms.Panel();
00034 this.panel3 = new System.Windows.Forms.Panel();
00035 this.valuesTree = new System.Windows.Forms.TreeView();
00036 this.panel4 = new System.Windows.Forms.Panel();
00037 this.okButton = new System.Windows.Forms.Button();
00038 this.cancelButton = new System.Windows.Forms.Button();
00039 this.panel1.SuspendLayout();
00040 this.panel2.SuspendLayout();
00041 this.panel3.SuspendLayout();
00042 this.panel4.SuspendLayout();
00043 this.SuspendLayout();
00044
00045
00046
00047 this.panel1.Controls.Add(this.panel2);
00048 this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
00049 this.panel1.Location = new System.Drawing.Point(10, 10);
00050 this.panel1.Name = "panel1";
00051 this.panel1.Size = new System.Drawing.Size(415, 343);
00052 this.panel1.TabIndex = 16;
00053
00054
00055
00056 this.panel2.Controls.Add(this.valuesTree);
00057 this.panel2.Controls.Add(this.panel3);
00058 this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
00059 this.panel2.Location = new System.Drawing.Point(0, 0);
00060 this.panel2.Name = "panel2";
00061 this.panel2.Size = new System.Drawing.Size(415, 343);
00062 this.panel2.TabIndex = 17;
00063
00064
00065
00066 this.panel3.Controls.Add(this.panel4);
00067 this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
00068 this.panel3.Location = new System.Drawing.Point(0, 305);
00069 this.panel3.Name = "panel3";
00070 this.panel3.Size = new System.Drawing.Size(415, 38);
00071 this.panel3.TabIndex = 0;
00072
00073
00074
00075 this.valuesTree.CheckBoxes = true;
00076 this.valuesTree.Dock = System.Windows.Forms.DockStyle.Fill;
00077 this.valuesTree.Location = new System.Drawing.Point(0, 0);
00078 this.valuesTree.Name = "valuesTree";
00079 this.valuesTree.Size = new System.Drawing.Size(415, 305);
00080 this.valuesTree.TabIndex = 17;
00081 this.valuesTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.valuesTree_AfterCheck);
00082
00083
00084
00085 this.panel4.Controls.Add(this.okButton);
00086 this.panel4.Controls.Add(this.cancelButton);
00087 this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
00088 this.panel4.Location = new System.Drawing.Point(215, 0);
00089 this.panel4.Name = "panel4";
00090 this.panel4.Size = new System.Drawing.Size(200, 38);
00091 this.panel4.TabIndex = 0;
00092
00093
00094
00095 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
00096 this.okButton.Location = new System.Drawing.Point(44, 12);
00097 this.okButton.Name = "okButton";
00098 this.okButton.Size = new System.Drawing.Size(75, 23);
00099 this.okButton.TabIndex = 19;
00100 this.okButton.Text = "&OK";
00101 this.okButton.UseVisualStyleBackColor = true;
00102 this.okButton.Click += new System.EventHandler(this.okButton_Click);
00103
00104
00105
00106 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00107 this.cancelButton.Location = new System.Drawing.Point(125, 12);
00108 this.cancelButton.Name = "cancelButton";
00109 this.cancelButton.Size = new System.Drawing.Size(75, 23);
00110 this.cancelButton.TabIndex = 20;
00111 this.cancelButton.Text = "&Cancel";
00112 this.cancelButton.UseVisualStyleBackColor = true;
00113 this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
00114
00115
00116
00117 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00118 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00119 this.ClientSize = new System.Drawing.Size(435, 363);
00120 this.Controls.Add(this.panel1);
00121 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00122 this.MaximizeBox = false;
00123 this.MinimizeBox = false;
00124 this.Name = "SelectLookupTableValueForm";
00125 this.Padding = new System.Windows.Forms.Padding(10);
00126 this.Text = "Select Lookup Value(s)";
00127 this.Load += new System.EventHandler(this.SelectLookupTableValueForm_Load);
00128 this.panel1.ResumeLayout(false);
00129 this.panel2.ResumeLayout(false);
00130 this.panel3.ResumeLayout(false);
00131 this.panel4.ResumeLayout(false);
00132 this.ResumeLayout(false);
00133
00134 }
00135
00136 #endregion
00137
00138 private System.Windows.Forms.Panel panel1;
00139 private System.Windows.Forms.Panel panel2;
00140 private System.Windows.Forms.Panel panel3;
00141 private System.Windows.Forms.TreeView valuesTree;
00142 private System.Windows.Forms.Panel panel4;
00143 private System.Windows.Forms.Button okButton;
00144 private System.Windows.Forms.Button cancelButton;
00145 }
00146 }