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();
            progressBar1 = new ProgressBar();
            label1 = 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(progressBar1);
            panel3.Controls.Add(label1);
            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";
            // 
            // progressBar1
            // 
            progressBar1.Dock = DockStyle.Bottom;
            progressBar1.Location = new Point(0, 54);
            progressBar1.Name = "progressBar1";
            progressBar1.Size = new Size(646, 12);
            progressBar1.TabIndex = 1;
            // 
            // label1
            // 
            label1.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            label1.ForeColor = SystemColors.Window;
            label1.Location = new Point(24, 15);
            label1.Name = "label1";
            label1.Size = new Size(590, 33);
            label1.TabIndex = 0;
            label1.Text = "正在初始化...";
            // 
            // titlebar
            // 
            titlebar.BackColor = SystemColors.MenuHighlight;
            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 = SystemColors.MenuHighlight;
            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;
        private AntdUI.Label label1;
        private ProgressBar progressBar1;
    }
}