Exemplo n.º 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.components = new System.ComponentModel.Container();
            this.tmrIncrementBar = new System.Windows.Forms.Timer(this.components);
            this.cmdStart = new System.Windows.Forms.Button();
            this.status = new ProgressBarControl.Progress();
            this.SuspendLayout();
            // 
            // tmrIncrementBar
            // 
            this.tmrIncrementBar.Interval = 1000;
            this.tmrIncrementBar.Tick += new System.EventHandler(this.tmrIncrementBar_Tick);
            // 
            // cmdStart
            // 
            this.cmdStart.Location = new System.Drawing.Point(88, 152);
            this.cmdStart.Name = "cmdStart";
            this.cmdStart.Size = new System.Drawing.Size(92, 24);
            this.cmdStart.TabIndex = 1;
            this.cmdStart.Text = "Start";
            this.cmdStart.Click += new System.EventHandler(this.cmdStart_Click);
            // 
            // status
            // 
            this.status.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.status.Location = new System.Drawing.Point(12, 8);
            this.status.Name = "status";
            this.status.Size = new System.Drawing.Size(272, 88);
            this.status.Step = 10;
            this.status.TabIndex = 0;
            this.status.Value = 10;
            // 
            // Form1
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.ClientSize = new System.Drawing.Size(292, 194);
            this.Controls.Add(this.cmdStart);
            this.Controls.Add(this.status);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "Form1";
            this.Text = "Progress Host";
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components      = new System.ComponentModel.Container();
     this.tmrIncrementBar = new System.Windows.Forms.Timer(this.components);
     this.cmdStart        = new System.Windows.Forms.Button();
     this.status          = new ProgressBarControl.Progress();
     this.SuspendLayout();
     //
     // tmrIncrementBar
     //
     this.tmrIncrementBar.Interval = 1000;
     this.tmrIncrementBar.Tick    += new System.EventHandler(this.tmrIncrementBar_Tick);
     //
     // cmdStart
     //
     this.cmdStart.Location = new System.Drawing.Point(88, 152);
     this.cmdStart.Name     = "cmdStart";
     this.cmdStart.Size     = new System.Drawing.Size(92, 24);
     this.cmdStart.TabIndex = 1;
     this.cmdStart.Text     = "Start";
     this.cmdStart.Click   += new System.EventHandler(this.cmdStart_Click);
     //
     // status
     //
     this.status.Font     = new System.Drawing.Font("Tahoma", 8.25F);
     this.status.Location = new System.Drawing.Point(12, 8);
     this.status.Name     = "status";
     this.status.Size     = new System.Drawing.Size(272, 88);
     this.status.Step     = 10;
     this.status.TabIndex = 0;
     this.status.Value    = 10;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(292, 194);
     this.Controls.Add(this.cmdStart);
     this.Controls.Add(this.status);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "Form1";
     this.Text = "Progress Host";
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashForm));
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.lStatusInfo     = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.tmrIncrementBar = new System.Windows.Forms.Timer(this.components);
     this.status          = new ProgressBarControl.Progress();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(264, 232);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // lStatusInfo
     //
     this.lStatusInfo.BackColor = System.Drawing.Color.White;
     this.lStatusInfo.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lStatusInfo.Location  = new System.Drawing.Point(48, 235);
     this.lStatusInfo.Name      = "lStatusInfo";
     this.lStatusInfo.Size      = new System.Drawing.Size(201, 16);
     this.lStatusInfo.TabIndex  = 1;
     this.lStatusInfo.Text      = "Connecting to PostgreSQL Server  . . .";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(0, 235);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(48, 16);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Status:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tmrIncrementBar
     //
     this.tmrIncrementBar.Tick += new System.EventHandler(this.tmrIncrementBar_Tick);
     //
     // status
     //
     this.status.Location = new System.Drawing.Point(0, 250);
     this.status.Maximum  = 100;
     this.status.Name     = "status";
     this.status.Size     = new System.Drawing.Size(264, 32);
     this.status.Step     = 10;
     this.status.TabIndex = 3;
     //
     // SplashForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(264, 280);
     this.Controls.Add(this.status);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.lStatusInfo);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "SplashForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "SplashForm";
     this.Load           += new System.EventHandler(this.SplashForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }