/// <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.label1 = new System.Windows.Forms.Label();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.label2 = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(25, 21);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "label1";
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.Location = new System.Drawing.Point(28, 46);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(230, 23);
     this.progressBar1.Step = 1;
     this.progressBar1.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(34, 76);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(35, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "label2";
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 500;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // frmProgress
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 98);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.label1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmProgress";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Progress";
     this.Load += new System.EventHandler(this.frmProgress_Load);
     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.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(9, 6);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(275, 18);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.progressBar1.TabIndex = 0;
     //
     // LoadingForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(294, 30);
     this.Controls.Add(this.progressBar1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "LoadingForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Loading... Please Wait";
     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(UpdatingLib));
     this.label1 = new System.Windows.Forms.Label();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(19, 35);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(0, 15);
     this.label1.TabIndex = 0;
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(12, 85);
     this.progressBar1.Minimum = 1;
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(492, 17);
     this.progressBar1.TabIndex = 1;
     this.progressBar1.Value = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(23, 12);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(0, 13);
     this.label2.TabIndex = 2;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(23, 52);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(0, 13);
     this.label3.TabIndex = 3;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(528, 114);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.label1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Form1";
     this.Text = "Mr.Doors";
     this.TopMost = true;
     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.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.Location = new System.Drawing.Point(-1, 354);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(368, 5);
     this.progressBar1.TabIndex = 0;
     //
     // TaoLoginForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(366, 359);
     this.Controls.Add(this.progressBar1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.Name = "TaoLoginForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "登录";
     this.ResumeLayout(false);
 }
        public static IList<IActivity> GetUniqueRoutesForActivity(IActivity activity, System.Windows.Forms.ProgressBar progressBar)
        {
            IList<IActivity> results = null;

            try
            {
                if (progressBar == null)
                    progressBar = new System.Windows.Forms.ProgressBar();

                if (GetUniqueRoutes != null)
                {
                    MethodInfo methodInfo = GetUniqueRoutes.GetMethod(findSimilarRoutes);
                    object resultFromURPlugIn = methodInfo.Invoke(activity, new object[] { activity, progressBar });
                    results = (IList<IActivity>)resultFromURPlugIn;
                }
            }
            catch (Exception e)
            {
                // Log error?
                throw new Exception(string.Format(IntegrationUtility.OtherPluginExceptionText,
            UniquePlugin + ".dll", UniqueRoutesPluginName) + Environment.NewLine, e);
            }

            if (GetUniqueRoutes == null)
            {
                throw new Exception(string.Format(IntegrationUtility.OtherPluginExceptionText,
        UniquePlugin + ".dll", UniqueRoutesPluginName) + Environment.NewLine);
            }

            return results;
        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.prb = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // prb
     //
     this.prb.Dock = System.Windows.Forms.DockStyle.Fill;
     this.prb.Location = new System.Drawing.Point(0, 0);
     this.prb.Name = "prb";
     this.prb.Size = new System.Drawing.Size(375, 23);
     this.prb.TabIndex = 0;
     //
     // frmProcessBar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(375, 23);
     this.Controls.Add(this.prb);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmProcessBar";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmProcessBar";
     this.TopMost = true;
     this.ResumeLayout(false);
 }
    private void InitializeComponent() {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileScanDialog));
      this.prbScanProgress = new System.Windows.Forms.ProgressBar();
      this.lblScanProgress = new System.Windows.Forms.Label();
      this.SuspendLayout();
      // 
      // prbScanProgress
      // 
      resources.ApplyResources(this.prbScanProgress, "prbScanProgress");
      this.prbScanProgress.Maximum = 1000;
      this.prbScanProgress.Name = "prbScanProgress";
      // 
      // lblScanProgress
      // 
      resources.ApplyResources(this.lblScanProgress, "lblScanProgress");
      this.lblScanProgress.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.lblScanProgress.Name = "lblScanProgress";
      // 
      // FileScanDialog
      // 
      resources.ApplyResources(this, "$this");
      this.Controls.Add(this.prbScanProgress);
      this.Controls.Add(this.lblScanProgress);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
      this.Name = "FileScanDialog";
      this.ShowInTaskbar = false;
      this.ResumeLayout(false);

    }
Beispiel #8
0
 /// <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(frmProgress));
     this.calcProgressBar = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // calcProgressBar
     //
     this.calcProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.calcProgressBar.Location = new System.Drawing.Point(-3, 0);
     this.calcProgressBar.Name = "calcProgressBar";
     this.calcProgressBar.Size = new System.Drawing.Size(295, 30);
     this.calcProgressBar.TabIndex = 0;
     //
     // frmProgress
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(292, 27);
     this.Controls.Add(this.calcProgressBar);
     this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmProgress";
     this.ShowIcon = false;
     this.Text = "Shapefile to grid - Starting calculation";
     this.ResumeLayout(false);
 }
 public ServerAccessClass(string address,int port, System.Windows.Forms.Label resultLabel, System.Windows.Forms.ProgressBar progressBar,FormMain parent)
 {
     _label = resultLabel;
     _progressbar = progressBar;
     _parent = parent;
     _address = address;
     _port = port;
 }
        /// <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.Windows.Forms.ProgressBar progressBar;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectingForm));
            this.connectStatus = new System.Windows.Forms.Label();
            this.abortButton = new System.Windows.Forms.Button();
            this.pingTimer = new System.Windows.Forms.Timer(this.components);
            this.timeoutTimer = new System.Windows.Forms.Timer(this.components);
            progressBar = new System.Windows.Forms.ProgressBar();
            this.SuspendLayout();
            // 
            // progressBar
            // 
            progressBar.Location = new System.Drawing.Point(13, 30);
            progressBar.Name = "progressBar";
            progressBar.Size = new System.Drawing.Size(251, 23);
            progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
            progressBar.TabIndex = 1;
            // 
            // connectStatus
            // 
            this.connectStatus.AutoSize = true;
            this.connectStatus.Location = new System.Drawing.Point(10, 9);
            this.connectStatus.Name = "connectStatus";
            this.connectStatus.Size = new System.Drawing.Size(109, 13);
            this.connectStatus.TabIndex = 0;
            this.connectStatus.Text = "Connecting to \"{0}\"...";
            // 
            // abortButton
            // 
            this.abortButton.Location = new System.Drawing.Point(189, 59);
            this.abortButton.Name = "abortButton";
            this.abortButton.Size = new System.Drawing.Size(75, 23);
            this.abortButton.TabIndex = 2;
            this.abortButton.Text = "Abort";
            this.abortButton.UseVisualStyleBackColor = true;
            this.abortButton.Click += new System.EventHandler(this.abortButton_Click);
            // 
            // ConnectingForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(276, 90);
            this.Controls.Add(this.abortButton);
            this.Controls.Add(progressBar);
            this.Controls.Add(this.connectStatus);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ConnectingForm";
            this.Text = "Connecting...";
            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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CopyFolderForm));
     this._lb1 = new System.Windows.Forms.Label();
     this._pb1 = new System.Windows.Forms.ProgressBar();
     this._bt1 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // _lb1
     //
     this._lb1.AutoSize = true;
     this._lb1.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this._lb1.Location = new System.Drawing.Point(12, 9);
     this._lb1.Name = "_lb1";
     this._lb1.Size = new System.Drawing.Size(157, 16);
     this._lb1.TabIndex = 0;
     this._lb1.Text = "카피가 진행중입니다";
     //
     // _pb1
     //
     this._pb1.Location = new System.Drawing.Point(15, 65);
     this._pb1.Name = "_pb1";
     this._pb1.Size = new System.Drawing.Size(115, 23);
     this._pb1.TabIndex = 1;
     //
     // _bt1
     //
     this._bt1.Location = new System.Drawing.Point(136, 65);
     this._bt1.Name = "_bt1";
     this._bt1.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this._bt1.Size = new System.Drawing.Size(52, 23);
     this._bt1.TabIndex = 2;
     this._bt1.Text = "취소";
     this._bt1.UseVisualStyleBackColor = true;
     this._bt1.Click += new System.EventHandler(this.p_bt1_Click);
     //
     // CopyFolderForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(200, 100);
     this.ControlBox = false;
     this.Controls.Add(this._bt1);
     this.Controls.Add(this._pb1);
     this.Controls.Add(this._lb1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "CopyFolderForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "확인창";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.p_This_FormClosed);
     this.Load += new System.EventHandler(this.p_This_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #12
0
        public BWHandler(System.Windows.Forms.ProgressBar pb, System.Windows.Forms.Label sl)
        {
            dataGridViewProgressBar = pb;
            StatusLabel = sl;

            tb.RunWorkerCompleted += new RunWorkerCompletedEventHandler(BuildWorkerCompleted);
            tb.ProgressChanged += new ProgressChangedEventHandler(ProgressChanged);
            dh.ProgressChanged += new ProgressChangedEventHandler(ProgressChanged);
            dh.RunWorkerCompleted += new RunWorkerCompletedEventHandler(DirectoryWorkerCompleted);
        }
    private void InitializeComponent() {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WaveWriter));
      this.prbBytesWritten = new System.Windows.Forms.ProgressBar();
      this.lblSource = new System.Windows.Forms.Label();
      this.lblTarget = new System.Windows.Forms.Label();
      this.txtSource = new System.Windows.Forms.TextBox();
      this.txtTarget = new System.Windows.Forms.TextBox();
      this.SuspendLayout();
      // 
      // prbBytesWritten
      // 
      resources.ApplyResources(this.prbBytesWritten, "prbBytesWritten");
      this.prbBytesWritten.Name = "prbBytesWritten";
      // 
      // lblSource
      // 
      this.lblSource.FlatStyle = System.Windows.Forms.FlatStyle.System;
      resources.ApplyResources(this.lblSource, "lblSource");
      this.lblSource.Name = "lblSource";
      // 
      // lblTarget
      // 
      this.lblTarget.FlatStyle = System.Windows.Forms.FlatStyle.System;
      resources.ApplyResources(this.lblTarget, "lblTarget");
      this.lblTarget.Name = "lblTarget";
      // 
      // txtSource
      // 
      resources.ApplyResources(this.txtSource, "txtSource");
      this.txtSource.Name = "txtSource";
      this.txtSource.ReadOnly = true;
      // 
      // txtTarget
      // 
      resources.ApplyResources(this.txtTarget, "txtTarget");
      this.txtTarget.Name = "txtTarget";
      this.txtTarget.ReadOnly = true;
      // 
      // WaveWriter
      // 
      resources.ApplyResources(this, "$this");
      this.ControlBox = false;
      this.Controls.Add(this.txtTarget);
      this.Controls.Add(this.txtSource);
      this.Controls.Add(this.lblTarget);
      this.Controls.Add(this.lblSource);
      this.Controls.Add(this.prbBytesWritten);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
      this.Name = "WaveWriter";
      this.ShowInTaskbar = false;
      this.Activated += new System.EventHandler(this.WaveWriter_Activated);
      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.buildButton = new System.Windows.Forms.Button();
            this.progressBar = new System.Windows.Forms.ProgressBar();
            this.progressLabel = new System.Windows.Forms.Label();
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.SuspendLayout();
            // 
            // buildButton
            // 
            this.buildButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buildButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buildButton.Location = new System.Drawing.Point(3, 3);
            this.buildButton.Name = "buildButton";
            this.buildButton.Size = new System.Drawing.Size(86, 24);
            this.buildButton.TabIndex = 18;
            this.buildButton.Text = "&Build...";
            this.buildButton.Click += new System.EventHandler(this.BuildButton_Click);
            // 
            // progressBar
            // 
            this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBar.Location = new System.Drawing.Point(3, 53);
            this.progressBar.Name = "progressBar";
            this.progressBar.Size = new System.Drawing.Size(294, 23);
            this.progressBar.TabIndex = 19;
            this.progressBar.Visible = false;
            // 
            // progressLabel
            // 
            this.progressLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.progressLabel.AutoEllipsis = true;
            this.progressLabel.Location = new System.Drawing.Point(3, 37);
            this.progressLabel.Name = "progressLabel";
            this.progressLabel.Size = new System.Drawing.Size(294, 13);
            this.progressLabel.TabIndex = 20;
            this.progressLabel.Text = "Progress message...";
            // 
            // BuildStep
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.Controls.Add(this.progressLabel);
            this.Controls.Add(this.progressBar);
            this.Controls.Add(this.buildButton);
            this.Name = "BuildStep";
            this.Size = new System.Drawing.Size(300, 85);
            this.Tag = "Build the application syndication feed.  All other steps must be completed before" +
                " the Build button will be activated.";
            this.ResumeLayout(false);

        }
Beispiel #15
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.lb_prgrssbar = new System.Windows.Forms.Label();
     this.progessbar_Inicial = new System.Windows.Forms.ProgressBar();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // lb_prgrssbar
     //
     this.lb_prgrssbar.BackColor = System.Drawing.Color.Transparent;
     this.lb_prgrssbar.Font = new System.Drawing.Font("Perpetua Titling MT", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_prgrssbar.ForeColor = System.Drawing.Color.White;
     this.lb_prgrssbar.Location = new System.Drawing.Point(6, 12);
     this.lb_prgrssbar.Name = "lb_prgrssbar";
     this.lb_prgrssbar.Size = new System.Drawing.Size(535, 45);
     this.lb_prgrssbar.TabIndex = 11;
     this.lb_prgrssbar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // progessbar_Inicial
     //
     this.progessbar_Inicial.BackColor = System.Drawing.SystemColors.Control;
     this.progessbar_Inicial.ForeColor = System.Drawing.Color.Blue;
     this.progessbar_Inicial.Location = new System.Drawing.Point(12, 75);
     this.progessbar_Inicial.MarqueeAnimationSpeed = 500;
     this.progessbar_Inicial.Maximum = 50;
     this.progessbar_Inicial.Name = "progessbar_Inicial";
     this.progessbar_Inicial.Size = new System.Drawing.Size(529, 10);
     this.progessbar_Inicial.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progessbar_Inicial.TabIndex = 12;
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 500;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // frmLoad
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(553, 97);
     this.ControlBox = false;
     this.Controls.Add(this.progessbar_Inicial);
     this.Controls.Add(this.lb_prgrssbar);
     this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "frmLoad";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.ResumeLayout(false);
 }
Beispiel #16
0
      void InitializeControl()
      {
        SuspendLayout();

        Width = 400;
        Height = 130;

        _label = new WinFormsLabel
        {
          Text = string.Empty
          ,
          AutoSize = false
          ,
          Width = 350
        };

        _bar = new WinFormsProgressBar
        {
          Minimum = MIN
          ,
          Maximum = MAX
          ,
          Width = 350
          ,
          Value = MIN
          ,
          Step = 1
          ,
          Style = WinFormsProgressBarStyle.Continuous
        };

        _btn = new WinFormsButton
        {
          Text = "Cancel"
          ,
          Width = 120
        };

        var panel = new WinFormsFlowLayoutPanel
        {
          FlowDirection = WinFormsFlowDirection.TopDown
          ,
          Dock = WinFormsDockStyle.Fill
        };

        panel.Controls.Add(_label);
        panel.Controls.Add(_bar);
        panel.Controls.Add(_btn);

        Controls.Add(panel);

        ResumeLayout();
      }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.button1 = new System.Windows.Forms.Button();
     this._phase = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(13, 13);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(413, 23);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar1.TabIndex = 0;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(182, 69);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text = "Cancel";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.CancelClick);
     //
     // _phase
     //
     this._phase.Location = new System.Drawing.Point(13, 43);
     this._phase.Name = "_phase";
     this._phase.Size = new System.Drawing.Size(413, 23);
     this._phase.TabIndex = 2;
     this._phase.Text = "Starting,,,";
     //
     // ProgressForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(438, 104);
     this.Controls.Add(this._phase);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.progressBar1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ProgressForm";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "ProgressForm";
     this.ResumeLayout(false);
 }
Beispiel #18
0
 private void InitializeComponent()
 {
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.button6 = new System.Windows.Forms.Button();
     this.label13 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(41, 5);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(201, 33);
     this.progressBar1.TabIndex = 0;
     //
     // button6
     //
     this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button6.Location = new System.Drawing.Point(93, 56);
     this.button6.Name = "button6";
     this.button6.Size = new System.Drawing.Size(97, 21);
     this.button6.TabIndex = 1;
     this.button6.Text = "Cancel";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button6_MouseDown);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(93, 40);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 2;
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 80);
     this.ControlBox = false;
     this.Controls.Add(this.label13);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.progressBar1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "Form2";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Data Generation Progress";
     this.Load += new System.EventHandler(this.Form2_Load);
     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.labelState = new System.Windows.Forms.TextBox();
     this.progressBar = new System.Windows.Forms.ProgressBar();
     this.Browser = new System.Windows.Forms.WebBrowser();
     this.SuspendLayout();
     //
     // labelState
     //
     this.labelState.Dock = System.Windows.Forms.DockStyle.Top;
     this.labelState.Location = new System.Drawing.Point(0, 14);
     this.labelState.Multiline = true;
     this.labelState.Name = "labelState";
     this.labelState.ReadOnly = true;
     this.labelState.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.labelState.Size = new System.Drawing.Size(526, 62);
     this.labelState.TabIndex = 25;
     //
     // progressBar
     //
     this.progressBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.progressBar.Location = new System.Drawing.Point(0, 0);
     this.progressBar.Name = "progressBar";
     this.progressBar.Size = new System.Drawing.Size(526, 14);
     this.progressBar.TabIndex = 21;
     //
     // Browser
     //
     this.Browser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Browser.Location = new System.Drawing.Point(0, 76);
     this.Browser.MinimumSize = new System.Drawing.Size(20, 20);
     this.Browser.Name = "Browser";
     this.Browser.Size = new System.Drawing.Size(526, 293);
     this.Browser.TabIndex = 26;
     //
     // CustomBotThreadControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.Controls.Add(this.Browser);
     this.Controls.Add(this.labelState);
     this.Controls.Add(this.progressBar);
     this.MinimumSize = new System.Drawing.Size(100, 100);
     this.Name = "CustomBotThreadControl";
     this.Size = new System.Drawing.Size(526, 369);
     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.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.lblText = new System.Windows.Forms.Label();
     this.btnCancel = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(3, 38);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(365, 23);
     this.progressBar1.TabIndex = 0;
     //
     // lblText
     //
     this.lblText.Font = new System.Drawing.Font("MS UI Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.lblText.Location = new System.Drawing.Point(3, 6);
     this.lblText.Name = "lblText";
     this.lblText.Size = new System.Drawing.Size(365, 29);
     this.lblText.TabIndex = 1;
     this.lblText.Text = "ここにテキストが表示されます。";
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(293, 67);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "キャンセル";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // frmProgressBar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(371, 94);
     this.ControlBox = false;
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.lblText);
     this.Controls.Add(this.progressBar1);
     this.Name = "frmProgressBar";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "連絡票生成";
     this.TopMost = true;
     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.messageLabel = new System.Windows.Forms.Label( );
     this.progressBar = new System.Windows.Forms.ProgressBar( );
     this.shutdownTimer = new System.Windows.Forms.Timer( this.components );
     this.SuspendLayout( );
     //
     // messageLabel
     //
     this.messageLabel.AutoSize = true;
     this.messageLabel.Location = new System.Drawing.Point( 12, 9 );
     this.messageLabel.Name = "messageLabel";
     this.messageLabel.Size = new System.Drawing.Size( 78, 13 );
     this.messageLabel.TabIndex = 0;
     this.messageLabel.Text = "Loading Status";
     //
     // progressBar
     //
     this.progressBar.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom )
     | System.Windows.Forms.AnchorStyles.Left )
     | System.Windows.Forms.AnchorStyles.Right ) ) );
     this.progressBar.Location = new System.Drawing.Point( 12, 29 );
     this.progressBar.Name = "progressBar";
     this.progressBar.Size = new System.Drawing.Size( 325, 13 );
     this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar.TabIndex = 1;
     //
     // shutdownTimer
     //
     this.shutdownTimer.Interval = 400;
     this.shutdownTimer.Tick += new System.EventHandler( this.shutdownTimer_Tick );
     //
     // ProgressWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size( 349, 54 );
     this.ControlBox = false;
     this.Controls.Add( this.progressBar );
     this.Controls.Add( this.messageLabel );
     this.Name = "ProgressWindow";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "ProgressWindow";
     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.pbStatus = new System.Windows.Forms.ProgressBar();
     this.lblMsg = new System.Windows.Forms.Label();
     this.picStatus = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.picStatus)).BeginInit();
     this.SuspendLayout();
     //
     // pbStatus
     //
     this.pbStatus.Location = new System.Drawing.Point(6, 3);
     this.pbStatus.Name = "pbStatus";
     this.pbStatus.Size = new System.Drawing.Size(402, 10);
     this.pbStatus.TabIndex = 0;
     //
     // lblMsg
     //
     this.lblMsg.AutoSize = true;
     this.lblMsg.Location = new System.Drawing.Point(3, 16);
     this.lblMsg.Name = "lblMsg";
     this.lblMsg.Size = new System.Drawing.Size(56, 13);
     this.lblMsg.TabIndex = 3;
     this.lblMsg.Text = "Running...";
     //
     // picStatus
     //
     this.picStatus.Location = new System.Drawing.Point(382, 17);
     this.picStatus.Name = "picStatus";
     this.picStatus.Size = new System.Drawing.Size(24, 19);
     this.picStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.picStatus.TabIndex = 4;
     this.picStatus.TabStop = false;
     //
     // ucProgress
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.picStatus);
     this.Controls.Add(this.lblMsg);
     this.Controls.Add(this.pbStatus);
     this.DoubleBuffered = true;
     this.Name = "ucProgress";
     this.Size = new System.Drawing.Size(416, 42);
     ((System.ComponentModel.ISupportInitialize)(this.picStatus)).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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BackgroundWorkerDialog));
     this.descriptionLabel = new System.Windows.Forms.Label();
     this.progressBar = new System.Windows.Forms.ProgressBar();
     this.cancelButton = new System.Windows.Forms.Button();
     this.backgroundWorker = new System.ComponentModel.BackgroundWorker();
     this.SuspendLayout();
     //
     // descriptionLabel
     //
     resources.ApplyResources(this.descriptionLabel, "descriptionLabel");
     this.descriptionLabel.Name = "descriptionLabel";
     //
     // progressBar
     //
     resources.ApplyResources(this.progressBar, "progressBar");
     this.progressBar.Name = "progressBar";
     this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     //
     // cancelButton
     //
     resources.ApplyResources(this.cancelButton, "cancelButton");
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // backgroundWorker
     //
     this.backgroundWorker.WorkerReportsProgress = true;
     this.backgroundWorker.WorkerSupportsCancellation = true;
     this.backgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker_RunWorkerCompleted);
     this.backgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker_ProgressChanged);
     //
     // BackgroundWorkerDialog
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ControlBox = false;
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.progressBar);
     this.Controls.Add(this.descriptionLabel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "BackgroundWorkerDialog";
     this.ShowInTaskbar = false;
     this.ResumeLayout(false);
 }
