164 lines
5.8 KiB
C#
164 lines
5.8 KiB
C#
|
|
namespace DHSoftware.Views
|
|
{
|
|
partial class WelcomeWindow
|
|
{
|
|
/// <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(WelcomeWindow));
|
|
panel1 = new AntdUI.Panel();
|
|
panel2 = new AntdUI.Panel();
|
|
spin1 = new AntdUI.Spin();
|
|
panel3 = new AntdUI.Panel();
|
|
bar_step = new ProgressBar();
|
|
lbl_step = new AntdUI.Label();
|
|
titlebar = new AntdUI.PageHeader();
|
|
panel1.SuspendLayout();
|
|
panel2.SuspendLayout();
|
|
panel3.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
panel1.Back = Color.Transparent;
|
|
panel1.Controls.Add(panel2);
|
|
panel1.Controls.Add(panel3);
|
|
panel1.Controls.Add(titlebar);
|
|
panel1.Dock = DockStyle.Fill;
|
|
panel1.Location = new Point(0, 0);
|
|
panel1.Name = "panel1";
|
|
panel1.Size = new Size(646, 375);
|
|
panel1.TabIndex = 0;
|
|
panel1.Text = "panel1";
|
|
//
|
|
// panel2
|
|
//
|
|
panel2.Back = Color.Transparent;
|
|
panel2.Controls.Add(spin1);
|
|
panel2.Dock = DockStyle.Fill;
|
|
panel2.Location = new Point(0, 40);
|
|
panel2.Name = "panel2";
|
|
panel2.Radius = 0;
|
|
panel2.Size = new Size(646, 269);
|
|
panel2.TabIndex = 4;
|
|
panel2.Text = "panel2";
|
|
//
|
|
// spin1
|
|
//
|
|
spin1.Fill = SystemColors.Window;
|
|
spin1.Font = new Font("Microsoft YaHei UI", 15F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
spin1.ForeColor = SystemColors.Window;
|
|
spin1.Location = new Point(230, 69);
|
|
spin1.Name = "spin1";
|
|
spin1.Size = new Size(202, 124);
|
|
spin1.TabIndex = 0;
|
|
spin1.Text = "软件加载中,请稍候......";
|
|
//
|
|
// panel3
|
|
//
|
|
panel3.Back = Color.Transparent;
|
|
panel3.Controls.Add(bar_step);
|
|
panel3.Controls.Add(lbl_step);
|
|
panel3.Dock = DockStyle.Bottom;
|
|
panel3.Location = new Point(0, 309);
|
|
panel3.Name = "panel3";
|
|
panel3.Radius = 0;
|
|
panel3.Size = new Size(646, 66);
|
|
panel3.TabIndex = 3;
|
|
panel3.Text = "panel3";
|
|
//
|
|
// bar_step
|
|
//
|
|
bar_step.Dock = DockStyle.Bottom;
|
|
bar_step.Location = new Point(0, 54);
|
|
bar_step.Name = "bar_step";
|
|
bar_step.Size = new Size(646, 12);
|
|
bar_step.TabIndex = 1;
|
|
//
|
|
// lbl_step
|
|
//
|
|
lbl_step.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
lbl_step.ForeColor = SystemColors.Window;
|
|
lbl_step.Location = new Point(24, 15);
|
|
lbl_step.Name = "lbl_step";
|
|
lbl_step.Size = new Size(590, 33);
|
|
lbl_step.TabIndex = 0;
|
|
lbl_step.Text = "正在初始化...";
|
|
//
|
|
// titlebar
|
|
//
|
|
titlebar.BackColor = Color.FromArgb(46, 108, 227);
|
|
titlebar.DividerShow = true;
|
|
titlebar.DividerThickness = 0F;
|
|
titlebar.Dock = DockStyle.Top;
|
|
titlebar.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
titlebar.ForeColor = Color.White;
|
|
titlebar.Location = new Point(0, 0);
|
|
titlebar.MaximizeBox = false;
|
|
titlebar.MinimizeBox = false;
|
|
titlebar.Mode = AntdUI.TAMode.Dark;
|
|
titlebar.Name = "titlebar";
|
|
titlebar.ShowIcon = true;
|
|
titlebar.Size = new Size(646, 40);
|
|
titlebar.SubText = "CCD光学筛选系统";
|
|
titlebar.TabIndex = 1;
|
|
titlebar.Text = "山东迭慧智能科技有限公司";
|
|
//
|
|
// WelcomeWindow
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
BackColor = Color.FromArgb(46, 108, 227);
|
|
ClientSize = new Size(646, 375);
|
|
ControlBox = false;
|
|
Controls.Add(panel1);
|
|
Icon = (Icon)resources.GetObject("$this.Icon");
|
|
MaximizeBox = false;
|
|
MinimizeBox = false;
|
|
Name = "WelcomeWindow";
|
|
ShowIcon = false;
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "WelcomeForm";
|
|
panel1.ResumeLayout(false);
|
|
panel2.ResumeLayout(false);
|
|
panel3.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
private AntdUI.Panel panel1;
|
|
private AntdUI.PageHeader titlebar;
|
|
private AntdUI.Panel panel3;
|
|
private AntdUI.Panel panel2;
|
|
private AntdUI.Spin spin1;
|
|
public AntdUI.Label lbl_step;
|
|
public ProgressBar bar_step;
|
|
}
|
|
} |