175 lines
8.9 KiB
C#
175 lines
8.9 KiB
C#
namespace bzit.bomg
|
|
{
|
|
partial class OptionForm
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.button1 = new RyzStudio.Windows.ThemedForms.Button();
|
|
this.button2 = new RyzStudio.Windows.ThemedForms.Button();
|
|
this.horizontalSeparator1 = new RyzStudio.Windows.Forms.HorizontalSeparator();
|
|
this.progressBar1 = new RyzStudio.Windows.ThemedForms.ProgressBar();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 25);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(3);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(34, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Icons";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pictureBox1.ErrorImage = null;
|
|
this.pictureBox1.InitialImage = null;
|
|
this.pictureBox1.Location = new System.Drawing.Point(306, 237);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.pictureBox1.TabIndex = 60;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label5.ForeColor = System.Drawing.Color.OrangeRed;
|
|
this.label5.Location = new System.Drawing.Point(9, 237);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(3);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(291, 32);
|
|
this.label5.TabIndex = 64;
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button1.BackColor = System.Drawing.Color.Transparent;
|
|
this.button1.DefaultImage = null;
|
|
this.button1.DownImage = null;
|
|
this.button1.LabelText = "&Update";
|
|
this.button1.Location = new System.Drawing.Point(368, 59);
|
|
this.button1.Name = "button1";
|
|
this.button1.OverImage = null;
|
|
this.button1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|
this.button1.Size = new System.Drawing.Size(84, 32);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button2.BackColor = System.Drawing.Color.Transparent;
|
|
this.button2.DefaultImage = null;
|
|
this.button2.DownImage = null;
|
|
this.button2.LabelText = "&Close";
|
|
this.button2.Location = new System.Drawing.Point(344, 237);
|
|
this.button2.Name = "button2";
|
|
this.button2.OverImage = null;
|
|
this.button2.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|
this.button2.Size = new System.Drawing.Size(108, 32);
|
|
this.button2.TabIndex = 4;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// horizontalSeparator1
|
|
//
|
|
this.horizontalSeparator1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.horizontalSeparator1.Location = new System.Drawing.Point(12, 222);
|
|
this.horizontalSeparator1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
|
|
this.horizontalSeparator1.MaximumSize = new System.Drawing.Size(4920, 2);
|
|
this.horizontalSeparator1.Name = "horizontalSeparator1";
|
|
this.horizontalSeparator1.Size = new System.Drawing.Size(440, 2);
|
|
this.horizontalSeparator1.TabIndex = 65;
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.progressBar1.BackColor = System.Drawing.Color.Transparent;
|
|
this.progressBar1.BarColour = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(225)))), ((int)(((byte)(249)))));
|
|
this.progressBar1.BarTextColour = System.Drawing.SystemColors.ControlText;
|
|
this.progressBar1.Location = new System.Drawing.Point(96, 17);
|
|
this.progressBar1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
|
|
this.progressBar1.Maximum = 0;
|
|
this.progressBar1.Minimum = 0;
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|
this.progressBar1.Size = new System.Drawing.Size(356, 29);
|
|
this.progressBar1.TabIndex = 66;
|
|
this.progressBar1.Value = 0;
|
|
//
|
|
// OptionForm
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(464, 281);
|
|
this.Controls.Add(this.progressBar1);
|
|
this.Controls.Add(this.horizontalSeparator1);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.label1);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(480, 320);
|
|
this.Name = "OptionForm";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Options";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private RyzStudio.Windows.ThemedForms.Button button2;
|
|
private RyzStudio.Windows.ThemedForms.Button button1;
|
|
private System.Windows.Forms.Label label5;
|
|
private RyzStudio.Windows.Forms.HorizontalSeparator horizontalSeparator1;
|
|
private RyzStudio.Windows.ThemedForms.ProgressBar progressBar1;
|
|
}
|
|
} |