namespace NewArchivesCenter
{
partial class SplashScreen1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashScreen1));
labelCopyright = new DevExpress.XtraEditors.LabelControl();
labelStatus = new DevExpress.XtraEditors.LabelControl();
peImage = new DevExpress.XtraEditors.PictureEdit();
peLogo = new DevExpress.XtraEditors.PictureEdit();
progressBarControl = new DevExpress.XtraEditors.MarqueeProgressBarControl();
((System.ComponentModel.ISupportInitialize)peImage.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)peLogo.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)progressBarControl.Properties).BeginInit();
SuspendLayout();
//
// labelCopyright
//
labelCopyright.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
labelCopyright.Location = new System.Drawing.Point(28, 309);
labelCopyright.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
labelCopyright.Name = "labelCopyright";
labelCopyright.Size = new System.Drawing.Size(30, 12);
labelCopyright.TabIndex = 6;
labelCopyright.Text = "LYKNS";
//
// labelStatus
//
labelStatus.Location = new System.Drawing.Point(28, 232);
labelStatus.Margin = new System.Windows.Forms.Padding(4, 3, 4, 1);
labelStatus.Name = "labelStatus";
labelStatus.Size = new System.Drawing.Size(78, 12);
labelStatus.TabIndex = 7;
labelStatus.Text = "正在加载中...";
//
// peImage
//
peImage.Dock = System.Windows.Forms.DockStyle.Top;
peImage.EditValue = NewArchivesCenter.Properties.Resources._256_Icon_0105;
peImage.Location = new System.Drawing.Point(1, 1);
peImage.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
peImage.Name = "peImage";
peImage.Properties.AllowFocused = false;
peImage.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
peImage.Properties.Appearance.Options.UseBackColor = true;
peImage.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
peImage.Properties.ShowMenu = false;
peImage.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
peImage.Properties.SvgImageColorizationMode = DevExpress.Utils.SvgImageColorizationMode.None;
peImage.Size = new System.Drawing.Size(516, 215);
peImage.TabIndex = 9;
//
// peLogo
//
peLogo.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
peLogo.EditValue = NewArchivesCenter.Properties.Resources.LYKNSCTB_logo;
peLogo.Location = new System.Drawing.Point(326, 288);
peLogo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
peLogo.Name = "peLogo";
peLogo.Properties.AllowFocused = false;
peLogo.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
peLogo.Properties.Appearance.Options.UseBackColor = true;
peLogo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
peLogo.Properties.ShowMenu = false;
peLogo.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
peLogo.Size = new System.Drawing.Size(177, 45);
peLogo.TabIndex = 8;
//
// progressBarControl
//
progressBarControl.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
progressBarControl.EditValue = 0;
progressBarControl.Location = new System.Drawing.Point(28, 250);
progressBarControl.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
progressBarControl.Name = "progressBarControl";
progressBarControl.Size = new System.Drawing.Size(462, 13);
progressBarControl.TabIndex = 5;
//
// SplashScreen1
//
AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(518, 343);
Controls.Add(peImage);
Controls.Add(peLogo);
Controls.Add(labelStatus);
Controls.Add(labelCopyright);
Controls.Add(progressBarControl);
Icon = (System.Drawing.Icon)resources.GetObject("$this.Icon");
Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
Name = "SplashScreen1";
Padding = new System.Windows.Forms.Padding(1);
ShowInTaskbar = true;
Text = "SplashScreen1";
Shown += SplashScreen1_Shown;
((System.ComponentModel.ISupportInitialize)peImage.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)peLogo.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)progressBarControl.Properties).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl labelCopyright;
private DevExpress.XtraEditors.LabelControl labelStatus;
private DevExpress.XtraEditors.PictureEdit peLogo;
private DevExpress.XtraEditors.PictureEdit peImage;
private DevExpress.XtraEditors.MarqueeProgressBarControl progressBarControl;
}
}