StableVersion4.3/HL_FristAidPlatform_Frame/Main/Form_SplashScreen.designer.cs

123 lines
6.3 KiB
C#

namespace HL_FristAidPlatform_Frame
{
partial class Form_SplashScreen
{
/// <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(Form_SplashScreen));
this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
this.labelControl_Copyright = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// marqueeProgressBarControl1
//
this.marqueeProgressBarControl1.EditValue = 0;
this.marqueeProgressBarControl1.Location = new System.Drawing.Point(23, 213);
this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
this.marqueeProgressBarControl1.Size = new System.Drawing.Size(404, 11);
this.marqueeProgressBarControl1.TabIndex = 5;
//
// labelControl_Copyright
//
this.labelControl_Copyright.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.labelControl_Copyright.Location = new System.Drawing.Point(6, 260);
this.labelControl_Copyright.Name = "labelControl_Copyright";
this.labelControl_Copyright.Size = new System.Drawing.Size(266, 15);
this.labelControl_Copyright.TabIndex = 6;
this.labelControl_Copyright.Text = "Copyright © 湖南翰林健康科技有限公司 2018-201";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(23, 190);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(141, 15);
this.labelControl2.TabIndex = 7;
this.labelControl2.Text = "软件正在启动中,请稍候...";
//
// pictureEdit2
//
this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
this.pictureEdit2.Location = new System.Drawing.Point(12, 11);
this.pictureEdit2.Name = "pictureEdit2";
this.pictureEdit2.Properties.AllowFocused = false;
this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pictureEdit2.Properties.ShowMenu = false;
this.pictureEdit2.Size = new System.Drawing.Size(426, 166);
this.pictureEdit2.TabIndex = 9;
//
// pictureEdit1
//
this.pictureEdit1.Location = new System.Drawing.Point(291, 246);
this.pictureEdit1.Name = "pictureEdit1";
this.pictureEdit1.Properties.AllowFocused = false;
this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pictureEdit1.Properties.ShowMenu = false;
this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
this.pictureEdit1.Size = new System.Drawing.Size(153, 44);
this.pictureEdit1.TabIndex = 8;
//
// Form_SplashScreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(450, 295);
this.Controls.Add(this.pictureEdit2);
this.Controls.Add(this.pictureEdit1);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.labelControl_Copyright);
this.Controls.Add(this.marqueeProgressBarControl1);
this.Name = "Form_SplashScreen";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form_SplashScreen_Load);
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1;
private DevExpress.XtraEditors.LabelControl labelControl_Copyright;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
private DevExpress.XtraEditors.PictureEdit pictureEdit2;
}
}