namespace Inssider { partial class UnhandledExDlgForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UnhandledExDlgForm)); this.panelTop = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.labelTitle = new System.Windows.Forms.Label(); this.panelDevider = new System.Windows.Forms.Panel(); this.labelExceptionDate = new System.Windows.Forms.Label(); this.labelCaption = new System.Windows.Forms.Label(); this.labelDescription = new System.Windows.Forms.Label(); this.buttonNotSend = new System.Windows.Forms.Button(); this.buttonSend = new System.Windows.Forms.Button(); this.labelLinkTitle = new System.Windows.Forms.Label(); this.linkLabelData = new System.Windows.Forms.LinkLabel(); this.buttonCopy = new System.Windows.Forms.Button(); this.userInfoLabel = new System.Windows.Forms.Label(); this.userInfoTextBox = new System.Windows.Forms.TextBox(); this.panelTop.SuspendLayout(); this.SuspendLayout(); // // panelTop // this.panelTop.BackColor = System.Drawing.SystemColors.Window; this.panelTop.Controls.Add(this.label1); this.panelTop.Controls.Add(this.labelTitle); resources.ApplyResources(this.panelTop, "panelTop"); this.panelTop.Name = "panelTop"; // // label1 // this.label1.Image = global::Inssider.Properties.Resources.inssider_32; resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // labelTitle // resources.ApplyResources(this.labelTitle, "labelTitle"); this.labelTitle.Name = "labelTitle"; // // panelDevider // this.panelDevider.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.panelDevider, "panelDevider"); this.panelDevider.Name = "panelDevider"; // // labelExceptionDate // resources.ApplyResources(this.labelExceptionDate, "labelExceptionDate"); this.labelExceptionDate.Name = "labelExceptionDate"; // // labelCaption // resources.ApplyResources(this.labelCaption, "labelCaption"); this.labelCaption.Name = "labelCaption"; // // labelDescription // resources.ApplyResources(this.labelDescription, "labelDescription"); this.labelDescription.Name = "labelDescription"; // // buttonNotSend // resources.ApplyResources(this.buttonNotSend, "buttonNotSend"); this.buttonNotSend.Cursor = System.Windows.Forms.Cursors.Default; this.buttonNotSend.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonNotSend.Name = "buttonNotSend"; this.buttonNotSend.UseVisualStyleBackColor = true; // // buttonSend // resources.ApplyResources(this.buttonSend, "buttonSend"); this.buttonSend.DialogResult = System.Windows.Forms.DialogResult.Yes; this.buttonSend.Name = "buttonSend"; this.buttonSend.UseVisualStyleBackColor = true; // // labelLinkTitle // resources.ApplyResources(this.labelLinkTitle, "labelLinkTitle"); this.labelLinkTitle.Name = "labelLinkTitle"; // // linkLabelData // resources.ApplyResources(this.linkLabelData, "linkLabelData"); this.linkLabelData.Name = "linkLabelData"; this.linkLabelData.TabStop = true; // // buttonCopy // resources.ApplyResources(this.buttonCopy, "buttonCopy"); this.buttonCopy.Name = "buttonCopy"; this.buttonCopy.UseVisualStyleBackColor = true; // // userInfoLabel // resources.ApplyResources(this.userInfoLabel, "userInfoLabel"); this.userInfoLabel.Name = "userInfoLabel"; // // userInfoTextBox // this.userInfoTextBox.AcceptsReturn = true; this.userInfoTextBox.AcceptsTab = true; resources.ApplyResources(this.userInfoTextBox, "userInfoTextBox"); this.userInfoTextBox.Name = "userInfoTextBox"; // // UnhandledExDlgForm // this.AcceptButton = this.buttonSend; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.buttonNotSend; this.ControlBox = false; this.Controls.Add(this.userInfoTextBox); this.Controls.Add(this.userInfoLabel); this.Controls.Add(this.buttonCopy); this.Controls.Add(this.linkLabelData); this.Controls.Add(this.labelLinkTitle); this.Controls.Add(this.buttonSend); this.Controls.Add(this.buttonNotSend); this.Controls.Add(this.labelDescription); this.Controls.Add(this.labelCaption); this.Controls.Add(this.labelExceptionDate); this.Controls.Add(this.panelDevider); this.Controls.Add(this.panelTop); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "UnhandledExDlgForm"; this.TopMost = true; this.Load += new System.EventHandler(this.UnhandledExDlgForm_Load); this.panelTop.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panelTop; private System.Windows.Forms.Panel panelDevider; private System.Windows.Forms.Label labelExceptionDate; private System.Windows.Forms.Label labelCaption; private System.Windows.Forms.Label labelDescription; internal System.Windows.Forms.Label labelTitle; internal System.Windows.Forms.Label labelLinkTitle; internal System.Windows.Forms.LinkLabel linkLabelData; internal System.Windows.Forms.Button buttonSend; private System.Windows.Forms.Button buttonNotSend; private System.Windows.Forms.Label label1; internal System.Windows.Forms.Button buttonCopy; private System.Windows.Forms.Label userInfoLabel; private System.Windows.Forms.TextBox userInfoTextBox; } }