176 lines
8.7 KiB
C#
176 lines
8.7 KiB
C#
namespace EV2WD_MCU_PM
|
|
{
|
|
partial class SplashScreenSystemX
|
|
{
|
|
/// <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(SplashScreenSystemX));
|
|
this.progressBarControl = new DevExpress.XtraEditors.MarqueeProgressBarControl();
|
|
this.labelCopyright = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelStatus = new DevExpress.XtraEditors.LabelControl();
|
|
this.pictureBoxBackImg = new System.Windows.Forms.PictureBox();
|
|
this.pictureBoxF = new System.Windows.Forms.PictureBox();
|
|
this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
|
|
this.pictureBoxR = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackImg)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxF)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxR)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// progressBarControl
|
|
//
|
|
this.progressBarControl.EditValue = 0;
|
|
this.progressBarControl.Location = new System.Drawing.Point(12, 535);
|
|
this.progressBarControl.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
this.progressBarControl.Name = "progressBarControl";
|
|
this.progressBarControl.Size = new System.Drawing.Size(1056, 27);
|
|
this.progressBarControl.TabIndex = 5;
|
|
//
|
|
// labelCopyright
|
|
//
|
|
this.labelCopyright.Appearance.BackColor = System.Drawing.Color.Black;
|
|
this.labelCopyright.Appearance.BackColor2 = System.Drawing.Color.Black;
|
|
this.labelCopyright.Appearance.Font = new System.Drawing.Font("Arial Rounded MT", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelCopyright.Appearance.ForeColor = System.Drawing.Color.Gold;
|
|
this.labelCopyright.Appearance.Options.UseBackColor = true;
|
|
this.labelCopyright.Appearance.Options.UseFont = true;
|
|
this.labelCopyright.Appearance.Options.UseForeColor = true;
|
|
this.labelCopyright.Appearance.Options.UseTextOptions = true;
|
|
this.labelCopyright.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelCopyright.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.labelCopyright.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.labelCopyright.Location = new System.Drawing.Point(12, 566);
|
|
this.labelCopyright.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
this.labelCopyright.Name = "labelCopyright";
|
|
this.labelCopyright.Size = new System.Drawing.Size(331, 21);
|
|
this.labelCopyright.TabIndex = 6;
|
|
this.labelCopyright.Text = "Copyright: System X, Co. Ltd. 2020-XXXX";
|
|
//
|
|
// labelStatus
|
|
//
|
|
this.labelStatus.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.labelStatus.Appearance.BackColor2 = System.Drawing.Color.Transparent;
|
|
this.labelStatus.Appearance.Font = new System.Drawing.Font("Arial Rounded MT", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatus.Appearance.ForeColor = System.Drawing.Color.Gold;
|
|
this.labelStatus.Appearance.Options.UseBackColor = true;
|
|
this.labelStatus.Appearance.Options.UseFont = true;
|
|
this.labelStatus.Appearance.Options.UseForeColor = true;
|
|
this.labelStatus.Appearance.Options.UseTextOptions = true;
|
|
this.labelStatus.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelStatus.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.labelStatus.Location = new System.Drawing.Point(12, 603);
|
|
this.labelStatus.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
this.labelStatus.Name = "labelStatus";
|
|
this.labelStatus.Size = new System.Drawing.Size(164, 22);
|
|
this.labelStatus.TabIndex = 7;
|
|
this.labelStatus.Text = "System Initializing...";
|
|
//
|
|
// pictureBoxBackImg
|
|
//
|
|
this.pictureBoxBackImg.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBoxBackImg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.pictureBoxBackImg.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxBackImg.Image")));
|
|
this.pictureBoxBackImg.Location = new System.Drawing.Point(12, 12);
|
|
this.pictureBoxBackImg.Name = "pictureBoxBackImg";
|
|
this.pictureBoxBackImg.Size = new System.Drawing.Size(1056, 519);
|
|
this.pictureBoxBackImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBoxBackImg.TabIndex = 10;
|
|
this.pictureBoxBackImg.TabStop = false;
|
|
//
|
|
// pictureBoxF
|
|
//
|
|
this.pictureBoxF.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBoxF.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxF.Image")));
|
|
this.pictureBoxF.Location = new System.Drawing.Point(-1, -1);
|
|
this.pictureBoxF.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pictureBoxF.Name = "pictureBoxF";
|
|
this.pictureBoxF.Size = new System.Drawing.Size(759, 413);
|
|
this.pictureBoxF.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBoxF.TabIndex = 0;
|
|
this.pictureBoxF.TabStop = false;
|
|
//
|
|
// marqueeProgressBarControl1
|
|
//
|
|
this.marqueeProgressBarControl1.EditValue = 0;
|
|
this.marqueeProgressBarControl1.Location = new System.Drawing.Point(243, 360);
|
|
this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
|
|
this.marqueeProgressBarControl1.Properties.Appearance.BackColor = System.Drawing.Color.Black;
|
|
this.marqueeProgressBarControl1.Size = new System.Drawing.Size(271, 13);
|
|
this.marqueeProgressBarControl1.TabIndex = 9;
|
|
//
|
|
// pictureBoxR
|
|
//
|
|
this.pictureBoxR.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBoxR.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxR.Image")));
|
|
this.pictureBoxR.Location = new System.Drawing.Point(-1, -1);
|
|
this.pictureBoxR.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pictureBoxR.Name = "pictureBoxR";
|
|
this.pictureBoxR.Size = new System.Drawing.Size(759, 413);
|
|
this.pictureBoxR.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBoxR.TabIndex = 10;
|
|
this.pictureBoxR.TabStop = false;
|
|
//
|
|
// SplashScreenSystemX
|
|
//
|
|
this.ActiveGlowColor = System.Drawing.Color.Transparent;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(756, 407);
|
|
this.Controls.Add(this.marqueeProgressBarControl1);
|
|
this.Controls.Add(this.pictureBoxF);
|
|
this.Controls.Add(this.pictureBoxR);
|
|
this.InactiveGlowColor = System.Drawing.Color.Transparent;
|
|
this.Name = "SplashScreenSystemX";
|
|
this.ShowIcon = false;
|
|
this.Text = "Form1";
|
|
this.TopMost = true;
|
|
this.TransparencyKey = System.Drawing.Color.Transparent;
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SplashScreenSystemX_FormClosed);
|
|
this.Shown += new System.EventHandler(this.SplashScreenSystemX_Shown);
|
|
((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackImg)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxF)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxR)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.MarqueeProgressBarControl progressBarControl;
|
|
private DevExpress.XtraEditors.LabelControl labelCopyright;
|
|
private DevExpress.XtraEditors.LabelControl labelStatus;
|
|
private System.Windows.Forms.PictureBox pictureBoxBackImg;
|
|
private System.Windows.Forms.PictureBox pictureBoxF;
|
|
private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1;
|
|
private System.Windows.Forms.PictureBox pictureBoxR;
|
|
}
|
|
}
|