コード例 #1
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.tCallback  = new System.Windows.Forms.Timer(this.components);
     this.pAll       = new FreeCL.UI.Panel();
     this.lCaption   = new System.Windows.Forms.Label();
     this.pAll.SuspendLayout();
     this.SuspendLayout();
     //
     // tCallback
     //
     this.tCallback.Interval = 10;
     this.tCallback.Tick    += new System.EventHandler(this.TCallbackTick);
     //
     // pAll
     //
     this.pAll.BevelInner = FreeCL.UI.BevelStyle.Lowered;
     this.pAll.Controls.Add(this.lCaption);
     this.pAll.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pAll.Location = new System.Drawing.Point(0, 0);
     this.pAll.Name     = "pAll";
     this.pAll.Padding  = new System.Windows.Forms.Padding(4);
     this.pAll.Size     = new System.Drawing.Size(339, 100);
     this.pAll.TabIndex = 0;
     //
     // lCaption
     //
     this.lCaption.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lCaption.Location  = new System.Drawing.Point(4, 4);
     this.lCaption.Name      = "lCaption";
     this.lCaption.Size      = new System.Drawing.Size(331, 92);
     this.lCaption.TabIndex  = 1;
     this.lCaption.Text      = "Please wait";
     this.lCaption.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lCaption.UseCompatibleTextRendering = true;
     //
     // LockedGUIForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(339, 100);
     this.ControlBox        = false;
     this.Controls.Add(this.pAll);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "LockedGUIForm";
     this.Opacity         = 0.9;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "LockedGUIForm";
     this.pAll.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.tCallback = new System.Windows.Forms.Timer(this.components);
     this.pAll = new FreeCL.UI.Panel();
     this.lCaption = new System.Windows.Forms.Label();
     this.pAll.SuspendLayout();
     this.SuspendLayout();
     //
     // tCallback
     //
     this.tCallback.Interval = 10;
     this.tCallback.Tick += new System.EventHandler(this.TCallbackTick);
     //
     // pAll
     //
     this.pAll.BevelInner = FreeCL.UI.BevelStyle.Lowered;
     this.pAll.Controls.Add(this.lCaption);
     this.pAll.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pAll.Location = new System.Drawing.Point(0, 0);
     this.pAll.Name = "pAll";
     this.pAll.Padding = new System.Windows.Forms.Padding(4);
     this.pAll.Size = new System.Drawing.Size(339, 100);
     this.pAll.TabIndex = 0;
     //
     // lCaption
     //
     this.lCaption.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lCaption.Location = new System.Drawing.Point(4, 4);
     this.lCaption.Name = "lCaption";
     this.lCaption.Size = new System.Drawing.Size(331, 92);
     this.lCaption.TabIndex = 1;
     this.lCaption.Text = "Please wait";
     this.lCaption.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lCaption.UseCompatibleTextRendering = true;
     //
     // LockedGUIForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(339, 100);
     this.ControlBox = false;
     this.Controls.Add(this.pAll);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "LockedGUIForm";
     this.Opacity = 0.9;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "LockedGUIForm";
     this.pAll.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #3
