147 lines
6.9 KiB
C#
147 lines
6.9 KiB
C#
namespace Toolbox.Library.Forms
|
|
{
|
|
partial class STOptionsDialog
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.btnClose = new Toolbox.Library.Forms.STButton();
|
|
this.btnDetails = new Toolbox.Library.Forms.STButton();
|
|
this.lblMessage = new Toolbox.Library.Forms.STLabel();
|
|
this.tbDetails = new System.Windows.Forms.RichTextBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.stButton1 = new Toolbox.Library.Forms.STButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.No;
|
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnClose.Location = new System.Drawing.Point(267, 76);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 23);
|
|
this.btnClose.TabIndex = 0;
|
|
this.btnClose.Text = "No";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnDetails
|
|
//
|
|
this.btnDetails.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnDetails.Enabled = false;
|
|
this.btnDetails.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnDetails.Location = new System.Drawing.Point(12, 76);
|
|
this.btnDetails.Name = "btnDetails";
|
|
this.btnDetails.Size = new System.Drawing.Size(75, 23);
|
|
this.btnDetails.TabIndex = 1;
|
|
this.btnDetails.Text = "Details";
|
|
this.btnDetails.UseVisualStyleBackColor = true;
|
|
this.btnDetails.Click += new System.EventHandler(this.btnDetails_Click);
|
|
//
|
|
// lblMessage
|
|
//
|
|
this.lblMessage.AutoSize = true;
|
|
this.lblMessage.Location = new System.Drawing.Point(68, 18);
|
|
this.lblMessage.MaximumSize = new System.Drawing.Size(310, 0);
|
|
this.lblMessage.Name = "lblMessage";
|
|
this.lblMessage.Size = new System.Drawing.Size(35, 13);
|
|
this.lblMessage.TabIndex = 5;
|
|
this.lblMessage.Text = "label1";
|
|
//
|
|
// tbDetails
|
|
//
|
|
this.tbDetails.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.tbDetails.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tbDetails.Location = new System.Drawing.Point(12, 107);
|
|
this.tbDetails.MaximumSize = new System.Drawing.Size(328, 100);
|
|
this.tbDetails.Name = "tbDetails";
|
|
this.tbDetails.ReadOnly = true;
|
|
this.tbDetails.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
|
|
this.tbDetails.Size = new System.Drawing.Size(328, 100);
|
|
this.tbDetails.TabIndex = 6;
|
|
this.tbDetails.Text = "";
|
|
this.tbDetails.Visible = false;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::Toolbox.Library.Properties.Resources.QuestionCheck;
|
|
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(50, 37);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 7;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// stButton1
|
|
//
|
|
this.stButton1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.stButton1.DialogResult = System.Windows.Forms.DialogResult.Yes;
|
|
this.stButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.stButton1.Location = new System.Drawing.Point(186, 76);
|
|
this.stButton1.Name = "stButton1";
|
|
this.stButton1.Size = new System.Drawing.Size(75, 23);
|
|
this.stButton1.TabIndex = 8;
|
|
this.stButton1.Text = "Yes";
|
|
this.stButton1.UseVisualStyleBackColor = true;
|
|
//
|
|
// STOptionsDialog
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(354, 111);
|
|
this.Controls.Add(this.stButton1);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.tbDetails);
|
|
this.Controls.Add(this.lblMessage);
|
|
this.Controls.Add(this.btnDetails);
|
|
this.Controls.Add(this.btnClose);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "STOptionsDialog";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Toolbox.Library.Forms.STButton btnClose;
|
|
private Toolbox.Library.Forms.STButton btnDetails;
|
|
private Toolbox.Library.Forms.STLabel lblMessage;
|
|
private System.Windows.Forms.RichTextBox tbDetails;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private STButton stButton1;
|
|
}
|
|
} |