00001 namespace Client
00002 {
00003 partial class CreateSuggestion
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(CreateSuggestion));
00032 this.txtReason = new System.Windows.Forms.TextBox();
00033 this.label18 = new System.Windows.Forms.Label();
00034 this.btnCancel = new System.Windows.Forms.Button();
00035 this.btnCreate = new System.Windows.Forms.Button();
00036 this.panel1 = new System.Windows.Forms.Panel();
00037 this.cmbLiterature = new System.Windows.Forms.ComboBox();
00038 this.label1 = new System.Windows.Forms.Label();
00039 this.panel1.SuspendLayout();
00040 this.SuspendLayout();
00041
00042
00043
00044 this.txtReason.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00045 | System.Windows.Forms.AnchorStyles.Left)
00046 | System.Windows.Forms.AnchorStyles.Right)));
00047 this.txtReason.Location = new System.Drawing.Point(142, 39);
00048 this.txtReason.Multiline = true;
00049 this.txtReason.Name = "txtReason";
00050 this.txtReason.Size = new System.Drawing.Size(311, 196);
00051 this.txtReason.TabIndex = 2;
00052
00053
00054
00055 this.label18.AutoSize = true;
00056 this.label18.Location = new System.Drawing.Point(89, 42);
00057 this.label18.Name = "label18";
00058 this.label18.Size = new System.Drawing.Size(47, 13);
00059 this.label18.TabIndex = 3;
00060 this.label18.Text = "Reason:";
00061
00062
00063
00064 this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
00065 this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00066 this.btnCancel.Location = new System.Drawing.Point(387, 3);
00067 this.btnCancel.Name = "btnCancel";
00068 this.btnCancel.Size = new System.Drawing.Size(75, 23);
00069 this.btnCancel.TabIndex = 29;
00070 this.btnCancel.Text = "&Cancel";
00071 this.btnCancel.UseVisualStyleBackColor = true;
00072 this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
00073
00074
00075
00076 this.btnCreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
00077 this.btnCreate.Location = new System.Drawing.Point(306, 3);
00078 this.btnCreate.Name = "btnCreate";
00079 this.btnCreate.Size = new System.Drawing.Size(75, 23);
00080 this.btnCreate.TabIndex = 29;
00081 this.btnCreate.Text = "C&reate";
00082 this.btnCreate.UseVisualStyleBackColor = true;
00083 this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
00084
00085
00086
00087 this.panel1.Controls.Add(this.btnCreate);
00088 this.panel1.Controls.Add(this.btnCancel);
00089 this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
00090 this.panel1.Location = new System.Drawing.Point(0, 241);
00091 this.panel1.Name = "panel1";
00092 this.panel1.Size = new System.Drawing.Size(465, 30);
00093 this.panel1.TabIndex = 30;
00094
00095
00096
00097 this.cmbLiterature.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00098 | System.Windows.Forms.AnchorStyles.Right)));
00099 this.cmbLiterature.FormattingEnabled = true;
00100 this.cmbLiterature.Location = new System.Drawing.Point(142, 12);
00101 this.cmbLiterature.Name = "cmbLiterature";
00102 this.cmbLiterature.Size = new System.Drawing.Size(311, 21);
00103 this.cmbLiterature.TabIndex = 6;
00104
00105
00106
00107 this.label1.AutoSize = true;
00108 this.label1.Location = new System.Drawing.Point(-1, 15);
00109 this.label1.Name = "label1";
00110 this.label1.Size = new System.Drawing.Size(137, 13);
00111 this.label1.TabIndex = 31;
00112 this.label1.Text = "Suggest existing literature:";
00113
00114
00115
00116 this.AcceptButton = this.btnCreate;
00117 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00118 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00119 this.CancelButton = this.btnCancel;
00120 this.ClientSize = new System.Drawing.Size(465, 271);
00121 this.Controls.Add(this.label1);
00122 this.Controls.Add(this.cmbLiterature);
00123 this.Controls.Add(this.panel1);
00124 this.Controls.Add(this.txtReason);
00125 this.Controls.Add(this.label18);
00126 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00127 this.Name = "CreateSuggestion";
00128 this.Text = "Create Suggestion";
00129 this.panel1.ResumeLayout(false);
00130 this.ResumeLayout(false);
00131 this.PerformLayout();
00132
00133 }
00134
00135 #endregion
00136
00137 private System.Windows.Forms.TextBox txtReason;
00138 private System.Windows.Forms.Label label18;
00139 private System.Windows.Forms.Button btnCancel;
00140 private System.Windows.Forms.Button btnCreate;
00141 private System.Windows.Forms.Panel panel1;
00142 private System.Windows.Forms.ComboBox cmbLiterature;
00143 private System.Windows.Forms.Label label1;
00144
00145 }
00146 }