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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashForm));
     this.StartTimer        = new System.Windows.Forms.Timer(this.components);
     this.SplashProgressBar = new MOG_CoreControls.MOG_XpProgressBar();
     this.SplashLabel       = new System.Windows.Forms.Label();
     this.VersionLabel      = new System.Windows.Forms.Label();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // StartTimer
     //
     this.StartTimer.Tick += new System.EventHandler(this.StartTimer_Tick);
     //
     // SplashProgressBar
     //
     this.SplashProgressBar.BackColor       = System.Drawing.Color.Brown;
     this.SplashProgressBar.ColorBackGround = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(58)))), ((int)(((byte)(123)))));
     this.SplashProgressBar.ColorBarBorder  = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(153)))), ((int)(((byte)(238)))));
     this.SplashProgressBar.ColorBarCenter  = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(80)))), ((int)(((byte)(168)))));
     this.SplashProgressBar.ColorText       = System.Drawing.Color.Gray;
     this.SplashProgressBar.Font            = new System.Drawing.Font("Verdana", 7.65F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SplashProgressBar.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.SplashProgressBar.Location        = new System.Drawing.Point(233, 234);
     this.SplashProgressBar.Name            = "SplashProgressBar";
     this.SplashProgressBar.Position        = 0;
     this.SplashProgressBar.PositionMax     = 100;
     this.SplashProgressBar.PositionMin     = 0;
     this.SplashProgressBar.Size            = new System.Drawing.Size(360, 12);
     this.SplashProgressBar.SteepDistance   = ((byte)(0));
     this.SplashProgressBar.TabIndex        = 4;
     this.SplashProgressBar.TextShadow      = false;
     //
     // SplashLabel
     //
     this.SplashLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(214)))), ((int)(((byte)(234)))));
     this.SplashLabel.Font      = new System.Drawing.Font("Verdana", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SplashLabel.ForeColor = System.Drawing.Color.Black;
     this.SplashLabel.Location  = new System.Drawing.Point(234, 224);
     this.SplashLabel.Name      = "SplashLabel";
     this.SplashLabel.Size      = new System.Drawing.Size(359, 10);
     this.SplashLabel.TabIndex  = 6;
     this.SplashLabel.Text      = "Initializing MOG Server Manager...";
     this.SplashLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // VersionLabel
     //
     this.VersionLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(246)))), ((int)(((byte)(254)))));
     this.VersionLabel.Font      = new System.Drawing.Font("Verdana", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.VersionLabel.ForeColor = System.Drawing.Color.Black;
     this.VersionLabel.Location  = new System.Drawing.Point(448, 8);
     this.VersionLabel.Name      = "VersionLabel";
     this.VersionLabel.Size      = new System.Drawing.Size(144, 11);
     this.VersionLabel.TabIndex  = 7;
     this.VersionLabel.Text      = "3.0.1.23235";
     this.VersionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = global::MOG_ServerManager.Properties.Resources.Splash_Server_Manager_2005;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(608, 272);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Visible  = false;
     //
     // SplashForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(608, 272);
     this.Controls.Add(this.VersionLabel);
     this.Controls.Add(this.SplashLabel);
     this.Controls.Add(this.SplashProgressBar);
     this.Controls.Add(this.pictureBox1);
     this.ForeColor       = System.Drawing.Color.White;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.Name            = "SplashForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Initializing Server Manager. . .";
     this.TransparencyKey = System.Drawing.Color.Transparent;
     this.Click          += new System.EventHandler(this.SplashForm_Click);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ListForm));
     this.panel1                        = new System.Windows.Forms.Panel();
     this.ListProgressBar               = new MOG_CoreControls.MOG_XpProgressBar();
     this.AssetListSelectedTotalLabel   = new System.Windows.Forms.Label();
     this.label3                        = new System.Windows.Forms.Label();
     this.AssetListTotalLabel           = new System.Windows.Forms.Label();
     this.label1                        = new System.Windows.Forms.Label();
     this.ListOkButton                  = new System.Windows.Forms.Button();
     this.panel2                        = new System.Windows.Forms.Panel();
     this.ListListView                  = new System.Windows.Forms.ListView();
     this.ReportNameColumnHeader        = new System.Windows.Forms.ColumnHeader();
     this.ReportClassColumnHeader       = new System.Windows.Forms.ColumnHeader();
     this.ReportPlatformColumnHeader    = new System.Windows.Forms.ColumnHeader();
     this.ReportVersionColumnHeader     = new System.Windows.Forms.ColumnHeader();
     this.ReportSizeColumnHeader        = new System.Windows.Forms.ColumnHeader();
     this.ReportPackageColumnHeader     = new System.Windows.Forms.ColumnHeader();
     this.ReportCreatorColumnHeader     = new System.Windows.Forms.ColumnHeader();
     this.ReportLastBlessColumnHeader   = new System.Windows.Forms.ColumnHeader();
     this.ReportAssetsColumnHeader      = new System.Windows.Forms.ColumnHeader();
     this.ReportLastCommentColumnHeader = new System.Windows.Forms.ColumnHeader();
     this.ReportExtensionColumnHeader   = new System.Windows.Forms.ColumnHeader();
     this.ReportFailedCheckColumnHeader = new System.Windows.Forms.ColumnHeader();
     this.ListSaveFileDialog            = new System.Windows.Forms.SaveFileDialog();
     this.ListImageList                 = new System.Windows.Forms.ImageList(this.components);
     this.ToolTip                       = new System.Windows.Forms.ToolTip(this.components);
     this.ReportComputerColumnHeader    = new System.Windows.Forms.ColumnHeader();
     this.ReportFullNameColumnHeader    = new System.Windows.Forms.ColumnHeader();
     this.ListSaveButton                = new OOGroup.Windows.Forms.ImageButton();
     this.ListNotpadButton              = new OOGroup.Windows.Forms.ImageButton();
     this.ListExcelButton               = new OOGroup.Windows.Forms.ImageButton();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ListProgressBar);
     this.panel1.Controls.Add(this.AssetListSelectedTotalLabel);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.AssetListTotalLabel);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.ListOkButton);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 379);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1287, 48);
     this.panel1.TabIndex = 0;
     //
     // ListProgressBar
     //
     this.ListProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.ListProgressBar.ColorBackGround = System.Drawing.SystemColors.Control;
     this.ListProgressBar.ColorBarBorder  = System.Drawing.Color.LightSkyBlue;
     this.ListProgressBar.ColorBarCenter  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(245)))));
     this.ListProgressBar.ColorText       = System.Drawing.Color.Black;
     this.ListProgressBar.Location        = new System.Drawing.Point(8, 1);
     this.ListProgressBar.Name            = "ListProgressBar";
     this.ListProgressBar.Position        = 0;
     this.ListProgressBar.PositionMax     = 100;
     this.ListProgressBar.PositionMin     = 0;
     this.ListProgressBar.Size            = new System.Drawing.Size(1200, 12);
     this.ListProgressBar.SteepDistance   = ((byte)(0));
     this.ListProgressBar.TabIndex        = 8;
     //
     // AssetListSelectedTotalLabel
     //
     this.AssetListSelectedTotalLabel.Location = new System.Drawing.Point(192, 24);
     this.AssetListSelectedTotalLabel.Name     = "AssetListSelectedTotalLabel";
     this.AssetListSelectedTotalLabel.Size     = new System.Drawing.Size(72, 23);
     this.AssetListSelectedTotalLabel.TabIndex = 7;
     this.AssetListSelectedTotalLabel.Text     = "0";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(112, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(80, 23);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Selected Total:";
     //
     // AssetListTotalLabel
     //
     this.AssetListTotalLabel.Location = new System.Drawing.Point(48, 24);
     this.AssetListTotalLabel.Name     = "AssetListTotalLabel";
     this.AssetListTotalLabel.Size     = new System.Drawing.Size(56, 23);
     this.AssetListTotalLabel.TabIndex = 5;
     this.AssetListTotalLabel.Text     = "0";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 23);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Totals:";
     //
     // ListOkButton
     //
     this.ListOkButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ListOkButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ListOkButton.Location  = new System.Drawing.Point(1204, 21);
     this.ListOkButton.Name      = "ListOkButton";
     this.ListOkButton.Size      = new System.Drawing.Size(75, 23);
     this.ListOkButton.TabIndex  = 2;
     this.ListOkButton.Text      = "Close";
     this.ListOkButton.Click    += new System.EventHandler(this.ListOkButton_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.ListSaveButton);
     this.panel2.Controls.Add(this.ListNotpadButton);
     this.panel2.Controls.Add(this.ListExcelButton);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location = new System.Drawing.Point(1247, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(40, 379);
     this.panel2.TabIndex = 1;
     //
     // ListListView
     //
     this.ListListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ReportNameColumnHeader,
         this.ReportClassColumnHeader,
         this.ReportPlatformColumnHeader,
         this.ReportVersionColumnHeader,
         this.ReportSizeColumnHeader,
         this.ReportPackageColumnHeader,
         this.ReportCreatorColumnHeader,
         this.ReportLastBlessColumnHeader,
         this.ReportComputerColumnHeader,
         this.ReportLastCommentColumnHeader,
         this.ReportAssetsColumnHeader,
         this.ReportExtensionColumnHeader,
         this.ReportFailedCheckColumnHeader,
         this.ReportFullNameColumnHeader
     });
     this.ListListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ListListView.FullRowSelect = true;
     this.ListListView.Location      = new System.Drawing.Point(0, 0);
     this.ListListView.Name          = "ListListView";
     this.ListListView.Size          = new System.Drawing.Size(1247, 379);
     this.ListListView.TabIndex      = 2;
     this.ListListView.UseCompatibleStateImageBehavior = false;
     this.ListListView.View = System.Windows.Forms.View.Details;
     this.ListListView.SelectedIndexChanged += new System.EventHandler(this.ListListView_SelectedIndexChanged);
     this.ListListView.DoubleClick          += new System.EventHandler(this.ListListView_DoubleClick);
     //
     // ReportNameColumnHeader
     //
     this.ReportNameColumnHeader.Text  = "Name";
     this.ReportNameColumnHeader.Width = 103;
     //
     // ReportClassColumnHeader
     //
     this.ReportClassColumnHeader.Text  = "MOG Classification";
     this.ReportClassColumnHeader.Width = 154;
     //
     // ReportPlatformColumnHeader
     //
     this.ReportPlatformColumnHeader.Text  = "Platform";
     this.ReportPlatformColumnHeader.Width = 54;
     //
     // ReportVersionColumnHeader
     //
     this.ReportVersionColumnHeader.Text  = "Version";
     this.ReportVersionColumnHeader.Width = 113;
     //
     // ReportSizeColumnHeader
     //
     this.ReportSizeColumnHeader.Text  = "Size";
     this.ReportSizeColumnHeader.Width = 48;
     //
     // ReportPackageColumnHeader
     //
     this.ReportPackageColumnHeader.Text  = "Package";
     this.ReportPackageColumnHeader.Width = 100;
     //
     // ReportCreatorColumnHeader
     //
     this.ReportCreatorColumnHeader.Text  = "Creator";
     this.ReportCreatorColumnHeader.Width = 58;
     //
     // ReportLastBlessColumnHeader
     //
     this.ReportLastBlessColumnHeader.Text  = "Last Bless";
     this.ReportLastBlessColumnHeader.Width = 68;
     //
     // ReportAssetsColumnHeader
     //
     this.ReportAssetsColumnHeader.Text  = "Assoc Assets";
     this.ReportAssetsColumnHeader.Width = 100;
     //
     // ReportLastCommentColumnHeader
     //
     this.ReportLastCommentColumnHeader.Text  = "Last Comment";
     this.ReportLastCommentColumnHeader.Width = 200;
     //
     // ReportExtensionColumnHeader
     //
     this.ReportExtensionColumnHeader.Text  = "GamePath";
     this.ReportExtensionColumnHeader.Width = 207;
     //
     // ReportFailedCheckColumnHeader
     //
     this.ReportFailedCheckColumnHeader.Text  = "Failed Check";
     this.ReportFailedCheckColumnHeader.Width = 80;
     //
     // ListSaveFileDialog
     //
     this.ListSaveFileDialog.DefaultExt = "rep";
     this.ListSaveFileDialog.Filter     = "Mog Report | *.rep";
     this.ListSaveFileDialog.Title      = "Save List Report";
     //
     // ListImageList
     //
     this.ListImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ListImageList.ImageStream")));
     this.ListImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ListImageList.Images.SetKeyName(0, "");
     this.ListImageList.Images.SetKeyName(1, "");
     this.ListImageList.Images.SetKeyName(2, "");
     this.ListImageList.Images.SetKeyName(3, "");
     //
     // ReportComputerColumnHeader
     //
     this.ReportComputerColumnHeader.Text = "Computer";
     //
     // ReportFullNameColumnHeader
     //
     this.ReportFullNameColumnHeader.Text  = "Fullname";
     this.ReportFullNameColumnHeader.Width = 0;
     //
     // ListSaveButton
     //
     this.ListSaveButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ListSaveButton.Location  = new System.Drawing.Point(8, 64);
     this.ListSaveButton.Name      = "ListSaveButton";
     this.ListSaveButton.Size      = new System.Drawing.Size(24, 23);
     this.ListSaveButton.TabIndex  = 3;
     this.ToolTip.SetToolTip(this.ListSaveButton, "Save this list for future use");
     this.ListSaveButton.Click += new System.EventHandler(this.ListSaveButton_Click);
     //
     // ListNotpadButton
     //
     this.ListNotpadButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ListNotpadButton.Location  = new System.Drawing.Point(8, 40);
     this.ListNotpadButton.Name      = "ListNotpadButton";
     this.ListNotpadButton.Size      = new System.Drawing.Size(24, 23);
     this.ListNotpadButton.TabIndex  = 1;
     this.ToolTip.SetToolTip(this.ListNotpadButton, "Export selected items to a text file");
     this.ListNotpadButton.Click += new System.EventHandler(this.ListNotpadButton_Click);
     //
     // ListExcelButton
     //
     this.ListExcelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ListExcelButton.Location  = new System.Drawing.Point(8, 16);
     this.ListExcelButton.Name      = "ListExcelButton";
     this.ListExcelButton.Size      = new System.Drawing.Size(24, 23);
     this.ListExcelButton.TabIndex  = 0;
     this.ToolTip.SetToolTip(this.ListExcelButton, "Export selected items to Excel");
     this.ListExcelButton.Click += new System.EventHandler(this.ListExcelButton_Click);
     //
     // ListForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1287, 427);
     this.Controls.Add(this.ListListView);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.Name          = "ListForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Custom Asset List";
     this.Load         += new System.EventHandler(this.ListForm_Load);
     this.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.ListForm_KeyUp);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.ListForm_FormClosing);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SplashForm));
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.StartTimer        = new System.Windows.Forms.Timer(this.components);
     this.BarTimer          = new System.Timers.Timer();
     this.SplashProgressBar = new MOG_XpProgressBar();
     ((System.ComponentModel.ISupportInitialize)(this.BarTimer)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     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(230, 19);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // StartTimer
     //
     this.StartTimer.Tick += new System.EventHandler(this.StartTimer_Tick);
     //
     // BarTimer
     //
     this.BarTimer.Interval            = 50;
     this.BarTimer.SynchronizingObject = this;
     this.BarTimer.Elapsed            += new System.Timers.ElapsedEventHandler(this.BarTimer_Elapsed);
     //
     // SplashProgressBar
     //
     this.SplashProgressBar.BackColor       = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(114)), ((System.Byte)(214)));
     this.SplashProgressBar.ColorBackGround = System.Drawing.Color.FromArgb(((System.Byte)(9)), ((System.Byte)(71)), ((System.Byte)(134)));
     this.SplashProgressBar.ColorBarBorder  = System.Drawing.Color.FromArgb(((System.Byte)(130)), ((System.Byte)(188)), ((System.Byte)(247)));
     this.SplashProgressBar.ColorBarCenter  = System.Drawing.Color.FromArgb(((System.Byte)(48)), ((System.Byte)(145)), ((System.Byte)(241)));
     this.SplashProgressBar.ColorText       = System.Drawing.Color.WhiteSmoke;
     this.SplashProgressBar.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.SplashProgressBar.GradientStyle   = MOG_CoreControls.GradientMode.Vertical;
     this.SplashProgressBar.Location        = new System.Drawing.Point(46, 3);
     this.SplashProgressBar.Name            = "SplashProgressBar";
     this.SplashProgressBar.Position        = 0;
     this.SplashProgressBar.PositionMax     = 100;
     this.SplashProgressBar.PositionMin     = 0;
     this.SplashProgressBar.Size            = new System.Drawing.Size(180, 12);
     this.SplashProgressBar.SteepDistance   = ((System.Byte)(0));
     this.SplashProgressBar.SteepWidth      = ((System.Byte)(1));
     this.SplashProgressBar.TabIndex        = 3;
     //
     // SplashForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.WhiteSmoke;
     this.ClientSize        = new System.Drawing.Size(230, 19);
     this.Controls.Add(this.SplashProgressBar);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "SplashForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "AppLoading - Loader";
     this.TransparencyKey = System.Drawing.Color.WhiteSmoke;
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.SplashForm_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.BarTimer)).EndInit();
     this.ResumeLayout(false);
 }