namespace POSV { partial class WaitWindowGUI { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.MessageLabel = new System.Windows.Forms.Label(); //this.circularProgress = new com.azkoss.form.ui.CircularProgressControl(); this.SuspendLayout(); // // MessageLabel // this.MessageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.MessageLabel.BackColor = System.Drawing.Color.Transparent; this.MessageLabel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.MessageLabel.Location = new System.Drawing.Point(34, 0); this.MessageLabel.Name = "MessageLabel"; this.MessageLabel.Size = new System.Drawing.Size(115, 30); this.MessageLabel.TabIndex = 3; this.MessageLabel.Text = "正在处理中 ..."; this.MessageLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // circularProgress // //this.circularProgress.BackColor = System.Drawing.Color.Transparent; //this.circularProgress.Dock = System.Windows.Forms.DockStyle.Left; //this.circularProgress.Interval = 60; //this.circularProgress.Location = new System.Drawing.Point(0, 0); //this.circularProgress.MinimumSize = new System.Drawing.Size(28, 28); //this.circularProgress.Name = "circularProgress"; //this.circularProgress.Rotation = com.azkoss.form.ui.CircularProgressControl.Direction.CLOCKWISE; //this.circularProgress.Size = new System.Drawing.Size(28, 30); //this.circularProgress.StartAngle = 270; //this.circularProgress.TabIndex = 4; //this.circularProgress.TickColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); // // WaitWindowGUI // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.SystemColors.Info; this.ClientSize = new System.Drawing.Size(150, 30); this.ControlBox = false; //this.Controls.Add(this.circularProgress); this.Controls.Add(this.MessageLabel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(200, 30); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(150, 30); this.Name = "WaitWindowGUI"; this.Opacity = 0.9; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "WaitWindowGUI"; this.ResumeLayout(false); } #endregion public System.Windows.Forms.Label MessageLabel; //public com.azkoss.form.ui.CircularProgressControl circularProgress; } }