Beispiel #24
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung. 
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2 = new System.Windows.Forms.Label();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label2.Location = new System.Drawing.Point(408, 264);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(45, 16);
     this.label2.TabIndex = 1;
     this.label2.Text = "2.2.1";
     //
     // progressBar1
     //
     this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.progressBar1.Location = new System.Drawing.Point(0, 316);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(475, 11);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.progressBar1.TabIndex = 2;
     //
     // Start
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackgroundImage = global::Lyra2.LyraShell.Properties.Resources.splash2009;
     this.ClientSize = new System.Drawing.Size(475, 327);
     this.ControlBox = false;
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.label2);
     this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Start";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.TopMost = true;
     this.LostFocus += new System.EventHandler(this.MoveTop);
     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.LoadingText = new System.Windows.Forms.Label();
     this.Progress = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // LoadingText
     //
     this.LoadingText.AutoEllipsis = true;
     this.LoadingText.BackColor = System.Drawing.Color.Transparent;
     this.LoadingText.ForeColor = System.Drawing.Color.White;
     this.LoadingText.Location = new System.Drawing.Point(9, 159);
     this.LoadingText.Name = "LoadingText";
     this.LoadingText.Size = new System.Drawing.Size(376, 13);
     this.LoadingText.TabIndex = 0;
     this.LoadingText.Text = "Loading...";
     this.LoadingText.UseWaitCursor = true;
     //
     // Progress
     //
     this.Progress.Location = new System.Drawing.Point(12, 175);
     this.Progress.Maximum = 7;
     this.Progress.Name = "Progress";
     this.Progress.Size = new System.Drawing.Size(373, 14);
     this.Progress.Step = 1;
     this.Progress.TabIndex = 1;
     this.Progress.UseWaitCursor = true;
     //
     // Splash
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::MogreFramework.Properties.Resources.Splash;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(400, 200);
     this.ControlBox = false;
     this.Controls.Add(this.Progress);
     this.Controls.Add(this.LoadingText);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "Splash";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Loading...";
     this.UseWaitCursor = true;
     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.lb_infor = new System.Windows.Forms.Label();
     this.pBar = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // lb_infor
     //
     this.lb_infor.AutoSize = true;
     this.lb_infor.Location = new System.Drawing.Point(39, 47);
     this.lb_infor.Name = "lb_infor";
     this.lb_infor.Size = new System.Drawing.Size(62, 18);
     this.lb_infor.TabIndex = 0;
     this.lb_infor.Text = "label1";
     //
     // pBar
     //
     this.pBar.Location = new System.Drawing.Point(39, 78);
     this.pBar.Name = "pBar";
     this.pBar.Size = new System.Drawing.Size(348, 23);
     this.pBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.pBar.TabIndex = 1;
     //
     // ProgressForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(426, 168);
     this.ControlBox = false;
     this.Controls.Add(this.pBar);
     this.Controls.Add(this.lb_infor);
     this.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin = new System.Windows.Forms.Padding(4);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ProgressForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "ProgressForm";
     this.Load += new System.EventHandler(this.ProgressForm_Load);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ProgressForm_FormClosed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProgressForm_FormClosing);
     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.labelVersion = new System.Windows.Forms.Label();
     this.buttonCancel = new System.Windows.Forms.Button();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // labelVersion
     //
     this.labelVersion.AutoSize = true;
     this.labelVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelVersion.Location = new System.Drawing.Point(51, 25);
     this.labelVersion.Name = "labelVersion";
     this.labelVersion.Size = new System.Drawing.Size(0, 37);
     this.labelVersion.TabIndex = 0;
     //
     // buttonCancel
     //
     this.buttonCancel.Location = new System.Drawing.Point(282, 181);
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.Size = new System.Drawing.Size(147, 43);
     this.buttonCancel.TabIndex = 1;
     this.buttonCancel.Text = "Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(58, 130);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(561, 23);
     this.progressBar1.TabIndex = 2;
     //
     // DownloadDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(680, 261);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.labelVersion);
     this.Name = "DownloadDialog";
     this.Text = "DownloadDialog";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cancel = new System.Windows.Forms.Button();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // cancel
     //
     this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancel.Location = new System.Drawing.Point(290, 62);
     this.cancel.Name = "cancel";
     this.cancel.Size = new System.Drawing.Size(75, 23);
     this.cancel.TabIndex = 0;
     this.cancel.Text = "Отмена";
     this.cancel.UseVisualStyleBackColor = true;
     this.cancel.Click += new System.EventHandler(this.cancel_Click);
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(12, 23);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(353, 23);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.progressBar1.TabIndex = 1;
     //
     // ShowTimeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.cancel;
     this.ClientSize = new System.Drawing.Size(377, 97);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.cancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ShowTimeForm";
     this.Opacity = 0D;
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Load += new System.EventHandler(this.ShowTimeForm_Load);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OperationInProgressIndicator));
			this.label1 = new System.Windows.Forms.Label();
			this.progressBar1 = new System.Windows.Forms.ProgressBar();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(24, 54);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(210, 23);
			this.label1.TabIndex = 0;
			this.label1.Text = "Operation in Progress...";
			// 
			// progressBar1
			// 
			this.progressBar1.BackColor = System.Drawing.Color.White;
			this.progressBar1.ForeColor = System.Drawing.Color.DeepPink;
			this.progressBar1.Location = new System.Drawing.Point(24, 99);
			this.progressBar1.Name = "progressBar1";
			this.progressBar1.Size = new System.Drawing.Size(210, 23);
			this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
			this.progressBar1.TabIndex = 1;
			// 
			// OperationInProgressIndicator
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(257, 145);
			this.Controls.Add(this.progressBar1);
			this.Controls.Add(this.label1);
			this.DisplayHeader = false;
			this.DisplayTitle = true;
			this.Font = new System.Drawing.Font("Segoe UI", 8.25F);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "OperationInProgressIndicator";
			this.Padding = new System.Windows.Forms.Padding(20, 30, 20, 20);
			this.ShadowType = MetroFramework.Forms.MetroFormShadowType.None;
			this.Text = "OctoPatcher";
			this.Load += new System.EventHandler(this.OperationInProgressIndicatorLoad);
			this.ResumeLayout(false);

		}
 private void InitializeComponent()
 {
     this.pbProcess = new System.Windows.Forms.ProgressBar();
     this.lblDetail = new System.Windows.Forms.Label();
     this.lblNotice = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // pbProcess
     //
     this.pbProcess.Location = new System.Drawing.Point(8, 33);
     this.pbProcess.Name = "pbProcess";
     this.pbProcess.Size = new System.Drawing.Size(386, 18);
     this.pbProcess.TabIndex = 5;
     //
     // lblDetail
     //
     this.lblDetail.Location = new System.Drawing.Point(8, 61);
     this.lblDetail.Name = "lblDetail";
     this.lblDetail.Size = new System.Drawing.Size(386, 28);
     this.lblDetail.TabIndex = 4;
     //
     // lblNotice
     //
     this.lblNotice.Location = new System.Drawing.Point(8, 9);
     this.lblNotice.Name = "lblNotice";
     this.lblNotice.Size = new System.Drawing.Size(386, 23);
     this.lblNotice.TabIndex = 3;
     this.lblNotice.Text = "检查应用程序更新,请稍后...";
     //
     // frmAutoUpDate
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize = new System.Drawing.Size(406, 91);
     this.ControlBox = false;
     this.Controls.Add(this.pbProcess);
     this.Controls.Add(this.lblDetail);
     this.Controls.Add(this.lblNotice);
     this.Name = "frmAutoUpDate";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "自动更新程序";
     this.Shown += new System.EventHandler(this.frmAutoUpDate_Shown);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.tbxFile      = new System.Windows.Forms.TextBox();
     this.tbxEditor    = new System.Windows.Forms.TextBox();
     this.btnOpen      = new System.Windows.Forms.Button();
     this.sProgress    = new System.Windows.Forms.ProgressBar();
     this.btnSave      = new System.Windows.Forms.Button();
     this.lblStatus    = new System.Windows.Forms.Label();
     this.lbxList      = new System.Windows.Forms.ListBox();
     this.contextMenus = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.replaceWIthToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.exportAllToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.WORKER        = new System.ComponentModel.BackgroundWorker();
     this.btnApply      = new System.Windows.Forms.Button();
     this.lblInfo       = new System.Windows.Forms.Label();
     this.panel1        = new System.Windows.Forms.Panel();
     this.lblAuthor     = new System.Windows.Forms.Label();
     this.lblVersion    = new System.Windows.Forms.Label();
     this.lblEditorInfo = new System.Windows.Forms.Label();
     this.contextMenus.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tbxFile
     //
     this.tbxFile.Font     = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbxFile.Location = new System.Drawing.Point(12, 12);
     this.tbxFile.Name     = "tbxFile";
     this.tbxFile.ReadOnly = true;
     this.tbxFile.Size     = new System.Drawing.Size(184, 20);
     this.tbxFile.TabIndex = 1;
     this.tbxFile.Text     = "String.i3Pack";
     //
     // tbxEditor
     //
     this.tbxEditor.AcceptsReturn = true;
     this.tbxEditor.AcceptsTab    = true;
     this.tbxEditor.Anchor        = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.tbxEditor.Enabled      = false;
     this.tbxEditor.Font         = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbxEditor.Location     = new System.Drawing.Point(229, 12);
     this.tbxEditor.Multiline    = true;
     this.tbxEditor.Name         = "tbxEditor";
     this.tbxEditor.ScrollBars   = System.Windows.Forms.ScrollBars.Both;
     this.tbxEditor.Size         = new System.Drawing.Size(483, 317);
     this.tbxEditor.TabIndex     = 4;
     this.tbxEditor.WordWrap     = false;
     this.tbxEditor.TextChanged += new System.EventHandler(this.TbxEditorTextChanged);
     this.tbxEditor.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.TbxOutputKeyDown);
     //
     // btnOpen
     //
     this.btnOpen.Location = new System.Drawing.Point(194, 11);
     this.btnOpen.Name     = "btnOpen";
     this.btnOpen.Size     = new System.Drawing.Size(30, 22);
     this.btnOpen.TabIndex = 2;
     this.btnOpen.Text     = "...";
     this.btnOpen.UseVisualStyleBackColor = true;
     this.btnOpen.Click += new System.EventHandler(this.BtnOpenClick);
     //
     // sProgress
     //
     this.sProgress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.sProgress.Location = new System.Drawing.Point(12, 348);
     this.sProgress.Name     = "sProgress";
     this.sProgress.Size     = new System.Drawing.Size(538, 23);
     this.sProgress.TabIndex = 6;
     //
     // btnSave
     //
     this.btnSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Enabled  = false;
     this.btnSave.Location = new System.Drawing.Point(556, 347);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(75, 25);
     this.btnSave.TabIndex = 5;
     this.btnSave.Text     = "Save As";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.BtnSaveClick);
     //
     // lblStatus
     //
     this.lblStatus.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblStatus.Location = new System.Drawing.Point(10, 332);
     this.lblStatus.Name     = "lblStatus";
     this.lblStatus.Size     = new System.Drawing.Size(507, 15);
     this.lblStatus.TabIndex = 7;
     this.lblStatus.Text     = "status: ready";
     //
     // lbxList
     //
     this.lbxList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)));
     this.lbxList.ContextMenuStrip      = this.contextMenus;
     this.lbxList.Enabled               = false;
     this.lbxList.Font                  = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbxList.FormattingEnabled     = true;
     this.lbxList.Location              = new System.Drawing.Point(12, 38);
     this.lbxList.Name                  = "lbxList";
     this.lbxList.Size                  = new System.Drawing.Size(211, 290);
     this.lbxList.TabIndex              = 8;
     this.lbxList.SelectedValueChanged += new System.EventHandler(this.LbxListSelectedValueChanged);
     //
     // contextMenus
     //
     this.contextMenus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.replaceWIthToolStripMenuItem,
         this.saveAsToolStripMenuItem,
         this.exportAllToolStripMenuItem
     });
     this.contextMenus.Name       = "contextMenus";
     this.contextMenus.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenus.Size       = new System.Drawing.Size(144, 70);
     //
     // replaceWIthToolStripMenuItem
     //
     this.replaceWIthToolStripMenuItem.Name   = "replaceWIthToolStripMenuItem";
     this.replaceWIthToolStripMenuItem.Size   = new System.Drawing.Size(143, 22);
     this.replaceWIthToolStripMenuItem.Text   = "Replace WIth";
     this.replaceWIthToolStripMenuItem.Click += new System.EventHandler(this.ReplaceWIthToolStripMenuItemClick);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name   = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size   = new System.Drawing.Size(143, 22);
     this.saveAsToolStripMenuItem.Text   = "Save File As";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAsToolStripMenuItemClick);
     //
     // exportAllToolStripMenuItem
     //
     this.exportAllToolStripMenuItem.Name   = "exportAllToolStripMenuItem";
     this.exportAllToolStripMenuItem.Size   = new System.Drawing.Size(143, 22);
     this.exportAllToolStripMenuItem.Text   = "Export All";
     this.exportAllToolStripMenuItem.Click += new System.EventHandler(this.ExportAllToolStripMenuItemClick);
     //
     // WORKER
     //
     this.WORKER.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.WORKERDoWork);
     this.WORKER.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.WORKERRunWorkerCompleted);
     //
     // btnApply
     //
     this.btnApply.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnApply.Enabled  = false;
     this.btnApply.Location = new System.Drawing.Point(637, 347);
     this.btnApply.Name     = "btnApply";
     this.btnApply.Size     = new System.Drawing.Size(75, 25);
     this.btnApply.TabIndex = 9;
     this.btnApply.Text     = "Apply";
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click += new System.EventHandler(this.BtnApplyClick);
     //
     // lblInfo
     //
     this.lblInfo.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblInfo.Location = new System.Drawing.Point(14, 311);
     this.lblInfo.Name     = "lblInfo";
     this.lblInfo.Size     = new System.Drawing.Size(208, 15);
     this.lblInfo.TabIndex = 10;
     this.lblInfo.Text     = "info: right click on selected item for more...";
     this.lblInfo.Visible  = false;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.SystemColors.Window;
     this.panel1.Controls.Add(this.lblAuthor);
     this.panel1.Controls.Add(this.lblVersion);
     this.panel1.Location = new System.Drawing.Point(0, 380);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(723, 25);
     this.panel1.TabIndex = 11;
     //
     // lblAuthor
     //
     this.lblAuthor.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblAuthor.Font        = new System.Drawing.Font("Ebrima", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAuthor.ForeColor   = System.Drawing.SystemColors.ControlDarkDark;
     this.lblAuthor.Location    = new System.Drawing.Point(464, 5);
     this.lblAuthor.Name        = "lblAuthor";
     this.lblAuthor.Size        = new System.Drawing.Size(252, 15);
     this.lblAuthor.TabIndex    = 1;
     this.lblAuthor.Text        = "© 2016 Leonardo DaVchezt";
     this.lblAuthor.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     this.lblAuthor.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.lblAuthor_MouseDown);
     this.lblAuthor.MouseEnter += new System.EventHandler(this.lblAuthor_MouseEnter);
     this.lblAuthor.MouseLeave += new System.EventHandler(this.lblAuthor_MouseLeave);
     //
     // lblVersion
     //
     this.lblVersion.Font      = new System.Drawing.Font("Ebrima", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVersion.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lblVersion.Location  = new System.Drawing.Point(9, 5);
     this.lblVersion.Name      = "lblVersion";
     this.lblVersion.Size      = new System.Drawing.Size(100, 15);
     this.lblVersion.TabIndex  = 0;
     this.lblVersion.Text      = "version";
     //
     // lblEditorInfo
     //
     this.lblEditorInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.lblEditorInfo.BackColor = System.Drawing.SystemColors.Info;
     this.lblEditorInfo.Location  = new System.Drawing.Point(230, 330);
     this.lblEditorInfo.Name      = "lblEditorInfo";
     this.lblEditorInfo.Size      = new System.Drawing.Size(481, 15);
     this.lblEditorInfo.TabIndex  = 12;
     this.lblEditorInfo.Text      = "Important: always click apply to store changes on editor, before you save (save a" +
                                    "s) all changes";
     this.lblEditorInfo.Visible = false;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(724, 405);
     this.Controls.Add(this.tbxFile);
     this.Controls.Add(this.lblEditorInfo);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lblInfo);
     this.Controls.Add(this.btnApply);
     this.Controls.Add(this.lbxList);
     this.Controls.Add(this.lblStatus);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.sProgress);
     this.Controls.Add(this.btnOpen);
     this.Controls.Add(this.tbxEditor);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "MainForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "PB String Pack Tools";
     this.contextMenus.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     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.ButtonPanel    = new System.Windows.Forms.Panel();
     this.Button4        = new System.Windows.Forms.Button();
     this.FillerPanel3   = new System.Windows.Forms.Panel();
     this.Button3        = new System.Windows.Forms.Button();
     this.FillerPanel2   = new System.Windows.Forms.Panel();
     this.Button2        = new System.Windows.Forms.Button();
     this.FillerPanel1   = new System.Windows.Forms.Panel();
     this.Button1        = new System.Windows.Forms.Button();
     this.Graph          = new System.Windows.Forms.ProgressBar();
     this.TopMarginPanel = new System.Windows.Forms.Panel();
     this.GraphTimer     = new System.Windows.Forms.Timer(this.components);
     this.ButtonPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // ButtonPanel
     //
     this.ButtonPanel.Controls.Add(this.Button4);
     this.ButtonPanel.Controls.Add(this.FillerPanel3);
     this.ButtonPanel.Controls.Add(this.Button3);
     this.ButtonPanel.Controls.Add(this.FillerPanel2);
     this.ButtonPanel.Controls.Add(this.Button2);
     this.ButtonPanel.Controls.Add(this.FillerPanel1);
     this.ButtonPanel.Controls.Add(this.Button1);
     this.ButtonPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ButtonPanel.Location = new System.Drawing.Point(0, 0);
     this.ButtonPanel.Name     = "ButtonPanel";
     this.ButtonPanel.Size     = new System.Drawing.Size(568, 48);
     this.ButtonPanel.TabIndex = 11;
     //
     // Button4
     //
     this.Button4.BackgroundImage       = global::CardCounter.Properties.Resources.DarkButton1;
     this.Button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Button4.Dock = System.Windows.Forms.DockStyle.Left;
     this.Button4.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.Button4.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.Button4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.Button4.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.Button4.Font                    = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Button4.ForeColor               = System.Drawing.Color.White;
     this.Button4.Location                = new System.Drawing.Point(428, 0);
     this.Button4.MaximumSize             = new System.Drawing.Size(140, 48);
     this.Button4.MinimumSize             = new System.Drawing.Size(140, 48);
     this.Button4.Name                    = "Button4";
     this.Button4.Size                    = new System.Drawing.Size(140, 48);
     this.Button4.TabIndex                = 17;
     this.Button4.Text                    = "Insurance";
     this.Button4.UseVisualStyleBackColor = true;
     this.Button4.Click                  += new System.EventHandler(this.Button4_Click);
     this.Button4.MouseEnter             += new System.EventHandler(this.Button_MouseEnter);
     this.Button4.MouseLeave             += new System.EventHandler(this.Button_MouseLeave);
     //
     // FillerPanel3
     //
     this.FillerPanel3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.FillerPanel3.Location = new System.Drawing.Point(412, 0);
     this.FillerPanel3.Name     = "FillerPanel3";
     this.FillerPanel3.Size     = new System.Drawing.Size(16, 48);
     this.FillerPanel3.TabIndex = 16;
     //
     // Button3
     //
     this.Button3.BackgroundImage       = global::CardCounter.Properties.Resources.DarkButton1;
     this.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Button3.Dock = System.Windows.Forms.DockStyle.Left;
     this.Button3.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.Button3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.Button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.Button3.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.Button3.Font                    = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Button3.ForeColor               = System.Drawing.Color.White;
     this.Button3.Location                = new System.Drawing.Point(272, 0);
     this.Button3.MaximumSize             = new System.Drawing.Size(140, 48);
     this.Button3.MinimumSize             = new System.Drawing.Size(140, 48);
     this.Button3.Name                    = "Button3";
     this.Button3.Size                    = new System.Drawing.Size(140, 48);
     this.Button3.TabIndex                = 15;
     this.Button3.Text                    = "Surrender";
     this.Button3.UseVisualStyleBackColor = true;
     this.Button3.Click                  += new System.EventHandler(this.Button3_Click);
     this.Button3.MouseEnter             += new System.EventHandler(this.Button_MouseEnter);
     this.Button3.MouseLeave             += new System.EventHandler(this.Button_MouseLeave);
     //
     // FillerPanel2
     //
     this.FillerPanel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.FillerPanel2.Location = new System.Drawing.Point(256, 0);
     this.FillerPanel2.Name     = "FillerPanel2";
     this.FillerPanel2.Size     = new System.Drawing.Size(16, 48);
     this.FillerPanel2.TabIndex = 14;
     //
     // Button2
     //
     this.Button2.BackgroundImage       = global::CardCounter.Properties.Resources.DarkButton1;
     this.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Button2.Dock = System.Windows.Forms.DockStyle.Left;
     this.Button2.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.Button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.Button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.Button2.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.Button2.Font                    = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Button2.ForeColor               = System.Drawing.Color.White;
     this.Button2.Location                = new System.Drawing.Point(136, 0);
     this.Button2.MaximumSize             = new System.Drawing.Size(120, 48);
     this.Button2.MinimumSize             = new System.Drawing.Size(120, 48);
     this.Button2.Name                    = "Button2";
     this.Button2.Size                    = new System.Drawing.Size(120, 48);
     this.Button2.TabIndex                = 13;
     this.Button2.Text                    = "Sit Out";
     this.Button2.UseVisualStyleBackColor = true;
     this.Button2.Click                  += new System.EventHandler(this.Button2_Click);
     this.Button2.MouseEnter             += new System.EventHandler(this.Button_MouseEnter);
     this.Button2.MouseLeave             += new System.EventHandler(this.Button_MouseLeave);
     //
     // FillerPanel1
     //
     this.FillerPanel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.FillerPanel1.Location = new System.Drawing.Point(120, 0);
     this.FillerPanel1.Name     = "FillerPanel1";
     this.FillerPanel1.Size     = new System.Drawing.Size(16, 48);
     this.FillerPanel1.TabIndex = 12;
     //
     // Button1
     //
     this.Button1.BackgroundImage       = global::CardCounter.Properties.Resources.DarkButton1;
     this.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Button1.Dock = System.Windows.Forms.DockStyle.Left;
     this.Button1.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.Button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.Button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.Button1.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.Button1.Font                    = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Button1.ForeColor               = System.Drawing.Color.White;
     this.Button1.Location                = new System.Drawing.Point(0, 0);
     this.Button1.MaximumSize             = new System.Drawing.Size(120, 48);
     this.Button1.MinimumSize             = new System.Drawing.Size(120, 48);
     this.Button1.Name                    = "Button1";
     this.Button1.Size                    = new System.Drawing.Size(120, 48);
     this.Button1.TabIndex                = 11;
     this.Button1.Text                    = "Place Bet";
     this.Button1.UseVisualStyleBackColor = true;
     this.Button1.Click                  += new System.EventHandler(this.Button1_Click);
     this.Button1.MouseEnter             += new System.EventHandler(this.Button_MouseEnter);
     this.Button1.MouseLeave             += new System.EventHandler(this.Button_MouseLeave);
     //
     // Graph
     //
     this.Graph.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.Graph.Location        = new System.Drawing.Point(0, 48);
     this.Graph.Maximum         = 15000;
     this.Graph.Name            = "Graph";
     this.Graph.Size            = new System.Drawing.Size(568, 32);
     this.Graph.Style           = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.Graph.TabIndex        = 12;
     this.Graph.VisibleChanged += new System.EventHandler(this.Graph_VisibleChanged);
     //
     // TopMarginPanel
     //
     this.TopMarginPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TopMarginPanel.Location = new System.Drawing.Point(0, 48);
     this.TopMarginPanel.Name     = "TopMarginPanel";
     this.TopMarginPanel.Size     = new System.Drawing.Size(568, 8);
     this.TopMarginPanel.TabIndex = 13;
     //
     // GraphTimer
     //
     this.GraphTimer.Tick += new System.EventHandler(this.GraphTimer_Tick);
     //
     // PlayerResponseControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.Controls.Add(this.TopMarginPanel);
     this.Controls.Add(this.Graph);
     this.Controls.Add(this.ButtonPanel);
     this.DoubleBuffered = true;
     this.Name           = "PlayerResponseControl";
     this.Size           = new System.Drawing.Size(568, 80);
     this.ButtonPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #33
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components                    = new System.ComponentModel.Container();
     this.cbSerialPorts                 = new System.Windows.Forms.ComboBox();
     this.label1                        = new System.Windows.Forms.Label();
     this.bTest                         = new System.Windows.Forms.Button();
     this.label2                        = new System.Windows.Forms.Label();
     this.tbHWVersion                   = new System.Windows.Forms.TextBox();
     this.serialPort1                   = new System.IO.Ports.SerialPort(this.components);
     this.menuStrip1                    = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1            = new System.Windows.Forms.ToolStripMenuItem();
     this.LoadROMtoolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.SaveROMtoolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.rescanPortsToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.viewDataToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.setTo0x00ToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.setTo0xFFToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.setToRandomToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.protectSPDToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.unprotectSPDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.label3                        = new System.Windows.Forms.Label();
     this.cbEEPROMSize                  = new System.Windows.Forms.ComboBox();
     this.pbStatus                      = new System.Windows.Forms.ProgressBar();
     this.label4                        = new System.Windows.Forms.Label();
     this.bReadEEPROM                   = new System.Windows.Forms.Button();
     this.bWriteEEPROM                  = new System.Windows.Forms.Button();
     this.bVerifyEEPROM                 = new System.Windows.Forms.Button();
     this.openFileDialog1               = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog1               = new System.Windows.Forms.SaveFileDialog();
     this.cbPageWrite                   = new System.Windows.Forms.CheckBox();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // cbSerialPorts
     //
     this.cbSerialPorts.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbSerialPorts.FormattingEnabled = true;
     this.cbSerialPorts.Location          = new System.Drawing.Point(110, 38);
     this.cbSerialPorts.Name                  = "cbSerialPorts";
     this.cbSerialPorts.Size                  = new System.Drawing.Size(174, 21);
     this.cbSerialPorts.TabIndex              = 0;
     this.cbSerialPorts.SelectedIndexChanged += new System.EventHandler(this.CbSerialPortsSelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 181);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(66, 21);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Progress:";
     //
     // bTest
     //
     this.bTest.Location = new System.Drawing.Point(322, 36);
     this.bTest.Name     = "bTest";
     this.bTest.Size     = new System.Drawing.Size(75, 23);
     this.bTest.TabIndex = 2;
     this.bTest.Text     = "Test!";
     this.bTest.UseVisualStyleBackColor = true;
     this.bTest.Click += new System.EventHandler(this.bTestClick);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 71);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 21);
     this.label2.TabIndex = 1;
     this.label2.Text     = "HW Version:";
     //
     // tbHWVersion
     //
     this.tbHWVersion.Location = new System.Drawing.Point(110, 68);
     this.tbHWVersion.Name     = "tbHWVersion";
     this.tbHWVersion.ReadOnly = true;
     this.tbHWVersion.Size     = new System.Drawing.Size(174, 20);
     this.tbHWVersion.TabIndex = 3;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.viewToolStripMenuItem,
         this.toolsToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(433, 24);
     this.menuStrip1.TabIndex = 4;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.LoadROMtoolStripMenuItem,
         this.SaveROMtoolStripMenuItem,
         this.rescanPortsToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     this.toolStripMenuItem1.Text = "File";
     //
     // LoadROMtoolStripMenuItem
     //
     this.LoadROMtoolStripMenuItem.Name   = "LoadROMtoolStripMenuItem";
     this.LoadROMtoolStripMenuItem.Size   = new System.Drawing.Size(177, 22);
     this.LoadROMtoolStripMenuItem.Text   = "Load ROM Image";
     this.LoadROMtoolStripMenuItem.Click += new System.EventHandler(this.LoadROMtoolStripMenuItemClick);
     //
     // SaveROMtoolStripMenuItem
     //
     this.SaveROMtoolStripMenuItem.Name   = "SaveROMtoolStripMenuItem";
     this.SaveROMtoolStripMenuItem.Size   = new System.Drawing.Size(177, 22);
     this.SaveROMtoolStripMenuItem.Text   = "Save ROM Image";
     this.SaveROMtoolStripMenuItem.Click += new System.EventHandler(this.SaveROMtoolStripMenuItemClick);
     //
     // rescanPortsToolStripMenuItem
     //
     this.rescanPortsToolStripMenuItem.Name   = "rescanPortsToolStripMenuItem";
     this.rescanPortsToolStripMenuItem.Size   = new System.Drawing.Size(177, 22);
     this.rescanPortsToolStripMenuItem.Text   = "Re-scan COM ports";
     this.rescanPortsToolStripMenuItem.Click += new System.EventHandler(this.RescanPortsToolStripMenuItemClick);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(177, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClick);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.viewDataToolStripMenuItem,
         this.setTo0x00ToolStripMenuItem,
         this.setTo0xFFToolStripMenuItem,
         this.setToRandomToolStripMenuItem
     });
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
     this.viewToolStripMenuItem.Text = "Data";
     //
     // viewDataToolStripMenuItem
     //
     this.viewDataToolStripMenuItem.Name   = "viewDataToolStripMenuItem";
     this.viewDataToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.viewDataToolStripMenuItem.Text   = "View";
     this.viewDataToolStripMenuItem.Click += new System.EventHandler(this.ViewDataToolStripMenuItemClick);
     //
     // setTo0x00ToolStripMenuItem
     //
     this.setTo0x00ToolStripMenuItem.Name   = "setTo0x00ToolStripMenuItem";
     this.setTo0x00ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.setTo0x00ToolStripMenuItem.Text   = "Set to 0x00";
     this.setTo0x00ToolStripMenuItem.Click += new System.EventHandler(this.SetTo0x00ToolStripMenuItemClick);
     //
     // setTo0xFFToolStripMenuItem
     //
     this.setTo0xFFToolStripMenuItem.Name   = "setTo0xFFToolStripMenuItem";
     this.setTo0xFFToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.setTo0xFFToolStripMenuItem.Text   = "Set to 0xFF";
     this.setTo0xFFToolStripMenuItem.Click += new System.EventHandler(this.SetTo0xFFToolStripMenuItemClick);
     //
     // setToRandomToolStripMenuItem
     //
     this.setToRandomToolStripMenuItem.Name   = "setToRandomToolStripMenuItem";
     this.setToRandomToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.setToRandomToolStripMenuItem.Text   = "Set to Random";
     this.setToRandomToolStripMenuItem.Click += new System.EventHandler(this.SetToRandomToolStripMenuItemClick);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.protectSPDToolStripMenuItem,
         this.unprotectSPDToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.toolsToolStripMenuItem.Text = "Tools";
     //
     // protectSPDToolStripMenuItem
     //
     this.protectSPDToolStripMenuItem.Name   = "protectSPDToolStripMenuItem";
     this.protectSPDToolStripMenuItem.Size   = new System.Drawing.Size(159, 22);
     this.protectSPDToolStripMenuItem.Text   = "Unprotect (SPD)";
     this.protectSPDToolStripMenuItem.Click += new System.EventHandler(this.UnprotectSPDToolStripMenuItemClick);
     //
     // unprotectSPDToolStripMenuItem
     //
     this.unprotectSPDToolStripMenuItem.Name   = "unprotectSPDToolStripMenuItem";
     this.unprotectSPDToolStripMenuItem.Size   = new System.Drawing.Size(159, 22);
     this.unprotectSPDToolStripMenuItem.Text   = "Protect (SPD)";
     this.unprotectSPDToolStripMenuItem.Click += new System.EventHandler(this.ProtectSPDToolStripMenuItemClick);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 106);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(80, 19);
     this.label3.TabIndex = 1;
     this.label3.Text     = "EEPROM Size:";
     //
     // cbEEPROMSize
     //
     this.cbEEPROMSize.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbEEPROMSize.FormattingEnabled = true;
     this.cbEEPROMSize.Items.AddRange(new object[] {
         "1K        (8 K)",
         "2K      (16 K)",
         "4K      (32 K)",
         "8K      (64 K)",
         "16K   (128 K)",
         "32K   (256 K)"
     });
     this.cbEEPROMSize.Location              = new System.Drawing.Point(110, 103);
     this.cbEEPROMSize.Name                  = "cbEEPROMSize";
     this.cbEEPROMSize.Size                  = new System.Drawing.Size(174, 21);
     this.cbEEPROMSize.TabIndex              = 5;
     this.cbEEPROMSize.SelectedIndexChanged += new System.EventHandler(this.CbEEPROMSizeSelectedIndexChanged);
     //
     // pbStatus
     //
     this.pbStatus.Location = new System.Drawing.Point(74, 174);
     this.pbStatus.Name     = "pbStatus";
     this.pbStatus.Size     = new System.Drawing.Size(347, 25);
     this.pbStatus.TabIndex = 6;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(12, 41);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(66, 21);
     this.label4.TabIndex = 7;
     this.label4.Text     = "Serial Port:";
     //
     // bReadEEPROM
     //
     this.bReadEEPROM.Location = new System.Drawing.Point(74, 139);
     this.bReadEEPROM.Name     = "bReadEEPROM";
     this.bReadEEPROM.Size     = new System.Drawing.Size(101, 23);
     this.bReadEEPROM.TabIndex = 8;
     this.bReadEEPROM.Text     = "Read EEPROM";
     this.bReadEEPROM.UseVisualStyleBackColor = true;
     this.bReadEEPROM.Click += new System.EventHandler(this.BReadEEPROMClick);
     //
     // bWriteEEPROM
     //
     this.bWriteEEPROM.Location = new System.Drawing.Point(320, 139);
     this.bWriteEEPROM.Name     = "bWriteEEPROM";
     this.bWriteEEPROM.Size     = new System.Drawing.Size(101, 23);
     this.bWriteEEPROM.TabIndex = 9;
     this.bWriteEEPROM.Text     = "Write EEPROM";
     this.bWriteEEPROM.UseVisualStyleBackColor = true;
     this.bWriteEEPROM.Click += new System.EventHandler(this.BWriteEEPROMClick);
     //
     // bVerifyEEPROM
     //
     this.bVerifyEEPROM.Location = new System.Drawing.Point(198, 139);
     this.bVerifyEEPROM.Name     = "bVerifyEEPROM";
     this.bVerifyEEPROM.Size     = new System.Drawing.Size(101, 23);
     this.bVerifyEEPROM.TabIndex = 10;
     this.bVerifyEEPROM.Text     = "Verify EEPROM";
     this.bVerifyEEPROM.UseVisualStyleBackColor = true;
     this.bVerifyEEPROM.Click += new System.EventHandler(this.BVerifyEEPROMClick);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // cbPageWrite
     //
     this.cbPageWrite.Location = new System.Drawing.Point(320, 106);
     this.cbPageWrite.Name     = "cbPageWrite";
     this.cbPageWrite.Size     = new System.Drawing.Size(101, 24);
     this.cbPageWrite.TabIndex = 11;
     this.cbPageWrite.Text     = "Use Page Write";
     this.cbPageWrite.UseVisualStyleBackColor = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(433, 211);
     this.Controls.Add(this.cbPageWrite);
     this.Controls.Add(this.bVerifyEEPROM);
     this.Controls.Add(this.bWriteEEPROM);
     this.Controls.Add(this.bReadEEPROM);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.pbStatus);
     this.Controls.Add(this.cbEEPROMSize);
     this.Controls.Add(this.tbHWVersion);
     this.Controls.Add(this.bTest);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cbSerialPorts);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.MaximumSize   = new System.Drawing.Size(449, 250);
     this.MinimumSize   = new System.Drawing.Size(449, 250);
     this.Name          = "MainForm";
     this.Text          = "EEWriter";
     this.Load         += new System.EventHandler(this.MainFormLoad);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #34
