namespace ETHZurich.OrigoVSIntegration.Dialogs { partial class WorkitemDetailsDialog { /// /// 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(WorkitemDetailsDialog)); this.lblShortText = new System.Windows.Forms.LinkLabel(); this.txtLongText = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // lblShortText // this.lblShortText.AutoSize = true; this.lblShortText.Location = new System.Drawing.Point(12, 9); this.lblShortText.Name = "lblShortText"; this.lblShortText.Size = new System.Drawing.Size(57, 13); this.lblShortText.TabIndex = 0; this.lblShortText.TabStop = true; this.lblShortText.Text = "Label Text"; this.lblShortText.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblShortText_LinkClicked); // // txtLongText // this.txtLongText.Location = new System.Drawing.Point(12, 25); this.txtLongText.Multiline = true; this.txtLongText.Name = "txtLongText"; this.txtLongText.ReadOnly = true; this.txtLongText.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtLongText.Size = new System.Drawing.Size(568, 377); this.txtLongText.TabIndex = 1; this.txtLongText.WordWrap = false; // // WorkitemDetailsDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(592, 414); this.Controls.Add(this.txtLongText); this.Controls.Add(this.lblShortText); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "WorkitemDetailsDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Workitem Details"; this.ResizeEnd += new System.EventHandler(this.WorkitemDetailsDialog_ResizeEnd); this.Load += new System.EventHandler(this.WorkitemDetailsDialog_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.LinkLabel lblShortText; private System.Windows.Forms.TextBox txtLongText; } }