| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 | namespace Ips.Sps{    partial class SpsSplashScreen    {        /// <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(SpsSplashScreen));            this.progressBarControl = new DevExpress.XtraEditors.MarqueeProgressBarControl();            this.labelCopyright = new DevExpress.XtraEditors.LabelControl();            this.labelStatus = new DevExpress.XtraEditors.LabelControl();            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();            this.labelCompany = new DevExpress.XtraEditors.LabelControl();            ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();            this.SuspendLayout();            //             // progressBarControl            //             this.progressBarControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.progressBarControl.EditValue = 0;            this.progressBarControl.Location = new System.Drawing.Point(28, 88);            this.progressBarControl.Margin = new System.Windows.Forms.Padding(4);            this.progressBarControl.Name = "progressBarControl";            this.progressBarControl.Size = new System.Drawing.Size(469, 13);            this.progressBarControl.TabIndex = 5;            //             // labelCopyright            //             this.labelCopyright.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;            this.labelCopyright.Location = new System.Drawing.Point(28, 118);            this.labelCopyright.Margin = new System.Windows.Forms.Padding(4);            this.labelCopyright.Name = "labelCopyright";            this.labelCopyright.Size = new System.Drawing.Size(52, 14);            this.labelCopyright.TabIndex = 6;            this.labelCopyright.Text = "Copyright";            //             // labelStatus            //             this.labelStatus.Location = new System.Drawing.Point(28, 69);            this.labelStatus.Margin = new System.Windows.Forms.Padding(4, 4, 4, 1);            this.labelStatus.Name = "labelStatus";            this.labelStatus.Size = new System.Drawing.Size(48, 14);            this.labelStatus.TabIndex = 7;            this.labelStatus.Text = "启动中...";            //             // labelControl1            //             this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);            this.labelControl1.Appearance.Options.UseFont = true;            this.labelControl1.Location = new System.Drawing.Point(162, 9);            this.labelControl1.Margin = new System.Windows.Forms.Padding(4);            this.labelControl1.Name = "labelControl1";            this.labelControl1.Size = new System.Drawing.Size(228, 50);            this.labelControl1.TabIndex = 8;            this.labelControl1.Text = "定位实验平台";            //             // pictureEdit1            //             this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));            this.pictureEdit1.Location = new System.Drawing.Point(89, 8);            this.pictureEdit1.Name = "pictureEdit1";            this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;            this.pictureEdit1.Properties.Appearance.BackColor2 = System.Drawing.Color.Transparent;            this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;            this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;            this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;            this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;            this.pictureEdit1.Size = new System.Drawing.Size(63, 54);            this.pictureEdit1.TabIndex = 9;            //             // labelCompany            //             this.labelCompany.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));            this.labelCompany.Location = new System.Drawing.Point(445, 118);            this.labelCompany.Name = "labelCompany";            this.labelCompany.Size = new System.Drawing.Size(48, 14);            this.labelCompany.TabIndex = 10;            this.labelCompany.Text = "";            //             // SpsSplashScreen            //             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(525, 145);            this.Controls.Add(this.labelCompany);            this.Controls.Add(this.pictureEdit1);            this.Controls.Add(this.labelControl1);            this.Controls.Add(this.labelStatus);            this.Controls.Add(this.labelCopyright);            this.Controls.Add(this.progressBarControl);            this.Margin = new System.Windows.Forms.Padding(4);            this.Name = "SpsSplashScreen";            this.Padding = new System.Windows.Forms.Padding(1);            this.Text = "SplashScreen1";            this.Load += new System.EventHandler(this.SpsSplashScreen_Load);            ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private DevExpress.XtraEditors.MarqueeProgressBarControl progressBarControl;        private DevExpress.XtraEditors.LabelControl labelCopyright;        private DevExpress.XtraEditors.LabelControl labelStatus;        private DevExpress.XtraEditors.LabelControl labelControl1;        private DevExpress.XtraEditors.PictureEdit pictureEdit1;        private DevExpress.XtraEditors.LabelControl labelCompany;    }}
 |