![]() |
Sylloge
A C# helper library
|
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 namespace Sylloge 00017 { 00018 namespace Forms 00019 { 00020 partial class SplashScreen 00021 { 00025 private System.ComponentModel.IContainer components = null; 00026 00031 protected override void Dispose(bool disposing) 00032 { 00033 if (disposing && (components != null)) { 00034 components.Dispose(); 00035 } 00036 base.Dispose(disposing); 00037 } 00038 00039 #region Windows Form Designer generated code 00040 00045 private void InitializeComponent() 00046 { 00047 this.c_LabelStatus = new System.Windows.Forms.Label(); 00048 this.c_ProgressBar = new System.Windows.Forms.ProgressBar(); 00049 this.SuspendLayout(); 00050 // 00051 // c_LabelStatus 00052 // 00053 this.c_LabelStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 00054 | System.Windows.Forms.AnchorStyles.Right))); 00055 this.c_LabelStatus.BackColor = System.Drawing.Color.Transparent; 00056 this.c_LabelStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00057 this.c_LabelStatus.ForeColor = System.Drawing.Color.White; 00058 this.c_LabelStatus.Location = new System.Drawing.Point(0, 354); 00059 this.c_LabelStatus.Name = "c_LabelStatus"; 00060 this.c_LabelStatus.Size = new System.Drawing.Size(600, 23); 00061 this.c_LabelStatus.TabIndex = 5; 00062 this.c_LabelStatus.Text = "Status"; 00063 this.c_LabelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 00064 // 00065 // c_ProgressBar 00066 // 00067 this.c_ProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 00068 | System.Windows.Forms.AnchorStyles.Right))); 00069 this.c_ProgressBar.ForeColor = System.Drawing.Color.CornflowerBlue; 00070 this.c_ProgressBar.Location = new System.Drawing.Point(0, 376); 00071 this.c_ProgressBar.Name = "c_ProgressBar"; 00072 this.c_ProgressBar.Size = new System.Drawing.Size(600, 24); 00073 this.c_ProgressBar.Step = 1; 00074 this.c_ProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; 00075 this.c_ProgressBar.TabIndex = 6; 00076 // 00077 // f_SplashScreen 00078 // 00079 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; 00080 this.ClientSize = new System.Drawing.Size(600, 400); 00081 this.Controls.Add(this.c_ProgressBar); 00082 this.Controls.Add(this.c_LabelStatus); 00083 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 00084 this.Name = "f_SplashScreen"; 00085 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 00086 this.ResumeLayout(false); 00087 00088 } 00089 00090 #endregion 00091 00092 private System.Windows.Forms.Label c_LabelStatus; 00093 private System.Windows.Forms.ProgressBar c_ProgressBar; 00094 } 00095 } 00096 }
1.7.4