00001 namespace SimpleControls
00002 {
00003 partial class PleaseWait
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Component Designer generated code
00024
00029 private void InitializeComponent()
00030 {
00031 this.lblTitle = new System.Windows.Forms.Label();
00032 this.dsThrobber = new SimpleControls.DoingStuff();
00033 this.panFloater = new System.Windows.Forms.Panel();
00034 this.tblLayout = new System.Windows.Forms.TableLayoutPanel();
00035 this.panFloater.SuspendLayout();
00036 this.tblLayout.SuspendLayout();
00037 this.SuspendLayout();
00038
00039
00040
00041 this.lblTitle.AutoSize = true;
00042 this.lblTitle.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00043 this.lblTitle.Location = new System.Drawing.Point(20, 0);
00044 this.lblTitle.Name = "lblTitle";
00045 this.lblTitle.Size = new System.Drawing.Size(94, 16);
00046 this.lblTitle.TabIndex = 1;
00047 this.lblTitle.Text = "Please wait...";
00048
00049
00050
00051 this.dsThrobber.Location = new System.Drawing.Point(1, 1);
00052 this.dsThrobber.Margin = new System.Windows.Forms.Padding(0);
00053 this.dsThrobber.Name = "dsThrobber";
00054 this.dsThrobber.Size = new System.Drawing.Size(16, 16);
00055 this.dsThrobber.TabIndex = 0;
00056
00057
00058
00059 this.panFloater.BackColor = System.Drawing.Color.White;
00060 this.panFloater.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00061 this.panFloater.Controls.Add(this.dsThrobber);
00062 this.panFloater.Controls.Add(this.lblTitle);
00063 this.panFloater.Dock = System.Windows.Forms.DockStyle.Fill;
00064 this.panFloater.ForeColor = System.Drawing.Color.Black;
00065 this.panFloater.Location = new System.Drawing.Point(108, 79);
00066 this.panFloater.Name = "panFloater";
00067 this.panFloater.Size = new System.Drawing.Size(116, 20);
00068 this.panFloater.TabIndex = 2;
00069
00070
00071
00072 this.tblLayout.ColumnCount = 3;
00073 this.tblLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
00074 this.tblLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 122F));
00075 this.tblLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
00076 this.tblLayout.Controls.Add(this.panFloater, 1, 1);
00077 this.tblLayout.Dock = System.Windows.Forms.DockStyle.Fill;
00078 this.tblLayout.Location = new System.Drawing.Point(0, 0);
00079 this.tblLayout.Name = "tblLayout";
00080 this.tblLayout.RowCount = 3;
00081 this.tblLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
00082 this.tblLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
00083 this.tblLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
00084 this.tblLayout.Size = new System.Drawing.Size(333, 179);
00085 this.tblLayout.TabIndex = 3;
00086
00087
00088
00089 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00090 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00091 this.BackColor = System.Drawing.SystemColors.Control;
00092 this.Controls.Add(this.tblLayout);
00093 this.Name = "PleaseWait";
00094 this.Size = new System.Drawing.Size(333, 179);
00095 this.panFloater.ResumeLayout(false);
00096 this.panFloater.PerformLayout();
00097 this.tblLayout.ResumeLayout(false);
00098 this.ResumeLayout(false);
00099
00100 }
00101
00102 #endregion
00103
00104 private DoingStuff dsThrobber;
00105 private System.Windows.Forms.Label lblTitle;
00106 private System.Windows.Forms.Panel panFloater;
00107 private System.Windows.Forms.TableLayoutPanel tblLayout;
00108 }
00109 }