Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ExpectedError));
     this.btnCopyToClipboard = new System.Windows.Forms.Button();
     this.pbIcon             = new System.Windows.Forms.PictureBox();
     this.pnlTop             = new System.Windows.Forms.Panel();
     this.btnOK        = new System.Windows.Forms.Button();
     this.lblErrorInfo = new System.Windows.Forms.Label();
     this.llMoreInfo   = new System.Windows.Forms.LinkLabel();
     this.pnlBottom    = new System.Windows.Forms.Panel();
     this.txtException = new System.Windows.Forms.TextBox();
     this.llEmail      = new System.Windows.Forms.LinkLabel();
     this.lineControl1 = new EF.ljArchive.WindowsForms.Controls.LineControl();
     this.pnlTop.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCopyToClipboard
     //
     this.btnCopyToClipboard.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.btnCopyToClipboard.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCopyToClipboard.Location  = new System.Drawing.Point(0, -23);
     this.btnCopyToClipboard.Name      = "btnCopyToClipboard";
     this.btnCopyToClipboard.Size      = new System.Drawing.Size(274, 23);
     this.btnCopyToClipboard.TabIndex  = 12;
     this.btnCopyToClipboard.Text      = "Copy Error to Clipboard";
     this.btnCopyToClipboard.Click    += new System.EventHandler(this.btnCopyToClipboard_Click);
     //
     // pbIcon
     //
     this.pbIcon.Image    = ((System.Drawing.Image)(resources.GetObject("pbIcon.Image")));
     this.pbIcon.Location = new System.Drawing.Point(8, 8);
     this.pbIcon.Name     = "pbIcon";
     this.pbIcon.Size     = new System.Drawing.Size(48, 48);
     this.pbIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pbIcon.TabIndex = 14;
     this.pbIcon.TabStop  = false;
     //
     // pnlTop
     //
     this.pnlTop.BackColor = System.Drawing.Color.White;
     this.pnlTop.Controls.Add(this.btnOK);
     this.pnlTop.Controls.Add(this.lblErrorInfo);
     this.pnlTop.Controls.Add(this.llMoreInfo);
     this.pnlTop.Controls.Add(this.pbIcon);
     this.pnlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlTop.Name     = "pnlTop";
     this.pnlTop.Size     = new System.Drawing.Size(274, 144);
     this.pnlTop.TabIndex = 15;
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnOK.Location     = new System.Drawing.Point(100, 112);
     this.btnOK.Name         = "btnOK";
     this.btnOK.TabIndex     = 17;
     this.btnOK.Text         = "O&K";
     //
     // lblErrorInfo
     //
     this.lblErrorInfo.Location = new System.Drawing.Point(64, 8);
     this.lblErrorInfo.Name     = "lblErrorInfo";
     this.lblErrorInfo.Size     = new System.Drawing.Size(208, 96);
     this.lblErrorInfo.TabIndex = 16;
     //
     // llMoreInfo
     //
     this.llMoreInfo.Location     = new System.Drawing.Point(184, 112);
     this.llMoreInfo.Name         = "llMoreInfo";
     this.llMoreInfo.Size         = new System.Drawing.Size(80, 23);
     this.llMoreInfo.TabIndex     = 15;
     this.llMoreInfo.TabStop      = true;
     this.llMoreInfo.Text         = "More Info >";
     this.llMoreInfo.TextAlign    = System.Drawing.ContentAlignment.BottomRight;
     this.llMoreInfo.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llMoreInfo_LinkClicked);
     //
     // pnlBottom
     //
     this.pnlBottom.Controls.Add(this.txtException);
     this.pnlBottom.Controls.Add(this.llEmail);
     this.pnlBottom.Controls.Add(this.lineControl1);
     this.pnlBottom.Controls.Add(this.btnCopyToClipboard);
     this.pnlBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBottom.Location = new System.Drawing.Point(0, 144);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new System.Drawing.Size(274, 0);
     this.pnlBottom.TabIndex = 16;
     //
     // txtException
     //
     this.txtException.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtException.Location   = new System.Drawing.Point(0, 48);
     this.txtException.Multiline  = true;
     this.txtException.Name       = "txtException";
     this.txtException.ReadOnly   = true;
     this.txtException.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtException.Size       = new System.Drawing.Size(274, 0);
     this.txtException.TabIndex   = 14;
     this.txtException.Text       = "";
     //
     // llEmail
     //
     this.llEmail.Dock     = System.Windows.Forms.DockStyle.Top;
     this.llEmail.LinkArea = new System.Windows.Forms.LinkArea(36, 18);
     this.llEmail.Location = new System.Drawing.Point(0, 4);
     this.llEmail.Name     = "llEmail";
     this.llEmail.Size     = new System.Drawing.Size(274, 44);
     this.llEmail.TabIndex = 15;
     this.llEmail.TabStop  = true;
     this.llEmail.Text     = "Have you found a bug?  If so, email [email protected]" +
                             " and supply the following info:";
     this.llEmail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llEmail_LinkClicked);
     //
     // lineControl1
     //
     this.lineControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.lineControl1.Location = new System.Drawing.Point(0, 0);
     this.lineControl1.Name     = "lineControl1";
     this.lineControl1.Size     = new System.Drawing.Size(274, 4);
     this.lineControl1.TabIndex = 13;
     this.lineControl1.Text     = "lineControl1";
     //
     // ExpectedError
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnOK;
     this.ClientSize        = new System.Drawing.Size(274, 143);
     this.Controls.Add(this.pnlBottom);
     this.Controls.Add(this.pnlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ExpectedError";
     this.ShowInTaskbar   = false;
     this.Text            = "Info";
     this.pnlTop.ResumeLayout(false);
     this.pnlBottom.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(GeneralError));
     this.imgFatalError             = new System.Windows.Forms.PictureBox();
     this.txtDescription            = new System.Windows.Forms.TextBox();
     this.btnClose                  = new System.Windows.Forms.Button();
     this.btnCopyToClipboard        = new System.Windows.Forms.Button();
     this.lblFoundTheFollowingError = new System.Windows.Forms.Label();
     this.lineControl1              = new EF.ljArchive.WindowsForms.Controls.LineControl();
     this.lblTitle                  = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // imgFatalError
     //
     this.imgFatalError.Dock     = System.Windows.Forms.DockStyle.Top;
     this.imgFatalError.Image    = ((System.Drawing.Image)(resources.GetObject("imgFatalError.Image")));
     this.imgFatalError.Location = new System.Drawing.Point(0, 0);
     this.imgFatalError.Name     = "imgFatalError";
     this.imgFatalError.Size     = new System.Drawing.Size(440, 50);
     this.imgFatalError.TabIndex = 4;
     this.imgFatalError.TabStop  = false;
     //
     // txtDescription
     //
     this.txtDescription.Dock       = System.Windows.Forms.DockStyle.Top;
     this.txtDescription.Location   = new System.Drawing.Point(0, 68);
     this.txtDescription.Multiline  = true;
     this.txtDescription.Name       = "txtDescription";
     this.txtDescription.ReadOnly   = true;
     this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtDescription.Size       = new System.Drawing.Size(440, 132);
     this.txtDescription.TabIndex   = 10;
     this.txtDescription.Text       = "";
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnClose.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnClose.Location     = new System.Drawing.Point(237, 216);
     this.btnClose.Name         = "btnClose";
     this.btnClose.Size         = new System.Drawing.Size(160, 23);
     this.btnClose.TabIndex     = 13;
     this.btnClose.Text         = "Continue";
     //
     // btnCopyToClipboard
     //
     this.btnCopyToClipboard.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCopyToClipboard.Location  = new System.Drawing.Point(48, 216);
     this.btnCopyToClipboard.Name      = "btnCopyToClipboard";
     this.btnCopyToClipboard.Size      = new System.Drawing.Size(160, 23);
     this.btnCopyToClipboard.TabIndex  = 12;
     this.btnCopyToClipboard.Text      = "Copy Error to Clipboard";
     this.btnCopyToClipboard.Click    += new System.EventHandler(this.btnCopyToClipboard_Click);
     //
     // lblFoundTheFollowingError
     //
     this.lblFoundTheFollowingError.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lblFoundTheFollowingError.Location  = new System.Drawing.Point(0, 52);
     this.lblFoundTheFollowingError.Name      = "lblFoundTheFollowingError";
     this.lblFoundTheFollowingError.Size      = new System.Drawing.Size(440, 16);
     this.lblFoundTheFollowingError.TabIndex  = 14;
     this.lblFoundTheFollowingError.Text      = "ljArchive found the following error while trying to process your request:";
     this.lblFoundTheFollowingError.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lineControl1
     //
     this.lineControl1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(241)), ((System.Byte)(243)), ((System.Byte)(208)));
     this.lineControl1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lineControl1.Location  = new System.Drawing.Point(0, 50);
     this.lineControl1.Name      = "lineControl1";
     this.lineControl1.Size      = new System.Drawing.Size(440, 2);
     this.lineControl1.TabIndex  = 16;
     this.lineControl1.Text      = "lineControl1";
     //
     // lblTitle
     //
     this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(241)), ((System.Byte)(243)), ((System.Byte)(208)));
     this.lblTitle.Font      = new System.Drawing.Font("Microsoft Sans Serif", 16.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(112)), ((System.Byte)(186)));
     this.lblTitle.Location  = new System.Drawing.Point(96, 8);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(320, 32);
     this.lblTitle.TabIndex  = 17;
     this.lblTitle.Text      = "General Error";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // GeneralError
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 245);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.txtDescription);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnCopyToClipboard);
     this.Controls.Add(this.lblFoundTheFollowingError);
     this.Controls.Add(this.lineControl1);
     this.Controls.Add(this.imgFatalError);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "GeneralError";
     this.ShowInTaskbar   = false;
     this.Text            = "Error";
     this.ResumeLayout(false);
 }
Пример #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FindPanel));
     this.btnGo               = new System.Windows.Forms.Button();
     this.lineControl1        = new EF.ljArchive.WindowsForms.Controls.LineControl();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.txtSearchText       = new System.Windows.Forms.TextBox();
     this.lblFindJournalItems = new System.Windows.Forms.Label();
     this.lblWithText         = new System.Windows.Forms.Label();
     this.btnClose            = new System.Windows.Forms.Button();
     this.rbEvents            = new System.Windows.Forms.RadioButton();
     this.lblSearch           = new System.Windows.Forms.Label();
     this.rbComments          = new System.Windows.Forms.RadioButton();
     this.rbBoth              = new System.Windows.Forms.RadioButton();
     this.SuspendLayout();
     //
     // btnGo
     //
     this.btnGo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnGo.Location  = new System.Drawing.Point(368, 48);
     this.btnGo.Name      = "btnGo";
     this.btnGo.Size      = new System.Drawing.Size(56, 20);
     this.btnGo.TabIndex  = 0;
     this.btnGo.Text      = "Go!";
     this.btnGo.Click    += new System.EventHandler(this.btnGo_Click);
     //
     // lineControl1
     //
     this.lineControl1.BackColor = System.Drawing.SystemColors.Control;
     this.lineControl1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.lineControl1.Location  = new System.Drawing.Point(0, 126);
     this.lineControl1.Name      = "lineControl1";
     this.lineControl1.Size      = new System.Drawing.Size(592, 2);
     this.lineControl1.TabIndex  = 1;
     this.lineControl1.Text      = "lineControl1";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image     = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location  = new System.Drawing.Point(8, 8);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(96, 96);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex  = 2;
     this.pictureBox1.TabStop   = false;
     //
     // txtSearchText
     //
     this.txtSearchText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSearchText.Location    = new System.Drawing.Point(192, 48);
     this.txtSearchText.Name        = "txtSearchText";
     this.txtSearchText.Size        = new System.Drawing.Size(160, 20);
     this.txtSearchText.TabIndex    = 3;
     this.txtSearchText.Text        = "";
     this.txtSearchText.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtSearchText_KeyPress);
     //
     // lblFindJournalItems
     //
     this.lblFindJournalItems.AutoSize = true;
     this.lblFindJournalItems.Font     = new System.Drawing.Font("Microsoft Sans Serif", 16.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblFindJournalItems.Location = new System.Drawing.Point(104, 8);
     this.lblFindJournalItems.Name     = "lblFindJournalItems";
     this.lblFindJournalItems.Size     = new System.Drawing.Size(202, 28);
     this.lblFindJournalItems.TabIndex = 4;
     this.lblFindJournalItems.Text     = "Find Journal Items";
     //
     // lblWithText
     //
     this.lblWithText.AutoSize = true;
     this.lblWithText.Location = new System.Drawing.Point(112, 50);
     this.lblWithText.Name     = "lblWithText";
     this.lblWithText.Size     = new System.Drawing.Size(55, 16);
     this.lblWithText.TabIndex = 5;
     this.lblWithText.Text     = "With Text:";
     //
     // btnClose
     //
     this.btnClose.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnClose.Location  = new System.Drawing.Point(520, 8);
     this.btnClose.Name      = "btnClose";
     this.btnClose.Size      = new System.Drawing.Size(56, 20);
     this.btnClose.TabIndex  = 7;
     this.btnClose.Text      = "Close";
     this.btnClose.Click    += new System.EventHandler(this.btnClose_Click);
     //
     // rbEvents
     //
     this.rbEvents.Checked  = true;
     this.rbEvents.Location = new System.Drawing.Point(192, 72);
     this.rbEvents.Name     = "rbEvents";
     this.rbEvents.TabIndex = 9;
     this.rbEvents.TabStop  = true;
     this.rbEvents.Text     = "Entries";
     //
     // lblSearch
     //
     this.lblSearch.AutoSize = true;
     this.lblSearch.Location = new System.Drawing.Point(112, 72);
     this.lblSearch.Name     = "lblSearch";
     this.lblSearch.Size     = new System.Drawing.Size(43, 16);
     this.lblSearch.TabIndex = 10;
     this.lblSearch.Text     = "Search:";
     //
     // rbComments
     //
     this.rbComments.Location = new System.Drawing.Point(304, 72);
     this.rbComments.Name     = "rbComments";
     this.rbComments.TabIndex = 11;
     this.rbComments.Text     = "Comments";
     //
     // rbBoth
     //
     this.rbBoth.Location = new System.Drawing.Point(416, 72);
     this.rbBoth.Name     = "rbBoth";
     this.rbBoth.TabIndex = 12;
     this.rbBoth.Text     = "Both";
     //
     // FindPanel
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.rbBoth);
     this.Controls.Add(this.rbComments);
     this.Controls.Add(this.lblSearch);
     this.Controls.Add(this.rbEvents);
     this.Controls.Add(this.lineControl1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.lblWithText);
     this.Controls.Add(this.lblFindJournalItems);
     this.Controls.Add(this.txtSearchText);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.btnGo);
     this.Name = "FindPanel";
     this.Size = new System.Drawing.Size(592, 128);
     this.ResumeLayout(false);
 }