00001 namespace Editor
00002 {
00003 partial class ReferencesDialog
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
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
00029 private void InitializeComponent()
00030 {
00031 this.treeView1 = new System.Windows.Forms.TreeView();
00032 this.toolStrip1 = new System.Windows.Forms.ToolStrip();
00033 this.addRefBtn = new System.Windows.Forms.Button();
00034 this.refTreeView = new System.Windows.Forms.TreeView();
00035 this.validateRefBtn = new System.Windows.Forms.Button();
00036 this.cancelRefBtn = new System.Windows.Forms.Button();
00037 this.removeBtn = new System.Windows.Forms.Button();
00038 this.SuspendLayout();
00039
00040
00041
00042 this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
00043 this.treeView1.Location = new System.Drawing.Point(0, 0);
00044 this.treeView1.Name = "treeView1";
00045 this.treeView1.Size = new System.Drawing.Size(455, 266);
00046 this.treeView1.TabIndex = 0;
00047
00048
00049
00050 this.toolStrip1.Location = new System.Drawing.Point(0, 0);
00051 this.toolStrip1.Name = "toolStrip1";
00052 this.toolStrip1.Size = new System.Drawing.Size(455, 25);
00053 this.toolStrip1.TabIndex = 1;
00054 this.toolStrip1.Text = "toolStrip1";
00055
00056
00057
00058 this.addRefBtn.Location = new System.Drawing.Point(14, 0);
00059 this.addRefBtn.Name = "addRefBtn";
00060 this.addRefBtn.Size = new System.Drawing.Size(77, 24);
00061 this.addRefBtn.TabIndex = 2;
00062 this.addRefBtn.Text = "Add";
00063 this.addRefBtn.UseVisualStyleBackColor = true;
00064 this.addRefBtn.Click += new System.EventHandler(this.addRefBtn_Click);
00065
00066
00067
00068 this.refTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
00069 this.refTreeView.Location = new System.Drawing.Point(0, 25);
00070 this.refTreeView.Name = "refTreeView";
00071 this.refTreeView.Size = new System.Drawing.Size(455, 241);
00072 this.refTreeView.TabIndex = 3;
00073
00074
00075
00076 this.validateRefBtn.Location = new System.Drawing.Point(295, 0);
00077 this.validateRefBtn.Name = "validateRefBtn";
00078 this.validateRefBtn.Size = new System.Drawing.Size(72, 25);
00079 this.validateRefBtn.TabIndex = 4;
00080 this.validateRefBtn.Text = "Validate";
00081 this.validateRefBtn.UseVisualStyleBackColor = true;
00082 this.validateRefBtn.Click += new System.EventHandler(this.validateRefBtn_Click);
00083
00084
00085
00086 this.cancelRefBtn.Location = new System.Drawing.Point(373, 0);
00087 this.cancelRefBtn.Name = "cancelRefBtn";
00088 this.cancelRefBtn.Size = new System.Drawing.Size(82, 25);
00089 this.cancelRefBtn.TabIndex = 5;
00090 this.cancelRefBtn.Text = "Cancel";
00091 this.cancelRefBtn.UseVisualStyleBackColor = true;
00092 this.cancelRefBtn.Click += new System.EventHandler(this.cancelRefBtn_Click);
00093
00094
00095
00096 this.removeBtn.Location = new System.Drawing.Point(97, 0);
00097 this.removeBtn.Name = "removeBtn";
00098 this.removeBtn.Size = new System.Drawing.Size(73, 24);
00099 this.removeBtn.TabIndex = 6;
00100 this.removeBtn.Text = "Remove";
00101 this.removeBtn.UseVisualStyleBackColor = true;
00102 this.removeBtn.Click += new System.EventHandler(this.removeBtn_Click);
00103
00104
00105
00106 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00107 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00108 this.ClientSize = new System.Drawing.Size(455, 266);
00109 this.Controls.Add(this.removeBtn);
00110 this.Controls.Add(this.cancelRefBtn);
00111 this.Controls.Add(this.validateRefBtn);
00112 this.Controls.Add(this.refTreeView);
00113 this.Controls.Add(this.addRefBtn);
00114 this.Controls.Add(this.toolStrip1);
00115 this.Controls.Add(this.treeView1);
00116 this.Name = "ReferencesDialog";
00117 this.Text = "ReferencesDialog";
00118 this.ResumeLayout(false);
00119 this.PerformLayout();
00120
00121 }
00122
00123 #endregion
00124
00125 private System.Windows.Forms.TreeView treeView1;
00126 private System.Windows.Forms.ToolStrip toolStrip1;
00127 private System.Windows.Forms.Button addRefBtn;
00128 private System.Windows.Forms.TreeView refTreeView;
00129 private System.Windows.Forms.Button validateRefBtn;
00130 private System.Windows.Forms.Button cancelRefBtn;
00131 private System.Windows.Forms.Button removeBtn;
00132 }
00133 }