Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.painterXP1    = new Commons.PainterXP();
     this.label1        = new System.Windows.Forms.Label();
     this.painterLine1  = new Commons.PainterLine();
     this._ProgressBar1 = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // painterXP1
     //
     this.painterXP1.BlockLineColor = System.Drawing.SystemColors.Control;
     this.painterXP1.ColorDark      = System.Drawing.Color.FromArgb(((System.Byte)(131)), ((System.Byte)(174)), ((System.Byte)(119)));
     this.painterXP1.ColorLight     = System.Drawing.Color.FromArgb(((System.Byte)(195)), ((System.Byte)(227)), ((System.Byte)(186)));
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(216, 23);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Đang tổng hợp dữ liệu. Xin chờ giây lát ...";
     //
     // painterLine1
     //
     this.painterLine1.LineColor = System.Drawing.SystemColors.ControlText;
     //
     // _ProgressBar1
     //
     this._ProgressBar1.Location = new System.Drawing.Point(40, 40);
     this._ProgressBar1.Name     = "_ProgressBar1";
     this._ProgressBar1.Size     = new System.Drawing.Size(160, 23);
     this._ProgressBar1.Step     = 1;
     this._ProgressBar1.TabIndex = 3;
     this._ProgressBar1.Value    = 50;
     //
     // frmBusyBar
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(242, 80);
     this.Controls.Add(this._ProgressBar1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmBusyBar";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frmBusyBar";
     this.Load           += new System.EventHandler(this.frmBusyBar_Load);
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.painterXP1 = new Commons.PainterXP();
     this.label1 = new System.Windows.Forms.Label();
     this.painterLine1 = new Commons.PainterLine();
     this._ProgressBar1 = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // painterXP1
     //
     this.painterXP1.BlockLineColor = System.Drawing.SystemColors.Control;
     this.painterXP1.ColorDark = System.Drawing.Color.FromArgb(((System.Byte)(131)), ((System.Byte)(174)), ((System.Byte)(119)));
     this.painterXP1.ColorLight = System.Drawing.Color.FromArgb(((System.Byte)(195)), ((System.Byte)(227)), ((System.Byte)(186)));
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(216, 23);
     this.label1.TabIndex = 1;
     this.label1.Text = "Đang tổng hợp dữ liệu. Xin chờ giây lát ...";
     //
     // painterLine1
     //
     this.painterLine1.LineColor = System.Drawing.SystemColors.ControlText;
     //
     // _ProgressBar1
     //
     this._ProgressBar1.Location = new System.Drawing.Point(40, 40);
     this._ProgressBar1.Name = "_ProgressBar1";
     this._ProgressBar1.Size = new System.Drawing.Size(160, 23);
     this._ProgressBar1.Step = 1;
     this._ProgressBar1.TabIndex = 3;
     this._ProgressBar1.Value = 50;
     //
     // frmBusyBar
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(242, 80);
     this.Controls.Add(this._ProgressBar1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "frmBusyBar";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmBusyBar";
     this.Load += new System.EventHandler(this.frmBusyBar_Load);
     this.ResumeLayout(false);
 }