0
 private void InitializeComponent()
 {
     this.picApp = new System.Windows.Forms.PictureBox();
     this.pVersion = new FreeCL.UI.Panel();
     this.lVersion = new System.Windows.Forms.Label();
     this.lAppCompany = new System.Windows.Forms.Label();
     this.lCopyright = new System.Windows.Forms.Label();
     this.pAppTitle = new FreeCL.UI.Panel();
     this.lAppTitle = new System.Windows.Forms.Label();
     this.pAppCompany = new FreeCL.UI.Panel();
     this.pCopyright = new FreeCL.UI.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.picApp)).BeginInit();
     this.pVersion.SuspendLayout();
     this.pAppTitle.SuspendLayout();
     this.pAppCompany.SuspendLayout();
     this.pCopyright.SuspendLayout();
     this.SuspendLayout();
     //
     // picApp
     //
     this.picApp.Location = new System.Drawing.Point(16, 15);
     this.picApp.Name = "picApp";
     this.picApp.Size = new System.Drawing.Size(48, 37);
     this.picApp.TabIndex = 0;
     this.picApp.TabStop = false;
     //
     // pVersion
     //
     this.pVersion.AutoUpdateDockPadding = false;
     this.pVersion.BevelOuter = FreeCL.UI.BevelStyle.Lowered;
     this.pVersion.Controls.Add(this.lVersion);
     this.pVersion.Location = new System.Drawing.Point(88, 119);
     this.pVersion.Name = "pVersion";
     this.pVersion.Padding = new System.Windows.Forms.Padding(2);
     this.pVersion.Size = new System.Drawing.Size(256, 30);
     this.pVersion.TabIndex = 6;
     //
     // lVersion
     //
     this.lVersion.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lVersion.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lVersion.Location = new System.Drawing.Point(2, 2);
     this.lVersion.Name = "lVersion";
     this.lVersion.Size = new System.Drawing.Size(252, 26);
     this.lVersion.TabIndex = 2;
     this.lVersion.Text = "Version";
     this.lVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lVersion.UseCompatibleTextRendering = true;
     this.lVersion.UseMnemonic = false;
     //
     // lAppCompany
     //
     this.lAppCompany.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lAppCompany.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(204)));
     this.lAppCompany.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lAppCompany.Location = new System.Drawing.Point(2, 2);
     this.lAppCompany.Name = "lAppCompany";
     this.lAppCompany.Size = new System.Drawing.Size(252, 25);
     this.lAppCompany.TabIndex = 2;
     this.lAppCompany.Text = "Company";
     this.lAppCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lAppCompany.UseCompatibleTextRendering = true;
     this.lAppCompany.UseMnemonic = false;
     //
     // lCopyright
     //
     this.lCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lCopyright.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lCopyright.Location = new System.Drawing.Point(2, 2);
     this.lCopyright.Name = "lCopyright";
     this.lCopyright.Size = new System.Drawing.Size(351, 26);
     this.lCopyright.TabIndex = 2;
     this.lCopyright.Text = "Copyright";
     this.lCopyright.UseCompatibleTextRendering = true;
     this.lCopyright.UseMnemonic = false;
     //
     // pAppTitle
     //
     this.pAppTitle.AutoUpdateDockPadding = false;
     this.pAppTitle.BevelOuter = FreeCL.UI.BevelStyle.Lowered;
     this.pAppTitle.Controls.Add(this.lAppTitle);
     this.pAppTitle.Location = new System.Drawing.Point(88, 45);
     this.pAppTitle.Name = "pAppTitle";
     this.pAppTitle.Padding = new System.Windows.Forms.Padding(2);
     this.pAppTitle.Size = new System.Drawing.Size(256, 29);
     this.pAppTitle.TabIndex = 3;
     //
     // lAppTitle
     //
     this.lAppTitle.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lAppTitle.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(204)));
     this.lAppTitle.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lAppTitle.Location = new System.Drawing.Point(2, 2);
     this.lAppTitle.Name = "lAppTitle";
     this.lAppTitle.Size = new System.Drawing.Size(252, 25);
     this.lAppTitle.TabIndex = 2;
     this.lAppTitle.Text = "Title";
     this.lAppTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lAppTitle.UseCompatibleTextRendering = true;
     this.lAppTitle.UseMnemonic = false;
     //
     // pAppCompany
     //
     this.pAppCompany.AutoUpdateDockPadding = false;
     this.pAppCompany.BevelOuter = FreeCL.UI.BevelStyle.Lowered;
     this.pAppCompany.Controls.Add(this.lAppCompany);
     this.pAppCompany.Location = new System.Drawing.Point(88, 82);
     this.pAppCompany.Name = "pAppCompany";
     this.pAppCompany.Padding = new System.Windows.Forms.Padding(2);
     this.pAppCompany.Size = new System.Drawing.Size(256, 29);
     this.pAppCompany.TabIndex = 4;
     //
     // pCopyright
     //
     this.pCopyright.AutoUpdateDockPadding = false;
     this.pCopyright.BevelOuter = FreeCL.UI.BevelStyle.Lowered;
     this.pCopyright.Controls.Add(this.lCopyright);
     this.pCopyright.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pCopyright.Location = new System.Drawing.Point(0, 166);
     this.pCopyright.Name = "pCopyright";
     this.pCopyright.Padding = new System.Windows.Forms.Padding(2);
     this.pCopyright.Size = new System.Drawing.Size(355, 30);
     this.pCopyright.TabIndex = 5;
     //
     // BaseSplashForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.ClientSize = new System.Drawing.Size(355, 196);
     this.ControlBox = false;
     this.Controls.Add(this.pVersion);
     this.Controls.Add(this.pCopyright);
     this.Controls.Add(this.pAppCompany);
     this.Controls.Add(this.pAppTitle);
     this.Controls.Add(this.picApp);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "BaseSplashForm";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "BaseSplashForm";
     this.TopMost = true;
     ((System.ComponentModel.ISupportInitialize)(this.picApp)).EndInit();
     this.pVersion.ResumeLayout(false);
     this.pAppTitle.ResumeLayout(false);
     this.pAppCompany.ResumeLayout(false);
     this.pCopyright.ResumeLayout(false);
     this.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picApp)).EndInit();
     this.pVersion.ResumeLayout(false);
     this.pAppTitle.ResumeLayout(false);
     this.pAppCompany.ResumeLayout(false);
     this.pCopyright.ResumeLayout(false);
     this.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picApp)).EndInit();
     this.pVersion.ResumeLayout(false);
     this.pAppTitle.ResumeLayout(false);
     this.pAppCompany.ResumeLayout(false);
     this.pCopyright.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #4