0
 private void InitializeComponent()
 {
     this.tb                 = new System.Windows.Forms.TextBox();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.button1            = new System.Windows.Forms.Button();
     this.progressBar1       = new System.Windows.Forms.ProgressBar();
     this.checkBox1_poster   = new System.Windows.Forms.CheckBox();
     this.checkBox1_backdrop = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // tb
     //
     this.tb.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.tb.Location   = new System.Drawing.Point(12, 89);
     this.tb.Multiline  = true;
     this.tb.Name       = "tb";
     this.tb.ReadOnly   = true;
     this.tb.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.tb.Size       = new System.Drawing.Size(733, 612);
     this.tb.TabIndex   = 0;
     this.tb.WordWrap   = false;
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location = new System.Drawing.Point(12, 44);
     this.textBox1.Name     = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size     = new System.Drawing.Size(635, 20);
     this.textBox1.TabIndex = 1;
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(653, 42);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(92, 23);
     this.button1.TabIndex = 2;
     this.button1.Text     = "Select Path";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_ClickAsync);
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.Location = new System.Drawing.Point(12, 707);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(733, 18);
     this.progressBar1.TabIndex = 3;
     //
     // checkBox1_poster
     //
     this.checkBox1_poster.AutoSize = true;
     this.checkBox1_poster.Location = new System.Drawing.Point(13, 21);
     this.checkBox1_poster.Name     = "checkBox1_poster";
     this.checkBox1_poster.Size     = new System.Drawing.Size(107, 17);
     this.checkBox1_poster.TabIndex = 4;
     this.checkBox1_poster.Text     = "Download Poster";
     this.checkBox1_poster.UseVisualStyleBackColor = true;
     //
     // checkBox1_backdrop
     //
     this.checkBox1_backdrop.AutoSize = true;
     this.checkBox1_backdrop.Location = new System.Drawing.Point(126, 21);
     this.checkBox1_backdrop.Name     = "checkBox1_backdrop";
     this.checkBox1_backdrop.Size     = new System.Drawing.Size(120, 17);
     this.checkBox1_backdrop.TabIndex = 5;
     this.checkBox1_backdrop.Text     = "Download Backdrop";
     this.checkBox1_backdrop.UseVisualStyleBackColor = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(757, 730);
     this.Controls.Add(this.checkBox1_backdrop);
     this.Controls.Add(this.checkBox1_poster);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.tb);
     this.MinimumSize = new System.Drawing.Size(650, 365);
     this.Name        = "Form1";
     this.Text        = "TMDB";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components         = new System.ComponentModel.Container();
     this.tamanho_arquivo    = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.progresso          = new System.Windows.Forms.ProgressBar();
     this.label2             = new System.Windows.Forms.Label();
     this.taxa_transf        = new System.Windows.Forms.HScrollBar();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.tempo_estimado     = new System.Windows.Forms.TextBox();
     this.tempo_restante     = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.label9             = new System.Windows.Forms.Label();
     this.label10            = new System.Windows.Forms.Label();
     this.label11            = new System.Windows.Forms.Label();
     this.label12            = new System.Windows.Forms.Label();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.Iniciar            = new System.Windows.Forms.Button();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.taxa_transferencia = new System.Windows.Forms.TextBox();
     this.label13            = new System.Windows.Forms.Label();
     this.label7             = new System.Windows.Forms.Label();
     this.pausar             = new System.Windows.Forms.Button();
     this.resetar            = new System.Windows.Forms.Button();
     this.label5             = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // tamanho_arquivo
     //
     this.tamanho_arquivo.Location     = new System.Drawing.Point(128, 46);
     this.tamanho_arquivo.Name         = "tamanho_arquivo";
     this.tamanho_arquivo.Size         = new System.Drawing.Size(100, 20);
     this.tamanho_arquivo.TabIndex     = 0;
     this.tamanho_arquivo.TextChanged += new System.EventHandler(this.Tamanho_arquivoTextChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(25, 46);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 33);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Tamanho do Arquivo";
     //
     // progresso
     //
     this.progresso.Location = new System.Drawing.Point(320, 46);
     this.progresso.Name     = "progresso";
     this.progresso.Size     = new System.Drawing.Size(100, 23);
     this.progresso.Step     = 1;
     this.progresso.TabIndex = 2;
     this.progresso.Click   += new System.EventHandler(this.ProgressoClick);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(338, 20);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 23);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Progresso";
     //
     // taxa_transf
     //
     this.taxa_transf.LargeChange = 1;
     this.taxa_transf.Location    = new System.Drawing.Point(128, 89);
     this.taxa_transf.Maximum     = 10;
     this.taxa_transf.Minimum     = 1;
     this.taxa_transf.Name        = "taxa_transf";
     this.taxa_transf.Size        = new System.Drawing.Size(100, 17);
     this.taxa_transf.TabIndex    = 4;
     this.taxa_transf.Value       = 1;
     this.taxa_transf.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.Taxa_transfScroll);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(25, 89);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 34);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Taxa de transferência";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(128, 106);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(43, 23);
     this.label4.TabIndex = 6;
     this.label4.Text     = "0,1";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(225, 49);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(43, 20);
     this.label6.TabIndex = 8;
     this.label6.Text     = "Mb";
     //
     // tempo_estimado
     //
     this.tempo_estimado.Location     = new System.Drawing.Point(128, 172);
     this.tempo_estimado.Name         = "tempo_estimado";
     this.tempo_estimado.Size         = new System.Drawing.Size(100, 20);
     this.tempo_estimado.TabIndex     = 9;
     this.tempo_estimado.TextChanged += new System.EventHandler(this.Tempo_estimadoTextChanged);
     //
     // tempo_restante
     //
     this.tempo_restante.Location     = new System.Drawing.Point(128, 198);
     this.tempo_restante.Name         = "tempo_restante";
     this.tempo_restante.Size         = new System.Drawing.Size(100, 20);
     this.tempo_restante.TabIndex     = 10;
     this.tempo_restante.TextChanged += new System.EventHandler(this.Tempo_restanteTextChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(25, 198);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(100, 20);
     this.label8.TabIndex = 12;
     this.label8.Text     = "Tempo restante";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(225, 175);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(20, 20);
     this.label9.TabIndex = 13;
     this.label9.Text     = "s";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(225, 201);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(20, 20);
     this.label10.TabIndex = 14;
     this.label10.Text     = "s";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(320, 72);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(38, 18);
     this.label11.TabIndex = 17;
     this.label11.Text     = "0";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(390, 72);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(38, 18);
     this.label12.TabIndex = 18;
     this.label12.Text     = "100%";
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.Timer1Tick);
     //
     // Iniciar
     //
     this.Iniciar.BackColor = System.Drawing.Color.LawnGreen;
     this.Iniciar.Location  = new System.Drawing.Point(320, 146);
     this.Iniciar.Name      = "Iniciar";
     this.Iniciar.Size      = new System.Drawing.Size(75, 23);
     this.Iniciar.TabIndex  = 19;
     this.Iniciar.Text      = "Iniciar";
     this.Iniciar.UseVisualStyleBackColor = false;
     this.Iniciar.Click += new System.EventHandler(this.IniciarClick);
     //
     // textBox1
     //
     this.textBox1.Location     = new System.Drawing.Point(128, 146);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex     = 20;
     this.textBox1.TextChanged += new System.EventHandler(this.TextBox1TextChanged);
     //
     // taxa_transferencia
     //
     this.taxa_transferencia.Location     = new System.Drawing.Point(236, 89);
     this.taxa_transferencia.Name         = "taxa_transferencia";
     this.taxa_transferencia.Size         = new System.Drawing.Size(32, 20);
     this.taxa_transferencia.TabIndex     = 21;
     this.taxa_transferencia.TextChanged += new System.EventHandler(this.Taxa_transferenciaTextChanged);
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(25, 149);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(100, 20);
     this.label13.TabIndex = 22;
     this.label13.Text     = "Mb Transferidos";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(25, 175);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(100, 23);
     this.label7.TabIndex = 23;
     this.label7.Text     = "Tempo estimado";
     //
     // pausar
     //
     this.pausar.BackColor = System.Drawing.Color.OrangeRed;
     this.pausar.Location  = new System.Drawing.Point(320, 170);
     this.pausar.Name      = "pausar";
     this.pausar.Size      = new System.Drawing.Size(75, 23);
     this.pausar.TabIndex  = 24;
     this.pausar.Text      = "Pausar";
     this.pausar.UseVisualStyleBackColor = false;
     this.pausar.Click += new System.EventHandler(this.PausarClick);
     //
     // resetar
     //
     this.resetar.Location = new System.Drawing.Point(320, 195);
     this.resetar.Name     = "resetar";
     this.resetar.Size     = new System.Drawing.Size(75, 23);
     this.resetar.TabIndex = 25;
     this.resetar.Text     = "Resetar";
     this.resetar.UseVisualStyleBackColor = true;
     this.resetar.Click += new System.EventHandler(this.ResetarClick);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(192, 106);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(38, 23);
     this.label5.TabIndex = 26;
     this.label5.Text     = "1mb/s";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize          = new System.Drawing.Size(446, 251);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.resetar);
     this.Controls.Add(this.pausar);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.taxa_transferencia);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.Iniciar);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.tempo_restante);
     this.Controls.Add(this.tempo_estimado);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.taxa_transf);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.progresso);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.tamanho_arquivo);
     this.Name = "MainForm";
     this.Text = "aula_28032018";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.textBox2        = new System.Windows.Forms.TextBox();
     this.textBox3        = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.button1         = new System.Windows.Forms.Button();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.label6          = new System.Windows.Forms.Label();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.textBox6        = new System.Windows.Forms.TextBox();
     this.textBox5        = new System.Windows.Forms.TextBox();
     this.label4          = new System.Windows.Forms.Label();
     this.textBox4        = new System.Windows.Forms.TextBox();
     this.label3          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.label9          = new System.Windows.Forms.Label();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.textBox8        = new System.Windows.Forms.TextBox();
     this.textBox9        = new System.Windows.Forms.TextBox();
     this.textBox7        = new System.Windows.Forms.TextBox();
     this.progressBar1    = new System.Windows.Forms.ProgressBar();
     this.label7          = new System.Windows.Forms.Label();
     this.label8          = new System.Windows.Forms.Label();
     this.label10         = new System.Windows.Forms.Label();
     this.label11         = new System.Windows.Forms.Label();
     this.label12         = new System.Windows.Forms.Label();
     this.textBox10       = new System.Windows.Forms.TextBox();
     this.groupBox4       = new System.Windows.Forms.GroupBox();
     this.button2         = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(416, 96);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "文件信息";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(80, 40);
     this.textBox2.Name     = "textBox2";
     this.textBox2.ReadOnly = true;
     this.textBox2.Size     = new System.Drawing.Size(232, 21);
     this.textBox2.TabIndex = 3;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(80, 64);
     this.textBox3.Name     = "textBox3";
     this.textBox3.ReadOnly = true;
     this.textBox3.Size     = new System.Drawing.Size(136, 21);
     this.textBox3.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 16);
     this.label2.TabIndex = 4;
     this.label2.Text     = "文件大小:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(96, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "文件名:";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(320, 16);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(88, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "浏览";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location     = new System.Drawing.Point(8, 16);
     this.textBox1.Name         = "textBox1";
     this.textBox1.ReadOnly     = true;
     this.textBox1.Size         = new System.Drawing.Size(304, 21);
     this.textBox1.TabIndex     = 0;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(224, 72);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(96, 16);
     this.label6.TabIndex = 2;
     this.label6.Text     = "(单位:字节)";
     //
     // openFileDialog1
     //
     this.openFileDialog1.Filter = "所有文件|*.*";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textBox6);
     this.groupBox2.Controls.Add(this.textBox5);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.textBox4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Location = new System.Drawing.Point(0, 96);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(416, 72);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "系统设置";
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(96, 40);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(72, 21);
     this.textBox6.TabIndex = 3;
     this.textBox6.Text     = "10000";
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(320, 16);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(80, 21);
     this.textBox5.TabIndex = 3;
     this.textBox5.Text     = "6666";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(256, 24);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 16);
     this.label4.TabIndex = 2;
     this.label4.Text     = "传输端口:";
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(96, 16);
     this.textBox4.Name     = "textBox4";
     this.textBox4.ReadOnly = true;
     this.textBox4.Size     = new System.Drawing.Size(144, 21);
     this.textBox4.TabIndex = 1;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 16);
     this.label3.TabIndex = 0;
     this.label3.Text     = "本机IP地址:";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(24, 48);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 2;
     this.label5.Text     = "包的大小:";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(176, 48);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(224, 16);
     this.label9.TabIndex = 2;
     this.label9.Text     = "(范围:10000 - 60000 单位:字节)";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textBox8);
     this.groupBox3.Controls.Add(this.textBox9);
     this.groupBox3.Controls.Add(this.textBox7);
     this.groupBox3.Controls.Add(this.progressBar1);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Controls.Add(this.label10);
     this.groupBox3.Controls.Add(this.label11);
     this.groupBox3.Controls.Add(this.label12);
     this.groupBox3.Controls.Add(this.textBox10);
     this.groupBox3.Location = new System.Drawing.Point(0, 168);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(416, 168);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "状态信息";
     //
     // textBox8
     //
     this.textBox8.Location     = new System.Drawing.Point(120, 40);
     this.textBox8.Name         = "textBox8";
     this.textBox8.ReadOnly     = true;
     this.textBox8.Size         = new System.Drawing.Size(160, 21);
     this.textBox8.TabIndex     = 1;
     this.textBox8.TextChanged += new System.EventHandler(this.textBox8_TextChanged);
     //
     // textBox9
     //
     this.textBox9.Location     = new System.Drawing.Point(120, 64);
     this.textBox9.Name         = "textBox9";
     this.textBox9.ReadOnly     = true;
     this.textBox9.Size         = new System.Drawing.Size(80, 21);
     this.textBox9.TabIndex     = 1;
     this.textBox9.TextChanged += new System.EventHandler(this.textBox9_TextChanged);
     //
     // textBox7
     //
     this.textBox7.Location     = new System.Drawing.Point(120, 16);
     this.textBox7.Name         = "textBox7";
     this.textBox7.ReadOnly     = true;
     this.textBox7.Size         = new System.Drawing.Size(160, 21);
     this.textBox7.TabIndex     = 1;
     this.textBox7.TextChanged += new System.EventHandler(this.textBox7_TextChanged);
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(8, 136);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(400, 23);
     this.progressBar1.Step     = 1;
     this.progressBar1.TabIndex = 3;
     this.progressBar1.Click   += new System.EventHandler(this.progressBar1_Click);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(32, 24);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(96, 16);
     this.label7.TabIndex = 2;
     this.label7.Text     = "接收端IP地址:";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(40, 48);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(80, 16);
     this.label8.TabIndex = 2;
     this.label8.Text     = "包的总数量:";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(8, 72);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(120, 16);
     this.label10.TabIndex = 2;
     this.label10.Text     = "最后一个包的大小:";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(200, 72);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(96, 16);
     this.label11.TabIndex = 2;
     this.label11.Text     = "(单位:字节)";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(16, 96);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(104, 16);
     this.label12.TabIndex = 2;
     this.label12.Text     = "已发送包的数量:";
     //
     // textBox10
     //
     this.textBox10.Location     = new System.Drawing.Point(120, 88);
     this.textBox10.Name         = "textBox10";
     this.textBox10.ReadOnly     = true;
     this.textBox10.Size         = new System.Drawing.Size(80, 21);
     this.textBox10.TabIndex     = 1;
     this.textBox10.TextChanged += new System.EventHandler(this.textBox10_TextChanged);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.button2);
     this.groupBox4.Location = new System.Drawing.Point(0, 336);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(416, 48);
     this.groupBox4.TabIndex = 3;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "系统控制";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(16, 16);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 0;
     this.button2.Text     = "开始发送";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(416, 389);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "Form1";
     this.Text            = "加解密程序实践文件传输示例";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #37
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(ProcessValidationForm));
     this.toolTipForm                 = new System.Windows.Forms.ToolTip(this.components);
     this.panelBottom                 = new System.Windows.Forms.Panel();
     this.panelButtons                = new System.Windows.Forms.Panel();
     this.buttonCancel                = new System.Windows.Forms.Button();
     this.buttonClose                 = new System.Windows.Forms.Button();
     this.panelTop                    = new System.Windows.Forms.Panel();
     this.labelTitle                  = new System.Windows.Forms.Label();
     this.panelMiddle                 = new System.Windows.Forms.Panel();
     this.buttonProgressOK            = new System.Windows.Forms.Button();
     this.progressBarProcess          = new System.Windows.Forms.ProgressBar();
     this.labelProgress               = new System.Windows.Forms.Label();
     this.buttonRefresh               = new System.Windows.Forms.Button();
     this.tableLayoutPanelValidations = new System.Windows.Forms.TableLayoutPanel();
     this.labelValidations            = new System.Windows.Forms.Label();
     this.panelBottom.SuspendLayout();
     this.panelButtons.SuspendLayout();
     this.panelTop.SuspendLayout();
     this.panelMiddle.SuspendLayout();
     this.SuspendLayout();
     //
     // panelBottom
     //
     this.panelBottom.AutoSize     = true;
     this.panelBottom.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panelBottom.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(218)))), ((int)(((byte)(218)))));
     this.panelBottom.Controls.Add(this.panelButtons);
     this.panelBottom.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.panelBottom.Location    = new System.Drawing.Point(0, 1118);
     this.panelBottom.Margin      = new System.Windows.Forms.Padding(30, 30, 30, 30);
     this.panelBottom.MinimumSize = new System.Drawing.Size(706, 60);
     this.panelBottom.Name        = "panelBottom";
     this.panelBottom.Padding     = new System.Windows.Forms.Padding(30, 30, 30, 30);
     this.panelBottom.Size        = new System.Drawing.Size(1398, 126);
     this.panelBottom.TabIndex    = 46;
     //
     // panelButtons
     //
     this.panelButtons.AutoSize     = true;
     this.panelButtons.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panelButtons.Controls.Add(this.buttonCancel);
     this.panelButtons.Controls.Add(this.buttonClose);
     this.panelButtons.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelButtons.Location = new System.Drawing.Point(30, 30);
     this.panelButtons.Margin   = new System.Windows.Forms.Padding(30, 30, 30, 30);
     this.panelButtons.Name     = "panelButtons";
     this.panelButtons.Size     = new System.Drawing.Size(1338, 66);
     this.panelButtons.TabIndex = 10;
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.buttonCancel.Font                    = new System.Drawing.Font("Segoe UI", 10.125F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonCancel.Location                = new System.Drawing.Point(1140, 2);
     this.buttonCancel.Margin                  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(196, 62);
     this.buttonCancel.TabIndex                = 11;
     this.buttonCancel.Text                    = "ANNULEREN";
     this.buttonCancel.UseVisualStyleBackColor = false;
     this.buttonCancel.Click                  += new System.EventHandler(this.ButtonCancel_Click);
     //
     // buttonClose
     //
     this.buttonClose.Anchor       = System.Windows.Forms.AnchorStyles.Right;
     this.buttonClose.AutoSize     = true;
     this.buttonClose.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.buttonClose.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(96)))), ((int)(((byte)(0)))));
     this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.buttonClose.FlatAppearance.BorderSize = 0;
     this.buttonClose.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.buttonClose.Font                    = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
     this.buttonClose.ForeColor               = System.Drawing.Color.White;
     this.buttonClose.Location                = new System.Drawing.Point(898, 2);
     this.buttonClose.Margin                  = new System.Windows.Forms.Padding(0);
     this.buttonClose.MinimumSize             = new System.Drawing.Size(200, 60);
     this.buttonClose.Name                    = "buttonClose";
     this.buttonClose.Size                    = new System.Drawing.Size(200, 60);
     this.buttonClose.TabIndex                = 10;
     this.buttonClose.Text                    = "AFSLUITEN";
     this.buttonClose.UseVisualStyleBackColor = false;
     this.buttonClose.Click                  += new System.EventHandler(this.ButtonClose_Click);
     //
     // panelTop
     //
     this.panelTop.AutoSize     = true;
     this.panelTop.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panelTop.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(64)))), ((int)(((byte)(112)))));
     this.panelTop.Controls.Add(this.labelTitle);
     this.panelTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(0, 0);
     this.panelTop.Margin   = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.panelTop.Name     = "panelTop";
     this.panelTop.Padding  = new System.Windows.Forms.Padding(10, 10, 10, 10);
     this.panelTop.Size     = new System.Drawing.Size(1398, 95);
     this.panelTop.TabIndex = 47;
     //
     // labelTitle
     //
     this.labelTitle.AutoSize  = true;
     this.labelTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(64)))), ((int)(((byte)(112)))));
     this.labelTitle.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.labelTitle.ForeColor = System.Drawing.Color.White;
     this.labelTitle.Location  = new System.Drawing.Point(22, 0);
     this.labelTitle.Margin    = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this.labelTitle.Name      = "labelTitle";
     this.labelTitle.Padding   = new System.Windows.Forms.Padding(20, 20, 20, 20);
     this.labelTitle.Size      = new System.Drawing.Size(492, 85);
     this.labelTitle.TabIndex  = 2;
     this.labelTitle.Text      = "TheModus UOL about screen";
     this.labelTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panelMiddle
     //
     this.panelMiddle.AutoSize     = true;
     this.panelMiddle.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panelMiddle.BackColor    = System.Drawing.Color.White;
     this.panelMiddle.Controls.Add(this.buttonProgressOK);
     this.panelMiddle.Controls.Add(this.progressBarProcess);
     this.panelMiddle.Controls.Add(this.labelProgress);
     this.panelMiddle.Controls.Add(this.buttonRefresh);
     this.panelMiddle.Controls.Add(this.tableLayoutPanelValidations);
     this.panelMiddle.Controls.Add(this.labelValidations);
     this.panelMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMiddle.Location = new System.Drawing.Point(0, 0);
     this.panelMiddle.Margin   = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.panelMiddle.Name     = "panelMiddle";
     this.panelMiddle.Padding  = new System.Windows.Forms.Padding(20, 20, 20, 20);
     this.panelMiddle.Size     = new System.Drawing.Size(1398, 1244);
     this.panelMiddle.TabIndex = 48;
     //
     // buttonProgressOK
     //
     this.buttonProgressOK.Anchor       = System.Windows.Forms.AnchorStyles.Right;
     this.buttonProgressOK.AutoSize     = true;
     this.buttonProgressOK.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.buttonProgressOK.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(96)))), ((int)(((byte)(0)))));
     this.buttonProgressOK.FlatAppearance.BorderSize = 0;
     this.buttonProgressOK.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.buttonProgressOK.Font                    = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
     this.buttonProgressOK.ForeColor               = System.Drawing.Color.White;
     this.buttonProgressOK.Location                = new System.Drawing.Point(600, 770);
     this.buttonProgressOK.Margin                  = new System.Windows.Forms.Padding(0);
     this.buttonProgressOK.MinimumSize             = new System.Drawing.Size(200, 60);
     this.buttonProgressOK.Name                    = "buttonProgressOK";
     this.buttonProgressOK.Size                    = new System.Drawing.Size(200, 60);
     this.buttonProgressOK.TabIndex                = 12;
     this.buttonProgressOK.Text                    = "OK";
     this.buttonProgressOK.UseVisualStyleBackColor = false;
     this.buttonProgressOK.Visible                 = false;
     this.buttonProgressOK.Click                  += new System.EventHandler(this.ButtonProgressOK_Click);
     //
     // progressBarProcess
     //
     this.progressBarProcess.Cursor    = System.Windows.Forms.Cursors.Default;
     this.progressBarProcess.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(96)))), ((int)(((byte)(0)))));
     this.progressBarProcess.Location  = new System.Drawing.Point(50, 462);
     this.progressBarProcess.Margin    = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.progressBarProcess.Name      = "progressBarProcess";
     this.progressBarProcess.Size      = new System.Drawing.Size(1316, 38);
     this.progressBarProcess.Step      = 1;
     this.progressBarProcess.TabIndex  = 31;
     this.progressBarProcess.Visible   = false;
     //
     // labelProgress
     //
     this.labelProgress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.labelProgress.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelProgress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(99)))), ((int)(((byte)(99)))));
     this.labelProgress.Location  = new System.Drawing.Point(50, 500);
     this.labelProgress.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelProgress.Name      = "labelProgress";
     this.labelProgress.Padding   = new System.Windows.Forms.Padding(20, 0, 20, 0);
     this.labelProgress.Size      = new System.Drawing.Size(1316, 240);
     this.labelProgress.TabIndex  = 30;
     this.labelProgress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.labelProgress.Visible   = false;
     //
     // buttonRefresh
     //
     this.buttonRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonRefresh.FlatAppearance.BorderSize = 0;
     this.buttonRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonRefresh.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonRefresh.Image     = global::UOL.Revit.SampleAddin.Properties.Resources.icon1;
     this.buttonRefresh.Location  = new System.Drawing.Point(1310, 114);
     this.buttonRefresh.Margin    = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.buttonRefresh.Name      = "buttonRefresh";
     this.buttonRefresh.Size      = new System.Drawing.Size(56, 50);
     this.buttonRefresh.TabIndex  = 18;
     this.buttonRefresh.UseVisualStyleBackColor = true;
     this.buttonRefresh.Click += new System.EventHandler(this.ButtonRefresh_Click);
     //
     // tableLayoutPanelValidations
     //
     this.tableLayoutPanelValidations.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanelValidations.AutoScroll   = true;
     this.tableLayoutPanelValidations.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanelValidations.ColumnCount  = 7;
     this.tableLayoutPanelValidations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F));
     this.tableLayoutPanelValidations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanelValidations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanelValidations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanelValidations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanelValidations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanelValidations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 64F));
     this.tableLayoutPanelValidations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanelValidations.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
     this.tableLayoutPanelValidations.Location  = new System.Drawing.Point(50, 166);
     this.tableLayoutPanelValidations.Margin    = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.tableLayoutPanelValidations.Name      = "tableLayoutPanelValidations";
     this.tableLayoutPanelValidations.RowCount  = 2;
     this.tableLayoutPanelValidations.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanelValidations.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanelValidations.Size     = new System.Drawing.Size(1318, 916);
     this.tableLayoutPanelValidations.TabIndex = 17;
     //
     // labelValidations
     //
     this.labelValidations.AutoSize  = true;
     this.labelValidations.Font      = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
     this.labelValidations.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(99)))), ((int)(((byte)(99)))));
     this.labelValidations.Location  = new System.Drawing.Point(24, 122);
     this.labelValidations.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelValidations.Name      = "labelValidations";
     this.labelValidations.Padding   = new System.Windows.Forms.Padding(20, 0, 20, 0);
     this.labelValidations.Size      = new System.Drawing.Size(182, 37);
     this.labelValidations.TabIndex  = 13;
     this.labelValidations.Text      = "Validaties";
     //
     // ProcessValidationForm
     //
     this.AcceptButton        = this.buttonClose;
     this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(1398, 1244);
     this.Controls.Add(this.panelBottom);
     this.Controls.Add(this.panelTop);
     this.Controls.Add(this.panelMiddle);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ProcessValidationForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.panelBottom.ResumeLayout(false);
     this.panelBottom.PerformLayout();
     this.panelButtons.ResumeLayout(false);
     this.panelButtons.PerformLayout();
     this.panelTop.ResumeLayout(false);
     this.panelTop.PerformLayout();
     this.panelMiddle.ResumeLayout(false);
     this.panelMiddle.PerformLayout();
     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.numericUpDown1    = new System.Windows.Forms.NumericUpDown();
     this.startAsyncButton  = new System.Windows.Forms.Button();
     this.cancelAsyncButton = new System.Windows.Forms.Button();
     this.resultLabel       = new System.Windows.Forms.Label();
     this.progressBar1      = new System.Windows.Forms.ProgressBar();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     this.dgvCsvFile        = new System.Windows.Forms.DataGridView();
     this.openFileDialog1   = new System.Windows.Forms.OpenFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCsvFile)).BeginInit();
     this.SuspendLayout();
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(16, 16);
     this.numericUpDown1.Maximum  = new decimal(new int[] {
         91,
         0,
         0,
         0
     });
     this.numericUpDown1.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(80, 20);
     this.numericUpDown1.TabIndex = 0;
     this.numericUpDown1.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // startAsyncButton
     //
     this.startAsyncButton.Location = new System.Drawing.Point(16, 72);
     this.startAsyncButton.Name     = "startAsyncButton";
     this.startAsyncButton.Size     = new System.Drawing.Size(120, 23);
     this.startAsyncButton.TabIndex = 1;
     this.startAsyncButton.Text     = "Start Async";
     this.startAsyncButton.Click   += new System.EventHandler(this.startAsyncButton_Click);
     //
     // cancelAsyncButton
     //
     this.cancelAsyncButton.Enabled  = false;
     this.cancelAsyncButton.Location = new System.Drawing.Point(153, 72);
     this.cancelAsyncButton.Name     = "cancelAsyncButton";
     this.cancelAsyncButton.Size     = new System.Drawing.Size(119, 23);
     this.cancelAsyncButton.TabIndex = 2;
     this.cancelAsyncButton.Text     = "Cancel Async";
     this.cancelAsyncButton.Click   += new System.EventHandler(this.cancelAsyncButton_Click);
     //
     // resultLabel
     //
     this.resultLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.resultLabel.Location    = new System.Drawing.Point(112, 16);
     this.resultLabel.Name        = "resultLabel";
     this.resultLabel.Size        = new System.Drawing.Size(160, 23);
     this.resultLabel.TabIndex    = 3;
     this.resultLabel.Text        = "(no result)";
     this.resultLabel.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(18, 48);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(256, 8);
     this.progressBar1.Step     = 2;
     this.progressBar1.TabIndex = 4;
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.WorkerReportsProgress      = true;
     this.backgroundWorker1.WorkerSupportsCancellation = true;
     //
     // dgvCsvFile
     //
     this.dgvCsvFile.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvCsvFile.Location = new System.Drawing.Point(95, 141);
     this.dgvCsvFile.Name     = "dgvCsvFile";
     this.dgvCsvFile.Size     = new System.Drawing.Size(240, 150);
     this.dgvCsvFile.TabIndex = 5;
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // CSVFormMTN
     //
     this.ClientSize = new System.Drawing.Size(504, 328);
     this.Controls.Add(this.dgvCsvFile);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.resultLabel);
     this.Controls.Add(this.cancelAsyncButton);
     this.Controls.Add(this.startAsyncButton);
     this.Controls.Add(this.numericUpDown1);
     this.Name  = "CSVFormMTN";
     this.Text  = "Fibonacci Calculator";
     this.Load += new System.EventHandler(this.CSVFormMTN_Load);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCsvFile)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #39
