namespace IStation.Win { partial class WaitFormStyle2 { /// /// 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() { this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl(); this.labelControlVersion = new DevExpress.XtraEditors.LabelControl(); this.labelControlCorpName = new DevExpress.XtraEditors.LabelControl(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.progressPanel1 = new DevExpress.XtraWaitForm.ProgressPanel(); ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // marqueeProgressBarControl1 // this.marqueeProgressBarControl1.EditValue = 0; this.marqueeProgressBarControl1.Location = new System.Drawing.Point(12, 38); this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1"; this.marqueeProgressBarControl1.Size = new System.Drawing.Size(528, 23); this.marqueeProgressBarControl1.TabIndex = 5; // // labelControlVersion // this.labelControlVersion.Appearance.Font = new System.Drawing.Font("Times New Roman", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControlVersion.Appearance.Options.UseFont = true; this.labelControlVersion.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.labelControlVersion.Location = new System.Drawing.Point(430, 110); this.labelControlVersion.Name = "labelControlVersion"; this.labelControlVersion.Size = new System.Drawing.Size(98, 12); this.labelControlVersion.TabIndex = 6; this.labelControlVersion.Text = "Copyright © 2019-2025"; // // labelControlCorpName // this.labelControlCorpName.Appearance.Font = new System.Drawing.Font("Times New Roman", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControlCorpName.Appearance.Options.UseFont = true; this.labelControlCorpName.Appearance.Options.UseTextOptions = true; this.labelControlCorpName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControlCorpName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControlCorpName.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.labelControlCorpName.Location = new System.Drawing.Point(407, 128); this.labelControlCorpName.Name = "labelControlCorpName"; this.labelControlCorpName.Size = new System.Drawing.Size(133, 12); this.labelControlCorpName.TabIndex = 6; this.labelControlCorpName.Text = "上海义维流体科技有限公司"; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.Location = new System.Drawing.Point(12, 67); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(290, 73); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 8; this.pictureBox2.TabStop = false; // // progressPanel1 // this.progressPanel1.Appearance.BackColor = System.Drawing.Color.Transparent; this.progressPanel1.Appearance.Options.UseBackColor = true; this.progressPanel1.AppearanceCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.progressPanel1.AppearanceCaption.Options.UseFont = true; this.progressPanel1.AppearanceDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.progressPanel1.AppearanceDescription.Options.UseFont = true; this.progressPanel1.Caption = "请稍候,正在加载中。。。"; this.progressPanel1.Description = ""; this.progressPanel1.ImageHorzOffset = 20; this.progressPanel1.Location = new System.Drawing.Point(-6, 2); this.progressPanel1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.progressPanel1.Name = "progressPanel1"; this.progressPanel1.Size = new System.Drawing.Size(345, 36); this.progressPanel1.TabIndex = 9; this.progressPanel1.Text = "progressPanel1"; // // WaitFormStyle2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(552, 152); this.Controls.Add(this.labelControlCorpName); this.Controls.Add(this.progressPanel1); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.labelControlVersion); this.Controls.Add(this.marqueeProgressBarControl1); this.Font = new System.Drawing.Font("楷体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "WaitFormStyle2"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1; private DevExpress.XtraEditors.LabelControl labelControlVersion; private DevExpress.XtraEditors.LabelControl labelControlCorpName; private System.Windows.Forms.PictureBox pictureBox2; private DevExpress.XtraWaitForm.ProgressPanel progressPanel1; } }