mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-10 10:32:32 +02:00
8ce59f6612
* (Add) PrusaSlicer Printer "EPAX X10 4K Mono" * (Improvement) Better progress window with real progress and cancel button * (Improvement) Mutators text and name * (Fix) sl1: After save file gets decoded again * (Fix) photon, cbddlp, ctb, phz, pws, pw0: Unable to save file, not closed from the decode session * (Fix) zcodex: Unable to convert file * (Fix) images: Wasn't opening * (Fix) images: Wasn't saving * (Fix) When click on button "New version is available" sometimes it crash the program * (Fix) Force 1 layer scroll when using Mouse Wheel to scroll the tracker bar * (Fix) PrusaSlicer printers: Mirror vertically instead to produce equal orientation compared with chitubox
170 lines
7.7 KiB
C#
170 lines
7.7 KiB
C#
namespace UVtools.GUI.Forms
|
|
{
|
|
partial class FrmLoading
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLoading));
|
|
this.progressBar = new System.Windows.Forms.ProgressBar();
|
|
this.lbDescription = new System.Windows.Forms.Label();
|
|
this.timer = new System.Windows.Forms.Timer(this.components);
|
|
this.lbElapsedTime = new System.Windows.Forms.Label();
|
|
this.lbWait = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.lbOperation = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// progressBar
|
|
//
|
|
this.progressBar.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.progressBar.Location = new System.Drawing.Point(0, 0);
|
|
this.progressBar.Name = "progressBar";
|
|
this.progressBar.Size = new System.Drawing.Size(374, 29);
|
|
this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
|
|
this.progressBar.TabIndex = 0;
|
|
//
|
|
// lbDescription
|
|
//
|
|
this.lbDescription.AutoSize = true;
|
|
this.lbDescription.Location = new System.Drawing.Point(3, 12);
|
|
this.lbDescription.Name = "lbDescription";
|
|
this.lbDescription.Size = new System.Drawing.Size(83, 18);
|
|
this.lbDescription.TabIndex = 1;
|
|
this.lbDescription.Text = "Description";
|
|
//
|
|
// timer
|
|
//
|
|
this.timer.Tick += new System.EventHandler(this.timer_Tick);
|
|
//
|
|
// lbElapsedTime
|
|
//
|
|
this.lbElapsedTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lbElapsedTime.AutoSize = true;
|
|
this.lbElapsedTime.Location = new System.Drawing.Point(3, 39);
|
|
this.lbElapsedTime.Name = "lbElapsedTime";
|
|
this.lbElapsedTime.Size = new System.Drawing.Size(41, 18);
|
|
this.lbElapsedTime.TabIndex = 2;
|
|
this.lbElapsedTime.Text = "Time";
|
|
//
|
|
// lbWait
|
|
//
|
|
this.lbWait.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbWait.AutoSize = true;
|
|
this.lbWait.Location = new System.Drawing.Point(362, 39);
|
|
this.lbWait.Name = "lbWait";
|
|
this.lbWait.Size = new System.Drawing.Size(95, 18);
|
|
this.lbWait.TabIndex = 3;
|
|
this.lbWait.Text = "Please wait...";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.lbOperation);
|
|
this.panel1.Controls.Add(this.lbDescription);
|
|
this.panel1.Controls.Add(this.lbWait);
|
|
this.panel1.Controls.Add(this.lbElapsedTime);
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(470, 124);
|
|
this.panel1.TabIndex = 4;
|
|
//
|
|
// lbOperation
|
|
//
|
|
this.lbOperation.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.lbOperation.Location = new System.Drawing.Point(0, 67);
|
|
this.lbOperation.Name = "lbOperation";
|
|
this.lbOperation.Size = new System.Drawing.Size(468, 26);
|
|
this.lbOperation.TabIndex = 4;
|
|
this.lbOperation.Text = "Operation";
|
|
this.lbOperation.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.btnCancel);
|
|
this.panel2.Controls.Add(this.progressBar);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel2.Location = new System.Drawing.Point(0, 93);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(468, 29);
|
|
this.panel2.TabIndex = 5;
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btnCancel.Location = new System.Drawing.Point(374, 0);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(94, 29);
|
|
this.btnCancel.TabIndex = 1;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// FrmLoading
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(470, 124);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.KeyPreview = true;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmLoading";
|
|
this.ShowInTaskbar = false;
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Loading";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ProgressBar progressBar;
|
|
private System.Windows.Forms.Label lbDescription;
|
|
private System.Windows.Forms.Timer timer;
|
|
private System.Windows.Forms.Label lbElapsedTime;
|
|
private System.Windows.Forms.Label lbWait;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label lbOperation;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
}
|
|
} |