Reference.Designer.cs

00001 namespace Client
00002 {
00003     partial class Reference
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             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Reference));
00032             this.txtFilter = new System.Windows.Forms.TextBox();
00033             this.listReferences = new System.Windows.Forms.ListBox();
00034             this.panel1 = new System.Windows.Forms.Panel();
00035             this.btoAddLit = new System.Windows.Forms.Button();
00036             this.btnOK = new System.Windows.Forms.Button();
00037             this.btnCancel = new System.Windows.Forms.Button();
00038             this.panel1.SuspendLayout();
00039             this.SuspendLayout();
00040             // 
00041             // txtFilter
00042             // 
00043             this.txtFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00044                         | System.Windows.Forms.AnchorStyles.Right)));
00045             this.txtFilter.ForeColor = System.Drawing.SystemColors.GrayText;
00046             this.txtFilter.Location = new System.Drawing.Point(0, 0);
00047             this.txtFilter.Name = "txtFilter";
00048             this.txtFilter.Size = new System.Drawing.Size(355, 21);
00049             this.txtFilter.TabIndex = 0;
00050             this.txtFilter.Text = "Filter...";
00051             this.txtFilter.Enter += new System.EventHandler(this.txtFilter_Enter);
00052             this.txtFilter.Leave += new System.EventHandler(this.txtFilter_Leave);
00053             this.txtFilter.TextChanged += new System.EventHandler(this.txtFilter_TextChanged);
00054             // 
00055             // listReferences
00056             // 
00057             this.listReferences.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00058                         | System.Windows.Forms.AnchorStyles.Left)
00059                         | System.Windows.Forms.AnchorStyles.Right)));
00060             this.listReferences.FormattingEnabled = true;
00061             this.listReferences.Location = new System.Drawing.Point(0, 21);
00062             this.listReferences.Name = "listReferences";
00063             this.listReferences.Size = new System.Drawing.Size(355, 329);
00064             this.listReferences.TabIndex = 1;
00065             this.listReferences.DoubleClick += new System.EventHandler(this.listReferences_DoubleClick);
00066             this.listReferences.SelectedIndexChanged += new System.EventHandler(this.listReferences_SelectedIndexChanged);
00067             // 
00068             // panel1
00069             // 
00070             this.panel1.Controls.Add(this.btoAddLit);
00071             this.panel1.Controls.Add(this.btnOK);
00072             this.panel1.Controls.Add(this.btnCancel);
00073             this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
00074             this.panel1.Location = new System.Drawing.Point(0, 349);
00075             this.panel1.Name = "panel1";
00076             this.panel1.Size = new System.Drawing.Size(355, 37);
00077             this.panel1.TabIndex = 2;
00078             // 
00079             // btoAddLit
00080             // 
00081             this.btoAddLit.Location = new System.Drawing.Point(3, 11);
00082             this.btoAddLit.Name = "btoAddLit";
00083             this.btoAddLit.Size = new System.Drawing.Size(107, 23);
00084             this.btoAddLit.TabIndex = 5;
00085             this.btoAddLit.Text = "Create Literature";
00086             this.btoAddLit.UseVisualStyleBackColor = true;
00087             this.btoAddLit.Click += new System.EventHandler(this.btoAddLit_Click);
00088             // 
00089             // btnOK
00090             // 
00091             this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00092             this.btnOK.Location = new System.Drawing.Point(130, 11);
00093             this.btnOK.Name = "btnOK";
00094             this.btnOK.Size = new System.Drawing.Size(108, 23);
00095             this.btnOK.TabIndex = 3;
00096             this.btnOK.Text = "Add Reference";
00097             this.btnOK.UseVisualStyleBackColor = true;
00098             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
00099             // 
00100             // btnCancel
00101             // 
00102             this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00103             this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00104             this.btnCancel.Location = new System.Drawing.Point(244, 11);
00105             this.btnCancel.Name = "btnCancel";
00106             this.btnCancel.Size = new System.Drawing.Size(108, 23);
00107             this.btnCancel.TabIndex = 4;
00108             this.btnCancel.Text = "Cancel";
00109             this.btnCancel.UseVisualStyleBackColor = true;
00110             this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
00111             // 
00112             // Reference
00113             // 
00114             this.AcceptButton = this.btnOK;
00115             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00116             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00117             this.CancelButton = this.btnCancel;
00118             this.ClientSize = new System.Drawing.Size(355, 386);
00119             this.Controls.Add(this.panel1);
00120             this.Controls.Add(this.listReferences);
00121             this.Controls.Add(this.txtFilter);
00122             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00123             this.Name = "Reference";
00124             this.Text = "Add Reference";
00125             this.Shown += new System.EventHandler(this.Reference_Shown);
00126             this.panel1.ResumeLayout(false);
00127             this.ResumeLayout(false);
00128             this.PerformLayout();
00129 
00130         }
00131 
00132         #endregion
00133 
00134         private System.Windows.Forms.TextBox txtFilter;
00135         private System.Windows.Forms.ListBox listReferences;
00136         private System.Windows.Forms.Panel panel1;
00137         private System.Windows.Forms.Button btnOK;
00138         private System.Windows.Forms.Button btnCancel;
00139         private System.Windows.Forms.Button btoAddLit;
00140     }
00141 }

Generated on Thu Dec 21 06:21:55 2006 for SCRAML by  doxygen 1.5.1-p1