namespace ETHZurich.OrigoVSIntegration.Dialogs
{
partial class ReleaseDialog
{
///
/// Erforderliche Designervariable.
///
private System.ComponentModel.IContainer components = null;
///
/// Verwendete Ressourcen bereinigen.
///
/// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
///
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReleaseDialog));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.TxtName = new System.Windows.Forms.TextBox();
this.TxtVersion = new System.Windows.Forms.TextBox();
this.TxtDescription = new System.Windows.Forms.TextBox();
this.BtnOk = new System.Windows.Forms.Button();
this.BtnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Name";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 58);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(42, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Version";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 107);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(60, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Description";
//
// TxtName
//
this.TxtName.Location = new System.Drawing.Point(12, 25);
this.TxtName.Name = "TxtName";
this.TxtName.Size = new System.Drawing.Size(268, 20);
this.TxtName.TabIndex = 3;
//
// TxtVersion
//
this.TxtVersion.Location = new System.Drawing.Point(12, 74);
this.TxtVersion.Name = "TxtVersion";
this.TxtVersion.Size = new System.Drawing.Size(268, 20);
this.TxtVersion.TabIndex = 4;
//
// TxtDescription
//
this.TxtDescription.Location = new System.Drawing.Point(12, 123);
this.TxtDescription.Multiline = true;
this.TxtDescription.Name = "TxtDescription";
this.TxtDescription.Size = new System.Drawing.Size(268, 102);
this.TxtDescription.TabIndex = 5;
//
// BtnOk
//
this.BtnOk.Location = new System.Drawing.Point(12, 231);
this.BtnOk.Name = "BtnOk";
this.BtnOk.Size = new System.Drawing.Size(75, 23);
this.BtnOk.TabIndex = 6;
this.BtnOk.Text = "Ok";
this.BtnOk.UseVisualStyleBackColor = true;
this.BtnOk.Click += new System.EventHandler(this.BtnOk_Click);
//
// BtnCancel
//
this.BtnCancel.Location = new System.Drawing.Point(205, 231);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(75, 23);
this.BtnCancel.TabIndex = 7;
this.BtnCancel.Text = "Cancel";
this.BtnCancel.UseVisualStyleBackColor = true;
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// ReleaseDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 266);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnOk);
this.Controls.Add(this.TxtDescription);
this.Controls.Add(this.TxtVersion);
this.Controls.Add(this.TxtName);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ReleaseDialog";
this.Text = "Origo Release";
this.Load += new System.EventHandler(this.ReleaseDialog_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button BtnOk;
private System.Windows.Forms.Button BtnCancel;
private System.Windows.Forms.TextBox TxtName;
private System.Windows.Forms.TextBox TxtVersion;
private System.Windows.Forms.TextBox TxtDescription;
}
}