This repository has been archived on 2025-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
xerobrowser/WebBrowser/DownloadProgress.Designer.cs
2023-02-20 23:24:10 +13:00

139 lines
No EOL
7.5 KiB
C#

namespace DiamondCreeperBrowser
{
partial class DownloadProgress
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DownloadProgress));
this.ProgressBar1 = new Bunifu.UI.WinForms.BunifuProgressBar();
this.ProgressPrecentage = new Bunifu.UI.WinForms.BunifuLabel();
this.ProgressFileName = new Bunifu.UI.WinForms.BunifuLabel();
this.SuspendLayout();
//
// ProgressBar1
//
this.ProgressBar1.AllowAnimations = false;
this.ProgressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ProgressBar1.Animation = 0;
this.ProgressBar1.AnimationSpeed = 220;
this.ProgressBar1.AnimationStep = 10;
this.ProgressBar1.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
this.ProgressBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(223)))), ((int)(((byte)(223)))));
this.ProgressBar1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ProgressBar1.BackgroundImage")));
this.ProgressBar1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(223)))), ((int)(((byte)(223)))));
this.ProgressBar1.BorderRadius = 9;
this.ProgressBar1.BorderThickness = 1;
this.ProgressBar1.Location = new System.Drawing.Point(12, 63);
this.ProgressBar1.Maximum = 100;
this.ProgressBar1.MaximumValue = 100;
this.ProgressBar1.Minimum = 0;
this.ProgressBar1.MinimumValue = 0;
this.ProgressBar1.Name = "ProgressBar1";
this.ProgressBar1.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.ProgressBar1.ProgressBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(223)))), ((int)(((byte)(223)))));
this.ProgressBar1.ProgressColorLeft = System.Drawing.Color.SlateGray;
this.ProgressBar1.ProgressColorRight = System.Drawing.Color.LightSlateGray;
this.ProgressBar1.Size = new System.Drawing.Size(246, 20);
this.ProgressBar1.TabIndex = 0;
this.ProgressBar1.UseWaitCursor = true;
this.ProgressBar1.Value = 0;
this.ProgressBar1.ValueByTransition = 0;
//
// ProgressPrecentage
//
this.ProgressPrecentage.AllowParentOverrides = false;
this.ProgressPrecentage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ProgressPrecentage.AutoEllipsis = false;
this.ProgressPrecentage.AutoSize = false;
this.ProgressPrecentage.Cursor = System.Windows.Forms.Cursors.Default;
this.ProgressPrecentage.CursorType = System.Windows.Forms.Cursors.Default;
this.ProgressPrecentage.Font = new System.Drawing.Font("Segoe UI", 9F);
this.ProgressPrecentage.Location = new System.Drawing.Point(12, 42);
this.ProgressPrecentage.Name = "ProgressPrecentage";
this.ProgressPrecentage.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ProgressPrecentage.Size = new System.Drawing.Size(246, 15);
this.ProgressPrecentage.TabIndex = 2;
this.ProgressPrecentage.Text = "%";
this.ProgressPrecentage.TextAlignment = System.Drawing.ContentAlignment.TopCenter;
this.ProgressPrecentage.TextFormat = Bunifu.UI.WinForms.BunifuLabel.TextFormattingOptions.Default;
this.ProgressPrecentage.UseWaitCursor = true;
//
// ProgressFileName
//
this.ProgressFileName.AllowParentOverrides = false;
this.ProgressFileName.AutoEllipsis = false;
this.ProgressFileName.Cursor = System.Windows.Forms.Cursors.Default;
this.ProgressFileName.CursorType = System.Windows.Forms.Cursors.Default;
this.ProgressFileName.Font = new System.Drawing.Font("Segoe UI", 9F);
this.ProgressFileName.Location = new System.Drawing.Point(12, 21);
this.ProgressFileName.Name = "ProgressFileName";
this.ProgressFileName.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ProgressFileName.Size = new System.Drawing.Size(69, 15);
this.ProgressFileName.TabIndex = 3;
this.ProgressFileName.Text = "bunifuLabel1";
this.ProgressFileName.TextAlignment = System.Drawing.ContentAlignment.TopCenter;
this.ProgressFileName.TextFormat = Bunifu.UI.WinForms.BunifuLabel.TextFormattingOptions.Default;
this.ProgressFileName.UseWaitCursor = true;
//
// DownloadProgress
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(270, 95);
this.Controls.Add(this.ProgressFileName);
this.Controls.Add(this.ProgressPrecentage);
this.Controls.Add(this.ProgressBar1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "DownloadProgress";
this.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Downloading...";
this.TopMost = true;
this.UseWaitCursor = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DownloadProgress_FormClosing);
this.Load += new System.EventHandler(this.DownloadProgress_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public Bunifu.UI.WinForms.BunifuProgressBar ProgressBar1;
public Bunifu.UI.WinForms.BunifuLabel ProgressPrecentage;
public Bunifu.UI.WinForms.BunifuLabel ProgressFileName;
}
}