ab56a9bcf7
SVN-Revision: r240
104 lines
4.8 KiB
C#
104 lines
4.8 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class FrmSplashScreen
|
|
{
|
|
/// <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(FrmSplashScreen));
|
|
this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
|
|
this.lblCopyright = new DevExpress.XtraEditors.LabelControl();
|
|
this.lblMsg = new DevExpress.XtraEditors.LabelControl();
|
|
this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.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;
|
|
//
|
|
// lblCopyright
|
|
//
|
|
this.lblCopyright.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.lblCopyright.Location = new System.Drawing.Point(23, 264);
|
|
this.lblCopyright.Name = "lblCopyright";
|
|
this.lblCopyright.Size = new System.Drawing.Size(131, 14);
|
|
this.lblCopyright.TabIndex = 6;
|
|
this.lblCopyright.Text = "Copyright © 2013-2018";
|
|
//
|
|
// lblMsg
|
|
//
|
|
this.lblMsg.Location = new System.Drawing.Point(23, 190);
|
|
this.lblMsg.Name = "lblMsg";
|
|
this.lblMsg.Size = new System.Drawing.Size(84, 14);
|
|
this.lblMsg.TabIndex = 7;
|
|
this.lblMsg.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;
|
|
//
|
|
// FrmSplashScreen
|
|
//
|
|
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.lblMsg);
|
|
this.Controls.Add(this.lblCopyright);
|
|
this.Controls.Add(this.marqueeProgressBarControl1);
|
|
this.Name = "FrmSplashScreen";
|
|
this.Text = "Form1";
|
|
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1;
|
|
private DevExpress.XtraEditors.LabelControl lblCopyright;
|
|
private DevExpress.XtraEditors.LabelControl lblMsg;
|
|
private DevExpress.XtraEditors.PictureEdit pictureEdit2;
|
|
}
|
|
}
|