public DataConverTool(DevComponents.DotNetBar.LabelX lab_progress, DevComponents.DotNetBar.LabelX lb, DevExpress.XtraEditors.MarqueeProgressBarControl progressBar, DevComponents.DotNetBar.Controls.RichTextBoxEx MessageShow,AxMapControl axMap)
 {
     this.axMapControl = axMap;
     this.lb = lb;
     this.lab_progress = lab_progress;
     this.progressBar = progressBar;
     this.MessageShow = MessageShow;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashScreenEx));
     marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
     labelControl2 = new DevExpress.XtraEditors.LabelControl();
     pictureEdit2  = new DevExpress.XtraEditors.PictureEdit();
     ((System.ComponentModel.ISupportInitialize)(marqueeProgressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pictureEdit2.Properties)).BeginInit();
     SuspendLayout();
     //
     // marqueeProgressBarControl1
     //
     marqueeProgressBarControl1.EditValue = 0;
     marqueeProgressBarControl1.Location  = new System.Drawing.Point(23, 231);
     marqueeProgressBarControl1.Name      = "marqueeProgressBarControl1";
     marqueeProgressBarControl1.Size      = new System.Drawing.Size(404, 12);
     marqueeProgressBarControl1.TabIndex  = 5;
     //
     // labelControl2
     //
     labelControl2.Location = new System.Drawing.Point(23, 206);
     labelControl2.Name     = "labelControl2";
     labelControl2.Size     = new System.Drawing.Size(47, 13);
     labelControl2.TabIndex = 7;
     labelControl2.Text     = "Запуск...";
     //
     // pictureEdit2
     //
     pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
     pictureEdit2.Location  = new System.Drawing.Point(12, 12);
     pictureEdit2.Name      = "pictureEdit2";
     pictureEdit2.Properties.AllowFocused                    = false;
     pictureEdit2.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
     pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     pictureEdit2.Properties.ShowMenu    = false;
     pictureEdit2.Size     = new System.Drawing.Size(426, 180);
     pictureEdit2.TabIndex = 9;
     //
     // SplashScreen1
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(450, 266);
     Controls.Add(pictureEdit2);
     Controls.Add(labelControl2);
     Controls.Add(marqueeProgressBarControl1);
     Name = "SplashScreen1";
     Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(marqueeProgressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pictureEdit2.Properties)).EndInit();
     ResumeLayout(false);
     PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashWelcome));
     this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
     this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
     this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.logoPictureBox = new System.Windows.Forms.PictureBox();
     this.labelProductName = new System.Windows.Forms.Label();
     this.labelVersion = new System.Windows.Forms.Label();
     this.labelCopyright = new System.Windows.Forms.Label();
     this.labelCompanyName = new System.Windows.Forms.Label();
     this.textBoxDescription = new System.Windows.Forms.TextBox();
     this.ProgressBar1 = new System.Windows.Forms.ProgressBar();
     this.timer1 = new System.Windows.Forms.Timer();
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     this.tableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // marqueeProgressBarControl1
     //
     this.marqueeProgressBarControl1.EditValue = 0;
     this.marqueeProgressBarControl1.Location = new System.Drawing.Point(73, 297);
     this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
     this.marqueeProgressBarControl1.Size = new System.Drawing.Size(222, 11);
     this.marqueeProgressBarControl1.TabIndex = 2;
     //
     // labelControl1
     //
     this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.labelControl1.Location = new System.Drawing.Point(81, 315);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(115, 13);
     this.labelControl1.TabIndex = 3;
     this.labelControl1.Text = "Copyright © 2010-2014";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(16, 295);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(50, 13);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text = "Starting...";
     //
     // pictureEdit2
     //
     this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
     this.pictureEdit2.Location = new System.Drawing.Point(12, 12);
     this.pictureEdit2.Name = "pictureEdit2";
     this.pictureEdit2.Properties.AllowFocused = false;
     this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     //this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit2.Properties.ShowMenu = false;
     this.pictureEdit2.Size = new System.Drawing.Size(426, 180);
     this.pictureEdit2.TabIndex = 9;
     //
     // pictureEdit1
     //
     this.pictureEdit1.EditValue = global::BapAlmacenNet.Properties.Resources.logoBlueOcean1;
     this.pictureEdit1.Location = new System.Drawing.Point(306, 295);
     this.pictureEdit1.Name = "pictureEdit1";
     this.pictureEdit1.Properties.AllowFocused = false;
     this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     //this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit1.Properties.ShowMenu = false;
     this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit1.Size = new System.Drawing.Size(129, 34);
     this.pictureEdit1.TabIndex = 4;
     //
     // tableLayoutPanel
     //
     this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.Window;
     this.tableLayoutPanel.ColumnCount = 2;
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.76471F));
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68.23529F));
     this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
     this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
     this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
     this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
     this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
     this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
     this.tableLayoutPanel.Controls.Add(this.ProgressBar1, 1, 5);
     this.tableLayoutPanel.Location = new System.Drawing.Point(12, 12);
     this.tableLayoutPanel.Name = "tableLayoutPanel";
     this.tableLayoutPanel.RowCount = 6;
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451363F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451967F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451363F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451967F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 52.74198F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451363F));
     this.tableLayoutPanel.Size = new System.Drawing.Size(425, 279);
     this.tableLayoutPanel.TabIndex = 0;
     //
     // logoPictureBox
     //
     this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
     this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
     this.logoPictureBox.Name = "logoPictureBox";
     this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
     this.logoPictureBox.Size = new System.Drawing.Size(129, 273);
     this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.logoPictureBox.TabIndex = 12;
     this.logoPictureBox.TabStop = false;
     //
     // labelProductName
     //
     this.labelProductName.AutoSize = true;
     this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelProductName.Location = new System.Drawing.Point(141, 0);
     this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelProductName.Name = "labelProductName";
     this.labelProductName.Size = new System.Drawing.Size(281, 17);
     this.labelProductName.TabIndex = 0;
     this.labelProductName.Text = "Product Name";
     this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelVersion
     //
     this.labelVersion.AutoSize = true;
     this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelVersion.Location = new System.Drawing.Point(141, 26);
     this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelVersion.Name = "labelVersion";
     this.labelVersion.Size = new System.Drawing.Size(281, 17);
     this.labelVersion.TabIndex = 1;
     this.labelVersion.Text = "Version";
     this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCopyright
     //
     this.labelCopyright.AutoSize = true;
     this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelCopyright.Location = new System.Drawing.Point(141, 52);
     this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelCopyright.Name = "labelCopyright";
     this.labelCopyright.Size = new System.Drawing.Size(281, 17);
     this.labelCopyright.TabIndex = 2;
     this.labelCopyright.Text = "Copyright";
     this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCompanyName
     //
     this.labelCompanyName.AutoSize = true;
     this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelCompanyName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelCompanyName.Location = new System.Drawing.Point(141, 78);
     this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelCompanyName.Name = "labelCompanyName";
     this.labelCompanyName.Size = new System.Drawing.Size(281, 17);
     this.labelCompanyName.TabIndex = 3;
     this.labelCompanyName.Text = "Company Name";
     this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxDescription
     //
     this.textBoxDescription.BackColor = System.Drawing.SystemColors.Window;
     this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxDescription.Location = new System.Drawing.Point(141, 107);
     this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
     this.textBoxDescription.Multiline = true;
     this.textBoxDescription.Name = "textBoxDescription";
     this.textBoxDescription.ReadOnly = true;
     this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBoxDescription.Size = new System.Drawing.Size(281, 141);
     this.textBoxDescription.TabIndex = 4;
     this.textBoxDescription.TabStop = false;
     this.textBoxDescription.Text = "Description";
     //
     // ProgressBar1
     //
     this.ProgressBar1.Location = new System.Drawing.Point(138, 254);
     this.ProgressBar1.Maximum = 130;
     this.ProgressBar1.Name = "ProgressBar1";
     this.ProgressBar1.Size = new System.Drawing.Size(284, 21);
     this.ProgressBar1.TabIndex = 5;
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
     //
     // SplashWelcome
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(448, 336);
     this.Controls.Add(this.tableLayoutPanel);
     this.Controls.Add(this.pictureEdit2);
     this.Controls.Add(this.pictureEdit1);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.marqueeProgressBarControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "SplashWelcome";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     this.tableLayoutPanel.ResumeLayout(false);
     this.tableLayoutPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.label_Operatipon = new DevExpress.XtraEditors.LabelControl();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // marqueeProgressBarControl1
     //
     this.marqueeProgressBarControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.marqueeProgressBarControl1.Cursor = System.Windows.Forms.Cursors.AppStarting;
     this.marqueeProgressBarControl1.EditValue = "подключение";
     this.marqueeProgressBarControl1.Location = new System.Drawing.Point(12, 64);
     this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
     this.marqueeProgressBarControl1.Properties.MarqueeAnimationSpeed = 40;
     this.marqueeProgressBarControl1.Properties.ProgressAnimationMode = DevExpress.Utils.Drawing.ProgressAnimationMode.Cycle;
     this.marqueeProgressBarControl1.Properties.ProgressViewStyle = DevExpress.XtraEditors.Controls.ProgressViewStyle.Solid;
     this.marqueeProgressBarControl1.Size = new System.Drawing.Size(261, 21);
     this.marqueeProgressBarControl1.TabIndex = 0;
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.simpleButton1.Appearance.Options.UseFont = true;
     this.simpleButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.simpleButton1.Location = new System.Drawing.Point(68, 92);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(147, 27);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text = "отмена";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // label_Operatipon
     //
     this.label_Operatipon.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.label_Operatipon.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label_Operatipon.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.label_Operatipon.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.label_Operatipon.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.label_Operatipon.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.label_Operatipon.Location = new System.Drawing.Point(12, 8);
     this.label_Operatipon.Name = "label_Operatipon";
     this.label_Operatipon.Size = new System.Drawing.Size(261, 49);
     this.label_Operatipon.TabIndex = 2;
     this.label_Operatipon.Text = "Текущая операция";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.progressBarControl1);
     this.panelControl1.Controls.Add(this.marqueeProgressBarControl1);
     this.panelControl1.Controls.Add(this.simpleButton1);
     this.panelControl1.Controls.Add(this.label_Operatipon);
     this.panelControl1.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(283, 135);
     this.panelControl1.TabIndex = 3;
     //
     // progressBarControl1
     //
     this.progressBarControl1.Location = new System.Drawing.Point(12, 62);
     this.progressBarControl1.Name = "progressBarControl1";
     this.progressBarControl1.Properties.ShowTitle = true;
     this.progressBarControl1.Size = new System.Drawing.Size(261, 22);
     this.progressBarControl1.TabIndex = 3;
     this.progressBarControl1.Visible = false;
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // Form_Working
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(283, 135);
     this.Controls.Add(this.panelControl1);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.LookAndFeel.SkinName = "Office 2010 Blue";
     this.LookAndFeel.UseDefaultLookAndFeel = false;
     this.Name = "Form_Working";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Соединение";
     this.TopMost = true;
     this.Shown += new System.EventHandler(this.Form_Working_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #5
0
        //Required by the Windows Form Designer

        //NOTE: The following procedure is required by the Windows Form Designer
        //It can be modified using the Windows Form Designer.
        //Do not modify it using the code editor.
        [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Splash));
            this.lblRepMsg   = new DevExpress.XtraEditors.LabelControl();
            this.Timer1      = new System.Windows.Forms.Timer();
            this.lbCopyright = new DevExpress.XtraEditors.LabelControl();
            this.MarqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
            this.panel1          = new System.Windows.Forms.Panel();
            this.lbVersion       = new DevExpress.XtraEditors.LabelControl();
            this.lbVersionNumber = new DevExpress.XtraEditors.LabelControl();
            ((System.ComponentModel.ISupportInitialize)(this.MarqueeProgressBarControl1.Properties)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // lblRepMsg
            //
            this.lblRepMsg.Appearance.Font      = ((System.Drawing.Font)(resources.GetObject("lblRepMsg.Appearance.Font")));
            this.lblRepMsg.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("lblRepMsg.Appearance.ForeColor")));
            this.lblRepMsg.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.lblRepMsg.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
            resources.ApplyResources(this.lblRepMsg, "lblRepMsg");
            this.lblRepMsg.Name = "lblRepMsg";
            //
            // Timer1
            //
            this.Timer1.Interval = 5;
            //
            // lbCopyright
            //
            this.lbCopyright.Appearance.Font      = ((System.Drawing.Font)(resources.GetObject("lbCopyright.Appearance.Font")));
            this.lbCopyright.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("lbCopyright.Appearance.ForeColor")));
            this.lbCopyright.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.lbCopyright.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
            resources.ApplyResources(this.lbCopyright, "lbCopyright");
            this.lbCopyright.Name = "lbCopyright";
            //
            // MarqueeProgressBarControl1
            //
            resources.ApplyResources(this.MarqueeProgressBarControl1, "MarqueeProgressBarControl1");
            this.MarqueeProgressBarControl1.Name = "MarqueeProgressBarControl1";
            this.MarqueeProgressBarControl1.Properties.BorderStyle       = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.MarqueeProgressBarControl1.Properties.EndColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(10)))));
            this.MarqueeProgressBarControl1.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
            this.MarqueeProgressBarControl1.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
            this.MarqueeProgressBarControl1.Properties.MarqueeAnimationSpeed             = 50;
            this.MarqueeProgressBarControl1.Properties.ProgressAnimationMode             = DevExpress.Utils.Drawing.ProgressAnimationMode.PingPong;
            this.MarqueeProgressBarControl1.Properties.ProgressViewStyle = DevExpress.XtraEditors.Controls.ProgressViewStyle.Solid;
            this.MarqueeProgressBarControl1.Properties.StartColor        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(10)))));
            //
            // panel1
            //
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Controls.Add(this.MarqueeProgressBarControl1);
            this.panel1.Controls.Add(this.lbCopyright);
            this.panel1.Controls.Add(this.lbVersion);
            this.panel1.Controls.Add(this.lblRepMsg);
            this.panel1.Controls.Add(this.lbVersionNumber);
            this.panel1.Name = "panel1";
            //
            // lbVersion
            //
            this.lbVersion.Appearance.Font      = ((System.Drawing.Font)(resources.GetObject("lbVersion.Appearance.Font")));
            this.lbVersion.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("lbVersion.Appearance.ForeColor")));
            resources.ApplyResources(this.lbVersion, "lbVersion");
            this.lbVersion.Name = "lbVersion";
            //
            // lbVersionNumber
            //
            this.lbVersionNumber.Appearance.Font      = ((System.Drawing.Font)(resources.GetObject("lbVersionNumber.Appearance.Font")));
            this.lbVersionNumber.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("lbVersionNumber.Appearance.ForeColor")));
            resources.ApplyResources(this.lbVersionNumber, "lbVersionNumber");
            this.lbVersionNumber.Name = "lbVersionNumber";
            //
            // Splash
            //
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.None;
            this.BackgroundImageStore       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImageStore")));
            resources.ApplyResources(this, "$this");
            this.ControlBox = false;
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "Splash";
            this.ShowInTaskbar   = false;
            this.TopMost         = true;
            this.Click          += new System.EventHandler(this.Splash_Click);
            ((System.ComponentModel.ISupportInitialize)(this.MarqueeProgressBarControl1.Properties)).EndInit();
            this.panel1.ResumeLayout(false);
            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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XProcessController));
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.lcMessage = new DevExpress.XtraEditors.LabelControl();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.lcCancel = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.lcMessage);
     this.layoutControl1.Controls.Add(this.btnCancel);
     this.layoutControl1.Controls.Add(this.marqueeProgressBarControl1);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsView.UseDefaultDragAndDropRendering = false;
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(319, 129);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // lcMessage
     //
     this.lcMessage.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
     this.lcMessage.Location = new System.Drawing.Point(7, 7);
     this.lcMessage.Name = "lcMessage";
     this.lcMessage.Size = new System.Drawing.Size(305, 18);
     this.lcMessage.StyleController = this.layoutControl1;
     this.lcMessage.TabIndex = 7;
     //
     // btnCancel
     //
     this.btnCancel.AutoWidthInLayoutControl = true;
     this.btnCancel.Location = new System.Drawing.Point(304, 114);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(8, 8);
     this.btnCancel.StyleController = this.layoutControl1;
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     this.btnCancel.Visible = false;
     //
     // marqueeProgressBarControl1
     //
     this.marqueeProgressBarControl1.EditValue = 0;
     this.marqueeProgressBarControl1.Location = new System.Drawing.Point(7, 51);
     this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
     this.marqueeProgressBarControl1.Properties.ProgressAnimationMode = DevExpress.Utils.Drawing.ProgressAnimationMode.PingPong;
     this.marqueeProgressBarControl1.Size = new System.Drawing.Size(305, 17);
     this.marqueeProgressBarControl1.StyleController = this.layoutControl1;
     this.marqueeProgressBarControl1.TabIndex = 6;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.emptySpaceItem1,
     this.emptySpaceItem2,
     this.lcCancel,
     this.emptySpaceItem3,
     this.layoutControlItem1,
     this.layoutControlItem2,
     this.simpleSeparator1});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup1.Size = new System.Drawing.Size(319, 129);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 28);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(315, 16);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(0, 107);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(297, 18);
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // lcCancel
     //
     this.lcCancel.Control = this.btnCancel;
     this.lcCancel.CustomizationFormText = "lcCancel";
     this.lcCancel.Location = new System.Drawing.Point(297, 107);
     this.lcCancel.Name = "lcCancel";
     this.lcCancel.Size = new System.Drawing.Size(18, 18);
     this.lcCancel.Text = "lcCancel";
     this.lcCancel.TextSize = new System.Drawing.Size(0, 0);
     this.lcCancel.TextToControlDistance = 0;
     this.lcCancel.TextVisible = false;
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
     this.emptySpaceItem3.Location = new System.Drawing.Point(0, 71);
     this.emptySpaceItem3.Name = "emptySpaceItem3";
     this.emptySpaceItem3.Size = new System.Drawing.Size(315, 30);
     this.emptySpaceItem3.Text = "emptySpaceItem3";
     this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.marqueeProgressBarControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 44);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(315, 27);
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.lcMessage;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(315, 28);
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // simpleSeparator1
     //
     this.simpleSeparator1.AllowHotTrack = false;
     this.simpleSeparator1.CustomizationFormText = "simpleSeparator1";
     this.simpleSeparator1.Location = new System.Drawing.Point(0, 101);
     this.simpleSeparator1.Name = "simpleSeparator1";
     this.simpleSeparator1.Size = new System.Drawing.Size(315, 6);
     this.simpleSeparator1.Text = "simpleSeparator1";
     //
     // XProcessController
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(319, 129);
     this.ControlBox = false;
     this.Controls.Add(this.layoutControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "XProcessController";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
     this.ResumeLayout(false);
 }