namespace CSFrameworkV5.Library { partial class frmThreadOperating { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmThreadOperating)); this.btnStop = new DevExpress.XtraEditors.SimpleButton(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl(); ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit(); this.SuspendLayout(); // // btnStop // this.btnStop.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F); this.btnStop.Appearance.Options.UseFont = true; this.btnStop.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnStop.Cursor = System.Windows.Forms.Cursors.Hand; this.btnStop.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnStop.ImageOptions.Image"))); this.btnStop.Location = new System.Drawing.Point(178, 112); this.btnStop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(110, 40); this.btnStop.TabIndex = 1; this.btnStop.Text = "取消操作"; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Location = new System.Drawing.Point(17, 17); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(186, 20); this.labelControl1.TabIndex = 2; this.labelControl1.Text = "系统正在执行操作,请稍候......"; // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.Location = new System.Drawing.Point(357, 16); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(58, 20); this.labelControl2.TabIndex = 2; this.labelControl2.Text = "用时 0 秒"; // // marqueeProgressBarControl1 // this.marqueeProgressBarControl1.EditValue = 0; this.marqueeProgressBarControl1.Location = new System.Drawing.Point(13, 52); this.marqueeProgressBarControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1"; this.marqueeProgressBarControl1.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.marqueeProgressBarControl1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.marqueeProgressBarControl1.Properties.LookAndFeel.SkinName = "Office 2013"; this.marqueeProgressBarControl1.Properties.LookAndFeel.UseDefaultLookAndFeel = false; this.marqueeProgressBarControl1.Size = new System.Drawing.Size(436, 45); this.marqueeProgressBarControl1.TabIndex = 3; // // frmThreadOperating // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(462, 172); this.Controls.Add(this.marqueeProgressBarControl1); this.Controls.Add(this.labelControl2); this.Controls.Add(this.labelControl1); this.Controls.Add(this.btnStop); this.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmThreadOperating"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "异步操作等待窗体"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmWaitingThread_FormClosing); this.Load += new System.EventHandler(this.frmThreadOperating_Load); ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.SimpleButton btnStop; private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.Timer timer1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1; } }