0
 public Commander(PortControl pc, System.Windows.Forms.ProgressBar pb)
 {
     M_PortControl = pc;
     this.pb       = pb;
 }
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.yadiskSpace_progressBar       = new System.Windows.Forms.ProgressBar();
     this.yadiskSpace_label             = new System.Windows.Forms.Label();
     this.yadiskPublicFolderKey_textBox = new System.Windows.Forms.TextBox();
     this.browseSyncFolder_button       = new System.Windows.Forms.Button();
     this.syncFolderPath_textBox        = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel1             = new System.Windows.Forms.TableLayoutPanel();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.yadiskPublicFolder_treeViewAdv = new Aga.Controls.Tree.TreeViewAdv();
     this.name_treeColumn            = new Aga.Controls.Tree.TreeColumn();
     this.created_treeColumn         = new Aga.Controls.Tree.TreeColumn();
     this.modified_treeColumn        = new Aga.Controls.Tree.TreeColumn();
     this.size_treeColumn            = new Aga.Controls.Tree.TreeColumn();
     this.nodeCheckBox1              = new Aga.Controls.Tree.NodeControls.NodeCheckBox();
     this.nodeStateIcon1             = new Aga.Controls.Tree.NodeControls.NodeStateIcon();
     this.nodeTextBox1               = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.nodeTextBox2               = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.nodeTextBox3               = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.nodeTextBox4               = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.syncFolder_treeViewAdv     = new Aga.Controls.Tree.TreeViewAdv();
     this.name_syncTreeColumn        = new Aga.Controls.Tree.TreeColumn();
     this.created_syncTreeColumn     = new Aga.Controls.Tree.TreeColumn();
     this.modified_syncTreeColumn    = new Aga.Controls.Tree.TreeColumn();
     this.size_syncTreeColumn        = new Aga.Controls.Tree.TreeColumn();
     this.nodeTextBox5               = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.nodeTextBox6               = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.nodeTextBox7               = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.nodeTextBox8               = new Aga.Controls.Tree.NodeControls.NodeTextBox();
     this.splitContainer1            = new System.Windows.Forms.SplitContainer();
     this.editPublicFolderKey_button = new System.Windows.Forms.Button();
     this.savePublicFolderKey_button = new System.Windows.Forms.Button();
     this.loadPublicFolderKey_button = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.beforeDate_dateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.label1 = new System.Windows.Forms.Label();
     this.afterDate_dateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.filter_textBox           = new System.Windows.Forms.TextBox();
     this.flatList_checkBox        = new System.Windows.Forms.CheckBox();
     this.panel2                              = new System.Windows.Forms.Panel();
     this.syncFolders_button                  = new System.Windows.Forms.Button();
     this.showSyncForm_button                 = new System.Windows.Forms.Button();
     this.LoadFromFile_button                 = new System.Windows.Forms.Button();
     this.SaveToFile_button                   = new System.Windows.Forms.Button();
     this.publicFolders_comboBox              = new System.Windows.Forms.ComboBox();
     this.nodeItem_contextMenuStrip           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.checkAllSubfoldersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.checkFolderOnlyToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.addNewPublicFolder_button           = new System.Windows.Forms.Button();
     this.deletePublicFolder_button           = new System.Windows.Forms.Button();
     this.loginYandex_button                  = new System.Windows.Forms.Button();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.nodeItem_contextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // yadiskSpace_progressBar
     //
     this.yadiskSpace_progressBar.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.yadiskSpace_progressBar.Location = new System.Drawing.Point(739, 23);
     this.yadiskSpace_progressBar.Name     = "yadiskSpace_progressBar";
     this.yadiskSpace_progressBar.Size     = new System.Drawing.Size(369, 36);
     this.yadiskSpace_progressBar.Step     = 1;
     this.yadiskSpace_progressBar.TabIndex = 0;
     this.yadiskSpace_progressBar.Visible  = false;
     //
     // yadiskSpace_label
     //
     this.yadiskSpace_label.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.yadiskSpace_label.AutoSize  = true;
     this.yadiskSpace_label.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.yadiskSpace_label.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11F);
     this.yadiskSpace_label.Location  = new System.Drawing.Point(745, 31);
     this.yadiskSpace_label.Name      = "yadiskSpace_label";
     this.yadiskSpace_label.Size      = new System.Drawing.Size(49, 22);
     this.yadiskSpace_label.TabIndex  = 1;
     this.yadiskSpace_label.Text      = "Used: ";
     this.yadiskSpace_label.UseCompatibleTextRendering = true;
     this.yadiskSpace_label.Visible = false;
     //
     // yadiskPublicFolderKey_textBox
     //
     this.yadiskPublicFolderKey_textBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.yadiskPublicFolderKey_textBox.Location = new System.Drawing.Point(0, 0);
     this.yadiskPublicFolderKey_textBox.Name     = "yadiskPublicFolderKey_textBox";
     this.yadiskPublicFolderKey_textBox.ReadOnly = true;
     this.yadiskPublicFolderKey_textBox.Size     = new System.Drawing.Size(419, 20);
     this.yadiskPublicFolderKey_textBox.TabIndex = 3;
     this.yadiskPublicFolderKey_textBox.Text     = "https://yadi.sk/d/df_jk-ih3Z9TfM";
     //
     // browseSyncFolder_button
     //
     this.browseSyncFolder_button.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.browseSyncFolder_button.Location = new System.Drawing.Point(1, 0);
     this.browseSyncFolder_button.Name     = "browseSyncFolder_button";
     this.browseSyncFolder_button.Size     = new System.Drawing.Size(47, 21);
     this.browseSyncFolder_button.TabIndex = 4;
     this.browseSyncFolder_button.Text     = "...";
     this.browseSyncFolder_button.UseVisualStyleBackColor = true;
     this.browseSyncFolder_button.Click += new System.EventHandler(this.browseSyncFolder_button_Click);
     //
     // syncFolderPath_textBox
     //
     this.syncFolderPath_textBox.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.syncFolderPath_textBox.Location     = new System.Drawing.Point(0, 0);
     this.syncFolderPath_textBox.Name         = "syncFolderPath_textBox";
     this.syncFolderPath_textBox.ReadOnly     = true;
     this.syncFolderPath_textBox.Size         = new System.Drawing.Size(517, 20);
     this.syncFolderPath_textBox.TabIndex     = 5;
     this.syncFolderPath_textBox.TextChanged += new System.EventHandler(this.syncFolderPath_textBox_TextChanged);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.splitContainer2, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.yadiskPublicFolder_treeViewAdv, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.syncFolder_treeViewAdv, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 2);
     this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
     this.tableLayoutPanel1.Location  = new System.Drawing.Point(12, 114);
     this.tableLayoutPanel1.Name      = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount  = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1153, 597);
     this.tableLayoutPanel1.TabIndex = 8;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer2.Location   = new System.Drawing.Point(579, 3);
     this.splitContainer2.Name       = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.syncFolderPath_textBox);
     this.splitContainer2.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.browseSyncFolder_button);
     this.splitContainer2.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.splitContainer2.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.splitContainer2.Size             = new System.Drawing.Size(571, 21);
     this.splitContainer2.SplitterDistance = 517;
     this.splitContainer2.TabIndex         = 9;
     //
     // yadiskPublicFolder_treeViewAdv
     //
     this.yadiskPublicFolder_treeViewAdv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.yadiskPublicFolder_treeViewAdv.BackColor          = System.Drawing.SystemColors.Window;
     this.yadiskPublicFolder_treeViewAdv.ColumnHeaderHeight = 17;
     this.yadiskPublicFolder_treeViewAdv.Columns.Add(this.name_treeColumn);
     this.yadiskPublicFolder_treeViewAdv.Columns.Add(this.created_treeColumn);
     this.yadiskPublicFolder_treeViewAdv.Columns.Add(this.modified_treeColumn);
     this.yadiskPublicFolder_treeViewAdv.Columns.Add(this.size_treeColumn);
     this.yadiskPublicFolder_treeViewAdv.DefaultToolTipProvider     = null;
     this.yadiskPublicFolder_treeViewAdv.DragDropMarkColor          = System.Drawing.Color.Black;
     this.yadiskPublicFolder_treeViewAdv.FullRowSelectActiveColor   = System.Drawing.Color.Empty;
     this.yadiskPublicFolder_treeViewAdv.FullRowSelectInactiveColor = System.Drawing.Color.Empty;
     this.yadiskPublicFolder_treeViewAdv.LineColor = System.Drawing.SystemColors.ControlDark;
     this.yadiskPublicFolder_treeViewAdv.Location  = new System.Drawing.Point(3, 30);
     this.yadiskPublicFolder_treeViewAdv.Model     = null;
     this.yadiskPublicFolder_treeViewAdv.Name      = "yadiskPublicFolder_treeViewAdv";
     this.yadiskPublicFolder_treeViewAdv.NodeControls.Add(this.nodeCheckBox1);
     this.yadiskPublicFolder_treeViewAdv.NodeControls.Add(this.nodeStateIcon1);
     this.yadiskPublicFolder_treeViewAdv.NodeControls.Add(this.nodeTextBox1);
     this.yadiskPublicFolder_treeViewAdv.NodeControls.Add(this.nodeTextBox2);
     this.yadiskPublicFolder_treeViewAdv.NodeControls.Add(this.nodeTextBox3);
     this.yadiskPublicFolder_treeViewAdv.NodeControls.Add(this.nodeTextBox4);
     this.yadiskPublicFolder_treeViewAdv.NodeFilter     = null;
     this.yadiskPublicFolder_treeViewAdv.SelectedNode   = null;
     this.yadiskPublicFolder_treeViewAdv.Size           = new System.Drawing.Size(570, 504);
     this.yadiskPublicFolder_treeViewAdv.TabIndex       = 7;
     this.yadiskPublicFolder_treeViewAdv.UseColumns     = true;
     this.yadiskPublicFolder_treeViewAdv.ColumnClicked += new System.EventHandler <Aga.Controls.Tree.TreeColumnEventArgs>(this.treeViewAdv_ColumnClicked);
     this.yadiskPublicFolder_treeViewAdv.Collapsed     += new System.EventHandler <Aga.Controls.Tree.TreeViewAdvEventArgs>(this.treeViewAdv_Expanded);
     this.yadiskPublicFolder_treeViewAdv.Expanded      += new System.EventHandler <Aga.Controls.Tree.TreeViewAdvEventArgs>(this.treeViewAdv_Expanded);
     //
     // name_treeColumn
     //
     this.name_treeColumn.Header      = "Name";
     this.name_treeColumn.Sortable    = true;
     this.name_treeColumn.SortOrder   = System.Windows.Forms.SortOrder.None;
     this.name_treeColumn.TooltipText = null;
     this.name_treeColumn.Width       = 20;
     //
     // created_treeColumn
     //
     this.created_treeColumn.Header      = "Created";
     this.created_treeColumn.Sortable    = true;
     this.created_treeColumn.SortOrder   = System.Windows.Forms.SortOrder.None;
     this.created_treeColumn.TooltipText = null;
     this.created_treeColumn.Width       = 65;
     //
     // modified_treeColumn
     //
     this.modified_treeColumn.Header      = "Modified";
     this.modified_treeColumn.Sortable    = true;
     this.modified_treeColumn.SortOrder   = System.Windows.Forms.SortOrder.None;
     this.modified_treeColumn.TooltipText = null;
     this.modified_treeColumn.Width       = 65;
     //
     // size_treeColumn
     //
     this.size_treeColumn.Header      = "Size";
     this.size_treeColumn.Sortable    = true;
     this.size_treeColumn.SortOrder   = System.Windows.Forms.SortOrder.None;
     this.size_treeColumn.TooltipText = null;
     //
     // nodeCheckBox1
     //
     this.nodeCheckBox1.DataPropertyName  = "CheckState";
     this.nodeCheckBox1.EditEnabled       = true;
     this.nodeCheckBox1.LeftMargin        = 3;
     this.nodeCheckBox1.ParentColumn      = this.name_treeColumn;
     this.nodeCheckBox1.ReverseCheckOrder = true;
     this.nodeCheckBox1.ThreeState        = true;
     //
     // nodeStateIcon1
     //
     this.nodeStateIcon1.DataPropertyName = "StateIcon";
     this.nodeStateIcon1.LeftMargin       = 2;
     this.nodeStateIcon1.ParentColumn     = this.name_treeColumn;
     this.nodeStateIcon1.ScaleMode        = Aga.Controls.Tree.ImageScaleMode.Clip;
     //
     // nodeTextBox1
     //
     this.nodeTextBox1.DataPropertyName         = "NodeControl1";
     this.nodeTextBox1.IncrementalSearchEnabled = true;
     this.nodeTextBox1.LeftMargin   = 3;
     this.nodeTextBox1.ParentColumn = this.name_treeColumn;
     //
     // nodeTextBox2
     //
     this.nodeTextBox2.DataPropertyName         = "NodeControl2";
     this.nodeTextBox2.IncrementalSearchEnabled = true;
     this.nodeTextBox2.LeftMargin   = 3;
     this.nodeTextBox2.ParentColumn = this.created_treeColumn;
     //
     // nodeTextBox3
     //
     this.nodeTextBox3.DataPropertyName         = "NodeControl3";
     this.nodeTextBox3.IncrementalSearchEnabled = true;
     this.nodeTextBox3.LeftMargin   = 3;
     this.nodeTextBox3.ParentColumn = this.modified_treeColumn;
     //
     // nodeTextBox4
     //
     this.nodeTextBox4.DataPropertyName         = "NodeControl4";
     this.nodeTextBox4.IncrementalSearchEnabled = true;
     this.nodeTextBox4.LeftMargin   = 3;
     this.nodeTextBox4.ParentColumn = this.size_treeColumn;
     //
     // syncFolder_treeViewAdv
     //
     this.syncFolder_treeViewAdv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.syncFolder_treeViewAdv.BackColor          = System.Drawing.SystemColors.Window;
     this.syncFolder_treeViewAdv.ColumnHeaderHeight = 17;
     this.syncFolder_treeViewAdv.Columns.Add(this.name_syncTreeColumn);
     this.syncFolder_treeViewAdv.Columns.Add(this.created_syncTreeColumn);
     this.syncFolder_treeViewAdv.Columns.Add(this.modified_syncTreeColumn);
     this.syncFolder_treeViewAdv.Columns.Add(this.size_syncTreeColumn);
     this.syncFolder_treeViewAdv.DefaultToolTipProvider     = null;
     this.syncFolder_treeViewAdv.DragDropMarkColor          = System.Drawing.Color.Black;
     this.syncFolder_treeViewAdv.FullRowSelectActiveColor   = System.Drawing.Color.Empty;
     this.syncFolder_treeViewAdv.FullRowSelectInactiveColor = System.Drawing.Color.Empty;
     this.syncFolder_treeViewAdv.LineColor = System.Drawing.SystemColors.ControlDark;
     this.syncFolder_treeViewAdv.Location  = new System.Drawing.Point(579, 30);
     this.syncFolder_treeViewAdv.Model     = null;
     this.syncFolder_treeViewAdv.Name      = "syncFolder_treeViewAdv";
     this.syncFolder_treeViewAdv.NodeControls.Add(this.nodeTextBox5);
     this.syncFolder_treeViewAdv.NodeControls.Add(this.nodeTextBox6);
     this.syncFolder_treeViewAdv.NodeControls.Add(this.nodeTextBox7);
     this.syncFolder_treeViewAdv.NodeControls.Add(this.nodeTextBox8);
     this.syncFolder_treeViewAdv.NodeFilter     = null;
     this.syncFolder_treeViewAdv.SelectedNode   = null;
     this.syncFolder_treeViewAdv.Size           = new System.Drawing.Size(571, 504);
     this.syncFolder_treeViewAdv.TabIndex       = 6;
     this.syncFolder_treeViewAdv.UseColumns     = true;
     this.syncFolder_treeViewAdv.ColumnClicked += new System.EventHandler <Aga.Controls.Tree.TreeColumnEventArgs>(this.treeViewAdv_ColumnClicked);
     this.syncFolder_treeViewAdv.Collapsed     += new System.EventHandler <Aga.Controls.Tree.TreeViewAdvEventArgs>(this.treeViewAdv_Expanded);
     this.syncFolder_treeViewAdv.Expanded      += new System.EventHandler <Aga.Controls.Tree.TreeViewAdvEventArgs>(this.treeViewAdv_Expanded);
     //
     // name_syncTreeColumn
     //
     this.name_syncTreeColumn.Header      = "Name";
     this.name_syncTreeColumn.Sortable    = true;
     this.name_syncTreeColumn.SortOrder   = System.Windows.Forms.SortOrder.None;
     this.name_syncTreeColumn.TooltipText = null;
     //
     // created_syncTreeColumn
     //
     this.created_syncTreeColumn.Header      = "Created";
     this.created_syncTreeColumn.SortOrder   = System.Windows.Forms.SortOrder.None;
     this.created_syncTreeColumn.TooltipText = null;
     this.created_syncTreeColumn.Width       = 65;
     //
     // modified_syncTreeColumn
     //
     this.modified_syncTreeColumn.Header      = "Modified";
     this.modified_syncTreeColumn.Sortable    = true;
     this.modified_syncTreeColumn.SortOrder   = System.Windows.Forms.SortOrder.None;
     this.modified_syncTreeColumn.TooltipText = null;
     this.modified_syncTreeColumn.Width       = 65;
     //
     // size_syncTreeColumn
     //
     this.size_syncTreeColumn.Header      = "Size";
     this.size_syncTreeColumn.Sortable    = true;
     this.size_syncTreeColumn.SortOrder   = System.Windows.Forms.SortOrder.None;
     this.size_syncTreeColumn.TooltipText = null;
     //
     // nodeTextBox5
     //
     this.nodeTextBox5.DataPropertyName         = "NodeControl1";
     this.nodeTextBox5.IncrementalSearchEnabled = true;
     this.nodeTextBox5.LeftMargin   = 3;
     this.nodeTextBox5.ParentColumn = this.name_syncTreeColumn;
     //
     // nodeTextBox6
     //
     this.nodeTextBox6.DataPropertyName         = "NodeControl2";
     this.nodeTextBox6.IncrementalSearchEnabled = true;
     this.nodeTextBox6.LeftMargin   = 3;
     this.nodeTextBox6.ParentColumn = this.created_syncTreeColumn;
     //
     // nodeTextBox7
     //
     this.nodeTextBox7.DataPropertyName         = "NodeControl3";
     this.nodeTextBox7.IncrementalSearchEnabled = true;
     this.nodeTextBox7.LeftMargin   = 3;
     this.nodeTextBox7.ParentColumn = this.modified_syncTreeColumn;
     //
     // nodeTextBox8
     //
     this.nodeTextBox8.DataPropertyName         = "NodeControl4";
     this.nodeTextBox8.IncrementalSearchEnabled = true;
     this.nodeTextBox8.LeftMargin   = 3;
     this.nodeTextBox8.ParentColumn = this.size_syncTreeColumn;
     //
     // splitContainer1
     //
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name            = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.yadiskPublicFolderKey_textBox);
     this.splitContainer1.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.editPublicFolderKey_button);
     this.splitContainer1.Panel2.Controls.Add(this.savePublicFolderKey_button);
     this.splitContainer1.Panel2.Controls.Add(this.loadPublicFolderKey_button);
     this.splitContainer1.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.splitContainer1.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.splitContainer1.Size             = new System.Drawing.Size(570, 21);
     this.splitContainer1.SplitterDistance = 419;
     this.splitContainer1.TabIndex         = 8;
     //
     // editPublicFolderKey_button
     //
     this.editPublicFolderKey_button.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.editPublicFolderKey_button.Location = new System.Drawing.Point(50, 0);
     this.editPublicFolderKey_button.Name     = "editPublicFolderKey_button";
     this.editPublicFolderKey_button.Size     = new System.Drawing.Size(46, 20);
     this.editPublicFolderKey_button.TabIndex = 25;
     this.editPublicFolderKey_button.Text     = "Edit";
     this.editPublicFolderKey_button.UseVisualStyleBackColor = true;
     this.editPublicFolderKey_button.Click += new System.EventHandler(this.editPublicFolderKey_button_Click);
     //
     // savePublicFolderKey_button
     //
     this.savePublicFolderKey_button.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.savePublicFolderKey_button.Enabled  = false;
     this.savePublicFolderKey_button.Location = new System.Drawing.Point(97, 0);
     this.savePublicFolderKey_button.Name     = "savePublicFolderKey_button";
     this.savePublicFolderKey_button.Size     = new System.Drawing.Size(50, 20);
     this.savePublicFolderKey_button.TabIndex = 17;
     this.savePublicFolderKey_button.Text     = "Save";
     this.savePublicFolderKey_button.UseVisualStyleBackColor = true;
     this.savePublicFolderKey_button.Click += new System.EventHandler(this.SavePublicFolderKey_button_Click);
     //
     // loadPublicFolderKey_button
     //
     this.loadPublicFolderKey_button.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.loadPublicFolderKey_button.Location = new System.Drawing.Point(3, 0);
     this.loadPublicFolderKey_button.Name     = "loadPublicFolderKey_button";
     this.loadPublicFolderKey_button.Size     = new System.Drawing.Size(46, 20);
     this.loadPublicFolderKey_button.TabIndex = 9;
     this.loadPublicFolderKey_button.Text     = "Load";
     this.loadPublicFolderKey_button.UseVisualStyleBackColor = true;
     this.loadPublicFolderKey_button.Click += new System.EventHandler(this.LoadPublicFolderKey_button_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.beforeDate_dateTimePicker);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.afterDate_dateTimePicker);
     this.panel1.Controls.Add(this.filter_textBox);
     this.panel1.Controls.Add(this.flatList_checkBox);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 540);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(570, 54);
     this.panel1.TabIndex = 10;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(199, 32);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(58, 13);
     this.label3.TabIndex = 27;
     this.label3.Text     = "and before";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(-3, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(122, 13);
     this.label2.TabIndex = 14;
     this.label2.Text     = "Show only modified after";
     //
     // beforeDate_dateTimePicker
     //
     this.beforeDate_dateTimePicker.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.beforeDate_dateTimePicker.Location      = new System.Drawing.Point(258, 30);
     this.beforeDate_dateTimePicker.MaxDate       = new System.DateTime(2018, 11, 26, 0, 0, 0, 0);
     this.beforeDate_dateTimePicker.MinDate       = new System.DateTime(2013, 11, 21, 0, 0, 0, 0);
     this.beforeDate_dateTimePicker.Name          = "beforeDate_dateTimePicker";
     this.beforeDate_dateTimePicker.Size          = new System.Drawing.Size(81, 20);
     this.beforeDate_dateTimePicker.TabIndex      = 26;
     this.beforeDate_dateTimePicker.Value         = new System.DateTime(2018, 11, 26, 0, 0, 0, 0);
     this.beforeDate_dateTimePicker.ValueChanged += new System.EventHandler(this.Filter_textBox_TextChanged);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(194, 7);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 13);
     this.label1.TabIndex = 11;
     this.label1.Text     = "Selected: 0 MB";
     //
     // afterDate_dateTimePicker
     //
     this.afterDate_dateTimePicker.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.afterDate_dateTimePicker.Location      = new System.Drawing.Point(120, 29);
     this.afterDate_dateTimePicker.MaxDate       = new System.DateTime(2018, 11, 26, 0, 0, 0, 0);
     this.afterDate_dateTimePicker.MinDate       = new System.DateTime(2011, 9, 11, 0, 0, 0, 0);
     this.afterDate_dateTimePicker.Name          = "afterDate_dateTimePicker";
     this.afterDate_dateTimePicker.Size          = new System.Drawing.Size(80, 20);
     this.afterDate_dateTimePicker.TabIndex      = 25;
     this.afterDate_dateTimePicker.Value         = new System.DateTime(2012, 1, 1, 0, 0, 0, 0);
     this.afterDate_dateTimePicker.ValueChanged += new System.EventHandler(this.Filter_textBox_TextChanged);
     //
     // filter_textBox
     //
     this.filter_textBox.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.filter_textBox.Location     = new System.Drawing.Point(0, 4);
     this.filter_textBox.Name         = "filter_textBox";
     this.filter_textBox.Size         = new System.Drawing.Size(121, 20);
     this.filter_textBox.TabIndex     = 13;
     this.filter_textBox.TextChanged += new System.EventHandler(this.Filter_textBox_TextChanged);
     //
     // flatList_checkBox
     //
     this.flatList_checkBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.flatList_checkBox.AutoSize = true;
     this.flatList_checkBox.Location = new System.Drawing.Point(130, 6);
     this.flatList_checkBox.Name     = "flatList_checkBox";
     this.flatList_checkBox.Size     = new System.Drawing.Size(58, 17);
     this.flatList_checkBox.TabIndex = 12;
     this.flatList_checkBox.Text     = "Flat list";
     this.flatList_checkBox.UseVisualStyleBackColor = true;
     this.flatList_checkBox.CheckedChanged         += new System.EventHandler(this.FlatList_checkBox_CheckedChanged);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.syncFolders_button);
     this.panel2.Controls.Add(this.showSyncForm_button);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(579, 540);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(571, 54);
     this.panel2.TabIndex = 11;
     //
     // syncFolders_button
     //
     this.syncFolders_button.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.syncFolders_button.Enabled  = false;
     this.syncFolders_button.Location = new System.Drawing.Point(3, 2);
     this.syncFolders_button.Name     = "syncFolders_button";
     this.syncFolders_button.Size     = new System.Drawing.Size(141, 22);
     this.syncFolders_button.TabIndex = 10;
     this.syncFolders_button.Text     = "Compare folders content";
     this.syncFolders_button.UseVisualStyleBackColor = true;
     this.syncFolders_button.Click += new System.EventHandler(this.syncFolders_button_Click);
     //
     // showSyncForm_button
     //
     this.showSyncForm_button.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.showSyncForm_button.Enabled  = false;
     this.showSyncForm_button.Location = new System.Drawing.Point(3, 27);
     this.showSyncForm_button.Name     = "showSyncForm_button";
     this.showSyncForm_button.Size     = new System.Drawing.Size(92, 22);
     this.showSyncForm_button.TabIndex = 24;
     this.showSyncForm_button.Text     = "Show sync form";
     this.showSyncForm_button.UseVisualStyleBackColor = true;
     this.showSyncForm_button.Click += new System.EventHandler(this.showSyncForm_button_Click);
     //
     // LoadFromFile_button
     //
     this.LoadFromFile_button.Location = new System.Drawing.Point(426, 86);
     this.LoadFromFile_button.Name     = "LoadFromFile_button";
     this.LoadFromFile_button.Size     = new System.Drawing.Size(82, 22);
     this.LoadFromFile_button.TabIndex = 14;
     this.LoadFromFile_button.Text     = "Open from file";
     this.LoadFromFile_button.UseVisualStyleBackColor = true;
     this.LoadFromFile_button.Click += new System.EventHandler(this.LoadFromFile_button_Click);
     //
     // SaveToFile_button
     //
     this.SaveToFile_button.Location = new System.Drawing.Point(510, 86);
     this.SaveToFile_button.Name     = "SaveToFile_button";
     this.SaveToFile_button.Size     = new System.Drawing.Size(77, 22);
     this.SaveToFile_button.TabIndex = 15;
     this.SaveToFile_button.Text     = "Save to file";
     this.SaveToFile_button.UseVisualStyleBackColor = true;
     this.SaveToFile_button.Click += new System.EventHandler(this.SaveToFile_button_Click);
     //
     // publicFolders_comboBox
     //
     this.publicFolders_comboBox.FormattingEnabled = true;
     this.publicFolders_comboBox.Location          = new System.Drawing.Point(135, 86);
     this.publicFolders_comboBox.Name                  = "publicFolders_comboBox";
     this.publicFolders_comboBox.Size                  = new System.Drawing.Size(285, 21);
     this.publicFolders_comboBox.TabIndex              = 16;
     this.publicFolders_comboBox.SelectedValueChanged += new System.EventHandler(this.PublicFolders_comboBox_SelectedIndexChanged);
     //
     // nodeItem_contextMenuStrip
     //
     this.nodeItem_contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.checkAllSubfoldersToolStripMenuItem,
         this.checkFolderOnlyToolStripMenuItem
     });
     this.nodeItem_contextMenuStrip.Name = "nodeItem_contextMenuStrip";
     this.nodeItem_contextMenuStrip.Size = new System.Drawing.Size(181, 48);
     //
     // checkAllSubfoldersToolStripMenuItem
     //
     this.checkAllSubfoldersToolStripMenuItem.Name = "checkAllSubfoldersToolStripMenuItem";
     this.checkAllSubfoldersToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.checkAllSubfoldersToolStripMenuItem.Text = "Check all subfolders";
     //
     // checkFolderOnlyToolStripMenuItem
     //
     this.checkFolderOnlyToolStripMenuItem.Name = "checkFolderOnlyToolStripMenuItem";
     this.checkFolderOnlyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.checkFolderOnlyToolStripMenuItem.Text = "Check folder only";
     //
     // addNewPublicFolder_button
     //
     this.addNewPublicFolder_button.Location = new System.Drawing.Point(13, 85);
     this.addNewPublicFolder_button.Name     = "addNewPublicFolder_button";
     this.addNewPublicFolder_button.Size     = new System.Drawing.Size(60, 22);
     this.addNewPublicFolder_button.TabIndex = 18;
     this.addNewPublicFolder_button.Text     = "Add new";
     this.addNewPublicFolder_button.UseVisualStyleBackColor = true;
     this.addNewPublicFolder_button.Click += new System.EventHandler(this.AddNewPublicFolder_button_Click);
     //
     // deletePublicFolder_button
     //
     this.deletePublicFolder_button.Location = new System.Drawing.Point(76, 85);
     this.deletePublicFolder_button.Name     = "deletePublicFolder_button";
     this.deletePublicFolder_button.Size     = new System.Drawing.Size(54, 22);
     this.deletePublicFolder_button.TabIndex = 19;
     this.deletePublicFolder_button.Text     = "Delete";
     this.deletePublicFolder_button.UseVisualStyleBackColor = true;
     this.deletePublicFolder_button.Click += new System.EventHandler(this.deletePublicFolder_button_Click);
     //
     // loginYandex_button
     //
     this.loginYandex_button.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.loginYandex_button.Location = new System.Drawing.Point(1114, 23);
     this.loginYandex_button.Name     = "loginYandex_button";
     this.loginYandex_button.Size     = new System.Drawing.Size(51, 36);
     this.loginYandex_button.TabIndex = 20;
     this.loginYandex_button.Text     = "Log in Yadisk";
     this.loginYandex_button.UseVisualStyleBackColor = true;
     this.loginYandex_button.Click += new System.EventHandler(this.loginYandex_button_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1177, 741);
     this.Controls.Add(this.loginYandex_button);
     this.Controls.Add(this.deletePublicFolder_button);
     this.Controls.Add(this.addNewPublicFolder_button);
     this.Controls.Add(this.publicFolders_comboBox);
     this.Controls.Add(this.SaveToFile_button);
     this.Controls.Add(this.LoadFromFile_button);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.yadiskSpace_label);
     this.Controls.Add(this.yadiskSpace_progressBar);
     this.MinimumSize  = new System.Drawing.Size(612, 500);
     this.Name         = "MainForm";
     this.Text         = "CloudFolderBrowser";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.nodeItem_contextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #41
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1         = new System.Windows.Forms.Button();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.textBox2        = new System.Windows.Forms.TextBox();
     this.textBox3        = new System.Windows.Forms.TextBox();
     this.button2         = new System.Windows.Forms.Button();
     this.label3          = new System.Windows.Forms.Label();
     this.textBox4        = new System.Windows.Forms.TextBox();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.progressBar1    = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(12, 87);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(102, 6);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(146, 20);
     this.textBox1.TabIndex = 1;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(84, 23);
     this.label1.TabIndex = 2;
     this.label1.Text     = "кол-во чисел";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 46);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(84, 23);
     this.label2.TabIndex = 3;
     this.label2.Text     = "диапозон";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(102, 43);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(62, 20);
     this.textBox2.TabIndex = 4;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(186, 43);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(62, 20);
     this.textBox3.TabIndex = 5;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(12, 163);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 6;
     this.button2.Text     = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 126);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(84, 23);
     this.label3.TabIndex = 7;
     this.label3.Text     = "кратные";
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(102, 123);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(146, 20);
     this.textBox4.TabIndex = 8;
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(102, 87);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(146, 23);
     this.progressBar1.TabIndex = 9;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(299, 230);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.textBox4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button1);
     this.Name = "MainForm";
     this.Text = "laba11";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #42
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(AMUPostFrm));
     this.panel1             = new System.Windows.Forms.Panel();
     this.tabControl1        = new System.Windows.Forms.TabControl();
     this.tabPage1           = new System.Windows.Forms.TabPage();
     this.tabPage2           = new System.Windows.Forms.TabPage();
     this.txtXML             = new System.Windows.Forms.TextBox();
     this.panel2             = new System.Windows.Forms.Panel();
     this.tabControl2        = new System.Windows.Forms.TabControl();
     this.tabPage3           = new System.Windows.Forms.TabPage();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.btnPost            = new System.Windows.Forms.Button();
     this.contextMenuStrip1  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.panel3             = new System.Windows.Forms.Panel();
     richTextBox1            = new System.Windows.Forms.RichTextBox();
     progressBar1            = new System.Windows.Forms.ProgressBar();
     this.label1             = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tabControl1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1219, 481);
     this.panel1.TabIndex = 0;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location              = new System.Drawing.Point(0, 0);
     this.tabControl1.Name                  = "tabControl1";
     this.tabControl1.SelectedIndex         = 0;
     this.tabControl1.Size                  = new System.Drawing.Size(1219, 481);
     this.tabControl1.TabIndex              = 0;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // tabPage1
     //
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(1211, 455);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Data Viewer";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.txtXML);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(1211, 455);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "XML Viewer";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // txtXML
     //
     this.txtXML.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtXML.Location   = new System.Drawing.Point(3, 3);
     this.txtXML.Multiline  = true;
     this.txtXML.Name       = "txtXML";
     this.txtXML.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtXML.Size       = new System.Drawing.Size(1205, 449);
     this.txtXML.TabIndex   = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.tabControl2);
     this.panel2.Controls.Add(this.btnPost);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 481);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1219, 182);
     this.panel2.TabIndex = 1;
     //
     // tabControl2
     //
     this.tabControl2.Controls.Add(this.tabPage3);
     this.tabControl2.Location      = new System.Drawing.Point(4, 46);
     this.tabControl2.Name          = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size          = new System.Drawing.Size(1215, 133);
     this.tabControl2.TabIndex      = 1;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.textBox1);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(1207, 107);
     this.tabPage3.TabIndex = 0;
     this.tabPage3.Text     = "Output";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location   = new System.Drawing.Point(3, 3);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size       = new System.Drawing.Size(1201, 101);
     this.textBox1.TabIndex   = 0;
     //
     // btnPost
     //
     this.btnPost.Location = new System.Drawing.Point(579, 6);
     this.btnPost.Name     = "btnPost";
     this.btnPost.Size     = new System.Drawing.Size(132, 34);
     this.btnPost.TabIndex = 0;
     this.btnPost.Text     = "Update";
     this.btnPost.UseVisualStyleBackColor = true;
     this.btnPost.Click += new System.EventHandler(this.btnPost_Click);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1
     });
     this.contextMenuStrip1.Name         = "contextMenuStrip1";
     this.contextMenuStrip1.Size         = new System.Drawing.Size(108, 26);
     this.contextMenuStrip1.Text         = "Delete";
     this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuScript1_ItemClicked);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(107, 22);
     this.toolStripMenuItem1.Text = "Delete";
     //
     // panel3
     //
     this.panel3.Controls.Add(richTextBox1);
     this.panel3.Controls.Add(progressBar1);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 481);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1219, 182);
     this.panel3.TabIndex = 2;
     //
     // richTextBox1
     //
     richTextBox1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     richTextBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     richTextBox1.Location = new System.Drawing.Point(0, -194);
     richTextBox1.Name     = "richTextBox1";
     richTextBox1.Size     = new System.Drawing.Size(1219, 376);
     richTextBox1.TabIndex = 5;
     richTextBox1.Text     = "";
     //
     // progressBar1
     //
     progressBar1.Location = new System.Drawing.Point(61, 152);
     progressBar1.Name     = "progressBar1";
     progressBar1.Size     = new System.Drawing.Size(1097, 40);
     progressBar1.TabIndex = 4;
     progressBar1.Visible  = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Gray;
     this.label1.Location  = new System.Drawing.Point(457, 91);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(264, 25);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Processing... Please Wait.";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // AMUPostFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1219, 663);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "AMUPostFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "AllocationMarker Update  - RSystems FinanceTools ";
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.tabControl2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components      = new System.ComponentModel.Container();
     this.pbHumedad       = new System.Windows.Forms.ProgressBar();
     this.lbtemp          = new System.Windows.Forms.Label();
     this.txtHumedad      = new System.Windows.Forms.TextBox();
     this.labHumedad      = new System.Windows.Forms.Label();
     this.txtFlex         = new System.Windows.Forms.TextBox();
     this.labFlixibilidad = new System.Windows.Forms.Label();
     this.btnMov          = new System.Windows.Forms.Button();
     this.labMoviemineto  = new System.Windows.Forms.Label();
     this.lbHoraActual    = new System.Windows.Forms.Label();
     this.lbStart         = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.txtSeg          = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.btnNivel14      = new System.Windows.Forms.Button();
     this.btnNivel0       = new System.Windows.Forms.Button();
     this.btnNivel1       = new System.Windows.Forms.Button();
     this.btnNivel2       = new System.Windows.Forms.Button();
     this.btnNivel3       = new System.Windows.Forms.Button();
     this.btnNivel4       = new System.Windows.Forms.Button();
     this.btnNivel5       = new System.Windows.Forms.Button();
     this.btnNivel6       = new System.Windows.Forms.Button();
     this.btnNivel7       = new System.Windows.Forms.Button();
     this.btnNivel8       = new System.Windows.Forms.Button();
     this.btnNivel9       = new System.Windows.Forms.Button();
     this.btnNivel10      = new System.Windows.Forms.Button();
     this.btnNivel11      = new System.Windows.Forms.Button();
     this.btnNivel12      = new System.Windows.Forms.Button();
     this.btnNivel13      = new System.Windows.Forms.Button();
     this.tbTemperatura   = new System.Windows.Forms.TextBox();
     this.pbTermometro    = new System.Windows.Forms.PictureBox();
     this.label1          = new System.Windows.Forms.Label();
     this.txtBPM          = new System.Windows.Forms.TextBox();
     this.pbBMP           = new System.Windows.Forms.PictureBox();
     this.t1          = new System.Windows.Forms.Timer(this.components);
     this.PuertoSerie = new System.IO.Ports.SerialPort(this.components);
     this.menuStrip1  = new System.Windows.Forms.MenuStrip();
     this.finalizarSesionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.regresarToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.pbTermometro)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbBMP)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // pbHumedad
     //
     this.pbHumedad.Location = new System.Drawing.Point(328, 244);
     this.pbHumedad.Name     = "pbHumedad";
     this.pbHumedad.Size     = new System.Drawing.Size(101, 23);
     this.pbHumedad.TabIndex = 124;
     //
     // lbtemp
     //
     this.lbtemp.AutoSize = true;
     this.lbtemp.Location = new System.Drawing.Point(197, 355);
     this.lbtemp.Name     = "lbtemp";
     this.lbtemp.Size     = new System.Drawing.Size(67, 13);
     this.lbtemp.TabIndex = 123;
     this.lbtemp.Text     = "Temperatura";
     //
     // txtHumedad
     //
     this.txtHumedad.Location = new System.Drawing.Point(380, 205);
     this.txtHumedad.Name     = "txtHumedad";
     this.txtHumedad.Size     = new System.Drawing.Size(49, 20);
     this.txtHumedad.TabIndex = 122;
     //
     // labHumedad
     //
     this.labHumedad.AutoSize = true;
     this.labHumedad.Location = new System.Drawing.Point(325, 208);
     this.labHumedad.Name     = "labHumedad";
     this.labHumedad.Size     = new System.Drawing.Size(53, 13);
     this.labHumedad.TabIndex = 121;
     this.labHumedad.Text     = "Humedad";
     //
     // txtFlex
     //
     this.txtFlex.Location = new System.Drawing.Point(328, 72);
     this.txtFlex.Name     = "txtFlex";
     this.txtFlex.Size     = new System.Drawing.Size(101, 20);
     this.txtFlex.TabIndex = 120;
     //
     // labFlixibilidad
     //
     this.labFlixibilidad.AutoSize = true;
     this.labFlixibilidad.Location = new System.Drawing.Point(325, 52);
     this.labFlixibilidad.Name     = "labFlixibilidad";
     this.labFlixibilidad.Size     = new System.Drawing.Size(58, 13);
     this.labFlixibilidad.TabIndex = 119;
     this.labFlixibilidad.Text     = "Flexibilidad";
     //
     // btnMov
     //
     this.btnMov.Location = new System.Drawing.Point(328, 131);
     this.btnMov.Name     = "btnMov";
     this.btnMov.Size     = new System.Drawing.Size(101, 25);
     this.btnMov.TabIndex = 118;
     this.btnMov.UseVisualStyleBackColor = true;
     //
     // labMoviemineto
     //
     this.labMoviemineto.AutoSize  = true;
     this.labMoviemineto.Location  = new System.Drawing.Point(325, 112);
     this.labMoviemineto.Name      = "labMoviemineto";
     this.labMoviemineto.Size      = new System.Drawing.Size(61, 13);
     this.labMoviemineto.TabIndex  = 117;
     this.labMoviemineto.Text      = "Movimiento";
     this.labMoviemineto.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.labMoviemineto.Click    += new System.EventHandler(this.labMoviemineto_Click);
     //
     // lbHoraActual
     //
     this.lbHoraActual.AutoSize = true;
     this.lbHoraActual.Location = new System.Drawing.Point(12, 285);
     this.lbHoraActual.Name     = "lbHoraActual";
     this.lbHoraActual.Size     = new System.Drawing.Size(65, 13);
     this.lbHoraActual.TabIndex = 116;
     this.lbHoraActual.Text     = "Hora actual:";
     //
     // lbStart
     //
     this.lbStart.AutoSize = true;
     this.lbStart.Location = new System.Drawing.Point(13, 256);
     this.lbStart.Name     = "lbStart";
     this.lbStart.Size     = new System.Drawing.Size(60, 13);
     this.lbStart.TabIndex = 115;
     this.lbStart.Text     = "Hora inicio:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 314);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 13);
     this.label3.TabIndex = 114;
     this.label3.Text     = "Tiempo transcurrido";
     //
     // txtSeg
     //
     this.txtSeg.Enabled  = false;
     this.txtSeg.Location = new System.Drawing.Point(119, 311);
     this.txtSeg.Name     = "txtSeg";
     this.txtSeg.Size     = new System.Drawing.Size(60, 20);
     this.txtSeg.TabIndex = 113;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(463, 39);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(22, 13);
     this.label2.TabIndex = 112;
     this.label2.Text     = "PH";
     //
     // btnNivel14
     //
     this.btnNivel14.BackColor = System.Drawing.Color.DarkBlue;
     this.btnNivel14.Enabled   = false;
     this.btnNivel14.Location  = new System.Drawing.Point(443, 52);
     this.btnNivel14.Name      = "btnNivel14";
     this.btnNivel14.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel14.TabIndex  = 111;
     this.btnNivel14.Text      = "14";
     this.btnNivel14.UseVisualStyleBackColor = false;
     //
     // btnNivel0
     //
     this.btnNivel0.BackColor = System.Drawing.Color.Red;
     this.btnNivel0.Enabled   = false;
     this.btnNivel0.Location  = new System.Drawing.Point(443, 323);
     this.btnNivel0.Name      = "btnNivel0";
     this.btnNivel0.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel0.TabIndex  = 110;
     this.btnNivel0.Text      = "0";
     this.btnNivel0.UseVisualStyleBackColor = false;
     //
     // btnNivel1
     //
     this.btnNivel1.BackColor = System.Drawing.Color.OrangeRed;
     this.btnNivel1.Enabled   = false;
     this.btnNivel1.Location  = new System.Drawing.Point(443, 304);
     this.btnNivel1.Name      = "btnNivel1";
     this.btnNivel1.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel1.TabIndex  = 109;
     this.btnNivel1.Text      = "1";
     this.btnNivel1.UseVisualStyleBackColor = false;
     //
     // btnNivel2
     //
     this.btnNivel2.BackColor = System.Drawing.Color.Orange;
     this.btnNivel2.Enabled   = false;
     this.btnNivel2.Location  = new System.Drawing.Point(443, 285);
     this.btnNivel2.Name      = "btnNivel2";
     this.btnNivel2.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel2.TabIndex  = 108;
     this.btnNivel2.Text      = "2";
     this.btnNivel2.UseVisualStyleBackColor = false;
     //
     // btnNivel3
     //
     this.btnNivel3.BackColor = System.Drawing.Color.Yellow;
     this.btnNivel3.Enabled   = false;
     this.btnNivel3.Location  = new System.Drawing.Point(443, 265);
     this.btnNivel3.Name      = "btnNivel3";
     this.btnNivel3.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel3.TabIndex  = 107;
     this.btnNivel3.Text      = "3";
     this.btnNivel3.UseVisualStyleBackColor = false;
     //
     // btnNivel4
     //
     this.btnNivel4.BackColor = System.Drawing.Color.GreenYellow;
     this.btnNivel4.Enabled   = false;
     this.btnNivel4.Location  = new System.Drawing.Point(443, 246);
     this.btnNivel4.Name      = "btnNivel4";
     this.btnNivel4.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel4.TabIndex  = 106;
     this.btnNivel4.Text      = "4";
     this.btnNivel4.UseVisualStyleBackColor = false;
     //
     // btnNivel5
     //
     this.btnNivel5.BackColor = System.Drawing.Color.YellowGreen;
     this.btnNivel5.Enabled   = false;
     this.btnNivel5.Location  = new System.Drawing.Point(443, 227);
     this.btnNivel5.Name      = "btnNivel5";
     this.btnNivel5.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel5.TabIndex  = 105;
     this.btnNivel5.Text      = "5";
     this.btnNivel5.UseVisualStyleBackColor = false;
     //
     // btnNivel6
     //
     this.btnNivel6.BackColor = System.Drawing.Color.LimeGreen;
     this.btnNivel6.Enabled   = false;
     this.btnNivel6.Location  = new System.Drawing.Point(443, 208);
     this.btnNivel6.Name      = "btnNivel6";
     this.btnNivel6.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel6.TabIndex  = 104;
     this.btnNivel6.Text      = "6";
     this.btnNivel6.UseVisualStyleBackColor = false;
     //
     // btnNivel7
     //
     this.btnNivel7.BackColor = System.Drawing.Color.Green;
     this.btnNivel7.Enabled   = false;
     this.btnNivel7.Location  = new System.Drawing.Point(443, 188);
     this.btnNivel7.Name      = "btnNivel7";
     this.btnNivel7.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel7.TabIndex  = 103;
     this.btnNivel7.Text      = "7";
     this.btnNivel7.UseVisualStyleBackColor = false;
     //
     // btnNivel8
     //
     this.btnNivel8.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.btnNivel8.Enabled   = false;
     this.btnNivel8.Location  = new System.Drawing.Point(443, 170);
     this.btnNivel8.Name      = "btnNivel8";
     this.btnNivel8.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel8.TabIndex  = 102;
     this.btnNivel8.Text      = "8";
     this.btnNivel8.UseVisualStyleBackColor = false;
     //
     // btnNivel9
     //
     this.btnNivel9.BackColor = System.Drawing.Color.MediumAquamarine;
     this.btnNivel9.Enabled   = false;
     this.btnNivel9.Location  = new System.Drawing.Point(443, 150);
     this.btnNivel9.Name      = "btnNivel9";
     this.btnNivel9.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel9.TabIndex  = 101;
     this.btnNivel9.Text      = "9";
     this.btnNivel9.UseVisualStyleBackColor = false;
     //
     // btnNivel10
     //
     this.btnNivel10.BackColor = System.Drawing.Color.SkyBlue;
     this.btnNivel10.Enabled   = false;
     this.btnNivel10.Location  = new System.Drawing.Point(443, 131);
     this.btnNivel10.Name      = "btnNivel10";
     this.btnNivel10.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel10.TabIndex  = 100;
     this.btnNivel10.Text      = "10";
     this.btnNivel10.UseVisualStyleBackColor = false;
     //
     // btnNivel11
     //
     this.btnNivel11.BackColor = System.Drawing.Color.SteelBlue;
     this.btnNivel11.Enabled   = false;
     this.btnNivel11.Location  = new System.Drawing.Point(443, 112);
     this.btnNivel11.Name      = "btnNivel11";
     this.btnNivel11.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel11.TabIndex  = 99;
     this.btnNivel11.Text      = "11";
     this.btnNivel11.UseVisualStyleBackColor = false;
     //
     // btnNivel12
     //
     this.btnNivel12.BackColor = System.Drawing.Color.DarkSlateBlue;
     this.btnNivel12.Enabled   = false;
     this.btnNivel12.Location  = new System.Drawing.Point(443, 92);
     this.btnNivel12.Name      = "btnNivel12";
     this.btnNivel12.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel12.TabIndex  = 98;
     this.btnNivel12.Text      = "12";
     this.btnNivel12.UseVisualStyleBackColor = false;
     //
     // btnNivel13
     //
     this.btnNivel13.BackColor = System.Drawing.Color.SlateBlue;
     this.btnNivel13.Enabled   = false;
     this.btnNivel13.Location  = new System.Drawing.Point(443, 72);
     this.btnNivel13.Name      = "btnNivel13";
     this.btnNivel13.Size      = new System.Drawing.Size(62, 21);
     this.btnNivel13.TabIndex  = 97;
     this.btnNivel13.Text      = "13";
     this.btnNivel13.UseVisualStyleBackColor = false;
     //
     // tbTemperatura
     //
     this.tbTemperatura.Location = new System.Drawing.Point(270, 352);
     this.tbTemperatura.Name     = "tbTemperatura";
     this.tbTemperatura.Size     = new System.Drawing.Size(42, 20);
     this.tbTemperatura.TabIndex = 96;
     //
     // pbTermometro
     //
     this.pbTermometro.Location = new System.Drawing.Point(233, 42);
     this.pbTermometro.Name     = "pbTermometro";
     this.pbTermometro.Size     = new System.Drawing.Size(79, 304);
     this.pbTermometro.TabIndex = 95;
     this.pbTermometro.TabStop  = false;
     this.pbTermometro.Paint   += new System.Windows.Forms.PaintEventHandler(this.pbTermometro_Paint_1);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 214);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(30, 13);
     this.label1.TabIndex = 94;
     this.label1.Text     = "BPM";
     //
     // txtBPM
     //
     this.txtBPM.Enabled  = false;
     this.txtBPM.Location = new System.Drawing.Point(53, 211);
     this.txtBPM.Name     = "txtBPM";
     this.txtBPM.Size     = new System.Drawing.Size(60, 20);
     this.txtBPM.TabIndex = 93;
     //
     // pbBMP
     //
     this.pbBMP.Location = new System.Drawing.Point(12, 42);
     this.pbBMP.Name     = "pbBMP";
     this.pbBMP.Size     = new System.Drawing.Size(200, 154);
     this.pbBMP.TabIndex = 92;
     this.pbBMP.TabStop  = false;
     this.pbBMP.Paint   += new System.Windows.Forms.PaintEventHandler(this.pbBMP_Paint_1);
     //
     // t1
     //
     this.t1.Enabled  = true;
     this.t1.Interval = 1000;
     this.t1.Tick    += new System.EventHandler(this.t1_Tick);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.finalizarSesionToolStripMenuItem,
         this.regresarToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(532, 24);
     this.menuStrip1.TabIndex = 125;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // finalizarSesionToolStripMenuItem
     //
     this.finalizarSesionToolStripMenuItem.Name   = "finalizarSesionToolStripMenuItem";
     this.finalizarSesionToolStripMenuItem.Size   = new System.Drawing.Size(99, 20);
     this.finalizarSesionToolStripMenuItem.Text   = "Finalizar Sesion";
     this.finalizarSesionToolStripMenuItem.Click += new System.EventHandler(this.finalizarSesionToolStripMenuItem_Click);
     //
     // regresarToolStripMenuItem
     //
     this.regresarToolStripMenuItem.Name   = "regresarToolStripMenuItem";
     this.regresarToolStripMenuItem.Size   = new System.Drawing.Size(64, 20);
     this.regresarToolStripMenuItem.Text   = "Regresar";
     this.regresarToolStripMenuItem.Click += new System.EventHandler(this.regresarToolStripMenuItem_Click);
     //
     // frmSesion
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(532, 385);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.txtSeg);
     this.Controls.Add(this.pbHumedad);
     this.Controls.Add(this.lbtemp);
     this.Controls.Add(this.txtHumedad);
     this.Controls.Add(this.labHumedad);
     this.Controls.Add(this.txtFlex);
     this.Controls.Add(this.labFlixibilidad);
     this.Controls.Add(this.btnMov);
     this.Controls.Add(this.labMoviemineto);
     this.Controls.Add(this.lbHoraActual);
     this.Controls.Add(this.lbStart);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.btnNivel14);
     this.Controls.Add(this.btnNivel0);
     this.Controls.Add(this.btnNivel1);
     this.Controls.Add(this.btnNivel2);
     this.Controls.Add(this.btnNivel3);
     this.Controls.Add(this.btnNivel4);
     this.Controls.Add(this.btnNivel5);
     this.Controls.Add(this.btnNivel6);
     this.Controls.Add(this.btnNivel7);
     this.Controls.Add(this.btnNivel8);
     this.Controls.Add(this.btnNivel9);
     this.Controls.Add(this.btnNivel10);
     this.Controls.Add(this.btnNivel11);
     this.Controls.Add(this.btnNivel12);
     this.Controls.Add(this.btnNivel13);
     this.Controls.Add(this.tbTemperatura);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtBPM);
     this.Controls.Add(this.pbBMP);
     this.Controls.Add(this.pbTermometro);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "frmSesion";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Sesion";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.frmSesion_FormClosed);
     this.Load         += new System.EventHandler(this.FrmSesionLoad);
     ((System.ComponentModel.ISupportInitialize)(this.pbTermometro)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbBMP)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.PageControl1          = new System.Windows.Forms.TabControl();
     this.pageMerge             = new System.Windows.Forms.TabPage();
     this.MergeControl          = new GKUI.Components.GKMergeControl();
     this.btnAutoSearch         = new System.Windows.Forms.Button();
     this.btnSkip               = new System.Windows.Forms.Button();
     this.ProgressBar1          = new System.Windows.Forms.ProgressBar();
     this.pageMergeOptions      = new System.Windows.Forms.TabPage();
     this.grpMergeOther         = new System.Windows.Forms.GroupBox();
     this.chkBookmarkMerged     = new System.Windows.Forms.CheckBox();
     this.rgMode                = new System.Windows.Forms.GroupBox();
     this.radSources            = new System.Windows.Forms.RadioButton();
     this.radFamilies           = new System.Windows.Forms.RadioButton();
     this.radNotes              = new System.Windows.Forms.RadioButton();
     this.radPersons            = new System.Windows.Forms.RadioButton();
     this.grpSearchPersons      = new System.Windows.Forms.GroupBox();
     this.lblNameAccuracy       = new System.Windows.Forms.Label();
     this.lblYearInaccuracy     = new System.Windows.Forms.Label();
     this.chkIndistinctMatching = new System.Windows.Forms.CheckBox();
     this.edNameAccuracy        = new System.Windows.Forms.NumericUpDown();
     this.edYearInaccuracy      = new System.Windows.Forms.NumericUpDown();
     this.chkBirthYear          = new System.Windows.Forms.CheckBox();
     this.PageControl1.SuspendLayout();
     this.pageMerge.SuspendLayout();
     this.pageMergeOptions.SuspendLayout();
     this.grpMergeOther.SuspendLayout();
     this.rgMode.SuspendLayout();
     this.grpSearchPersons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.edNameAccuracy)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edYearInaccuracy)).BeginInit();
     this.SuspendLayout();
     //
     // PageControl1
     //
     this.PageControl1.Controls.Add(this.pageMerge);
     this.PageControl1.Controls.Add(this.pageMergeOptions);
     this.PageControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.PageControl1.Location      = new System.Drawing.Point(0, 0);
     this.PageControl1.Name          = "PageControl1";
     this.PageControl1.SelectedIndex = 0;
     this.PageControl1.Size          = new System.Drawing.Size(965, 499);
     this.PageControl1.TabIndex      = 0;
     //
     // pageMerge
     //
     this.pageMerge.Controls.Add(this.MergeControl);
     this.pageMerge.Controls.Add(this.btnAutoSearch);
     this.pageMerge.Controls.Add(this.btnSkip);
     this.pageMerge.Controls.Add(this.ProgressBar1);
     this.pageMerge.Location = new System.Drawing.Point(4, 26);
     this.pageMerge.Name     = "pageMerge";
     this.pageMerge.Size     = new System.Drawing.Size(957, 469);
     this.pageMerge.TabIndex = 0;
     this.pageMerge.Text     = "pageMerge";
     //
     // MergeControl
     //
     this.MergeControl.AutoSize  = true;
     this.MergeControl.Base      = null;
     this.MergeControl.Bookmark  = false;
     this.MergeControl.Dock      = System.Windows.Forms.DockStyle.Top;
     this.MergeControl.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.MergeControl.Location  = new System.Drawing.Point(0, 0);
     this.MergeControl.MergeMode = GDModel.GDMRecordType.rtNone;
     this.MergeControl.Name      = "MergeControl";
     this.MergeControl.Size      = new System.Drawing.Size(957, 399);
     this.MergeControl.TabIndex  = 11;
     //
     // btnAutoSearch
     //
     this.btnAutoSearch.Location = new System.Drawing.Point(17, 420);
     this.btnAutoSearch.Name     = "btnAutoSearch";
     this.btnAutoSearch.Size     = new System.Drawing.Size(105, 31);
     this.btnAutoSearch.TabIndex = 0;
     this.btnAutoSearch.Text     = "btnAutoSearch";
     this.btnAutoSearch.Click   += new System.EventHandler(this.btnSearch_Click);
     //
     // btnSkip
     //
     this.btnSkip.Location = new System.Drawing.Point(129, 420);
     this.btnSkip.Name     = "btnSkip";
     this.btnSkip.Size     = new System.Drawing.Size(105, 31);
     this.btnSkip.TabIndex = 9;
     this.btnSkip.Text     = "btnSkip";
     this.btnSkip.Click   += new System.EventHandler(this.btnSkip_Click);
     //
     // ProgressBar1
     //
     this.ProgressBar1.Location = new System.Drawing.Point(242, 420);
     this.ProgressBar1.Name     = "ProgressBar1";
     this.ProgressBar1.Size     = new System.Drawing.Size(700, 31);
     this.ProgressBar1.Step     = 1;
     this.ProgressBar1.TabIndex = 10;
     //
     // pageMergeOptions
     //
     this.pageMergeOptions.Controls.Add(this.grpMergeOther);
     this.pageMergeOptions.Controls.Add(this.rgMode);
     this.pageMergeOptions.Controls.Add(this.grpSearchPersons);
     this.pageMergeOptions.Location = new System.Drawing.Point(4, 26);
     this.pageMergeOptions.Name     = "pageMergeOptions";
     this.pageMergeOptions.Size     = new System.Drawing.Size(957, 469);
     this.pageMergeOptions.TabIndex = 1;
     this.pageMergeOptions.Text     = "pageMergeOptions";
     //
     // grpMergeOther
     //
     this.grpMergeOther.Controls.Add(this.chkBookmarkMerged);
     this.grpMergeOther.Location = new System.Drawing.Point(342, 10);
     this.grpMergeOther.Name     = "grpMergeOther";
     this.grpMergeOther.Size     = new System.Drawing.Size(331, 118);
     this.grpMergeOther.TabIndex = 2;
     this.grpMergeOther.TabStop  = false;
     this.grpMergeOther.Text     = "grpMergeOther";
     //
     // chkBookmarkMerged
     //
     this.chkBookmarkMerged.Location = new System.Drawing.Point(6, 23);
     this.chkBookmarkMerged.Name     = "chkBookmarkMerged";
     this.chkBookmarkMerged.Size     = new System.Drawing.Size(319, 24);
     this.chkBookmarkMerged.TabIndex = 0;
     this.chkBookmarkMerged.Text     = "chkBookmarkMerged";
     this.chkBookmarkMerged.UseVisualStyleBackColor = true;
     this.chkBookmarkMerged.CheckedChanged         += new System.EventHandler(this.chkBookmarkMerged_CheckedChanged);
     //
     // rgMode
     //
     this.rgMode.Controls.Add(this.radSources);
     this.rgMode.Controls.Add(this.radFamilies);
     this.rgMode.Controls.Add(this.radNotes);
     this.rgMode.Controls.Add(this.radPersons);
     this.rgMode.Location = new System.Drawing.Point(11, 10);
     this.rgMode.Name     = "rgMode";
     this.rgMode.Size     = new System.Drawing.Size(315, 118);
     this.rgMode.TabIndex = 0;
     this.rgMode.TabStop  = false;
     this.rgMode.Text     = "rgMode";
     //
     // radSources
     //
     this.radSources.Location = new System.Drawing.Point(22, 87);
     this.radSources.Name     = "radSources";
     this.radSources.Size     = new System.Drawing.Size(269, 20);
     this.radSources.TabIndex = 3;
     this.radSources.Text     = "radSources";
     this.radSources.Click   += new System.EventHandler(this.radMergeMode_Click);
     //
     // radFamilies
     //
     this.radFamilies.Location = new System.Drawing.Point(22, 68);
     this.radFamilies.Name     = "radFamilies";
     this.radFamilies.Size     = new System.Drawing.Size(269, 19);
     this.radFamilies.TabIndex = 2;
     this.radFamilies.Text     = "radFamilies";
     this.radFamilies.Click   += new System.EventHandler(this.radMergeMode_Click);
     //
     // radNotes
     //
     this.radNotes.Location = new System.Drawing.Point(22, 49);
     this.radNotes.Name     = "radNotes";
     this.radNotes.Size     = new System.Drawing.Size(269, 19);
     this.radNotes.TabIndex = 1;
     this.radNotes.Text     = "radNotes";
     this.radNotes.Click   += new System.EventHandler(this.radMergeMode_Click);
     //
     // radPersons
     //
     this.radPersons.Checked  = true;
     this.radPersons.Location = new System.Drawing.Point(22, 29);
     this.radPersons.Name     = "radPersons";
     this.radPersons.Size     = new System.Drawing.Size(269, 20);
     this.radPersons.TabIndex = 0;
     this.radPersons.TabStop  = true;
     this.radPersons.Text     = "radPersons";
     this.radPersons.Click   += new System.EventHandler(this.radMergeMode_Click);
     //
     // grpSearchPersons
     //
     this.grpSearchPersons.Controls.Add(this.lblNameAccuracy);
     this.grpSearchPersons.Controls.Add(this.lblYearInaccuracy);
     this.grpSearchPersons.Controls.Add(this.chkIndistinctMatching);
     this.grpSearchPersons.Controls.Add(this.edNameAccuracy);
     this.grpSearchPersons.Controls.Add(this.edYearInaccuracy);
     this.grpSearchPersons.Controls.Add(this.chkBirthYear);
     this.grpSearchPersons.Location = new System.Drawing.Point(11, 136);
     this.grpSearchPersons.Name     = "grpSearchPersons";
     this.grpSearchPersons.Padding  = new System.Windows.Forms.Padding(10);
     this.grpSearchPersons.Size     = new System.Drawing.Size(315, 236);
     this.grpSearchPersons.TabIndex = 1;
     this.grpSearchPersons.TabStop  = false;
     this.grpSearchPersons.Text     = "grpSearchPersons";
     //
     // lblNameAccuracy
     //
     this.lblNameAccuracy.Location = new System.Drawing.Point(20, 56);
     this.lblNameAccuracy.Margin   = new System.Windows.Forms.Padding(10, 0, 0, 5);
     this.lblNameAccuracy.Name     = "lblNameAccuracy";
     this.lblNameAccuracy.Size     = new System.Drawing.Size(285, 20);
     this.lblNameAccuracy.TabIndex = 0;
     this.lblNameAccuracy.Text     = "lblNameAccuracy";
     //
     // lblYearInaccuracy
     //
     this.lblYearInaccuracy.Location = new System.Drawing.Point(20, 154);
     this.lblYearInaccuracy.Margin   = new System.Windows.Forms.Padding(10, 0, 0, 5);
     this.lblYearInaccuracy.Name     = "lblYearInaccuracy";
     this.lblYearInaccuracy.Size     = new System.Drawing.Size(285, 20);
     this.lblYearInaccuracy.TabIndex = 1;
     this.lblYearInaccuracy.Text     = "lblYearInaccuracy";
     //
     // chkIndistinctMatching
     //
     this.chkIndistinctMatching.Location = new System.Drawing.Point(20, 27);
     this.chkIndistinctMatching.Margin   = new System.Windows.Forms.Padding(10, 0, 0, 5);
     this.chkIndistinctMatching.Name     = "chkIndistinctMatching";
     this.chkIndistinctMatching.Size     = new System.Drawing.Size(285, 24);
     this.chkIndistinctMatching.TabIndex = 1;
     this.chkIndistinctMatching.Text     = "chkIndistinctMatching";
     //
     // edNameAccuracy
     //
     this.edNameAccuracy.Location = new System.Drawing.Point(20, 81);
     this.edNameAccuracy.Margin   = new System.Windows.Forms.Padding(10, 0, 0, 5);
     this.edNameAccuracy.Name     = "edNameAccuracy";
     this.edNameAccuracy.Size     = new System.Drawing.Size(152, 24);
     this.edNameAccuracy.TabIndex = 2;
     this.edNameAccuracy.Value    = new decimal(new int[] {
         90,
         0,
         0,
         0
     });
     //
     // edYearInaccuracy
     //
     this.edYearInaccuracy.Location = new System.Drawing.Point(20, 179);
     this.edYearInaccuracy.Margin   = new System.Windows.Forms.Padding(10, 0, 0, 5);
     this.edYearInaccuracy.Name     = "edYearInaccuracy";
     this.edYearInaccuracy.Size     = new System.Drawing.Size(152, 24);
     this.edYearInaccuracy.TabIndex = 4;
     this.edYearInaccuracy.Value    = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     //
     // chkBirthYear
     //
     this.chkBirthYear.Location = new System.Drawing.Point(20, 129);
     this.chkBirthYear.Margin   = new System.Windows.Forms.Padding(10, 0, 0, 5);
     this.chkBirthYear.Name     = "chkBirthYear";
     this.chkBirthYear.Size     = new System.Drawing.Size(285, 20);
     this.chkBirthYear.TabIndex = 6;
     this.chkBirthYear.Text     = "chkBirthYear";
     //
     // TTRecMergeDlg
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(965, 499);
     this.Controls.Add(this.PageControl1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TTRecMergeDlg";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "TreeToolsWin";
     this.Title           = "TreeToolsWin";
     this.PageControl1.ResumeLayout(false);
     this.pageMerge.ResumeLayout(false);
     this.pageMerge.PerformLayout();
     this.pageMergeOptions.ResumeLayout(false);
     this.grpMergeOther.ResumeLayout(false);
     this.rgMode.ResumeLayout(false);
     this.grpSearchPersons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.edNameAccuracy)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edYearInaccuracy)).EndInit();
     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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ATMForm));
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.button5 = new System.Windows.Forms.Button();
     this.button6 = new System.Windows.Forms.Button();
     this.button7 = new System.Windows.Forms.Button();
     this.button8 = new System.Windows.Forms.Button();
     this.button9 = new System.Windows.Forms.Button();
     this.button10 = new System.Windows.Forms.Button();
     this.button11 = new System.Windows.Forms.Button();
     this.button12 = new System.Windows.Forms.Button();
     this.button13 = new System.Windows.Forms.Button();
     this.button14 = new System.Windows.Forms.Button();
     this.button15 = new System.Windows.Forms.Button();
     this.select1 = new System.Windows.Forms.Button();
     this.select2 = new System.Windows.Forms.Button();
     this.select3 = new System.Windows.Forms.Button();
     this.select6 = new System.Windows.Forms.Button();
     this.select5 = new System.Windows.Forms.Button();
     this.select4 = new System.Windows.Forms.Button();
     this.lblUserInput = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.atmPromptLabel = new System.Windows.Forms.Label();
     this.selLbl1 = new System.Windows.Forms.Label();
     this.selLbl2 = new System.Windows.Forms.Label();
     this.selLbl3 = new System.Windows.Forms.Label();
     this.selLbl4 = new System.Windows.Forms.Label();
     this.selLbl5 = new System.Windows.Forms.Label();
     this.selLbl6 = new System.Windows.Forms.Label();
     this.process1 = new System.Diagnostics.Process();
     this.withdrawCashGif = new System.Windows.Forms.PictureBox();
     this.progressBar = new System.Windows.Forms.ProgressBar();
     this.timer = new System.Windows.Forms.Timer(this.components);
     this.errorLabel = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.withdrawCashGif)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(241, 351);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(64, 64);
     this.button1.TabIndex = 1;
     this.button1.Text = "1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Location = new System.Drawing.Point(311, 351);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(64, 64);
     this.button2.TabIndex = 2;
     this.button2.Text = "2";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button3
     //
     this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location = new System.Drawing.Point(381, 351);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(64, 64);
     this.button3.TabIndex = 3;
     this.button3.Text = "3";
     this.button3.UseVisualStyleBackColor = true;
     //
     // button4
     //
     this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.Location = new System.Drawing.Point(241, 421);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(64, 64);
     this.button4.TabIndex = 6;
     this.button4.Text = "4";
     this.button4.UseVisualStyleBackColor = true;
     //
     // button5
     //
     this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button5.Location = new System.Drawing.Point(311, 421);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(64, 64);
     this.button5.TabIndex = 5;
     this.button5.Text = "5";
     this.button5.UseVisualStyleBackColor = true;
     //
     // button6
     //
     this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button6.Location = new System.Drawing.Point(381, 421);
     this.button6.Name = "button6";
     this.button6.Size = new System.Drawing.Size(64, 64);
     this.button6.TabIndex = 4;
     this.button6.Text = "6";
     this.button6.UseVisualStyleBackColor = true;
     //
     // button7
     //
     this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button7.Location = new System.Drawing.Point(241, 491);
     this.button7.Name = "button7";
     this.button7.Size = new System.Drawing.Size(64, 64);
     this.button7.TabIndex = 9;
     this.button7.Text = "7";
     this.button7.UseVisualStyleBackColor = true;
     //
     // button8
     //
     this.button8.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button8.Location = new System.Drawing.Point(311, 491);
     this.button8.Name = "button8";
     this.button8.Size = new System.Drawing.Size(64, 64);
     this.button8.TabIndex = 8;
     this.button8.Text = "8";
     this.button8.UseVisualStyleBackColor = true;
     //
     // button9
     //
     this.button9.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button9.Location = new System.Drawing.Point(381, 491);
     this.button9.Name = "button9";
     this.button9.Size = new System.Drawing.Size(64, 64);
     this.button9.TabIndex = 7;
     this.button9.Text = "9";
     this.button9.UseVisualStyleBackColor = true;
     //
     // button10
     //
     this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.button10.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button10.Location = new System.Drawing.Point(467, 351);
     this.button10.Name = "button10";
     this.button10.Size = new System.Drawing.Size(98, 64);
     this.button10.TabIndex = 12;
     this.button10.Text = "Confirm";
     this.button10.UseVisualStyleBackColor = false;
     this.button10.Click += new System.EventHandler(this.button10_Click);
     //
     // button11
     //
     this.button11.BackColor = System.Drawing.Color.Gold;
     this.button11.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button11.Location = new System.Drawing.Point(467, 421);
     this.button11.Name = "button11";
     this.button11.Size = new System.Drawing.Size(98, 64);
     this.button11.TabIndex = 11;
     this.button11.Text = "Clear";
     this.button11.UseVisualStyleBackColor = false;
     this.button11.Click += new System.EventHandler(this.button11_Click);
     //
     // button12
     //
     this.button12.BackColor = System.Drawing.Color.OrangeRed;
     this.button12.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button12.Location = new System.Drawing.Point(467, 491);
     this.button12.Name = "button12";
     this.button12.Size = new System.Drawing.Size(98, 64);
     this.button12.TabIndex = 10;
     this.button12.Text = "Cancel";
     this.button12.UseVisualStyleBackColor = false;
     this.button12.Click += new System.EventHandler(this.button12_Click);
     //
     // button13
     //
     this.button13.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button13.Location = new System.Drawing.Point(311, 561);
     this.button13.Name = "button13";
     this.button13.Size = new System.Drawing.Size(64, 64);
     this.button13.TabIndex = 13;
     this.button13.Text = "0";
     this.button13.UseVisualStyleBackColor = true;
     //
     // button14
     //
     this.button14.Location = new System.Drawing.Point(241, 561);
     this.button14.Name = "button14";
     this.button14.Size = new System.Drawing.Size(64, 64);
     this.button14.TabIndex = 14;
     this.button14.UseVisualStyleBackColor = true;
     //
     // button15
     //
     this.button15.Location = new System.Drawing.Point(381, 561);
     this.button15.Name = "button15";
     this.button15.Size = new System.Drawing.Size(64, 64);
     this.button15.TabIndex = 15;
     this.button15.UseVisualStyleBackColor = true;
     //
     // select1
     //
     this.select1.Location = new System.Drawing.Point(75, 95);
     this.select1.Name = "select1";
     this.select1.Size = new System.Drawing.Size(50, 50);
     this.select1.TabIndex = 17;
     this.select1.UseVisualStyleBackColor = true;
     this.select1.Click += new System.EventHandler(this.select1_Click);
     //
     // select2
     //
     this.select2.Location = new System.Drawing.Point(75, 174);
     this.select2.Name = "select2";
     this.select2.Size = new System.Drawing.Size(50, 50);
     this.select2.TabIndex = 18;
     this.select2.UseVisualStyleBackColor = true;
     this.select2.Click += new System.EventHandler(this.select2_Click);
     //
     // select3
     //
     this.select3.Location = new System.Drawing.Point(75, 254);
     this.select3.Name = "select3";
     this.select3.Size = new System.Drawing.Size(50, 50);
     this.select3.TabIndex = 19;
     this.select3.UseVisualStyleBackColor = true;
     this.select3.Click += new System.EventHandler(this.select3_Click);
     //
     // select6
     //
     this.select6.Location = new System.Drawing.Point(697, 254);
     this.select6.Name = "select6";
     this.select6.Size = new System.Drawing.Size(50, 50);
     this.select6.TabIndex = 22;
     this.select6.UseVisualStyleBackColor = true;
     this.select6.Click += new System.EventHandler(this.select6_Click);
     //
     // select5
     //
     this.select5.Location = new System.Drawing.Point(697, 174);
     this.select5.Name = "select5";
     this.select5.Size = new System.Drawing.Size(50, 50);
     this.select5.TabIndex = 21;
     this.select5.UseVisualStyleBackColor = true;
     this.select5.Click += new System.EventHandler(this.select5_Click);
     //
     // select4
     //
     this.select4.Location = new System.Drawing.Point(697, 95);
     this.select4.Name = "select4";
     this.select4.Size = new System.Drawing.Size(50, 50);
     this.select4.TabIndex = 20;
     this.select4.UseVisualStyleBackColor = true;
     this.select4.Click += new System.EventHandler(this.select4_Click);
     //
     // lblUserInput
     //
     this.lblUserInput.AutoSize = true;
     this.lblUserInput.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.lblUserInput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblUserInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUserInput.ForeColor = System.Drawing.SystemColors.Window;
     this.lblUserInput.Location = new System.Drawing.Point(282, 254);
     this.lblUserInput.Name = "lblUserInput";
     this.lblUserInput.Size = new System.Drawing.Size(246, 31);
     this.lblUserInput.TabIndex = 23;
     this.lblUserInput.Text = "                                 ";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.pictureBox1.Location = new System.Drawing.Point(131, 22);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(560, 323);
     this.pictureBox1.TabIndex = 24;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // atmPromptLabel
     //
     this.atmPromptLabel.AutoSize = true;
     this.atmPromptLabel.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.atmPromptLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.atmPromptLabel.ForeColor = System.Drawing.SystemColors.Window;
     this.atmPromptLabel.Location = new System.Drawing.Point(135, 44);
     this.atmPromptLabel.Name = "atmPromptLabel";
     this.atmPromptLabel.Size = new System.Drawing.Size(112, 32);
     this.atmPromptLabel.TabIndex = 25;
     this.atmPromptLabel.Text = "display";
     //
     // selLbl1
     //
     this.selLbl1.AutoSize = true;
     this.selLbl1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.selLbl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.selLbl1.ForeColor = System.Drawing.SystemColors.Window;
     this.selLbl1.Location = new System.Drawing.Point(151, 102);
     this.selLbl1.Name = "selLbl1";
     this.selLbl1.Size = new System.Drawing.Size(85, 29);
     this.selLbl1.TabIndex = 26;
     this.selLbl1.Text = "label1";
     //
     // selLbl2
     //
     this.selLbl2.AutoSize = true;
     this.selLbl2.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.selLbl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.selLbl2.ForeColor = System.Drawing.SystemColors.Window;
     this.selLbl2.Location = new System.Drawing.Point(151, 181);
     this.selLbl2.Name = "selLbl2";
     this.selLbl2.Size = new System.Drawing.Size(85, 29);
     this.selLbl2.TabIndex = 27;
     this.selLbl2.Text = "label2";
     //
     // selLbl3
     //
     this.selLbl3.AutoSize = true;
     this.selLbl3.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.selLbl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.selLbl3.ForeColor = System.Drawing.SystemColors.Window;
     this.selLbl3.Location = new System.Drawing.Point(151, 261);
     this.selLbl3.Name = "selLbl3";
     this.selLbl3.Size = new System.Drawing.Size(85, 29);
     this.selLbl3.TabIndex = 28;
     this.selLbl3.Text = "label3";
     //
     // selLbl4
     //
     this.selLbl4.AutoSize = true;
     this.selLbl4.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.selLbl4.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.selLbl4.ForeColor = System.Drawing.SystemColors.Window;
     this.selLbl4.Location = new System.Drawing.Point(568, 102);
     this.selLbl4.Name = "selLbl4";
     this.selLbl4.Size = new System.Drawing.Size(85, 29);
     this.selLbl4.TabIndex = 29;
     this.selLbl4.Text = "label4";
     //
     // selLbl5
     //
     this.selLbl5.AutoSize = true;
     this.selLbl5.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.selLbl5.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.selLbl5.ForeColor = System.Drawing.SystemColors.Window;
     this.selLbl5.Location = new System.Drawing.Point(568, 181);
     this.selLbl5.Name = "selLbl5";
     this.selLbl5.Size = new System.Drawing.Size(85, 29);
     this.selLbl5.TabIndex = 30;
     this.selLbl5.Text = "label5";
     //
     // selLbl6
     //
     this.selLbl6.AutoSize = true;
     this.selLbl6.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.selLbl6.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.selLbl6.ForeColor = System.Drawing.SystemColors.Window;
     this.selLbl6.Location = new System.Drawing.Point(568, 261);
     this.selLbl6.Name = "selLbl6";
     this.selLbl6.Size = new System.Drawing.Size(85, 29);
     this.selLbl6.TabIndex = 31;
     this.selLbl6.Text = "label6";
     //
     // process1
     //
     this.process1.StartInfo.Domain = "";
     this.process1.StartInfo.LoadUserProfile = false;
     this.process1.StartInfo.Password = null;
     this.process1.StartInfo.StandardErrorEncoding = null;
     this.process1.StartInfo.StandardOutputEncoding = null;
     this.process1.StartInfo.UserName = "";
     this.process1.SynchronizingObject = this;
     this.process1.Exited += new System.EventHandler(this.process1_Exited);
     //
     // withdrawCashGif
     //
     this.withdrawCashGif.Image = ((System.Drawing.Image)(resources.GetObject("withdrawCashGif.Image")));
     this.withdrawCashGif.Location = new System.Drawing.Point(573, 421);
     this.withdrawCashGif.Name = "withdrawCashGif";
     this.withdrawCashGif.Size = new System.Drawing.Size(176, 173);
     this.withdrawCashGif.TabIndex = 33;
     this.withdrawCashGif.TabStop = false;
     this.withdrawCashGif.Visible = false;
     //
     // progressBar
     //
     this.progressBar.Location = new System.Drawing.Point(359, 299);
     this.progressBar.Name = "progressBar";
     this.progressBar.Size = new System.Drawing.Size(169, 23);
     this.progressBar.TabIndex = 34;
     this.progressBar.Click += new System.EventHandler(this.progressBar_Click_1);
     //
     // timer
     //
     this.timer.Tick += new System.EventHandler(this.timer_Tick_1);
     //
     // errorLabel
     //
     this.errorLabel.AutoSize = true;
     this.errorLabel.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.errorLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.errorLabel.ForeColor = System.Drawing.SystemColors.Window;
     this.errorLabel.Location = new System.Drawing.Point(182, 152);
     this.errorLabel.Name = "errorLabel";
     this.errorLabel.Size = new System.Drawing.Size(0, 29);
     this.errorLabel.TabIndex = 35;
     this.errorLabel.Click += new System.EventHandler(this.label1_Click);
     //
     // ATMForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(787, 681);
     this.Controls.Add(this.errorLabel);
     this.Controls.Add(this.progressBar);
     this.Controls.Add(this.withdrawCashGif);
     this.Controls.Add(this.selLbl6);
     this.Controls.Add(this.selLbl5);
     this.Controls.Add(this.selLbl4);
     this.Controls.Add(this.selLbl3);
     this.Controls.Add(this.selLbl2);
     this.Controls.Add(this.selLbl1);
     this.Controls.Add(this.atmPromptLabel);
     this.Controls.Add(this.lblUserInput);
     this.Controls.Add(this.select6);
     this.Controls.Add(this.select5);
     this.Controls.Add(this.select4);
     this.Controls.Add(this.select3);
     this.Controls.Add(this.select2);
     this.Controls.Add(this.select1);
     this.Controls.Add(this.button15);
     this.Controls.Add(this.button14);
     this.Controls.Add(this.button13);
     this.Controls.Add(this.button10);
     this.Controls.Add(this.button11);
     this.Controls.Add(this.button12);
     this.Controls.Add(this.button7);
     this.Controls.Add(this.button8);
     this.Controls.Add(this.button9);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.pictureBox1);
     this.Name = "ATMForm";
     this.Text = "ATM";
     this.Load += new System.EventHandler(this.ATMForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.withdrawCashGif)).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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.browseButton         = new System.Windows.Forms.Button();
     this.rootDirectoryLabel   = new System.Windows.Forms.Label();
     this.rootDirectoryTextBox = new System.Windows.Forms.TextBox();
     this.progressBar          = new System.Windows.Forms.ProgressBar();
     this.toLabel                 = new System.Windows.Forms.Label();
     this.fromLabel               = new System.Windows.Forms.Label();
     this.fileContentCheckBox     = new System.Windows.Forms.CheckBox();
     this.fileNamesCheckBox       = new System.Windows.Forms.CheckBox();
     this.caseSensitiveCheckBox   = new System.Windows.Forms.CheckBox();
     this.toTextBox               = new System.Windows.Forms.TextBox();
     this.fromTextBox             = new System.Windows.Forms.TextBox();
     this.startButton             = new System.Windows.Forms.Button();
     this.folderBrowserDialog1    = new System.Windows.Forms.FolderBrowserDialog();
     this.cancelLinkLabel         = new System.Windows.Forms.LinkLabel();
     this.openRootDirectoryButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // browseButton
     //
     this.browseButton.Location = new System.Drawing.Point(314, 23);
     this.browseButton.Name     = "browseButton";
     this.browseButton.Size     = new System.Drawing.Size(35, 23);
     this.browseButton.TabIndex = 2;
     this.browseButton.Text     = "...";
     this.browseButton.UseVisualStyleBackColor = true;
     this.browseButton.Click += new System.EventHandler(this.BrowseButton_Click);
     //
     // rootDirectoryLabel
     //
     this.rootDirectoryLabel.AutoSize = true;
     this.rootDirectoryLabel.Location = new System.Drawing.Point(12, 9);
     this.rootDirectoryLabel.Name     = "rootDirectoryLabel";
     this.rootDirectoryLabel.Size     = new System.Drawing.Size(75, 13);
     this.rootDirectoryLabel.TabIndex = 0;
     this.rootDirectoryLabel.Text     = "Root Directory";
     //
     // rootDirectoryTextBox
     //
     this.rootDirectoryTextBox.BackColor    = System.Drawing.Color.White;
     this.rootDirectoryTextBox.Location     = new System.Drawing.Point(12, 25);
     this.rootDirectoryTextBox.Name         = "rootDirectoryTextBox";
     this.rootDirectoryTextBox.ReadOnly     = true;
     this.rootDirectoryTextBox.Size         = new System.Drawing.Size(296, 20);
     this.rootDirectoryTextBox.TabIndex     = 1;
     this.rootDirectoryTextBox.TextChanged += new System.EventHandler(this.RootDirectoryTextBox_TextChanged);
     //
     // progressBar
     //
     this.progressBar.Location = new System.Drawing.Point(12, 152);
     this.progressBar.Name     = "progressBar";
     this.progressBar.Size     = new System.Drawing.Size(393, 34);
     this.progressBar.TabIndex = 11;
     //
     // toLabel
     //
     this.toLabel.AutoSize = true;
     this.toLabel.Location = new System.Drawing.Point(12, 87);
     this.toLabel.Name     = "toLabel";
     this.toLabel.Size     = new System.Drawing.Size(20, 13);
     this.toLabel.TabIndex = 6;
     this.toLabel.Text     = "To";
     //
     // fromLabel
     //
     this.fromLabel.AutoSize = true;
     this.fromLabel.Location = new System.Drawing.Point(12, 48);
     this.fromLabel.Name     = "fromLabel";
     this.fromLabel.Size     = new System.Drawing.Size(30, 13);
     this.fromLabel.TabIndex = 4;
     this.fromLabel.Text     = "From";
     //
     // fileContentCheckBox
     //
     this.fileContentCheckBox.AutoSize                = true;
     this.fileContentCheckBox.Checked                 = true;
     this.fileContentCheckBox.CheckState              = System.Windows.Forms.CheckState.Checked;
     this.fileContentCheckBox.Location                = new System.Drawing.Point(323, 129);
     this.fileContentCheckBox.MaximumSize             = new System.Drawing.Size(82, 17);
     this.fileContentCheckBox.MinimumSize             = new System.Drawing.Size(82, 17);
     this.fileContentCheckBox.Name                    = "fileContentCheckBox";
     this.fileContentCheckBox.Size                    = new System.Drawing.Size(82, 17);
     this.fileContentCheckBox.TabIndex                = 10;
     this.fileContentCheckBox.Text                    = "File Content";
     this.fileContentCheckBox.UseVisualStyleBackColor = true;
     this.fileContentCheckBox.CheckedChanged         += new System.EventHandler(this.SaveSettings);
     //
     // fileNamesCheckBox
     //
     this.fileNamesCheckBox.AutoSize   = true;
     this.fileNamesCheckBox.Checked    = true;
     this.fileNamesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.fileNamesCheckBox.Location   = new System.Drawing.Point(239, 129);
     this.fileNamesCheckBox.Name       = "fileNamesCheckBox";
     this.fileNamesCheckBox.Size       = new System.Drawing.Size(78, 17);
     this.fileNamesCheckBox.TabIndex   = 9;
     this.fileNamesCheckBox.Text       = "File Names";
     this.fileNamesCheckBox.UseVisualStyleBackColor = true;
     this.fileNamesCheckBox.CheckedChanged         += new System.EventHandler(this.SaveSettings);
     //
     // caseSensitiveCheckBox
     //
     this.caseSensitiveCheckBox.AutoSize   = true;
     this.caseSensitiveCheckBox.Checked    = true;
     this.caseSensitiveCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.caseSensitiveCheckBox.Enabled    = false;
     this.caseSensitiveCheckBox.Location   = new System.Drawing.Point(12, 129);
     this.caseSensitiveCheckBox.Name       = "caseSensitiveCheckBox";
     this.caseSensitiveCheckBox.Size       = new System.Drawing.Size(96, 17);
     this.caseSensitiveCheckBox.TabIndex   = 8;
     this.caseSensitiveCheckBox.Text       = "Case Sensitive";
     this.caseSensitiveCheckBox.UseVisualStyleBackColor = true;
     this.caseSensitiveCheckBox.CheckedChanged         += new System.EventHandler(this.SaveSettings);
     //
     // toTextBox
     //
     this.toTextBox.Location     = new System.Drawing.Point(12, 103);
     this.toTextBox.Name         = "toTextBox";
     this.toTextBox.Size         = new System.Drawing.Size(393, 20);
     this.toTextBox.TabIndex     = 7;
     this.toTextBox.Text         = "TO";
     this.toTextBox.TextChanged += new System.EventHandler(this.SaveSettings);
     this.toTextBox.GotFocus    += new System.EventHandler(this.ToTextBox_GotFocus);
     this.toTextBox.MouseUp     += new System.Windows.Forms.MouseEventHandler(this.ToTextBox_MouseUp);
     //
     // fromTextBox
     //
     this.fromTextBox.Location     = new System.Drawing.Point(12, 64);
     this.fromTextBox.Name         = "fromTextBox";
     this.fromTextBox.Size         = new System.Drawing.Size(393, 20);
     this.fromTextBox.TabIndex     = 5;
     this.fromTextBox.Text         = "FROM";
     this.fromTextBox.TextChanged += new System.EventHandler(this.SaveSettings);
     this.fromTextBox.GotFocus    += new System.EventHandler(this.FromTextBox_GotFocus);
     this.fromTextBox.MouseUp     += new System.Windows.Forms.MouseEventHandler(this.FromTextBox_MouseUp);
     //
     // startButton
     //
     this.startButton.Location = new System.Drawing.Point(12, 188);
     this.startButton.Name     = "startButton";
     this.startButton.Size     = new System.Drawing.Size(393, 31);
     this.startButton.TabIndex = 12;
     this.startButton.Text     = "Start";
     this.startButton.UseVisualStyleBackColor = true;
     this.startButton.Click += new System.EventHandler(this.StartButton_Click);
     //
     // cancelLinkLabel
     //
     this.cancelLinkLabel.AutoSize     = true;
     this.cancelLinkLabel.Enabled      = false;
     this.cancelLinkLabel.Location     = new System.Drawing.Point(365, 222);
     this.cancelLinkLabel.Name         = "cancelLinkLabel";
     this.cancelLinkLabel.Size         = new System.Drawing.Size(40, 13);
     this.cancelLinkLabel.TabIndex     = 13;
     this.cancelLinkLabel.TabStop      = true;
     this.cancelLinkLabel.Text         = "Cancel";
     this.cancelLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.CancelLinkLabel_LinkClicked);
     //
     // openRootDirectoryButton
     //
     this.openRootDirectoryButton.Location = new System.Drawing.Point(355, 23);
     this.openRootDirectoryButton.Name     = "openRootDirectoryButton";
     this.openRootDirectoryButton.Size     = new System.Drawing.Size(50, 23);
     this.openRootDirectoryButton.TabIndex = 3;
     this.openRootDirectoryButton.Text     = "Open";
     this.openRootDirectoryButton.UseVisualStyleBackColor = true;
     this.openRootDirectoryButton.Click += new System.EventHandler(this.OpenRootDirectoryButton_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(417, 242);
     this.Controls.Add(this.openRootDirectoryButton);
     this.Controls.Add(this.cancelLinkLabel);
     this.Controls.Add(this.browseButton);
     this.Controls.Add(this.rootDirectoryLabel);
     this.Controls.Add(this.rootDirectoryTextBox);
     this.Controls.Add(this.progressBar);
     this.Controls.Add(this.toLabel);
     this.Controls.Add(this.fromLabel);
     this.Controls.Add(this.fileContentCheckBox);
     this.Controls.Add(this.fileNamesCheckBox);
     this.Controls.Add(this.caseSensitiveCheckBox);
     this.Controls.Add(this.toTextBox);
     this.Controls.Add(this.fromTextBox);
     this.Controls.Add(this.startButton);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(433, 281);
     this.MinimumSize = new System.Drawing.Size(433, 281);
     this.Name        = "MainForm";
     this.Text        = "Application Renamer";
     this.Load       += new System.EventHandler(this.MainForm_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #47
0
 /// <summary>
 /// Make one.
 /// </summary>
 /// <param name="progressBar"></param>
 public ProgressBarWrapper(System.Windows.Forms.ProgressBar progressBar)
 {
     m_progressBar         = progressBar;
     m_progressBar.Maximum = 100;
     m_progressBar.Minimum = 0;
 }
Beispiel #48
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.ReqTextBox       = new System.Windows.Forms.TextBox();
     this.SearchButton     = new System.Windows.Forms.Button();
     this.InfoTextBox      = new System.Windows.Forms.RichTextBox();
     this.ProPic           = new System.Windows.Forms.PictureBox();
     this.MainLevel        = new System.Windows.Forms.Label();
     this.InstructionLevel = new System.Windows.Forms.Label();
     this.LinkLabel        = new System.Windows.Forms.LinkLabel();
     this.LoadingBar       = new System.Windows.Forms.ProgressBar();
     ((System.ComponentModel.ISupportInitialize)(this.ProPic)).BeginInit();
     this.SuspendLayout();
     //
     // ReqTextBox
     //
     this.ReqTextBox.Location     = new System.Drawing.Point(98, 72);
     this.ReqTextBox.Name         = "ReqTextBox";
     this.ReqTextBox.Size         = new System.Drawing.Size(193, 20);
     this.ReqTextBox.TabIndex     = 0;
     this.ReqTextBox.TextChanged += new System.EventHandler(this.ReqTextBoxTextChanged);
     //
     // SearchButton
     //
     this.SearchButton.Location = new System.Drawing.Point(297, 72);
     this.SearchButton.Name     = "SearchButton";
     this.SearchButton.Size     = new System.Drawing.Size(78, 20);
     this.SearchButton.TabIndex = 1;
     this.SearchButton.Text     = "Search";
     this.SearchButton.UseVisualStyleBackColor = true;
     this.SearchButton.Click += new System.EventHandler(this.SearchButtonClick);
     //
     // InfoTextBox
     //
     this.InfoTextBox.Location     = new System.Drawing.Point(12, 123);
     this.InfoTextBox.Name         = "InfoTextBox";
     this.InfoTextBox.Size         = new System.Drawing.Size(363, 183);
     this.InfoTextBox.TabIndex     = 2;
     this.InfoTextBox.Text         = "";
     this.InfoTextBox.TextChanged += new System.EventHandler(this.InfoTextBoxTextChanged);
     //
     // ProPic
     //
     this.ProPic.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.ProPic.Location  = new System.Drawing.Point(12, 12);
     this.ProPic.Name      = "ProPic";
     this.ProPic.Size      = new System.Drawing.Size(80, 80);
     this.ProPic.TabIndex  = 3;
     this.ProPic.TabStop   = false;
     this.ProPic.Click    += new System.EventHandler(this.ProPicClick);
     //
     // MainLevel
     //
     this.MainLevel.Location  = new System.Drawing.Point(112, 12);
     this.MainLevel.Name      = "MainLevel";
     this.MainLevel.Size      = new System.Drawing.Size(252, 23);
     this.MainLevel.TabIndex  = 4;
     this.MainLevel.Text      = "Codeforces User Details Viewer!";
     this.MainLevel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // InstructionLevel
     //
     this.InstructionLevel.Location  = new System.Drawing.Point(112, 35);
     this.InstructionLevel.Name      = "InstructionLevel";
     this.InstructionLevel.Size      = new System.Drawing.Size(263, 34);
     this.InstructionLevel.TabIndex  = 5;
     this.InstructionLevel.Text      = "Type Below The Required Codeforces Handle and Click \'Search\'";
     this.InstructionLevel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // LinkLabel
     //
     this.LinkLabel.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.LinkLabel.Location  = new System.Drawing.Point(0, 310);
     this.LinkLabel.Name      = "LinkLabel";
     this.LinkLabel.Size      = new System.Drawing.Size(387, 23);
     this.LinkLabel.TabIndex  = 6;
     this.LinkLabel.TabStop   = true;
     this.LinkLabel.Text      = "*****@*****.**";
     this.LinkLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // LoadingBar
     //
     this.LoadingBar.Location = new System.Drawing.Point(12, 98);
     this.LoadingBar.Name     = "LoadingBar";
     this.LoadingBar.Size     = new System.Drawing.Size(363, 19);
     this.LoadingBar.TabIndex = 7;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(387, 333);
     this.Controls.Add(this.LoadingBar);
     this.Controls.Add(this.LinkLabel);
     this.Controls.Add(this.InstructionLevel);
     this.Controls.Add(this.MainLevel);
     this.Controls.Add(this.ProPic);
     this.Controls.Add(this.InfoTextBox);
     this.Controls.Add(this.SearchButton);
     this.Controls.Add(this.ReqTextBox);
     this.Name = "MainForm";
     this.Text = "CF_Viewer";
     ((System.ComponentModel.ISupportInitialize)(this.ProPic)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 ///  Required method for Designer support - do not modify
 ///  the contents of this method with the code editor.
 ///
 ///  morcefaster: haha you're not the police, I will
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SteamIsAnAss));
     this.RevertButton  = new System.Windows.Forms.Button();
     this.ProgressBar1  = new System.Windows.Forms.ProgressBar();
     this.TextBox1      = new System.Windows.Forms.TextBox();
     this.FolderBrowser = new System.Windows.Forms.FolderBrowserDialog();
     this.FolderButton  = new System.Windows.Forms.Button();
     this.Label1        = new System.Windows.Forms.Label();
     this.TextBox2      = new System.Windows.Forms.TextBox();
     this.Label2        = new System.Windows.Forms.Label();
     this.PatchButton   = new System.Windows.Forms.Button();
     this.Timer1        = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // RevertButton
     //
     this.RevertButton.Location = new System.Drawing.Point(12, 172);
     this.RevertButton.Name     = "RevertButton";
     this.RevertButton.Size     = new System.Drawing.Size(75, 23);
     this.RevertButton.TabIndex = 0;
     this.RevertButton.TabStop  = false;
     this.RevertButton.Text     = "Revert";
     this.RevertButton.UseVisualStyleBackColor = true;
     this.RevertButton.Click += new System.EventHandler(this.RevertButton_Click);
     //
     // ProgressBar1
     //
     this.ProgressBar1.Location = new System.Drawing.Point(12, 201);
     this.ProgressBar1.Name     = "ProgressBar1";
     this.ProgressBar1.Size     = new System.Drawing.Size(260, 23);
     this.ProgressBar1.TabIndex = 1;
     //
     // TextBox1
     //
     this.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TextBox1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.TextBox1.Enabled     = false;
     this.TextBox1.ImeMode     = System.Windows.Forms.ImeMode.NoControl;
     this.TextBox1.Location    = new System.Drawing.Point(12, 236);
     this.TextBox1.Name        = "TextBox1";
     this.TextBox1.ReadOnly    = true;
     this.TextBox1.Size        = new System.Drawing.Size(260, 13);
     this.TextBox1.TabIndex    = 2;
     this.TextBox1.TabStop     = false;
     this.TextBox1.Text        = "Ready.";
     this.TextBox1.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // FolderBrowser
     //
     this.FolderBrowser.RootFolder          = System.Environment.SpecialFolder.MyComputer;
     this.FolderBrowser.ShowNewFolderButton = false;
     //
     // FolderButton
     //
     this.FolderButton.Location = new System.Drawing.Point(12, 25);
     this.FolderButton.Name     = "FolderButton";
     this.FolderButton.Size     = new System.Drawing.Size(75, 23);
     this.FolderButton.TabIndex = 3;
     this.FolderButton.TabStop  = false;
     this.FolderButton.Text     = "Browse";
     this.FolderButton.UseVisualStyleBackColor = true;
     this.FolderButton.Click += new System.EventHandler(this.FolderButton_Click);
     //
     // Label1
     //
     this.Label1.AutoSize = true;
     this.Label1.Location = new System.Drawing.Point(75, 9);
     this.Label1.Name     = "Label1";
     this.Label1.Size     = new System.Drawing.Size(135, 13);
     this.Label1.TabIndex = 4;
     this.Label1.Text     = "Steam Installation Directory";
     //
     // TextBox2
     //
     this.TextBox2.Location = new System.Drawing.Point(93, 27);
     this.TextBox2.Name     = "TextBox2";
     this.TextBox2.Size     = new System.Drawing.Size(179, 20);
     this.TextBox2.TabIndex = 5;
     this.TextBox2.TabStop  = false;
     //
     // Label2
     //
     this.Label2.AutoSize = true;
     this.Label2.Location = new System.Drawing.Point(14, 90);
     this.Label2.Name     = "Label2";
     this.Label2.Size     = new System.Drawing.Size(260, 39);
     this.Label2.TabIndex = 6;
     this.Label2.Text     = "This tool automatically patches Steam back to the\r\nprevious version of the UI, un" +
                            " doing the Steam Library\r\nupdate from October 30th 2019.";
     this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // PatchButton
     //
     this.PatchButton.Enabled  = false;
     this.PatchButton.Location = new System.Drawing.Point(93, 172);
     this.PatchButton.Name     = "PatchButton";
     this.PatchButton.Size     = new System.Drawing.Size(75, 23);
     this.PatchButton.TabIndex = 7;
     this.PatchButton.TabStop  = false;
     this.PatchButton.Text     = "Patch";
     this.PatchButton.UseVisualStyleBackColor = true;
     this.PatchButton.Click += new System.EventHandler(this.PatchButton_Click);
     //
     // Timer1
     //
     this.Timer1.Interval = 5000;
     //
     // SteamIsAnAss
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(284, 261);
     this.Controls.Add(this.PatchButton);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.TextBox2);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.FolderButton);
     this.Controls.Add(this.ProgressBar1);
     this.Controls.Add(this.RevertButton);
     this.Controls.Add(this.TextBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SteamIsAnAss";
     this.Text            = "RevertSteam";
     this.TopMost         = true;
     this.Load           += new System.EventHandler(this.SteamIsAnAss_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.prbApplication = new System.Windows.Forms.ProgressBar();
     this.lblApplication = new System.Windows.Forms.Label();
     this.txtApplication = new System.Windows.Forms.TextBox();
     this.txtDirectory   = new System.Windows.Forms.TextBox();
     this.lblDirectory   = new System.Windows.Forms.Label();
     this.prbDirectory   = new System.Windows.Forms.ProgressBar();
     this.txtFile        = new System.Windows.Forms.TextBox();
     this.lblFile        = new System.Windows.Forms.Label();
     this.prbFile        = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // prbApplication
     //
     this.prbApplication.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.prbApplication.Location = new System.Drawing.Point(356, 12);
     this.prbApplication.Name     = "prbApplication";
     this.prbApplication.Size     = new System.Drawing.Size(152, 20);
     this.prbApplication.TabIndex = 2;
     //
     // lblApplication
     //
     this.lblApplication.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblApplication.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.lblApplication.Location  = new System.Drawing.Point(8, 16);
     this.lblApplication.Name      = "lblApplication";
     this.lblApplication.Size      = new System.Drawing.Size(56, 16);
     this.lblApplication.TabIndex  = 0;
     this.lblApplication.Text      = "Application:";
     //
     // txtApplication
     //
     this.txtApplication.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.txtApplication.Location = new System.Drawing.Point(68, 12);
     this.txtApplication.Name     = "txtApplication";
     this.txtApplication.ReadOnly = true;
     this.txtApplication.Size     = new System.Drawing.Size(280, 20);
     this.txtApplication.TabIndex = 1;
     //
     // txtDirectory
     //
     this.txtDirectory.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.txtDirectory.Location = new System.Drawing.Point(68, 40);
     this.txtDirectory.Name     = "txtDirectory";
     this.txtDirectory.ReadOnly = true;
     this.txtDirectory.Size     = new System.Drawing.Size(280, 20);
     this.txtDirectory.TabIndex = 4;
     //
     // lblDirectory
     //
     this.lblDirectory.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblDirectory.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.lblDirectory.Location  = new System.Drawing.Point(8, 44);
     this.lblDirectory.Name      = "lblDirectory";
     this.lblDirectory.Size      = new System.Drawing.Size(56, 16);
     this.lblDirectory.TabIndex  = 3;
     this.lblDirectory.Text      = "Directory:";
     //
     // prbDirectory
     //
     this.prbDirectory.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.prbDirectory.Location = new System.Drawing.Point(356, 40);
     this.prbDirectory.Name     = "prbDirectory";
     this.prbDirectory.Size     = new System.Drawing.Size(152, 20);
     this.prbDirectory.TabIndex = 5;
     //
     // txtFile
     //
     this.txtFile.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.txtFile.Location = new System.Drawing.Point(68, 68);
     this.txtFile.Name     = "txtFile";
     this.txtFile.ReadOnly = true;
     this.txtFile.Size     = new System.Drawing.Size(280, 20);
     this.txtFile.TabIndex = 7;
     //
     // lblFile
     //
     this.lblFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblFile.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.lblFile.Location  = new System.Drawing.Point(8, 72);
     this.lblFile.Name      = "lblFile";
     this.lblFile.Size      = new System.Drawing.Size(56, 16);
     this.lblFile.TabIndex  = 6;
     this.lblFile.Text      = "File:";
     //
     // prbFile
     //
     this.prbFile.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.prbFile.Location = new System.Drawing.Point(356, 68);
     this.prbFile.Name     = "prbFile";
     this.prbFile.Size     = new System.Drawing.Size(152, 20);
     this.prbFile.TabIndex = 8;
     //
     // InfoBuilder
     //
     this.ClientSize = new System.Drawing.Size(518, 96);
     this.ControlBox = false;
     this.Controls.Add(this.txtFile);
     this.Controls.Add(this.txtDirectory);
     this.Controls.Add(this.txtApplication);
     this.Controls.Add(this.lblFile);
     this.Controls.Add(this.prbFile);
     this.Controls.Add(this.lblDirectory);
     this.Controls.Add(this.prbDirectory);
     this.Controls.Add(this.lblApplication);
     this.Controls.Add(this.prbApplication);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "InfoBuilder";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Gathering Information...";
     this.VisibleChanged += new System.EventHandler(this.InfoBuilder_VisibleChanged);
     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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.label1 = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.label2 = new System.Windows.Forms.Label();
     this.progressBar2 = new System.Windows.Forms.ProgressBar();
     this.label3 = new System.Windows.Forms.Label();
     this.progressBar3 = new System.Windows.Forms.ProgressBar();
     this.label4 = new System.Windows.Forms.Label();
     this.progressBar4 = new System.Windows.Forms.ProgressBar();
     this.timer2 = new System.Windows.Forms.Timer(this.components);
     this.timer3 = new System.Windows.Forms.Timer(this.components);
     this.timer4 = new System.Windows.Forms.Timer(this.components);
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // progressBar1
     //
     this.progressBar1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.progressBar1.Location = new System.Drawing.Point(283, 44);
     this.progressBar1.Margin = new System.Windows.Forms.Padding(4);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(268, 27);
     this.progressBar1.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.label1.Location = new System.Drawing.Point(25, 52);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(151, 19);
     this.label1.TabIndex = 1;
     this.label1.Text = "mixing flour and eggs";
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.SystemColors.ControlLight;
     this.label2.Location = new System.Drawing.Point(25, 87);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(101, 19);
     this.label2.TabIndex = 3;
     this.label2.Text = "mixing dough";
     //
     // progressBar2
     //
     this.progressBar2.BackColor = System.Drawing.SystemColors.ControlLight;
     this.progressBar2.Location = new System.Drawing.Point(283, 79);
     this.progressBar2.Margin = new System.Windows.Forms.Padding(4);
     this.progressBar2.Name = "progressBar2";
     this.progressBar2.Size = new System.Drawing.Size(268, 27);
     this.progressBar2.TabIndex = 2;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.SystemColors.ControlLight;
     this.label3.Location = new System.Drawing.Point(25, 122);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(236, 19);
     this.label3.TabIndex = 5;
     this.label3.Text = "adding materials and mixing them";
     this.label3.Click += new System.EventHandler(this.label3_Click);
     //
     // progressBar3
     //
     this.progressBar3.BackColor = System.Drawing.SystemColors.ControlLight;
     this.progressBar3.Location = new System.Drawing.Point(283, 114);
     this.progressBar3.Margin = new System.Windows.Forms.Padding(4);
     this.progressBar3.Name = "progressBar3";
     this.progressBar3.Size = new System.Drawing.Size(268, 27);
     this.progressBar3.TabIndex = 4;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.SystemColors.ControlLight;
     this.label4.Location = new System.Drawing.Point(25, 157);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(122, 19);
     this.label4.TabIndex = 7;
     this.label4.Text = "cake is cooking...";
     //
     // progressBar4
     //
     this.progressBar4.BackColor = System.Drawing.SystemColors.ControlLight;
     this.progressBar4.Location = new System.Drawing.Point(283, 149);
     this.progressBar4.Margin = new System.Windows.Forms.Padding(4);
     this.progressBar4.Name = "progressBar4";
     this.progressBar4.Size = new System.Drawing.Size(268, 27);
     this.progressBar4.TabIndex = 6;
     //
     // timer2
     //
     this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
     //
     // timer3
     //
     this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
     //
     // timer4
     //
     this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(408, 209);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(348, 211);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 8;
     this.pictureBox1.TabStop = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.ClientSize = new System.Drawing.Size(775, 501);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.progressBar4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.progressBar3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.progressBar2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.progressBar1);
     this.Font = new System.Drawing.Font("Corbel", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name = "Form1";
     this.Text = " ";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// 生成数据库表创建脚本到文件
        /// </summary>
        /// <returns></returns>
        public void CreateTabScript(string dbname, string tablename, string filename, System.Windows.Forms.ProgressBar progressBar)
        {
            StreamWriter sw = new StreamWriter(filename, true, Encoding.Default);        //,false);

            dbobj.DbConnectStr = _dbconnectStr;
            DataTable  dt       = dbobj.GetColumnInfoList(dbname, tablename);
            StringPlus strclass = new StringPlus();
//			strclass.AppendLine("if exists (select * from sysobjects where id = OBJECT_ID('["+tablename+"]') and OBJECTPROPERTY(id, 'IsUserTable') = 1) ");
//			strclass.AppendLine("DROP TABLE ["+tablename+"]");

            string     PKfild     = "";               //主键字段
            StringPlus ColdefaVal = new StringPlus(); //字段的默认值列表


            Hashtable  FildtabList = new Hashtable();        //字段列表
            StringPlus FildList    = new StringPlus();       //字段列表

            #region 创建的脚本

            //开始创建表
            strclass.AppendLine("");
            strclass.AppendLine("CREATE TABLE [" + tablename + "] (");
            if (dt != null)
            {
                foreach (DataRow row in dt.Rows)
                {
                    string columnName = row["ColumnName"].ToString();
                    string columnType = row["TypeName"].ToString();
                    string Length     = row["Length"].ToString();
                    string Preci      = row["Preci"].ToString();
                    string Scale      = row["Scale"].ToString();
                    string ispk       = row["isPK"].ToString();
                    string isnull     = row["cisNull"].ToString();
                    string defaultVal = row["defaultVal"].ToString();

                    strclass.Append("[" + columnName + "] [" + columnType + "] ");
                    switch (columnType.Trim())
                    {
                    case "char":
                    case "varchar":
                    case "nchar":
                    case "nvarchar":
                        strclass.Append(" (" + Length + ")");
                        break;

                    case "float":
                        strclass.Append(" (" + Preci + "," + Scale + ")");
                        break;
                    }
                    if (isnull == "√")
                    {
                        strclass.Append(" NULL");
                    }
                    else
                    {
                        strclass.Append(" NOT NULL");
                    }
                    if (defaultVal != "")
                    {
                        strclass.Append(" DEFAULT " + defaultVal);
                    }
                    strclass.AppendLine(",");

                    FildtabList.Add(columnName, columnType);
                    FildList.Append("[" + columnName + "],");

//					if(defaultVal!="")
//					{
//						ColdefaVal.Append("CONSTRAINT [DF_"+tablename+"_"+columnName+"] DEFAULT "+defaultVal+" FOR ["+columnName+"],");
//					}

                    if (PKfild == "")
                    {
                        PKfild = columnName;                      //得到主键
                    }
                }
            }
            strclass.DelLastComma();
            FildList.DelLastComma();
            strclass.AppendLine(")");
            strclass.AppendLine("");

            if (PKfild != "")
            {
                strclass.Append("ALTER TABLE [" + tablename + "] WITH NOCHECK ADD  CONSTRAINT [PK_" + tablename + "] PRIMARY KEY  NONCLUSTERED ( [" + PKfild + "] )");
            }

            #endregion

            #region
            //设置主键
            //			if((PKfild!="")||(ColdefaVal.Value!=""))
            //			{
            //				strclass.AppendLine("ALTER TABLE ["+tablename+"] WITH NOCHECK ADD ");
            //				if(ColdefaVal.Value!="")
            //				{
            //					strclass.Append(ColdefaVal.Value);
            //				}
            //				if(PKfild!="")
            //				{
            //					strclass.Append(" CONSTRAINT [PK_"+tablename+"] PRIMARY KEY  NONCLUSTERED ( ["+PKfild+"] )");
            //				}
            //				else
            //				{
            //					strclass.DelLastComma();
            //				}
            //			}
            #endregion

            sw.Write(strclass.Value);

            #region 生成数据脚本

            //获取数据
            DataTable dtdata = dbobj.GetTabData(dbname, tablename);
            if (dtdata != null)
            {
                int i = 0;
                progressBar.Maximum = dtdata.Rows.Count;
                foreach (DataRow row in dtdata.Rows)               //循环表数据
                {
                    progressBar.Value = i;
                    i++;
                    StringPlus rowdata = new StringPlus();

                    StringPlus strfild = new StringPlus();
                    StringPlus strdata = new StringPlus();
                    string []  split   = FildList.Value.Split(new Char [] { ',' });

                    foreach (string fild in split)                   //循环一行数据的各个字段
                    {
                        string colname = fild.Substring(1, fild.Length - 2);
                        string coltype = "";
                        foreach (DictionaryEntry myDE in FildtabList)
                        {
                            if (myDE.Key.ToString() == colname)
                            {
                                coltype = myDE.Value.ToString();
                            }
                        }
                        string strval = "";
                        switch (coltype)
                        {
                        case "binary":
                        {
                            byte[] bys = (byte[])row[colname];
                            strval = ToHexString(bys);
                        }
                        break;

                        case "bit":
                        case "bool":
                        {
                            strval = (row[colname].ToString().ToLower() == "true")?"1":"0";
                        }
                        break;

                        default:
                            strval = row[colname].ToString().Trim();
                            break;
                        }
                        if (strval != "")
                        {
                            if (IsAddMark(coltype))
                            {
                                strdata.Append("'" + strval + "',");
                            }
                            else
                            {
                                strdata.Append(strval + ",");
                            }
                            strfild.Append("[" + colname + "],");
                        }
                    }
                    strfild.DelLastComma();
                    strdata.DelLastComma();

                    //导出数据INSERT语句
                    rowdata.Append("INSERT [" + tablename + "] (");
                    rowdata.Append(strfild.Value);
                    rowdata.Append(") VALUES ( ");
                    rowdata.Append(strdata.Value);                    //数据值
                    rowdata.AppendLine(")");

                    sw.Write(rowdata.Value);
                }
            }

            #endregion

            sw.Flush();
            sw.Close();
        }
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.pbImage       = new System.Windows.Forms.PictureBox();
     this.lbLoad        = new System.Windows.Forms.Label();
     this.cbPalette     = new System.Windows.Forms.ComboBox();
     this.lblPalette    = new System.Windows.Forms.Label();
     this.pbWork        = new System.Windows.Forms.ProgressBar();
     this.cbConvert     = new System.Windows.Forms.CheckBox();
     this.cbSpecial     = new System.Windows.Forms.CheckBox();
     this.cbDiscontinue = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
     this.SuspendLayout();
     //
     // pbImage
     //
     this.pbImage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pbImage.Location    = new System.Drawing.Point(12, 12);
     this.pbImage.Name        = "pbImage";
     this.pbImage.Size        = new System.Drawing.Size(260, 238);
     this.pbImage.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pbImage.TabIndex    = 0;
     this.pbImage.TabStop     = false;
     this.pbImage.Click      += new System.EventHandler(this.pbImage_Click);
     this.pbImage.DragDrop   += new System.Windows.Forms.DragEventHandler(this.pbImage_DragDrop);
     this.pbImage.DragEnter  += new System.Windows.Forms.DragEventHandler(this.pbImage_DragEnter);
     //
     // lbLoad
     //
     this.lbLoad.AllowDrop  = true;
     this.lbLoad.AutoSize   = true;
     this.lbLoad.Location   = new System.Drawing.Point(55, 121);
     this.lbLoad.Name       = "lbLoad";
     this.lbLoad.Size       = new System.Drawing.Size(175, 24);
     this.lbLoad.TabIndex   = 2;
     this.lbLoad.Text       = "クリックして画像ファイルを読み込むか\r\n画像ファイルをD&&Dして下さい";
     this.lbLoad.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.lbLoad.Click     += new System.EventHandler(this.pbImage_Click);
     this.lbLoad.DragDrop  += new System.Windows.Forms.DragEventHandler(this.pbImage_DragDrop);
     this.lbLoad.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbImage_DragEnter);
     //
     // cbPalette
     //
     this.cbPalette.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbPalette.FormattingEnabled = true;
     this.cbPalette.Location          = new System.Drawing.Point(57, 256);
     this.cbPalette.Name                  = "cbPalette";
     this.cbPalette.Size                  = new System.Drawing.Size(215, 20);
     this.cbPalette.TabIndex              = 4;
     this.cbPalette.SelectedIndexChanged += new System.EventHandler(this.cbPalette_SelectedIndexChanged);
     //
     // lblPalette
     //
     this.lblPalette.AutoSize = true;
     this.lblPalette.Location = new System.Drawing.Point(12, 259);
     this.lblPalette.Name     = "lblPalette";
     this.lblPalette.Size     = new System.Drawing.Size(39, 12);
     this.lblPalette.TabIndex = 5;
     this.lblPalette.Text     = "パレット";
     //
     // pbWork
     //
     this.pbWork.Location = new System.Drawing.Point(12, 309);
     this.pbWork.Maximum  = 101;
     this.pbWork.Name     = "pbWork";
     this.pbWork.Size     = new System.Drawing.Size(181, 22);
     this.pbWork.TabIndex = 6;
     //
     // cbConvert
     //
     this.cbConvert.Appearance = System.Windows.Forms.Appearance.Button;
     this.cbConvert.Enabled    = false;
     this.cbConvert.Location   = new System.Drawing.Point(201, 309);
     this.cbConvert.Name       = "cbConvert";
     this.cbConvert.Size       = new System.Drawing.Size(71, 22);
     this.cbConvert.TabIndex   = 7;
     this.cbConvert.Text       = "変換";
     this.cbConvert.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.cbConvert.UseVisualStyleBackColor = true;
     this.cbConvert.CheckedChanged         += new System.EventHandler(this.cbConvert_CheckedChanged);
     //
     // cbSpecial
     //
     this.cbSpecial.AutoSize = true;
     this.cbSpecial.Location = new System.Drawing.Point(12, 287);
     this.cbSpecial.Name     = "cbSpecial";
     this.cbSpecial.Size     = new System.Drawing.Size(116, 16);
     this.cbSpecial.TabIndex = 8;
     this.cbSpecial.Text     = "特殊ビーズを含める";
     this.cbSpecial.UseVisualStyleBackColor = true;
     this.cbSpecial.CheckedChanged         += new System.EventHandler(this.cbSpecial_CheckedChanged);
     //
     // cbDiscontinue
     //
     this.cbDiscontinue.AutoSize = true;
     this.cbDiscontinue.Location = new System.Drawing.Point(134, 287);
     this.cbDiscontinue.Name     = "cbDiscontinue";
     this.cbDiscontinue.Size     = new System.Drawing.Size(116, 16);
     this.cbDiscontinue.TabIndex = 9;
     this.cbDiscontinue.Text     = "廃盤ビーズを含める";
     this.cbDiscontinue.UseVisualStyleBackColor = true;
     this.cbDiscontinue.CheckedChanged         += new System.EventHandler(this.cbDiscontinue_CheckedChanged);
     //
     // FormMain
     //
     this.ClientSize = new System.Drawing.Size(284, 342);
     this.Controls.Add(this.cbDiscontinue);
     this.Controls.Add(this.cbSpecial);
     this.Controls.Add(this.cbConvert);
     this.Controls.Add(this.pbWork);
     this.Controls.Add(this.lblPalette);
     this.Controls.Add(this.cbPalette);
     this.Controls.Add(this.lbLoad);
     this.Controls.Add(this.pbImage);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormMain";
     this.Text            = "BeadsImageConverter";
     ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #54
0
 public InfiniteProgressBarWrapper(System.Windows.Forms.ProgressBar toolStripProgressBar) : base(toolStripProgressBar)
 {
 }
Beispiel #55
0
 private void InitializeComponent()
 {
     this.button_UpdateCP    = new System.Windows.Forms.Button();
     this.button_AboutUpdate = new System.Windows.Forms.Button();
     this.progressBar1       = new System.Windows.Forms.ProgressBar();
     this.comboBox1          = new System.Windows.Forms.ComboBox();
     this.label5             = new System.Windows.Forms.Label();
     this.button_CvsU        = new System.Windows.Forms.Button();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.button_Close       = new System.Windows.Forms.Button();
     this.pictureBox11       = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
     this.SuspendLayout();
     //
     // button_UpdateCP
     //
     this.button_UpdateCP.Enabled  = false;
     this.button_UpdateCP.Font     = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button_UpdateCP.Location = new System.Drawing.Point(198, 44);
     this.button_UpdateCP.Name     = "button_UpdateCP";
     this.button_UpdateCP.Size     = new System.Drawing.Size(159, 30);
     this.button_UpdateCP.TabIndex = 3;
     this.button_UpdateCP.TabStop  = false;
     this.button_UpdateCP.Text     = "Не проверено";
     this.button_UpdateCP.UseVisualStyleBackColor = true;
     this.button_UpdateCP.Click += new System.EventHandler(this.button_UpdateCP_Click);
     //
     // button_AboutUpdate
     //
     this.button_AboutUpdate.Enabled  = false;
     this.button_AboutUpdate.Font     = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button_AboutUpdate.Location = new System.Drawing.Point(192, 193);
     this.button_AboutUpdate.Name     = "button_AboutUpdate";
     this.button_AboutUpdate.Size     = new System.Drawing.Size(165, 30);
     this.button_AboutUpdate.TabIndex = 2;
     this.button_AboutUpdate.TabStop  = false;
     this.button_AboutUpdate.Text     = "Об обновлении";
     this.button_AboutUpdate.UseVisualStyleBackColor = true;
     this.button_AboutUpdate.Click += new System.EventHandler(this.button_AboutUpdate_Click);
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(8, 171);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(348, 12);
     this.progressBar1.TabIndex = 0;
     this.progressBar1.TabStop  = false;
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Enabled               = false;
     this.comboBox1.Font                  = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.comboBox1.FormattingEnabled     = true;
     this.comboBox1.Location              = new System.Drawing.Point(8, 109);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(348, 23);
     this.comboBox1.TabIndex              = 4;
     this.comboBox1.TabStop               = false;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location  = new System.Drawing.Point(12, 143);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(340, 20);
     this.label5.TabIndex  = 0;
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // button_CvsU
     //
     this.button_CvsU.Font     = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button_CvsU.Location = new System.Drawing.Point(7, 193);
     this.button_CvsU.Name     = "button_CvsU";
     this.button_CvsU.Size     = new System.Drawing.Size(165, 30);
     this.button_CvsU.TabIndex = 1;
     this.button_CvsU.TabStop  = false;
     this.button_CvsU.Text     = "Проверить";
     this.button_CvsU.UseVisualStyleBackColor = true;
     this.button_CvsU.Click += new System.EventHandler(this.button_CheckU_Click);
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location  = new System.Drawing.Point(198, 80);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(158, 20);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "Не проверено";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location  = new System.Drawing.Point(5, 80);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(187, 20);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Доступные файлы:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location  = new System.Drawing.Point(5, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(187, 20);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Обновление ПУ:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label6.Location  = new System.Drawing.Point(7, 9);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(350, 27);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "Обновление игры и панели управления";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.BackColor   = System.Drawing.Color.Transparent;
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Location    = new System.Drawing.Point(0, 0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(364, 230);
     this.label1.TabIndex    = 0;
     //
     // button_Close
     //
     this.button_Close.BackColor                         = System.Drawing.Color.Transparent;
     this.button_Close.BackgroundImage                   = global::SLMPLauncher.Properties.Resources.buttonClose;
     this.button_Close.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.button_Close.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.button_Close.FlatAppearance.BorderSize         = 0;
     this.button_Close.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.button_Close.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button_Close.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.button_Close.Location = new System.Drawing.Point(331, 8);
     this.button_Close.Name     = "button_Close";
     this.button_Close.Size     = new System.Drawing.Size(25, 25);
     this.button_Close.TabIndex = 5;
     this.button_Close.TabStop  = false;
     this.button_Close.UseVisualStyleBackColor = false;
     this.button_Close.Click      += new System.EventHandler(this.button_Close_Click);
     this.button_Close.MouseEnter += new System.EventHandler(this.buttonClose_MouseEnter);
     this.button_Close.MouseLeave += new System.EventHandler(this.buttonClose_MouseLeave);
     //
     // pictureBox11
     //
     this.pictureBox11.BackgroundImage = global::SLMPLauncher.Properties.Resources.line;
     this.pictureBox11.Location        = new System.Drawing.Point(0, 39);
     this.pictureBox11.Name            = "pictureBox11";
     this.pictureBox11.Size            = new System.Drawing.Size(364, 1);
     this.pictureBox11.TabIndex        = 0;
     this.pictureBox11.TabStop         = false;
     //
     // FormUpdates
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage     = global::SLMPLauncher.Properties.Resources.FormBackgroundNone;
     this.ClientSize          = new System.Drawing.Size(364, 230);
     this.ControlBox          = false;
     this.Controls.Add(this.button_Close);
     this.Controls.Add(this.button_UpdateCP);
     this.Controls.Add(this.button_AboutUpdate);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.button_CvsU);
     this.Controls.Add(this.pictureBox11);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label1);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormUpdates";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "SLMP: Updates";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.FormUpdates_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #56
0
 private void InitializeComponent()
 {
     this.lblDisplay = new System.Windows.Forms.Label();
     this.pbVolume   = new System.Windows.Forms.ProgressBar();
     this.lblLine2   = new System.Windows.Forms.Label();
     this.lblLine1   = new System.Windows.Forms.Label();
     this._lblLine3  = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // lblDisplay
     //
     this.lblDisplay.BackColor = System.Drawing.Color.Transparent;
     this.lblDisplay.Font      = new System.Drawing.Font("Lucida Console", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDisplay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.lblDisplay.Location  = new System.Drawing.Point(0, 130);
     this.lblDisplay.Name      = "lblDisplay";
     this.lblDisplay.Size      = new System.Drawing.Size(320, 35);
     this.lblDisplay.TabIndex  = 0;
     //
     // pbVolume
     //
     this.pbVolume.Location = new System.Drawing.Point(10, 188);
     this.pbVolume.Maximum  = 185;
     this.pbVolume.Name     = "pbVolume";
     this.pbVolume.Size     = new System.Drawing.Size(300, 23);
     this.pbVolume.TabIndex = 1;
     //
     // lblLine2
     //
     this.lblLine2.BackColor = System.Drawing.Color.Transparent;
     this.lblLine2.Font      = new System.Drawing.Font("Lucida Console", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLine2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.lblLine2.Location  = new System.Drawing.Point(0, 47);
     this.lblLine2.Name      = "lblLine2";
     this.lblLine2.Size      = new System.Drawing.Size(320, 35);
     this.lblLine2.TabIndex  = 2;
     this.lblLine2.Text      = "-----------------";
     //
     // lblLine1
     //
     this.lblLine1.BackColor = System.Drawing.Color.Transparent;
     this.lblLine1.Font      = new System.Drawing.Font("Lucida Console", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLine1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.lblLine1.Location  = new System.Drawing.Point(0, 12);
     this.lblLine1.Name      = "lblLine1";
     this.lblLine1.Size      = new System.Drawing.Size(320, 35);
     this.lblLine1.TabIndex  = 3;
     this.lblLine1.Text      = "-----------------";
     //
     // _lblLine3
     //
     this._lblLine3.BackColor = System.Drawing.Color.Transparent;
     this._lblLine3.Font      = new System.Drawing.Font("Lucida Console", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblLine3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this._lblLine3.Location  = new System.Drawing.Point(0, 82);
     this._lblLine3.Name      = "_lblLine3";
     this._lblLine3.Size      = new System.Drawing.Size(320, 35);
     this._lblLine3.TabIndex  = 6;
     this._lblLine3.Text      = "-----------------";
     //
     // MainForm
     //
     this.Controls.Add(this._lblLine3);
     this.Controls.Add(this.lblLine1);
     this.Controls.Add(this.lblLine2);
     this.Controls.Add(this.pbVolume);
     this.Controls.Add(this.lblDisplay);
     this.DoubleBuffered = true;
     this.Name           = "MainForm";
     this.Size           = new System.Drawing.Size(320, 240);
     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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashScreenForm));
     this.label1          = new ScalingLabel();
     this.label2          = new ScalingLabel();
     this.label3          = new ScalingLabel();
     this.nextButton      = new ScalingButton();
     this.exitButton      = new ScalingButton();
     this.labelPleaseWait = new ScalingLabel();
     this.waitTimer       = new System.Timers.Timer();
     this.progressBar     = new System.Windows.Forms.ProgressBar();
     this.fadeTimer       = new System.Windows.Forms.Timer(this.components);
     this.newProgressBar  = new VaultProgressBar();
     ((System.ComponentModel.ISupportInitialize)(this.waitTimer)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.label1.Location  = new System.Drawing.Point(16, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(467, 24);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Hail Noble Warrior!  Welcome to...";
     this.label1.Visible   = false;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 30F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.label2.Location  = new System.Drawing.Point(196, 118);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(392, 112);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "The Titan Quest\nVault Of The Gods";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label2.Visible   = false;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Albertus MT Light", 12F);
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(55, 255);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(607, 54);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "A magical place where you can store your artifacts of power that you will need to" +
                             " save the world from the Titans.";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // nextButton
     //
     this.nextButton.BackColor  = System.Drawing.Color.Transparent;
     this.nextButton.DownBitmap = Resources.MainButtonDown;
     this.nextButton.FlatAppearance.BorderSize         = 0;
     this.nextButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.nextButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.nextButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.nextButton.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.nextButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.nextButton.Image                   = Resources.MainButtonUp;
     this.nextButton.Location                = new System.Drawing.Point(286, 365);
     this.nextButton.Name                    = "nextButton";
     this.nextButton.OverBitmap              = Resources.MainButtonOver;
     this.nextButton.Size                    = new System.Drawing.Size(137, 30);
     this.nextButton.SizeToGraphic           = false;
     this.nextButton.TabIndex                = 3;
     this.nextButton.Text                    = "Enter The Vault";
     this.nextButton.UpBitmap                = Resources.MainButtonUp;
     this.nextButton.UseCustomGraphic        = true;
     this.nextButton.UseVisualStyleBackColor = false;
     this.nextButton.Visible                 = false;
     this.nextButton.Click                  += new System.EventHandler(this.NextButtonClick);
     //
     // exitButton
     //
     this.exitButton.BackColor    = System.Drawing.Color.Transparent;
     this.exitButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.exitButton.DownBitmap   = Resources.MainButtonDown;
     this.exitButton.FlatAppearance.BorderSize         = 0;
     this.exitButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.exitButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.exitButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.exitButton.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.exitButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.exitButton.Image                   = Resources.MainButtonUp;
     this.exitButton.Location                = new System.Drawing.Point(555, 420);
     this.exitButton.Name                    = "exitButton";
     this.exitButton.OverBitmap              = Resources.MainButtonOver;
     this.exitButton.Size                    = new System.Drawing.Size(137, 30);
     this.exitButton.SizeToGraphic           = false;
     this.exitButton.TabIndex                = 4;
     this.exitButton.Text                    = "Exit";
     this.exitButton.UpBitmap                = Resources.MainButtonUp;
     this.exitButton.UseCustomGraphic        = true;
     this.exitButton.UseVisualStyleBackColor = false;
     this.exitButton.Click                  += new System.EventHandler(this.ExitButtonClick);
     //
     // labelPleaseWait
     //
     this.labelPleaseWait.BackColor = System.Drawing.Color.Transparent;
     this.labelPleaseWait.Font      = new System.Drawing.Font("Albertus MT Light", 14.25F);
     this.labelPleaseWait.ForeColor = System.Drawing.Color.Gold;
     this.labelPleaseWait.Location  = new System.Drawing.Point(131, 318);
     this.labelPleaseWait.Name      = "labelPleaseWait";
     this.labelPleaseWait.Size      = new System.Drawing.Size(457, 32);
     this.labelPleaseWait.TabIndex  = 5;
     this.labelPleaseWait.Text      = "Loading Game Resources...Please Wait";
     this.labelPleaseWait.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // waitTimer
     //
     this.waitTimer.Enabled             = true;
     this.waitTimer.Interval            = 500D;
     this.waitTimer.SynchronizingObject = this;
     this.waitTimer.Elapsed            += new System.Timers.ElapsedEventHandler(this.WaitTimerElapsed);
     //
     // progressBar
     //
     this.progressBar.Location = new System.Drawing.Point(89, 366);
     this.progressBar.Name     = "progressBar";
     this.progressBar.Size     = new System.Drawing.Size(542, 29);
     this.progressBar.TabIndex = 6;
     //
     // fadeTimer
     //
     this.fadeTimer.Interval = 50;
     this.fadeTimer.Tick    += new System.EventHandler(this.FadeTimerTick);
     //
     // newProgressBar
     //
     this.newProgressBar.BackColor             = System.Drawing.Color.Transparent;
     this.newProgressBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.newProgressBar.Location = new System.Drawing.Point(55, 353);
     this.newProgressBar.Maximum  = 0;
     this.newProgressBar.Minimum  = 0;
     this.newProgressBar.Name     = "newProgressBar";
     this.newProgressBar.Size     = new System.Drawing.Size(602, 58);
     this.newProgressBar.TabIndex = 7;
     this.newProgressBar.Value    = 0;
     //
     // SplashScreenForm
     //
     this.AcceptButton        = this.nextButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackgroundImage     = Resources.NewSplashScreen;
     this.CancelButton        = this.exitButton;
     this.ClientSize          = new System.Drawing.Size(716, 463);
     this.Controls.Add(this.labelPleaseWait);
     this.Controls.Add(this.exitButton);
     this.Controls.Add(this.nextButton);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.progressBar);
     this.Controls.Add(this.newProgressBar);
     this.DrawCustomBorder = true;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     this.Icon             = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox      = false;
     this.MinimizeBox      = false;
     this.Name             = "SplashScreenForm";
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text             = "Titan Quest Item Vault";
     this.Click           += new System.EventHandler(this.SplashScreen_Click);
     this.Controls.SetChildIndex(this.newProgressBar, 0);
     this.Controls.SetChildIndex(this.progressBar, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.nextButton, 0);
     this.Controls.SetChildIndex(this.exitButton, 0);
     this.Controls.SetChildIndex(this.labelPleaseWait, 0);
     ((System.ComponentModel.ISupportInitialize)(this.waitTimer)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FUtil));
     this.ToolTipMain         = new System.Windows.Forms.ToolTip(this.components);
     this.txtBatchTitle       = new System.Windows.Forms.TextBox();
     this.cmdImportVouchers   = new System.Windows.Forms.Button();
     this.OpenFileDialogOpen  = new System.Windows.Forms.OpenFileDialog();
     this.Frame2              = new System.Windows.Forms.GroupBox();
     this.optImportDuplicates = new System.Windows.Forms.RadioButton();
     this.optRejectDuplicates = new System.Windows.Forms.RadioButton();
     this.Frame1              = new System.Windows.Forms.GroupBox();
     this.txtPercentage       = new System.Windows.Forms.TextBox();
     this.txtStatus           = new System.Windows.Forms.TextBox();
     this.ProgressBar1        = new System.Windows.Forms.ProgressBar();
     this.Label4              = new System.Windows.Forms.Label();
     this.Label3              = new System.Windows.Forms.Label();
     this.statBar             = new System.Windows.Forms.StatusStrip();
     this._statBar_Panel1     = new System.Windows.Forms.ToolStripStatusLabel();
     this.lstCompanies        = new System.Windows.Forms.ListBox();
     this.Label1              = new System.Windows.Forms.Label();
     this.btnExit             = new System.Windows.Forms.PictureBox();
     this.Image1              = new System.Windows.Forms.PictureBox();
     this.lblDescription      = new System.Windows.Forms.Label();
     this._imgSideBar_0       = new System.Windows.Forms.PictureBox();
     this.Frame2.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.statBar.SuspendLayout();
     this.SuspendLayout();
     this.listBoxHelper1 = new UpgradeHelpers.Gui.ListBoxHelper(this.components);
     //
     // txtBatchTitle
     //
     this.txtBatchTitle.AcceptsReturn = true;
     this.txtBatchTitle.BackColor     = System.Drawing.SystemColors.Window;
     this.txtBatchTitle.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtBatchTitle.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtBatchTitle.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtBatchTitle.Location      = new System.Drawing.Point(112, 144);
     this.txtBatchTitle.MaxLength     = 0;
     this.txtBatchTitle.Name          = "txtBatchTitle";
     this.txtBatchTitle.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtBatchTitle.Size          = new System.Drawing.Size(449, 19);
     this.txtBatchTitle.TabIndex      = 13;
     this.txtBatchTitle.Text          = "Voucher Import Batch #";
     //
     // cmdImportVouchers
     //
     this.cmdImportVouchers.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdImportVouchers.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdImportVouchers.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdImportVouchers.Location                = new System.Drawing.Point(112, 200);
     this.cmdImportVouchers.Name                    = "cmdImportVouchers";
     this.cmdImportVouchers.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdImportVouchers.Size                    = new System.Drawing.Size(441, 33);
     this.cmdImportVouchers.TabIndex                = 12;
     this.cmdImportVouchers.Text                    = "Import Voucher File";
     this.cmdImportVouchers.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdImportVouchers.UseVisualStyleBackColor = false;
     this.cmdImportVouchers.Click                  += new System.EventHandler(this.cmdImportVouchers_Click);
     //
     // Frame2
     //
     this.Frame2.BackColor = System.Drawing.SystemColors.Window;
     this.Frame2.Controls.Add(this.optImportDuplicates);
     this.Frame2.Controls.Add(this.optRejectDuplicates);
     this.Frame2.Enabled     = true;
     this.Frame2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame2.Location    = new System.Drawing.Point(104, 256);
     this.Frame2.Name        = "Frame2";
     this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame2.Size        = new System.Drawing.Size(465, 57);
     this.Frame2.TabIndex    = 9;
     this.Frame2.Text        = "Duplicate Invoices";
     this.Frame2.Visible     = true;
     //
     // optImportDuplicates
     //
     this.optImportDuplicates.Appearance       = System.Windows.Forms.Appearance.Normal;
     this.optImportDuplicates.BackColor        = System.Drawing.SystemColors.Window;
     this.optImportDuplicates.CausesValidation = true;
     this.optImportDuplicates.CheckAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.optImportDuplicates.Checked          = false;
     this.optImportDuplicates.Cursor           = System.Windows.Forms.Cursors.Default;
     this.optImportDuplicates.Enabled          = true;
     this.optImportDuplicates.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.optImportDuplicates.Location         = new System.Drawing.Point(8, 32);
     this.optImportDuplicates.Name             = "optImportDuplicates";
     this.optImportDuplicates.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.optImportDuplicates.Size             = new System.Drawing.Size(449, 17);
     this.optImportDuplicates.TabIndex         = 11;
     this.optImportDuplicates.TabStop          = true;
     this.optImportDuplicates.Text             = "Increment the Invoice Nbr and import anyway (\"_#\" is added)";
     this.optImportDuplicates.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.optImportDuplicates.Visible          = true;
     //
     // optRejectDuplicates
     //
     this.optRejectDuplicates.Appearance       = System.Windows.Forms.Appearance.Normal;
     this.optRejectDuplicates.BackColor        = System.Drawing.SystemColors.Window;
     this.optRejectDuplicates.CausesValidation = true;
     this.optRejectDuplicates.CheckAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.optRejectDuplicates.Checked          = true;
     this.optRejectDuplicates.Cursor           = System.Windows.Forms.Cursors.Default;
     this.optRejectDuplicates.Enabled          = true;
     this.optRejectDuplicates.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.optRejectDuplicates.Location         = new System.Drawing.Point(8, 16);
     this.optRejectDuplicates.Name             = "optRejectDuplicates";
     this.optRejectDuplicates.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.optRejectDuplicates.Size             = new System.Drawing.Size(449, 17);
     this.optRejectDuplicates.TabIndex         = 10;
     this.optRejectDuplicates.TabStop          = true;
     this.optRejectDuplicates.Text             = "Reject all duplicate Vendor Invoices (same Vendor, Invoice Nbr and Date)";
     this.optRejectDuplicates.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.optRejectDuplicates.Visible          = true;
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.SystemColors.Window;
     this.Frame1.Controls.Add(this.txtPercentage);
     this.Frame1.Controls.Add(this.txtStatus);
     this.Frame1.Controls.Add(this.ProgressBar1);
     this.Frame1.Controls.Add(this.Label4);
     this.Frame1.Controls.Add(this.Label3);
     this.Frame1.Enabled     = true;
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(104, 56);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(465, 65);
     this.Frame1.TabIndex    = 3;
     this.Frame1.Text        = "Utility Status:";
     this.Frame1.Visible     = true;
     //
     // txtPercentage
     //
     this.txtPercentage.AcceptsReturn = true;
     this.txtPercentage.BackColor     = System.Drawing.SystemColors.Window;
     this.txtPercentage.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.txtPercentage.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtPercentage.Enabled       = false;
     this.txtPercentage.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtPercentage.Location      = new System.Drawing.Point(360, 8);
     this.txtPercentage.MaxLength     = 0;
     this.txtPercentage.Name          = "txtPercentage";
     this.txtPercentage.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtPercentage.Size          = new System.Drawing.Size(25, 11);
     this.txtPercentage.TabIndex      = 8;
     this.txtPercentage.TabStop       = false;
     //
     // txtStatus
     //
     this.txtStatus.AcceptsReturn = true;
     this.txtStatus.BackColor     = System.Drawing.SystemColors.Window;
     this.txtStatus.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.txtStatus.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtStatus.Enabled       = false;
     this.txtStatus.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtStatus.Location      = new System.Drawing.Point(96, 40);
     this.txtStatus.MaxLength     = 0;
     this.txtStatus.Name          = "txtStatus";
     this.txtStatus.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtStatus.Size          = new System.Drawing.Size(361, 19);
     this.txtStatus.TabIndex      = 7;
     this.txtStatus.TabStop       = false;
     //
     // ProgressBar1
     //
     this.ProgressBar1.Location = new System.Drawing.Point(8, 24);
     this.ProgressBar1.Name     = "ProgressBar1";
     this.ProgressBar1.Size     = new System.Drawing.Size(449, 17);
     this.ProgressBar1.TabIndex = 4;
     //
     // Label4
     //
     this.Label4.BackColor   = System.Drawing.SystemColors.Window;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(8, 40);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex    = 6;
     this.Label4.Text        = "Current Status:";
     //
     // Label3
     //
     this.Label3.BackColor   = System.Drawing.SystemColors.Window;
     this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label3.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(384, 8);
     this.Label3.Name        = "Label3";
     this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label3.Size        = new System.Drawing.Size(73, 17);
     this.Label3.TabIndex    = 5;
     this.Label3.Text        = "% Complete";
     //
     // statBar
     //
     this.statBar.BackColor        = System.Drawing.SystemColors.Control;
     this.statBar.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.statBar.Location         = new System.Drawing.Point(0, 366);
     this.statBar.Name             = "statBar";
     this.statBar.ShowItemToolTips = true;
     this.statBar.Size             = new System.Drawing.Size(570, 25);
     this.statBar.TabIndex         = 1;
     this.statBar.Text             = "Status: Ready to Execute";
     this.statBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._statBar_Panel1 });
     //
     // _statBar_Panel1
     //
     this._statBar_Panel1.AutoSize           = false;
     this._statBar_Panel1.BorderSides        = (System.Windows.Forms.ToolStripStatusLabelBorderSides)(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
     this._statBar_Panel1.BorderStyle        = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this._statBar_Panel1.DoubleClickEnabled = true;
     this._statBar_Panel1.Margin             = new System.Windows.Forms.Padding(0);
     this._statBar_Panel1.Name              = "";
     this._statBar_Panel1.Size              = new System.Drawing.Size(96, 25);
     this._statBar_Panel1.Tag               = "";
     this._statBar_Panel1.Text              = "Status:";
     this._statBar_Panel1.Text              = "Status:";
     this._statBar_Panel1.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this._statBar_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // lstCompanies
     //
     this.lstCompanies.BackColor             = System.Drawing.SystemColors.Window;
     this.lstCompanies.BorderStyle           = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lstCompanies.CausesValidation      = true;
     this.lstCompanies.Cursor                = System.Windows.Forms.Cursors.Default;
     this.lstCompanies.Enabled               = true;
     this.lstCompanies.ForeColor             = System.Drawing.Color.FromArgb(0, 0, 64);
     this.lstCompanies.IntegralHeight        = true;
     this.lstCompanies.Location              = new System.Drawing.Point(104, 0);
     this.lstCompanies.MultiColumn           = false;
     this.lstCompanies.Name                  = "lstCompanies";
     this.lstCompanies.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.lstCompanies.Size                  = new System.Drawing.Size(201, 59);
     this.lstCompanies.Sorted                = false;
     this.lstCompanies.TabIndex              = 0;
     this.lstCompanies.TabStop               = false;
     this.lstCompanies.Visible               = true;
     this.lstCompanies.SelectedIndexChanged += new System.EventHandler(this.lstCompanies_SelectedIndexChanged);
     //
     // Label1
     //
     this.Label1.BackColor   = System.Drawing.SystemColors.Window;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(112, 128);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(169, 17);
     this.Label1.TabIndex    = 14;
     this.Label1.Text        = "Batch Title:";
     //
     // btnExit
     //
     this.btnExit.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.btnExit.Cursor      = System.Windows.Forms.Cursors.Default;
     this.btnExit.Enabled     = true;
     this.btnExit.Image       = (System.Drawing.Image)resources.GetObject("btnExit.Image");
     this.btnExit.Location    = new System.Drawing.Point(512, 320);
     this.btnExit.Name        = "btnExit";
     this.btnExit.Size        = new System.Drawing.Size(52, 39);
     this.btnExit.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Normal;
     this.btnExit.Visible     = true;
     this.btnExit.Click      += new System.EventHandler(this.btnExit_Click);
     //
     // Image1
     //
     this.Image1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Image1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Image1.Enabled     = true;
     this.Image1.Image       = (System.Drawing.Image)resources.GetObject("Image1.Image");
     this.Image1.Location    = new System.Drawing.Point(8, 336);
     this.Image1.Name        = "Image1";
     this.Image1.Size        = new System.Drawing.Size(96, 28);
     this.Image1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Normal;
     this.Image1.Visible     = true;
     //
     // lblDescription
     //
     this.lblDescription.BackColor   = System.Drawing.SystemColors.Window;
     this.lblDescription.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDescription.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblDescription.Enabled     = false;
     this.lblDescription.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblDescription.Location    = new System.Drawing.Point(312, 0);
     this.lblDescription.Name        = "lblDescription";
     this.lblDescription.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblDescription.Size        = new System.Drawing.Size(257, 57);
     this.lblDescription.TabIndex    = 2;
     this.lblDescription.Text        = "This utility will import a CSV file with invoice, G/L and Expense information into a new, unposted payment voucher batch.  See user guide for more information.";
     //
     // _imgSideBar_0
     //
     this._imgSideBar_0.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this._imgSideBar_0.Cursor      = System.Windows.Forms.Cursors.Default;
     this._imgSideBar_0.Enabled     = true;
     this._imgSideBar_0.Image       = (System.Drawing.Image)resources.GetObject("_imgSideBar_0.Image");
     this._imgSideBar_0.Location    = new System.Drawing.Point(0, 0);
     this._imgSideBar_0.Name        = "_imgSideBar_0";
     this._imgSideBar_0.Size        = new System.Drawing.Size(104, 336);
     this._imgSideBar_0.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Normal;
     this._imgSideBar_0.Visible     = true;
     //
     // FUtil
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(570, 391);
     this.Controls.Add(this.txtBatchTitle);
     this.Controls.Add(this.cmdImportVouchers);
     this.Controls.Add(this.Frame2);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.statBar);
     this.Controls.Add(this.lstCompanies);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.Image1);
     this.Controls.Add(this.lblDescription);
     this.Controls.Add(this._imgSideBar_0);
     this.Cursor          = System.Windows.Forms.Cursors.Default;
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.ForeColor       = System.Drawing.SystemColors.WindowText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = (System.Drawing.Icon)resources.GetObject("FUtil.Icon");
     this.Location        = new System.Drawing.Point(210, 163);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FUtil";
     this.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "VoucherImport v2.1.5";
     listBoxHelper1.SetSelectionMode(this.lstCompanies, System.Windows.Forms.SelectionMode.One);
     this.Closed += new System.EventHandler(this.FUtil_Closed);
     this.Frame2.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.statBar.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #59
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelMessage               = new System.Windows.Forms.Label();
     this.progressBarMajor           = new System.Windows.Forms.ProgressBar();
     this.progressBarMinor           = new System.Windows.Forms.ProgressBar();
     this.labelProgressLabelMajor    = new System.Windows.Forms.Label();
     this.labelProgressLabelMinor    = new System.Windows.Forms.Label();
     this.labelProgressLabelSubMinor = new System.Windows.Forms.Label();
     this.progressBarSubMinor        = new System.Windows.Forms.ProgressBar();
     this.SuspendLayout();
     //
     // labelMessage
     //
     this.labelMessage.Location = new System.Drawing.Point(15, 15);
     this.labelMessage.Name     = "labelMessage";
     this.labelMessage.Size     = new System.Drawing.Size(550, 23);
     this.labelMessage.TabIndex = 0;
     this.labelMessage.Text     = "Message";
     //
     // progressBarMajor
     //
     this.progressBarMajor.Location = new System.Drawing.Point(15, 80);
     this.progressBarMajor.Name     = "progressBarMajor";
     this.progressBarMajor.Size     = new System.Drawing.Size(550, 23);
     this.progressBarMajor.TabIndex = 1;
     //
     // progressBarMinor
     //
     this.progressBarMinor.Location = new System.Drawing.Point(12, 160);
     this.progressBarMinor.Name     = "progressBarMinor";
     this.progressBarMinor.Size     = new System.Drawing.Size(553, 23);
     this.progressBarMinor.TabIndex = 2;
     //
     // labelProgressLabelMajor
     //
     this.labelProgressLabelMajor.Location = new System.Drawing.Point(15, 50);
     this.labelProgressLabelMajor.Name     = "labelProgressLabelMajor";
     this.labelProgressLabelMajor.Padding  = new System.Windows.Forms.Padding(0, 5, 0, 0);
     this.labelProgressLabelMajor.Size     = new System.Drawing.Size(550, 23);
     this.labelProgressLabelMajor.TabIndex = 3;
     this.labelProgressLabelMajor.Text     = "labelProgressLabelMajor";
     //
     // labelProgressLabelMinor
     //
     this.labelProgressLabelMinor.Location = new System.Drawing.Point(15, 130);
     this.labelProgressLabelMinor.Name     = "labelProgressLabelMinor";
     this.labelProgressLabelMinor.Padding  = new System.Windows.Forms.Padding(0, 5, 0, 0);
     this.labelProgressLabelMinor.Size     = new System.Drawing.Size(550, 23);
     this.labelProgressLabelMinor.TabIndex = 4;
     this.labelProgressLabelMinor.Text     = "labelProgressLabelMinor";
     //
     // labelProgressLabelSubMinor
     //
     this.labelProgressLabelSubMinor.Location = new System.Drawing.Point(15, 210);
     this.labelProgressLabelSubMinor.Name     = "labelProgressLabelSubMinor";
     this.labelProgressLabelSubMinor.Padding  = new System.Windows.Forms.Padding(0, 5, 0, 0);
     this.labelProgressLabelSubMinor.Size     = new System.Drawing.Size(550, 23);
     this.labelProgressLabelSubMinor.TabIndex = 6;
     this.labelProgressLabelSubMinor.Text     = "labelProgressLabelSubMinor";
     //
     // progressBarSubMinor
     //
     this.progressBarSubMinor.Location = new System.Drawing.Point(15, 240);
     this.progressBarSubMinor.Name     = "progressBarSubMinor";
     this.progressBarSubMinor.Size     = new System.Drawing.Size(550, 23);
     this.progressBarSubMinor.TabIndex = 5;
     //
     // MacroscopeTriplePercentageProgressForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(584, 312);
     this.Controls.Add(this.labelProgressLabelSubMinor);
     this.Controls.Add(this.progressBarSubMinor);
     this.Controls.Add(this.labelProgressLabelMinor);
     this.Controls.Add(this.labelProgressLabelMajor);
     this.Controls.Add(this.progressBarMinor);
     this.Controls.Add(this.progressBarMajor);
     this.Controls.Add(this.labelMessage);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = global::SEOMacroscope.Resources.SEO_Macroscope_Icon_32x32;
     this.MaximizeBox     = false;
     this.Name            = "MacroscopeTriplePercentageProgressForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Processing";
     this.ResumeLayout(false);
 }
Beispiel #60
0
 public void SetFormAvisoDALL(frmAviso form, System.Windows.Forms.ProgressBar bar)
 {
     DALObject.Aviso = form;
     DALObject.bar   = bar;
 }