0
 private void InitializeComponent()
 {
     this.picApp      = new System.Windows.Forms.PictureBox();
     this.pVersion    = new FreeCL.UI.Panel();
     this.lVersion    = new System.Windows.Forms.Label();
     this.lAppCompany = new System.Windows.Forms.Label();
     this.lCopyright  = new System.Windows.Forms.Label();
     this.pAppTitle   = new FreeCL.UI.Panel();
     this.lAppTitle   = new System.Windows.Forms.Label();
     this.pAppCompany = new FreeCL.UI.Panel();
     this.pCopyright  = new FreeCL.UI.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.picApp)).BeginInit();
     this.pVersion.SuspendLayout();
     this.pAppTitle.SuspendLayout();
     this.pAppCompany.SuspendLayout();
     this.pCopyright.SuspendLayout();
     this.SuspendLayout();
     //
     // picApp
     //
     this.picApp.Location = new System.Drawing.Point(16, 15);
     this.picApp.Name     = "picApp";
     this.picApp.Size     = new System.Drawing.Size(48, 37);
     this.picApp.TabIndex = 0;
     this.picApp.TabStop  = false;
     //
     // pVersion
     //
     this.pVersion.AutoUpdateDockPadding = false;
     this.pVersion.BevelOuter            = FreeCL.UI.BevelStyle.Lowered;
     this.pVersion.Controls.Add(this.lVersion);
     this.pVersion.Location = new System.Drawing.Point(88, 119);
     this.pVersion.Name     = "pVersion";
     this.pVersion.Padding  = new System.Windows.Forms.Padding(2);
     this.pVersion.Size     = new System.Drawing.Size(256, 30);
     this.pVersion.TabIndex = 6;
     //
     // lVersion
     //
     this.lVersion.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.lVersion.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lVersion.Location   = new System.Drawing.Point(2, 2);
     this.lVersion.Name       = "lVersion";
     this.lVersion.Size       = new System.Drawing.Size(252, 26);
     this.lVersion.TabIndex   = 2;
     this.lVersion.Text       = "Version";
     this.lVersion.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.lVersion.UseCompatibleTextRendering = true;
     this.lVersion.UseMnemonic = false;
     //
     // lAppCompany
     //
     this.lAppCompany.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.lAppCompany.Font       = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(204)));
     this.lAppCompany.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lAppCompany.Location   = new System.Drawing.Point(2, 2);
     this.lAppCompany.Name       = "lAppCompany";
     this.lAppCompany.Size       = new System.Drawing.Size(252, 25);
     this.lAppCompany.TabIndex   = 2;
     this.lAppCompany.Text       = "Company";
     this.lAppCompany.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.lAppCompany.UseCompatibleTextRendering = true;
     this.lAppCompany.UseMnemonic = false;
     //
     // lCopyright
     //
     this.lCopyright.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.lCopyright.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lCopyright.Location   = new System.Drawing.Point(2, 2);
     this.lCopyright.Name       = "lCopyright";
     this.lCopyright.Size       = new System.Drawing.Size(351, 26);
     this.lCopyright.TabIndex   = 2;
     this.lCopyright.Text       = "Copyright";
     this.lCopyright.UseCompatibleTextRendering = true;
     this.lCopyright.UseMnemonic = false;
     //
     // pAppTitle
     //
     this.pAppTitle.AutoUpdateDockPadding = false;
     this.pAppTitle.BevelOuter            = FreeCL.UI.BevelStyle.Lowered;
     this.pAppTitle.Controls.Add(this.lAppTitle);
     this.pAppTitle.Location = new System.Drawing.Point(88, 45);
     this.pAppTitle.Name     = "pAppTitle";
     this.pAppTitle.Padding  = new System.Windows.Forms.Padding(2);
     this.pAppTitle.Size     = new System.Drawing.Size(256, 29);
     this.pAppTitle.TabIndex = 3;
     //
     // lAppTitle
     //
     this.lAppTitle.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.lAppTitle.Font       = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(204)));
     this.lAppTitle.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lAppTitle.Location   = new System.Drawing.Point(2, 2);
     this.lAppTitle.Name       = "lAppTitle";
     this.lAppTitle.Size       = new System.Drawing.Size(252, 25);
     this.lAppTitle.TabIndex   = 2;
     this.lAppTitle.Text       = "Title";
     this.lAppTitle.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.lAppTitle.UseCompatibleTextRendering = true;
     this.lAppTitle.UseMnemonic = false;
     //
     // pAppCompany
     //
     this.pAppCompany.AutoUpdateDockPadding = false;
     this.pAppCompany.BevelOuter            = FreeCL.UI.BevelStyle.Lowered;
     this.pAppCompany.Controls.Add(this.lAppCompany);
     this.pAppCompany.Location = new System.Drawing.Point(88, 82);
     this.pAppCompany.Name     = "pAppCompany";
     this.pAppCompany.Padding  = new System.Windows.Forms.Padding(2);
     this.pAppCompany.Size     = new System.Drawing.Size(256, 29);
     this.pAppCompany.TabIndex = 4;
     //
     // pCopyright
     //
     this.pCopyright.AutoUpdateDockPadding = false;
     this.pCopyright.BevelOuter            = FreeCL.UI.BevelStyle.Lowered;
     this.pCopyright.Controls.Add(this.lCopyright);
     this.pCopyright.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pCopyright.Location = new System.Drawing.Point(0, 166);
     this.pCopyright.Name     = "pCopyright";
     this.pCopyright.Padding  = new System.Windows.Forms.Padding(2);
     this.pCopyright.Size     = new System.Drawing.Size(355, 30);
     this.pCopyright.TabIndex = 5;
     //
     // BaseSplashForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.ClientSize        = new System.Drawing.Size(355, 196);
     this.ControlBox        = false;
     this.Controls.Add(this.pVersion);
     this.Controls.Add(this.pCopyright);
     this.Controls.Add(this.pAppCompany);
     this.Controls.Add(this.pAppTitle);
     this.Controls.Add(this.picApp);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "BaseSplashForm";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "BaseSplashForm";
     this.TopMost         = true;
     ((System.ComponentModel.ISupportInitialize)(this.picApp)).EndInit();
     this.pVersion.ResumeLayout(false);
     this.pAppTitle.ResumeLayout(false);
     this.pAppCompany.ResumeLayout(false);
     this.pCopyright.ResumeLayout(false);
     this.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picApp)).EndInit();
     this.pVersion.ResumeLayout(false);
     this.pAppTitle.ResumeLayout(false);
     this.pAppCompany.ResumeLayout(false);
     this.pCopyright.ResumeLayout(false);
     this.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picApp)).EndInit();
     this.pVersion.ResumeLayout(false);
     this.pAppTitle.ResumeLayout(false);
     this.pAppCompany.ResumeLayout(false);
     this.pCopyright.ResumeLayout(false);
     this.ResumeLayout(false);
 }