示例#1
1
        /// <summary> 
        /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas 
        /// le contenu de cette méthode avec l'éditeur de code.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoadingUC));
            this.loading_text = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // loading_text
            // 
            this.loading_text.BackColor = System.Drawing.Color.Transparent;
            this.loading_text.CausesValidation = false;
            this.loading_text.Cursor = System.Windows.Forms.Cursors.WaitCursor;
            resources.ApplyResources(this.loading_text, "loading_text");
            this.loading_text.ForeColor = System.Drawing.SystemColors.ControlLight;
            this.loading_text.Image = global::GamePages.Properties.Resources.Sablier2;
            this.loading_text.Name = "loading_text";
            this.loading_text.UseCompatibleTextRendering = true;
            // 
            // LoadingUC
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.BackgroundImage = global::GamePages.Properties.Resources.Loading_Text;
            this.Controls.Add(this.loading_text);
            this.Name = "LoadingUC";
            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(ProgressIndicator));
          this.status = new System.Windows.Forms.Label();
          this.progressBar = new System.Windows.Forms.ProgressBar();
          this.cancel = new System.Windows.Forms.Button();
          this.SuspendLayout();
          // 
          // status
          // 
          this.status.AccessibleDescription = null;
          this.status.AccessibleName = null;
          resources.ApplyResources(this.status, "status");
          this.status.Font = null;
          this.status.Name = "status";
          // 
          // progressBar
          // 
          this.progressBar.AccessibleDescription = null;
          this.progressBar.AccessibleName = null;
          resources.ApplyResources(this.progressBar, "progressBar");
          this.progressBar.BackgroundImage = null;
          this.progressBar.Font = null;
          this.progressBar.Name = "progressBar";
          // 
          // cancel
          // 
          this.cancel.AccessibleDescription = null;
          this.cancel.AccessibleName = null;
          resources.ApplyResources(this.cancel, "cancel");
          this.cancel.BackgroundImage = null;
          this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
          this.cancel.Font = null;
          this.cancel.Name = "cancel";
          this.cancel.UseVisualStyleBackColor = true;
          this.cancel.Click += new System.EventHandler(this.btnCancel_Click);
          // 
          // ProgressIndicator
          // 
          this.AccessibleDescription = null;
          this.AccessibleName = null;
          resources.ApplyResources(this, "$this");
          this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
          this.BackgroundImage = null;
          this.CancelButton = this.cancel;
          this.ControlBox = false;
          this.Controls.Add(this.cancel);
          this.Controls.Add(this.progressBar);
          this.Controls.Add(this.status);
          this.Font = null;
          this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
          this.Icon = null;
          this.MaximizeBox = false;
          this.MinimizeBox = false;
          this.Name = "ProgressIndicator";
          this.ShowInTaskbar = 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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiagramFormProperties));
            this.PropertyGrid = new System.Windows.Forms.PropertyGrid();
            this.SuspendLayout();
            // 
            // PropertyGrid
            // 
            resources.ApplyResources(this.PropertyGrid, "PropertyGrid");
            this.PropertyGrid.Name = "PropertyGrid";
            this.PropertyGrid.PropertySort = System.Windows.Forms.PropertySort.NoSort;
            this.PropertyGrid.ToolbarVisible = false;
            this.PropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PropertyGridPropertyValueChanged);
            // 
            // DiagramFormProperties
            // 
            resources.ApplyResources(this, "$this");
            this.CanClose = false;
            this.Controls.Add(this.PropertyGrid);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "DiagramFormProperties";
            this.SlidingTime = 200;
            this.WindowGroupName = "";
            this.ResumeLayout(false);

        }
    private void InitializeComponent() {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PleaseWaitDialog));
      this.lblMessage = new System.Windows.Forms.Label();
      this.SuspendLayout();
      // 
      // lblMessage
      // 
      this.lblMessage.AccessibleDescription = resources.GetString("lblMessage.AccessibleDescription");
      this.lblMessage.AccessibleName = resources.GetString("lblMessage.AccessibleName");
      resources.ApplyResources(this.lblMessage, "lblMessage");
      this.lblMessage.BackColor = System.Drawing.Color.Transparent;
      this.lblMessage.Name = "lblMessage";
      this.lblMessage.RightToLeft = ((System.Windows.Forms.RightToLeft) (resources.GetObject("lblMessage.RightToLeft")));
      this.lblMessage.UseMnemonic = false;
      // 
      // PleaseWaitDialog
      // 
      this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
      this.AccessibleName = resources.GetString("$this.AccessibleName");
      resources.ApplyResources(this, "$this");
      this.BackgroundImage = ((System.Drawing.Image) (resources.GetObject("$this.BackgroundImage")));
      this.ControlBox = false;
      this.Controls.Add(this.lblMessage);
      this.Font = ((System.Drawing.Font) (resources.GetObject("$this.Font")));
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
      this.Icon = ((System.Drawing.Icon) (resources.GetObject("$this.Icon")));
      this.ImeMode = ((System.Windows.Forms.ImeMode) (resources.GetObject("$this.ImeMode")));
      this.Name = "PleaseWaitDialog";
      this.RightToLeft = ((System.Windows.Forms.RightToLeft) (resources.GetObject("$this.RightToLeft")));
      this.ShowInTaskbar = false;
      this.ResumeLayout(false);

    }
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileSelectorUserControl));
            this.textBoxFileName = new System.Windows.Forms.TextBox();
            this.buttonOpenFileDialog = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // textBoxFileName
            // 
            resources.ApplyResources(this.textBoxFileName, "textBoxFileName");
            this.textBoxFileName.Name = "textBoxFileName";
            // 
            // buttonOpenFileDialog
            // 
            resources.ApplyResources(this.buttonOpenFileDialog, "buttonOpenFileDialog");
            this.buttonOpenFileDialog.Name = "buttonOpenFileDialog";
            this.buttonOpenFileDialog.UseVisualStyleBackColor = true;
            this.buttonOpenFileDialog.Click += new System.EventHandler(this.buttonOpenFileDialog_Click);
            // 
            // FileSelectorUserControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.buttonOpenFileDialog);
            this.Controls.Add(this.textBoxFileName);
            this.Name = "FileSelectorUserControl";
            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()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_delete_RecommendShirtColorTest_RowCount_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(sp_delete_RecommendShirtColor_UnitTests));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_delete_RecommendShirtColorTest_RowCount_PretestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition rowCountCondition1;
     this.sp_delete_RecommendShirtColorTest_RowCountData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     sp_delete_RecommendShirtColorTest_RowCount_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     sp_delete_RecommendShirtColorTest_RowCount_PretestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     rowCountCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     //
     // sp_delete_RecommendShirtColorTest_RowCount_TestAction
     //
     sp_delete_RecommendShirtColorTest_RowCount_TestAction.Conditions.Add(rowCountCondition1);
     resources.ApplyResources(sp_delete_RecommendShirtColorTest_RowCount_TestAction, "sp_delete_RecommendShirtColorTest_RowCount_TestAction");
     //
     // sp_delete_RecommendShirtColorTest_RowCount_PretestAction
     //
     resources.ApplyResources(sp_delete_RecommendShirtColorTest_RowCount_PretestAction, "sp_delete_RecommendShirtColorTest_RowCount_PretestAction");
     //
     // sp_delete_RecommendShirtColorTest_RowCountData
     //
     this.sp_delete_RecommendShirtColorTest_RowCountData.PosttestAction = null;
     this.sp_delete_RecommendShirtColorTest_RowCountData.PretestAction = sp_delete_RecommendShirtColorTest_RowCount_PretestAction;
     this.sp_delete_RecommendShirtColorTest_RowCountData.TestAction = sp_delete_RecommendShirtColorTest_RowCount_TestAction;
     //
     // rowCountCondition1
     //
     rowCountCondition1.Enabled = true;
     rowCountCondition1.Name = "rowCountCondition1";
     rowCountCondition1.ResultSet = 1;
     rowCountCondition1.RowCount = 2;
 }
        /// <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(RollingUpgradeWizard));
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWizard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.XSHelpButton)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureBoxWizard
            // 
            resources.ApplyResources(this.pictureBoxWizard, "pictureBoxWizard");
            this.pictureBoxWizard.Image = global::XenAdmin.Properties.Resources._000_UpgradePool_h32bit_32;
            // 
            // XSHelpButton
            // 
            resources.ApplyResources(this.XSHelpButton, "XSHelpButton");
            // 
            // RollingUpgradeWizard
            // 
            resources.ApplyResources(this, "$this");
            this.Name = "RollingUpgradeWizard";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWizard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.XSHelpButton)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#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(DialogBase));
			this.lblDescription = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// lblDescription
			// 
			resources.ApplyResources(this.lblDescription, "lblDescription");
			this.lblDescription.BackColor = System.Drawing.Color.Transparent;
			this.lblDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
			this.lblDescription.Name = "lblDescription";
			// 
			// DialogBase
			// 
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
			this.Font = System.Drawing.SystemFonts.MessageBoxFont;
			resources.ApplyResources(this, "$this");
			this.Controls.Add(this.lblDescription);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "DialogBase";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.ResumeLayout(false);
			this.PerformLayout();

		}
示例#9
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(Help));
            this.label2 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            this.label2.Click += new System.EventHandler(this.label2_Click);
            // 
            // button1
            // 
            resources.ApplyResources(this.button1, "button1");
            this.button1.Name = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Help
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label2);
            this.Name = "Help";
            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(FormParameters));
            this.ctlParameters = new IfcDoc.CtlParameters();
            this.SuspendLayout();
            // 
            // ctlParameters
            // 
            this.ctlParameters.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.ctlParameters.ConceptItem = null;
            this.ctlParameters.ConceptLeaf = null;
            this.ctlParameters.ConceptRoot = null;
            this.ctlParameters.CurrentInstance = null;
            resources.ApplyResources(this.ctlParameters, "ctlParameters");
            this.ctlParameters.Name = "ctlParameters";
            this.ctlParameters.Project = null;
            // 
            // FormParameters
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.ctlParameters);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FormParameters";
            this.ShowInTaskbar = false;
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OkCancelDialog));
            this.okButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // okButton
            // 
            resources.ApplyResources(this.okButton, "okButton");
            this.okButton.Name = "okButton";
            this.okButton.UseVisualStyleBackColor = true;
            this.okButton.Click += new System.EventHandler(this.okButton_Click);
            // 
            // cancelButton
            // 
            resources.ApplyResources(this.cancelButton, "cancelButton");
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.UseVisualStyleBackColor = true;
            // 
            // OkCancelDialog
            // 
            this.AcceptButton = this.okButton;
            resources.ApplyResources(this, "$this");
            this.CancelButton = this.cancelButton;
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.okButton);
            this.Name = "OkCancelDialog";
            this.Load += new System.EventHandler(this.OkCancelDialog_Load);
            this.ResumeLayout(false);

        }
示例#12
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(BugToolWizard));
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWizard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.XSHelpButton)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureBoxWizard
            // 
            resources.ApplyResources(this.pictureBoxWizard, "pictureBoxWizard");
            this.pictureBoxWizard.Image = global::XenAdmin.Properties.Resources._000_GetServerReport_h32bit_32;
            // 
            // XSHelpButton
            // 
            resources.ApplyResources(this.XSHelpButton, "XSHelpButton");
            // 
            // BugToolWizard
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Name = "BugToolWizard";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWizard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.XSHelpButton)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#13
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(Info));
            this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
            this.SuspendLayout();
            // 
            // fileSystemWatcher1
            // 
            this.fileSystemWatcher1.EnableRaisingEvents = true;
            this.fileSystemWatcher1.SynchronizingObject = this;
            // 
            // richTextBox1
            // 
            resources.ApplyResources(this.richTextBox1, "richTextBox1");
            this.richTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.ReadOnly = true;
            // 
            // Info
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.richTextBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Info";
            this.Load += new System.EventHandler(this.Info_Load);
            ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
            this.ResumeLayout(false);

        }
示例#14
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(CameraForm));
            this.videoSourcePlayer = new AForge.Controls.VideoSourcePlayer();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // videoSourcePlayer
            // 
            resources.ApplyResources(this.videoSourcePlayer, "videoSourcePlayer");
            this.videoSourcePlayer.Name = "videoSourcePlayer";
            this.videoSourcePlayer.VideoSource = null;
            this.videoSourcePlayer.Click += new System.EventHandler(this.videoSourcePlayer_Click);
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Name = "label1";
            this.label1.Click += new System.EventHandler(this.videoSourcePlayer_Click);
            // 
            // CameraForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Black;
            this.Controls.Add(this.label1);
            this.Controls.Add(this.videoSourcePlayer);
            this.Name = "CameraForm";
            this.ShowInTaskbar = false;
            this.TopMost = true;
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CameraForm_FormClosed);
            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(TimedDialogForm));
            this.buttonOK = new System.Windows.Forms.Button();
            this.labelMessage = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // buttonOK
            // 
            resources.ApplyResources(this.buttonOK, "buttonOK");
            this.buttonOK.Name = "buttonOK";
            this.buttonOK.UseVisualStyleBackColor = true;
            // 
            // labelMessage
            // 
            resources.ApplyResources(this.labelMessage, "labelMessage");
            this.labelMessage.BackColor = System.Drawing.Color.White;
            this.labelMessage.ForeColor = System.Drawing.Color.Black;
            this.labelMessage.Name = "labelMessage";
            // 
            // TimedDialogForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.buttonOK);
            this.Controls.Add(this.labelMessage);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Name = "TimedDialogForm";
            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(HistoryItemInfoForm));
            this.olvMain = new HistoryLib.CustomControls.ObjectListView();
            this.SuspendLayout();
            // 
            // olvMain
            // 
            resources.ApplyResources(this.olvMain, "olvMain");
            this.olvMain.FullRowSelect = true;
            this.olvMain.GridLines = true;
            this.olvMain.HideSelection = false;
            this.olvMain.MultiSelect = false;
            this.olvMain.Name = "olvMain";
            this.olvMain.SetObjectType = HistoryLib.CustomControls.ObjectListView.ObjectType.Properties;
            this.olvMain.UseCompatibleStateImageBehavior = false;
            this.olvMain.View = System.Windows.Forms.View.Details;
            // 
            // HistoryItemInfoForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.olvMain);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.MaximizeBox = false;
            this.Name = "HistoryItemInfoForm";
            this.ResumeLayout(false);

        }
示例#17
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(FPdfSave));
            this.label1 = new System.Windows.Forms.Label();
            this.lblStatus = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // lblStatus
            // 
            resources.ApplyResources(this.lblStatus, "lblStatus");
            this.lblStatus.Name = "lblStatus";
            // 
            // FPDFSave
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.Controls.Add(this.lblStatus);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "FPDFSave";
            this.ShowInTaskbar = 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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerEncryptionBox));
     this.comboBox = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // comboBox
     //
     resources.ApplyResources(this.comboBox, "comboBox");
     this.comboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox.FormattingEnabled = true;
     this.comboBox.Name = "comboBox";
     this.comboBox.Sorted = true;
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // ServerEncryptionBox
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.comboBox);
     this.Controls.Add(this.label5);
     this.MaximumSize = new System.Drawing.Size(352, 37);
     this.MinimumSize = new System.Drawing.Size(50, 37);
     this.Name = "ServerEncryptionBox";
     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(CollapsibleFilters));
            this.label = new System.Windows.Forms.Label();
            this.table = new System.Windows.Forms.TableLayoutPanel();
            this.SuspendLayout();
            // 
            // label
            // 
            resources.ApplyResources(this.label, "label");
            this.label.Name = "label";
            this.label.DoubleClick += new System.EventHandler(this.label_DoubleClick);
            // 
            // table
            // 
            resources.ApplyResources(this.table, "table");
            this.table.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.table.Name = "table";
            // 
            // CollapsibleFilters
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Controls.Add(this.table);
            this.Controls.Add(this.label);
            this.Name = "CollapsibleFilters";
            this.ResumeLayout(false);

        }
示例#20
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(ImageViewer));
           this.imageBox1 = new Emgu.CV.UI.ImageBox();
           ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).BeginInit();
           this.SuspendLayout();
           // 
           // imageBox1
           // 
           this.imageBox1.AccessibleDescription = null;
           this.imageBox1.AccessibleName = null;
           resources.ApplyResources(this.imageBox1, "imageBox1");
           this.imageBox1.BackgroundImage = null;
           this.imageBox1.Cursor = System.Windows.Forms.Cursors.Cross;
           this.imageBox1.Font = null;
           this.imageBox1.ImageLocation = null;
           this.imageBox1.Name = "imageBox1";
           this.imageBox1.TabStop = false;
           // 
           // ImageViewer
           // 
           this.AccessibleDescription = null;
           this.AccessibleName = null;
           resources.ApplyResources(this, "$this");
           this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
           this.BackgroundImage = null;
           this.Controls.Add(this.imageBox1);
           this.Font = null;
           this.Icon = null;
           this.Name = "ImageViewer";
           ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).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(ScriptConsole));
            this.textOutput = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.updateoutput = new System.Windows.Forms.Timer(this.components);
            this.autoscrollCheckbox = new System.Windows.Forms.CheckBox();
            this.BUT_clear = new Controls.MyButton();
            this.SuspendLayout();
            // 
            // textOutput
            // 
            resources.ApplyResources(this.textOutput, "textOutput");
            this.textOutput.Name = "textOutput";
            this.textOutput.ReadOnly = true;
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // updateoutput
            // 
            this.updateoutput.Interval = 250;
            this.updateoutput.Tick += new System.EventHandler(this.updateoutput_Tick);
            // 
            // autoscrollCheckbox
            // 
            resources.ApplyResources(this.autoscrollCheckbox, "autoscrollCheckbox");
            this.autoscrollCheckbox.Checked = true;
            this.autoscrollCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
            this.autoscrollCheckbox.Name = "autoscrollCheckbox";
            this.autoscrollCheckbox.UseVisualStyleBackColor = true;
            // 
            // BUT_clear
            // 
            resources.ApplyResources(this.BUT_clear, "BUT_clear");
            this.BUT_clear.BGGradBot = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(226)))), ((int)(((byte)(150)))));
            this.BUT_clear.BGGradTop = System.Drawing.Color.FromArgb(((int)(((byte)(148)))), ((int)(((byte)(193)))), ((int)(((byte)(31)))));
            this.BUT_clear.Name = "BUT_clear";
            this.BUT_clear.Outline = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(148)))), ((int)(((byte)(41)))));
            this.BUT_clear.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4)))));
            this.BUT_clear.UseVisualStyleBackColor = true;
            this.BUT_clear.Click += new System.EventHandler(this.BUT_clear_Click);
            // 
            // ScriptConsole
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.BUT_clear);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.autoscrollCheckbox);
            this.Controls.Add(this.textOutput);
            this.Name = "ScriptConsole";
            this.Load += new System.EventHandler(this.ScriptConsole_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#22
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(LinkCheckBox));
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.SuspendLayout();
            // 
            // checkBox1
            // 
            resources.ApplyResources(this.checkBox1, "checkBox1");
            this.checkBox1.BackColor = System.Drawing.Color.Transparent;
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.UseVisualStyleBackColor = false;
            // 
            // linkLabel1
            // 
            resources.ApplyResources(this.linkLabel1, "linkLabel1");
            this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.TabStop = true;
            this.linkLabel1.CursorChanged += new System.EventHandler(this.linkLabel1_CursorChanged);
            // 
            // LinkCheckBox
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.Controls.Add(this.linkLabel1);
            this.Controls.Add(this.checkBox1);
            this.Name = "LinkCheckBox";
            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(AccountTypeControl));
            this.lblAccountType = new System.Windows.Forms.Label();
            this.cbAccountType = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // lblAccountType
            // 
            resources.ApplyResources(this.lblAccountType, "lblAccountType");
            this.lblAccountType.Name = "lblAccountType";
            // 
            // cbAccountType
            // 
            this.cbAccountType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbAccountType.FormattingEnabled = true;
            this.cbAccountType.Items.AddRange(new object[] {
            resources.GetString("cbAccountType.Items"),
            resources.GetString("cbAccountType.Items1")});
            resources.ApplyResources(this.cbAccountType, "cbAccountType");
            this.cbAccountType.Name = "cbAccountType";
            // 
            // AccountTypeControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.cbAccountType);
            this.Controls.Add(this.lblAccountType);
            this.Name = "AccountTypeControl";
            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(ReportViewerForm));
            this.crvReport = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.SuspendLayout();
            // 
            // crvReport
            // 
            resources.ApplyResources(this.crvReport, "crvReport");
            this.crvReport.ActiveViewIndex = -1;
            this.crvReport.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.crvReport.Cursor = System.Windows.Forms.Cursors.Default;
            this.crvReport.Name = "crvReport";
            // 
            // ReportViewerForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.crvReport);
            this.Name = "ReportViewerForm";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.ReportViewerForm_Load);
            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(WelcomePage));
            this.labelWelcome = new System.Windows.Forms.Label();
            this.dictionaryProperties = new MLifter.Controls.DictionaryProperties();
            this.SuspendLayout();
            // 
            // labelWelcome
            // 
            resources.ApplyResources(this.labelWelcome, "labelWelcome");
            this.labelWelcome.Name = "labelWelcome";
            // 
            // dictionaryProperties
            // 
            this.dictionaryProperties.DictionaryLocationVisible = true;
            this.dictionaryProperties.DictionaryNameReadOnly = false;
            resources.ApplyResources(this.dictionaryProperties, "dictionaryProperties");
            this.dictionaryProperties.Name = "dictionaryProperties";
            // 
            // WelcomePage
            // 
            this.Controls.Add(this.labelWelcome);
            this.Controls.Add(this.dictionaryProperties);
            resources.ApplyResources(this, "$this");
            this.HelpAvailable = true;
            this.LeftImage = global::MLifter.Controls.Properties.Resources.setup;
            this.Name = "WelcomePage";
            this.Load += new System.EventHandler(this.WelcomePage_Load);
            this.VisibleChanged += new System.EventHandler(this.WelcomePage_VisibleChanged);
            this.Controls.SetChildIndex(this.dictionaryProperties, 0);
            this.Controls.SetChildIndex(this.labelWelcome, 0);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWaiting));
            this.label1 = new System.Windows.Forms.Label();
            this.labTxt = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // labTxt
            // 
            resources.ApplyResources(this.labTxt, "labTxt");
            this.labTxt.Name = "labTxt";
            // 
            // frmWaiting
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ControlBox = false;
            this.Controls.Add(this.labTxt);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "frmWaiting";
            this.ResumeLayout(false);

        }
示例#27
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(PickEntryStep));
            this.treeView = new System.Windows.Forms.TreeView();
            this.treeImages = new System.Windows.Forms.ImageList(this.components);
            this.SuspendLayout();
            // 
            // treeView
            // 
            resources.ApplyResources(this.treeView, "treeView");
            this.treeView.FullRowSelect = true;
            this.treeView.HideSelection = false;
            this.treeView.ImageList = this.treeImages;
            this.treeView.Name = "treeView";
            this.treeView.DoubleClick += new System.EventHandler(this.TreeView_DoubleClick);
            // 
            // treeImages
            // 
            this.treeImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
            resources.ApplyResources(this.treeImages, "treeImages");
            this.treeImages.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // PickEntryStep
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.Controls.Add(this.treeView);
            this.Name = "PickEntryStep";
            this.Tag = "Double click on the file in the directory tree below to be the entry point for yo" +
                "ur application.  This should be an executable.";
            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(WaitForOperation));
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.SuspendLayout();
            // 
            // progressBar1
            // 
            resources.ApplyResources(this.progressBar1, "progressBar1");
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
            // 
            // backgroundWorker1
            // 
            this.backgroundWorker1.WorkerReportsProgress = true;
            this.backgroundWorker1.WorkerSupportsCancellation = true;
            this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
            this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
            // 
            // WaitForOperation
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.progressBar1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "WaitForOperation";
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.WaitForOperation_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WaitForOperation_FormClosing);
            this.ResumeLayout(false);

        }
示例#29
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()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HelpForm));
			this.closeButton = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// closeButton
			// 
			this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			resources.ApplyResources(this.closeButton, "closeButton");
			this.closeButton.Name = "closeButton";
			this.closeButton.UseVisualStyleBackColor = true;
			this.closeButton.Click += new System.EventHandler(this.CloseButton_Click);
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// HelpForm
			// 
			this.AcceptButton = this.closeButton;
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.closeButton;
			this.Controls.Add(this.label1);
			this.Controls.Add(this.closeButton);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "HelpForm";
			this.ShowIcon = false;
			this.ResumeLayout(false);
		}
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DRFailoverWizardReportPage));
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.textBoxSummary = new System.Windows.Forms.TextBox();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
            this.tableLayoutPanel1.Controls.Add(this.textBoxSummary, 0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            // 
            // textBoxSummary
            // 
            resources.ApplyResources(this.textBoxSummary, "textBoxSummary");
            this.textBoxSummary.Name = "textBoxSummary";
            this.textBoxSummary.ReadOnly = true;
            // 
            // DRFailoverWizardReportPage
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "DRFailoverWizardReportPage";
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);

        }
示例#31
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(GCodeFromImage));
     this.statusStrip1                 = new System.Windows.Forms.StatusStrip();
     this.lblStatus                    = new System.Windows.Forms.ToolStripStatusLabel();
     this.groupBox3                    = new System.Windows.Forms.GroupBox();
     this.nUDReso                      = new System.Windows.Forms.NumericUpDown();
     this.nUDHeight                    = new System.Windows.Forms.NumericUpDown();
     this.nUDWidth                     = new System.Windows.Forms.NumericUpDown();
     this.label4                       = new System.Windows.Forms.Label();
     this.label6                       = new System.Windows.Forms.Label();
     this.label5                       = new System.Windows.Forms.Label();
     this.cbLockRatio                  = new System.Windows.Forms.CheckBox();
     this.lblGamma                     = new System.Windows.Forms.Label();
     this.lblContrast                  = new System.Windows.Forms.Label();
     this.lblBrightness                = new System.Windows.Forms.Label();
     this.label3                       = new System.Windows.Forms.Label();
     this.label2                       = new System.Windows.Forms.Label();
     this.label1                       = new System.Windows.Forms.Label();
     this.groupBox1                    = new System.Windows.Forms.GroupBox();
     this.cbGrayscale                  = new System.Windows.Forms.CheckBox();
     this.rbModeDither                 = new System.Windows.Forms.RadioButton();
     this.rbModeGray                   = new System.Windows.Forms.RadioButton();
     this.btnInvert                    = new System.Windows.Forms.Button();
     this.btnHorizMirror               = new System.Windows.Forms.Button();
     this.btnVertMirror                = new System.Windows.Forms.Button();
     this.btnRotateRight               = new System.Windows.Forms.Button();
     this.btnRotateLeft                = new System.Windows.Forms.Button();
     this.tBarGamma                    = new System.Windows.Forms.TrackBar();
     this.tBarContrast                 = new System.Windows.Forms.TrackBar();
     this.tBarBrightness               = new System.Windows.Forms.TrackBar();
     this.groupBox2                    = new System.Windows.Forms.GroupBox();
     this.rbEngravingPattern2          = new System.Windows.Forms.RadioButton();
     this.rbEngravingPattern1          = new System.Windows.Forms.RadioButton();
     this.btnGenerate                  = new System.Windows.Forms.Button();
     this.pictureBox1                  = new System.Windows.Forms.PictureBox();
     this.panel1                       = new System.Windows.Forms.Panel();
     this.groupBox4                    = new System.Windows.Forms.GroupBox();
     this.lblColors                    = new System.Windows.Forms.Label();
     this.toolTip1                     = new System.Windows.Forms.ToolTip(this.components);
     this.cbExceptColor                = new System.Windows.Forms.CheckBox();
     this.nUDMode                      = new System.Windows.Forms.NumericUpDown();
     this.cbSkipToolOrder              = new System.Windows.Forms.CheckBox();
     this.nUDZBot                      = new System.Windows.Forms.NumericUpDown();
     this.cbExceptAlpha                = new System.Windows.Forms.CheckBox();
     this.label7                       = new System.Windows.Forms.Label();
     this.tBImportSVGPalette           = new System.Windows.Forms.TextBox();
     this.cBImportSVGTool              = new System.Windows.Forms.CheckBox();
     this.cBImportGCTool               = new System.Windows.Forms.CheckBox();
     this.btnLoad                      = new System.Windows.Forms.Button();
     this.groupBox5                    = new System.Windows.Forms.GroupBox();
     this.btnTest                      = new System.Windows.Forms.Button();
     this.btnList                      = new System.Windows.Forms.Button();
     this.groupBox6                    = new System.Windows.Forms.GroupBox();
     this.menuStrip1                   = new System.Windows.Forms.MenuStrip();
     this.loadPictureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox7                    = new System.Windows.Forms.GroupBox();
     this.groupBox9                    = new System.Windows.Forms.GroupBox();
     this.label10                      = new System.Windows.Forms.Label();
     this.groupBox8                    = new System.Windows.Forms.GroupBox();
     this.label8                       = new System.Windows.Forms.Label();
     this.nUDZTop                      = new System.Windows.Forms.NumericUpDown();
     this.label9                       = new System.Windows.Forms.Label();
     this.cBCompress                   = new System.Windows.Forms.CheckBox();
     this.rBProcessTool                = new System.Windows.Forms.RadioButton();
     this.rBProcessZ                   = new System.Windows.Forms.RadioButton();
     this.timer1                       = new System.Windows.Forms.Timer(this.components);
     this.statusStrip1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nUDReso)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nUDHeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nUDWidth)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tBarGamma)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tBarContrast)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tBarBrightness)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nUDMode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nUDZBot)).BeginInit();
     this.groupBox5.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.groupBox9.SuspendLayout();
     this.groupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nUDZTop)).BeginInit();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblStatus
     });
     resources.ApplyResources(this.statusStrip1, "statusStrip1");
     this.statusStrip1.Name = "statusStrip1";
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     resources.ApplyResources(this.lblStatus, "lblStatus");
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.nUDReso);
     this.groupBox3.Controls.Add(this.nUDHeight);
     this.groupBox3.Controls.Add(this.nUDWidth);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.cbLockRatio);
     resources.ApplyResources(this.groupBox3, "groupBox3");
     this.groupBox3.Name    = "groupBox3";
     this.groupBox3.TabStop = false;
     //
     // nUDReso
     //
     this.nUDReso.DecimalPlaces = 1;
     this.nUDReso.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     resources.ApplyResources(this.nUDReso, "nUDReso");
     this.nUDReso.Maximum = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.nUDReso.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.nUDReso.Name = "nUDReso";
     this.toolTip1.SetToolTip(this.nUDReso, resources.GetString("nUDReso.ToolTip"));
     this.nUDReso.Value = new decimal(new int[] {
         4,
         0,
         0,
         65536
     });
     this.nUDReso.ValueChanged += new System.EventHandler(this.nUDReso_ValueChanged);
     //
     // nUDHeight
     //
     this.nUDHeight.DecimalPlaces = 1;
     this.nUDHeight.Increment     = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     resources.ApplyResources(this.nUDHeight, "nUDHeight");
     this.nUDHeight.Maximum = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.nUDHeight.Minimum = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.nUDHeight.Name  = "nUDHeight";
     this.nUDHeight.Value = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.nUDHeight.ValueChanged += new System.EventHandler(this.nUDHeight_ValueChanged);
     //
     // nUDWidth
     //
     this.nUDWidth.DecimalPlaces = 1;
     this.nUDWidth.Increment     = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     resources.ApplyResources(this.nUDWidth, "nUDWidth");
     this.nUDWidth.Maximum = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.nUDWidth.Minimum = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.nUDWidth.Name  = "nUDWidth";
     this.nUDWidth.Value = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.nUDWidth.ValueChanged += new System.EventHandler(this.nUDWidth_ValueChanged);
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // cbLockRatio
     //
     resources.ApplyResources(this.cbLockRatio, "cbLockRatio");
     this.cbLockRatio.Checked    = true;
     this.cbLockRatio.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbLockRatio.Name       = "cbLockRatio";
     this.cbLockRatio.UseVisualStyleBackColor = true;
     //
     // lblGamma
     //
     resources.ApplyResources(this.lblGamma, "lblGamma");
     this.lblGamma.Name = "lblGamma";
     //
     // lblContrast
     //
     resources.ApplyResources(this.lblContrast, "lblContrast");
     this.lblContrast.Name = "lblContrast";
     //
     // lblBrightness
     //
     resources.ApplyResources(this.lblBrightness, "lblBrightness");
     this.lblBrightness.Name = "lblBrightness";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cbGrayscale);
     this.groupBox1.Controls.Add(this.rbModeDither);
     this.groupBox1.Controls.Add(this.rbModeGray);
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // cbGrayscale
     //
     resources.ApplyResources(this.cbGrayscale, "cbGrayscale");
     this.cbGrayscale.Name = "cbGrayscale";
     this.cbGrayscale.UseVisualStyleBackColor = true;
     this.cbGrayscale.CheckedChanged         += new System.EventHandler(this.cbGrayscale_CheckedChanged);
     //
     // rbModeDither
     //
     resources.ApplyResources(this.rbModeDither, "rbModeDither");
     this.rbModeDither.Name = "rbModeDither";
     this.rbModeDither.UseVisualStyleBackColor = true;
     this.rbModeDither.CheckedChanged         += new System.EventHandler(this.rbModeGray_CheckedChanged);
     //
     // rbModeGray
     //
     resources.ApplyResources(this.rbModeGray, "rbModeGray");
     this.rbModeGray.Checked = true;
     this.rbModeGray.Name    = "rbModeGray";
     this.rbModeGray.TabStop = true;
     this.rbModeGray.UseVisualStyleBackColor = true;
     this.rbModeGray.CheckedChanged         += new System.EventHandler(this.rbModeGray_CheckedChanged);
     //
     // btnInvert
     //
     this.btnInvert.BackgroundImage = global::GRBL_Plotter.Properties.Resources.inv2;
     resources.ApplyResources(this.btnInvert, "btnInvert");
     this.btnInvert.Name = "btnInvert";
     this.toolTip1.SetToolTip(this.btnInvert, resources.GetString("btnInvert.ToolTip"));
     this.btnInvert.UseVisualStyleBackColor = true;
     this.btnInvert.Click += new System.EventHandler(this.btnInvert_Click);
     //
     // btnHorizMirror
     //
     this.btnHorizMirror.BackgroundImage = global::GRBL_Plotter.Properties.Resources.flip_horizontal;
     resources.ApplyResources(this.btnHorizMirror, "btnHorizMirror");
     this.btnHorizMirror.Name = "btnHorizMirror";
     this.toolTip1.SetToolTip(this.btnHorizMirror, resources.GetString("btnHorizMirror.ToolTip"));
     this.btnHorizMirror.UseVisualStyleBackColor = true;
     this.btnHorizMirror.Click += new System.EventHandler(this.btnHorizMirror_Click);
     //
     // btnVertMirror
     //
     this.btnVertMirror.BackgroundImage = global::GRBL_Plotter.Properties.Resources.flip_vertical;
     resources.ApplyResources(this.btnVertMirror, "btnVertMirror");
     this.btnVertMirror.Name = "btnVertMirror";
     this.toolTip1.SetToolTip(this.btnVertMirror, resources.GetString("btnVertMirror.ToolTip"));
     this.btnVertMirror.UseVisualStyleBackColor = true;
     this.btnVertMirror.Click += new System.EventHandler(this.btnVertMirror_Click);
     //
     // btnRotateRight
     //
     this.btnRotateRight.BackgroundImage = global::GRBL_Plotter.Properties.Resources.turn_r;
     resources.ApplyResources(this.btnRotateRight, "btnRotateRight");
     this.btnRotateRight.Name = "btnRotateRight";
     this.toolTip1.SetToolTip(this.btnRotateRight, resources.GetString("btnRotateRight.ToolTip"));
     this.btnRotateRight.UseVisualStyleBackColor = true;
     this.btnRotateRight.Click += new System.EventHandler(this.btnRotateRight_Click);
     //
     // btnRotateLeft
     //
     this.btnRotateLeft.BackgroundImage = global::GRBL_Plotter.Properties.Resources.turn_l;
     resources.ApplyResources(this.btnRotateLeft, "btnRotateLeft");
     this.btnRotateLeft.Name = "btnRotateLeft";
     this.toolTip1.SetToolTip(this.btnRotateLeft, resources.GetString("btnRotateLeft.ToolTip"));
     this.btnRotateLeft.UseVisualStyleBackColor = true;
     this.btnRotateLeft.Click += new System.EventHandler(this.btnRotateLeft_Click);
     //
     // tBarGamma
     //
     resources.ApplyResources(this.tBarGamma, "tBarGamma");
     this.tBarGamma.Maximum = 500;
     this.tBarGamma.Minimum = 1;
     this.tBarGamma.Name    = "tBarGamma";
     this.tBarGamma.Value   = 1;
     this.tBarGamma.Scroll += new System.EventHandler(this.tBarGamma_Scroll);
     //
     // tBarContrast
     //
     resources.ApplyResources(this.tBarContrast, "tBarContrast");
     this.tBarContrast.Maximum = 127;
     this.tBarContrast.Minimum = -127;
     this.tBarContrast.Name    = "tBarContrast";
     this.tBarContrast.Scroll += new System.EventHandler(this.tBarContrast_Scroll);
     //
     // tBarBrightness
     //
     resources.ApplyResources(this.tBarBrightness, "tBarBrightness");
     this.tBarBrightness.Maximum = 127;
     this.tBarBrightness.Minimum = -127;
     this.tBarBrightness.Name    = "tBarBrightness";
     this.tBarBrightness.Scroll += new System.EventHandler(this.tBarBrightness_Scroll);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.rbEngravingPattern2);
     this.groupBox2.Controls.Add(this.rbEngravingPattern1);
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Name    = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // rbEngravingPattern2
     //
     resources.ApplyResources(this.rbEngravingPattern2, "rbEngravingPattern2");
     this.rbEngravingPattern2.Name = "rbEngravingPattern2";
     this.rbEngravingPattern2.UseVisualStyleBackColor = true;
     //
     // rbEngravingPattern1
     //
     resources.ApplyResources(this.rbEngravingPattern1, "rbEngravingPattern1");
     this.rbEngravingPattern1.Checked = true;
     this.rbEngravingPattern1.Name    = "rbEngravingPattern1";
     this.rbEngravingPattern1.TabStop = true;
     this.rbEngravingPattern1.UseVisualStyleBackColor = true;
     //
     // btnGenerate
     //
     resources.ApplyResources(this.btnGenerate, "btnGenerate");
     this.btnGenerate.Name = "btnGenerate";
     this.btnGenerate.UseVisualStyleBackColor = true;
     this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::GRBL_Plotter.Properties.Resources.modell;
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.Name       = "pictureBox1";
     this.pictureBox1.TabStop    = false;
     this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.pictureBox1);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.lblColors);
     this.groupBox4.Controls.Add(this.tBarBrightness);
     this.groupBox4.Controls.Add(this.lblGamma);
     this.groupBox4.Controls.Add(this.btnInvert);
     this.groupBox4.Controls.Add(this.tBarContrast);
     this.groupBox4.Controls.Add(this.btnHorizMirror);
     this.groupBox4.Controls.Add(this.lblContrast);
     this.groupBox4.Controls.Add(this.btnVertMirror);
     this.groupBox4.Controls.Add(this.tBarGamma);
     this.groupBox4.Controls.Add(this.btnRotateRight);
     this.groupBox4.Controls.Add(this.lblBrightness);
     this.groupBox4.Controls.Add(this.btnRotateLeft);
     this.groupBox4.Controls.Add(this.label1);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.label2);
     resources.ApplyResources(this.groupBox4, "groupBox4");
     this.groupBox4.Name    = "groupBox4";
     this.groupBox4.TabStop = false;
     //
     // lblColors
     //
     resources.ApplyResources(this.lblColors, "lblColors");
     this.lblColors.Name = "lblColors";
     //
     // cbExceptColor
     //
     resources.ApplyResources(this.cbExceptColor, "cbExceptColor");
     this.cbExceptColor.BackColor = System.Drawing.Color.White;
     this.cbExceptColor.Name      = "cbExceptColor";
     this.toolTip1.SetToolTip(this.cbExceptColor, resources.GetString("cbExceptColor.ToolTip"));
     this.cbExceptColor.UseVisualStyleBackColor = false;
     this.cbExceptColor.CheckedChanged         += new System.EventHandler(this.cbExceptColor_CheckedChanged);
     //
     // nUDMode
     //
     resources.ApplyResources(this.nUDMode, "nUDMode");
     this.nUDMode.Maximum = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nUDMode.Name = "nUDMode";
     this.toolTip1.SetToolTip(this.nUDMode, resources.GetString("nUDMode.ToolTip"));
     this.nUDMode.Value = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     //
     // cbSkipToolOrder
     //
     resources.ApplyResources(this.cbSkipToolOrder, "cbSkipToolOrder");
     this.cbSkipToolOrder.Name = "cbSkipToolOrder";
     this.toolTip1.SetToolTip(this.cbSkipToolOrder, resources.GetString("cbSkipToolOrder.ToolTip"));
     this.cbSkipToolOrder.UseVisualStyleBackColor = true;
     //
     // nUDZBot
     //
     this.nUDZBot.DecimalPlaces = 2;
     resources.ApplyResources(this.nUDZBot, "nUDZBot");
     this.nUDZBot.Minimum = new decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.nUDZBot.Name = "nUDZBot";
     this.toolTip1.SetToolTip(this.nUDZBot, resources.GetString("nUDZBot.ToolTip"));
     this.nUDZBot.Value = new decimal(new int[] {
         2,
         0,
         0,
         -2147483648
     });
     //
     // cbExceptAlpha
     //
     resources.ApplyResources(this.cbExceptAlpha, "cbExceptAlpha");
     this.cbExceptAlpha.Checked    = true;
     this.cbExceptAlpha.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbExceptAlpha.Name       = "cbExceptAlpha";
     this.toolTip1.SetToolTip(this.cbExceptAlpha, resources.GetString("cbExceptAlpha.ToolTip"));
     this.cbExceptAlpha.UseVisualStyleBackColor = true;
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     this.toolTip1.SetToolTip(this.label7, resources.GetString("label7.ToolTip"));
     //
     // tBImportSVGPalette
     //
     this.tBImportSVGPalette.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::GRBL_Plotter.Properties.Settings.Default, "importPalette", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     resources.ApplyResources(this.tBImportSVGPalette, "tBImportSVGPalette");
     this.tBImportSVGPalette.Name = "tBImportSVGPalette";
     this.tBImportSVGPalette.Text = global::GRBL_Plotter.Properties.Settings.Default.importPalette;
     this.toolTip1.SetToolTip(this.tBImportSVGPalette, resources.GetString("tBImportSVGPalette.ToolTip"));
     //
     // cBImportSVGTool
     //
     resources.ApplyResources(this.cBImportSVGTool, "cBImportSVGTool");
     this.cBImportSVGTool.Checked    = global::GRBL_Plotter.Properties.Settings.Default.importSVGToolColor;
     this.cBImportSVGTool.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cBImportSVGTool.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::GRBL_Plotter.Properties.Settings.Default, "importSVGToolColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.cBImportSVGTool.Name = "cBImportSVGTool";
     this.toolTip1.SetToolTip(this.cBImportSVGTool, resources.GetString("cBImportSVGTool.ToolTip"));
     this.cBImportSVGTool.UseVisualStyleBackColor = true;
     //
     // cBImportGCTool
     //
     resources.ApplyResources(this.cBImportGCTool, "cBImportGCTool");
     this.cBImportGCTool.Checked = global::GRBL_Plotter.Properties.Settings.Default.importGCTool;
     this.cBImportGCTool.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::GRBL_Plotter.Properties.Settings.Default, "importGCTool", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.cBImportGCTool.Name = "cBImportGCTool";
     this.toolTip1.SetToolTip(this.cBImportGCTool, resources.GetString("cBImportGCTool.ToolTip"));
     this.cBImportGCTool.UseVisualStyleBackColor = true;
     //
     // btnLoad
     //
     resources.ApplyResources(this.btnLoad, "btnLoad");
     this.btnLoad.Name = "btnLoad";
     this.btnLoad.UseVisualStyleBackColor = true;
     this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.cbExceptColor);
     this.groupBox5.Controls.Add(this.cbExceptAlpha);
     resources.ApplyResources(this.groupBox5, "groupBox5");
     this.groupBox5.Name    = "groupBox5";
     this.groupBox5.TabStop = false;
     //
     // btnTest
     //
     resources.ApplyResources(this.btnTest, "btnTest");
     this.btnTest.Name = "btnTest";
     this.toolTip1.SetToolTip(this.btnTest, resources.GetString("btnTest.ToolTip"));
     this.btnTest.UseVisualStyleBackColor = true;
     this.btnTest.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnCheckOrig_MouseDown);
     this.btnTest.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.btnCheckOrig_MouseUp);
     //
     // btnList
     //
     resources.ApplyResources(this.btnList, "btnList");
     this.btnList.Name = "btnList";
     this.toolTip1.SetToolTip(this.btnList, resources.GetString("btnList.ToolTip"));
     this.btnList.UseVisualStyleBackColor = true;
     this.btnList.Click += new System.EventHandler(this.btnList_Click);
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.cbSkipToolOrder);
     this.groupBox6.Controls.Add(this.label7);
     this.groupBox6.Controls.Add(this.nUDMode);
     resources.ApplyResources(this.groupBox6, "groupBox6");
     this.groupBox6.Name    = "groupBox6";
     this.groupBox6.TabStop = false;
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.Color.Yellow;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.loadPictureToolStripMenuItem
     });
     resources.ApplyResources(this.menuStrip1, "menuStrip1");
     this.menuStrip1.Name = "menuStrip1";
     //
     // loadPictureToolStripMenuItem
     //
     this.loadPictureToolStripMenuItem.Name = "loadPictureToolStripMenuItem";
     resources.ApplyResources(this.loadPictureToolStripMenuItem, "loadPictureToolStripMenuItem");
     this.loadPictureToolStripMenuItem.Click += new System.EventHandler(this.btnLoad_Click);
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.groupBox9);
     this.groupBox7.Controls.Add(this.groupBox8);
     this.groupBox7.Controls.Add(this.rBProcessTool);
     this.groupBox7.Controls.Add(this.rBProcessZ);
     resources.ApplyResources(this.groupBox7, "groupBox7");
     this.groupBox7.Name    = "groupBox7";
     this.groupBox7.TabStop = false;
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.groupBox6);
     this.groupBox9.Controls.Add(this.groupBox5);
     this.groupBox9.Controls.Add(this.cBImportGCTool);
     this.groupBox9.Controls.Add(this.btnTest);
     this.groupBox9.Controls.Add(this.btnList);
     this.groupBox9.Controls.Add(this.tBImportSVGPalette);
     this.groupBox9.Controls.Add(this.label10);
     this.groupBox9.Controls.Add(this.cBImportSVGTool);
     resources.ApplyResources(this.groupBox9, "groupBox9");
     this.groupBox9.Name    = "groupBox9";
     this.groupBox9.TabStop = false;
     //
     // label10
     //
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name = "label10";
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.label8);
     this.groupBox8.Controls.Add(this.nUDZTop);
     this.groupBox8.Controls.Add(this.label9);
     this.groupBox8.Controls.Add(this.nUDZBot);
     this.groupBox8.Controls.Add(this.cBCompress);
     resources.ApplyResources(this.groupBox8, "groupBox8");
     this.groupBox8.Name    = "groupBox8";
     this.groupBox8.TabStop = false;
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name = "label8";
     //
     // nUDZTop
     //
     this.nUDZTop.DecimalPlaces = 2;
     resources.ApplyResources(this.nUDZTop, "nUDZTop");
     this.nUDZTop.Minimum = new decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.nUDZTop.Name = "nUDZTop";
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // cBCompress
     //
     resources.ApplyResources(this.cBCompress, "cBCompress");
     this.cBCompress.Checked    = true;
     this.cBCompress.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cBCompress.Name       = "cBCompress";
     this.cBCompress.UseVisualStyleBackColor = true;
     //
     // rBProcessTool
     //
     resources.ApplyResources(this.rBProcessTool, "rBProcessTool");
     this.rBProcessTool.Name = "rBProcessTool";
     this.rBProcessTool.UseVisualStyleBackColor = true;
     //
     // rBProcessZ
     //
     resources.ApplyResources(this.rBProcessZ, "rBProcessZ");
     this.rBProcessZ.Checked = true;
     this.rBProcessZ.Name    = "rBProcessZ";
     this.rBProcessZ.TabStop = true;
     this.rBProcessZ.UseVisualStyleBackColor = true;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 200;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // GCodeFromImage
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox7);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.btnLoad);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.btnGenerate);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "GCodeFromImage";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.GCodeFromImage_FormClosing);
     this.Load         += new System.EventHandler(this.ImageToGCode_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nUDReso)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nUDHeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nUDWidth)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tBarGamma)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tBarContrast)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tBarBrightness)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nUDMode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nUDZBot)).EndInit();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.groupBox9.ResumeLayout(false);
     this.groupBox9.PerformLayout();
     this.groupBox8.ResumeLayout(false);
     this.groupBox8.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nUDZTop)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#32
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.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TileForm));
     this.tabTileForm      = new MetroFramework.Controls.MetroTabControl();
     this.pageMacro        = new MetroFramework.Controls.MetroTabPage();
     this.btnMacroSave     = new MetroFramework.Controls.MetroButton();
     this.gridMacro        = new MetroFramework.Controls.MetroGrid();
     this.ColMacroName     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColMacro         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColMacroEnable   = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.pageLog          = new MetroFramework.Controls.MetroTabPage();
     this.tboxLog          = new MetroFramework.Controls.MetroTextBox();
     this.pageSettings     = new MetroFramework.Controls.MetroTabPage();
     this.cboxLogToken     = new MetroFramework.Controls.MetroComboBox();
     this.lblLogToken      = new MetroFramework.Controls.MetroLabel();
     this.cboxLogSaveType  = new MetroFramework.Controls.MetroComboBox();
     this.lblLogType       = new MetroFramework.Controls.MetroLabel();
     this.btnLogPathFind   = new MetroFramework.Controls.MetroButton();
     this.lblLogEnable     = new MetroFramework.Controls.MetroLabel();
     this.toggleLogSave    = new MetroFramework.Controls.MetroToggle();
     this.tboxLogSavePath  = new MetroFramework.Controls.MetroTextBox();
     this.lblLogSavePath   = new MetroFramework.Controls.MetroLabel();
     this.cboxTileColor    = new MetroFramework.Controls.MetroComboBox();
     this.cboxFlow         = new MetroFramework.Controls.MetroComboBox();
     this.cboxStopBit      = new MetroFramework.Controls.MetroComboBox();
     this.cboxParity       = new MetroFramework.Controls.MetroComboBox();
     this.cboxDataBit      = new MetroFramework.Controls.MetroComboBox();
     this.cboxBaudRate     = new MetroFramework.Controls.MetroComboBox();
     this.cboxPort         = new MetroFramework.Controls.MetroComboBox();
     this.tboxSerialName   = new MetroFramework.Controls.MetroTextBox();
     this.lblFlow          = new MetroFramework.Controls.MetroLabel();
     this.lblStopBit       = new MetroFramework.Controls.MetroLabel();
     this.lblParity        = new MetroFramework.Controls.MetroLabel();
     this.lblDataBit       = new MetroFramework.Controls.MetroLabel();
     this.lblBaudRate      = new MetroFramework.Controls.MetroLabel();
     this.lblPort          = new MetroFramework.Controls.MetroLabel();
     this.lblSerialName    = new MetroFramework.Controls.MetroLabel();
     this.btnCancel        = new MetroFramework.Controls.MetroButton();
     this.btnAdapt         = new MetroFramework.Controls.MetroButton();
     this.lblTileColor     = new MetroFramework.Controls.MetroLabel();
     this.btnDelayDown     = new MetroFramework.Controls.MetroButton();
     this.tboxDelay        = new MetroFramework.Controls.MetroTextBox();
     this.btnDelayUp       = new MetroFramework.Controls.MetroButton();
     this.lblDelay         = new MetroFramework.Controls.MetroLabel();
     this.lblMacroEnable   = new MetroFramework.Controls.MetroLabel();
     this.toggleEnable     = new MetroFramework.Controls.MetroToggle();
     this.ctrlTileThemeMgr = new MetroFramework.Components.MetroStyleManager(this.components);
     this.tabTileForm.SuspendLayout();
     this.pageMacro.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridMacro)).BeginInit();
     this.pageLog.SuspendLayout();
     this.pageSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctrlTileThemeMgr)).BeginInit();
     this.SuspendLayout();
     //
     // tabTileForm
     //
     this.tabTileForm.Controls.Add(this.pageMacro);
     this.tabTileForm.Controls.Add(this.pageLog);
     this.tabTileForm.Controls.Add(this.pageSettings);
     resources.ApplyResources(this.tabTileForm, "tabTileForm");
     this.tabTileForm.Name          = "tabTileForm";
     this.tabTileForm.SelectedIndex = 2;
     this.tabTileForm.UseSelectable = true;
     //
     // pageMacro
     //
     this.pageMacro.Controls.Add(this.btnMacroSave);
     this.pageMacro.Controls.Add(this.gridMacro);
     this.pageMacro.HorizontalScrollbarBarColor         = true;
     this.pageMacro.HorizontalScrollbarHighlightOnWheel = false;
     this.pageMacro.HorizontalScrollbarSize             = 10;
     resources.ApplyResources(this.pageMacro, "pageMacro");
     this.pageMacro.Name = "pageMacro";
     this.pageMacro.VerticalScrollbarBarColor         = true;
     this.pageMacro.VerticalScrollbarHighlightOnWheel = false;
     this.pageMacro.VerticalScrollbarSize             = 10;
     //
     // btnMacroSave
     //
     resources.ApplyResources(this.btnMacroSave, "btnMacroSave");
     this.btnMacroSave.Name          = "btnMacroSave";
     this.btnMacroSave.UseSelectable = true;
     this.btnMacroSave.Click        += new System.EventHandler(this.btnMacroSave_Click);
     //
     // gridMacro
     //
     this.gridMacro.AllowUserToResizeRows         = false;
     this.gridMacro.BackgroundColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.gridMacro.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.gridMacro.CellBorderStyle               = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.gridMacro.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle7.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle7.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
     dataGridViewCellStyle7.Font                  = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle7.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle7.SelectionBackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle7.SelectionForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle7.WrapMode              = System.Windows.Forms.DataGridViewTriState.True;
     this.gridMacro.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
     this.gridMacro.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gridMacro.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ColMacroName,
         this.ColMacro,
         this.ColMacroEnable
     });
     dataGridViewCellStyle8.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle8.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle8.Font               = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle8.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136)))));
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle8.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.gridMacro.DefaultCellStyle           = dataGridViewCellStyle8;
     this.gridMacro.EnableHeadersVisualStyles  = false;
     resources.ApplyResources(this.gridMacro, "gridMacro");
     this.gridMacro.GridColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.gridMacro.Name                       = "gridMacro";
     this.gridMacro.RowHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle9.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle9.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
     dataGridViewCellStyle9.Font               = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle9.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle9.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.gridMacro.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
     this.gridMacro.RowHeadersWidthSizeMode    = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.gridMacro.RowTemplate.Height         = 23;
     this.gridMacro.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     //
     // ColMacroName
     //
     resources.ApplyResources(this.ColMacroName, "ColMacroName");
     this.ColMacroName.Name     = "ColMacroName";
     this.ColMacroName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColMacro
     //
     resources.ApplyResources(this.ColMacro, "ColMacro");
     this.ColMacro.Name     = "ColMacro";
     this.ColMacro.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColMacroEnable
     //
     resources.ApplyResources(this.ColMacroEnable, "ColMacroEnable");
     this.ColMacroEnable.Name = "ColMacroEnable";
     //
     // pageLog
     //
     this.pageLog.Controls.Add(this.tboxLog);
     this.pageLog.HorizontalScrollbarBarColor         = true;
     this.pageLog.HorizontalScrollbarHighlightOnWheel = false;
     this.pageLog.HorizontalScrollbarSize             = 10;
     resources.ApplyResources(this.pageLog, "pageLog");
     this.pageLog.Name = "pageLog";
     this.pageLog.VerticalScrollbarBarColor         = true;
     this.pageLog.VerticalScrollbarHighlightOnWheel = false;
     this.pageLog.VerticalScrollbarSize             = 10;
     //
     // tboxLog
     //
     //
     //
     //
     this.tboxLog.CustomButton.Image         = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     this.tboxLog.CustomButton.Location      = ((System.Drawing.Point)(resources.GetObject("resource.Location")));
     this.tboxLog.CustomButton.Name          = "";
     this.tboxLog.CustomButton.Size          = ((System.Drawing.Size)(resources.GetObject("resource.Size")));
     this.tboxLog.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.tboxLog.CustomButton.TabIndex      = ((int)(resources.GetObject("resource.TabIndex")));
     this.tboxLog.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.tboxLog.CustomButton.UseSelectable = true;
     this.tboxLog.CustomButton.Visible       = ((bool)(resources.GetObject("resource.Visible")));
     this.tboxLog.Lines = new string[0];
     resources.ApplyResources(this.tboxLog, "tboxLog");
     this.tboxLog.MaxLength        = 32767;
     this.tboxLog.Multiline        = true;
     this.tboxLog.Name             = "tboxLog";
     this.tboxLog.PasswordChar     = '\0';
     this.tboxLog.ReadOnly         = true;
     this.tboxLog.ScrollBars       = System.Windows.Forms.ScrollBars.Vertical;
     this.tboxLog.SelectedText     = "";
     this.tboxLog.SelectionLength  = 0;
     this.tboxLog.SelectionStart   = 0;
     this.tboxLog.ShortcutsEnabled = true;
     this.tboxLog.UseSelectable    = true;
     this.tboxLog.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.tboxLog.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // pageSettings
     //
     this.pageSettings.Controls.Add(this.cboxLogToken);
     this.pageSettings.Controls.Add(this.lblLogToken);
     this.pageSettings.Controls.Add(this.cboxLogSaveType);
     this.pageSettings.Controls.Add(this.lblLogType);
     this.pageSettings.Controls.Add(this.btnLogPathFind);
     this.pageSettings.Controls.Add(this.lblLogEnable);
     this.pageSettings.Controls.Add(this.toggleLogSave);
     this.pageSettings.Controls.Add(this.tboxLogSavePath);
     this.pageSettings.Controls.Add(this.lblLogSavePath);
     this.pageSettings.Controls.Add(this.cboxTileColor);
     this.pageSettings.Controls.Add(this.cboxFlow);
     this.pageSettings.Controls.Add(this.cboxStopBit);
     this.pageSettings.Controls.Add(this.cboxParity);
     this.pageSettings.Controls.Add(this.cboxDataBit);
     this.pageSettings.Controls.Add(this.cboxBaudRate);
     this.pageSettings.Controls.Add(this.cboxPort);
     this.pageSettings.Controls.Add(this.tboxSerialName);
     this.pageSettings.Controls.Add(this.lblFlow);
     this.pageSettings.Controls.Add(this.lblStopBit);
     this.pageSettings.Controls.Add(this.lblParity);
     this.pageSettings.Controls.Add(this.lblDataBit);
     this.pageSettings.Controls.Add(this.lblBaudRate);
     this.pageSettings.Controls.Add(this.lblPort);
     this.pageSettings.Controls.Add(this.lblSerialName);
     this.pageSettings.Controls.Add(this.btnCancel);
     this.pageSettings.Controls.Add(this.btnAdapt);
     this.pageSettings.Controls.Add(this.lblTileColor);
     this.pageSettings.Controls.Add(this.btnDelayDown);
     this.pageSettings.Controls.Add(this.tboxDelay);
     this.pageSettings.Controls.Add(this.btnDelayUp);
     this.pageSettings.Controls.Add(this.lblDelay);
     this.pageSettings.Controls.Add(this.lblMacroEnable);
     this.pageSettings.Controls.Add(this.toggleEnable);
     this.pageSettings.HorizontalScrollbarBarColor         = true;
     this.pageSettings.HorizontalScrollbarHighlightOnWheel = false;
     this.pageSettings.HorizontalScrollbarSize             = 10;
     resources.ApplyResources(this.pageSettings, "pageSettings");
     this.pageSettings.Name = "pageSettings";
     this.pageSettings.VerticalScrollbarBarColor         = true;
     this.pageSettings.VerticalScrollbarHighlightOnWheel = false;
     this.pageSettings.VerticalScrollbarSize             = 10;
     //
     // cboxLogToken
     //
     this.cboxLogToken.FormattingEnabled = true;
     resources.ApplyResources(this.cboxLogToken, "cboxLogToken");
     this.cboxLogToken.Name          = "cboxLogToken";
     this.cboxLogToken.UseSelectable = true;
     //
     // lblLogToken
     //
     resources.ApplyResources(this.lblLogToken, "lblLogToken");
     this.lblLogToken.Name = "lblLogToken";
     //
     // cboxLogSaveType
     //
     this.cboxLogSaveType.FormattingEnabled = true;
     resources.ApplyResources(this.cboxLogSaveType, "cboxLogSaveType");
     this.cboxLogSaveType.Name          = "cboxLogSaveType";
     this.cboxLogSaveType.UseSelectable = true;
     //
     // lblLogType
     //
     resources.ApplyResources(this.lblLogType, "lblLogType");
     this.lblLogType.Name = "lblLogType";
     //
     // btnLogPathFind
     //
     resources.ApplyResources(this.btnLogPathFind, "btnLogPathFind");
     this.btnLogPathFind.Name          = "btnLogPathFind";
     this.btnLogPathFind.UseSelectable = true;
     this.btnLogPathFind.Click        += new System.EventHandler(this.btnLogPathFind_Click);
     //
     // lblLogEnable
     //
     resources.ApplyResources(this.lblLogEnable, "lblLogEnable");
     this.lblLogEnable.Name = "lblLogEnable";
     //
     // toggleLogSave
     //
     resources.ApplyResources(this.toggleLogSave, "toggleLogSave");
     this.toggleLogSave.Name          = "toggleLogSave";
     this.toggleLogSave.UseSelectable = true;
     //
     // tboxLogSavePath
     //
     //
     //
     //
     this.tboxLogSavePath.CustomButton.Image         = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     this.tboxLogSavePath.CustomButton.ImeMode       = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode")));
     this.tboxLogSavePath.CustomButton.Location      = ((System.Drawing.Point)(resources.GetObject("resource.Location1")));
     this.tboxLogSavePath.CustomButton.Name          = "";
     this.tboxLogSavePath.CustomButton.Size          = ((System.Drawing.Size)(resources.GetObject("resource.Size1")));
     this.tboxLogSavePath.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.tboxLogSavePath.CustomButton.TabIndex      = ((int)(resources.GetObject("resource.TabIndex1")));
     this.tboxLogSavePath.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.tboxLogSavePath.CustomButton.UseSelectable = true;
     this.tboxLogSavePath.CustomButton.Visible       = ((bool)(resources.GetObject("resource.Visible1")));
     this.tboxLogSavePath.Lines = new string[0];
     resources.ApplyResources(this.tboxLogSavePath, "tboxLogSavePath");
     this.tboxLogSavePath.MaxLength        = 32767;
     this.tboxLogSavePath.Name             = "tboxLogSavePath";
     this.tboxLogSavePath.PasswordChar     = '\0';
     this.tboxLogSavePath.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.tboxLogSavePath.SelectedText     = "";
     this.tboxLogSavePath.SelectionLength  = 0;
     this.tboxLogSavePath.SelectionStart   = 0;
     this.tboxLogSavePath.ShortcutsEnabled = true;
     this.tboxLogSavePath.UseSelectable    = true;
     this.tboxLogSavePath.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.tboxLogSavePath.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // lblLogSavePath
     //
     resources.ApplyResources(this.lblLogSavePath, "lblLogSavePath");
     this.lblLogSavePath.Name = "lblLogSavePath";
     //
     // cboxTileColor
     //
     this.cboxTileColor.FormattingEnabled = true;
     resources.ApplyResources(this.cboxTileColor, "cboxTileColor");
     this.cboxTileColor.Name          = "cboxTileColor";
     this.cboxTileColor.UseSelectable = true;
     //
     // cboxFlow
     //
     this.cboxFlow.FormattingEnabled = true;
     resources.ApplyResources(this.cboxFlow, "cboxFlow");
     this.cboxFlow.Name          = "cboxFlow";
     this.cboxFlow.UseSelectable = true;
     //
     // cboxStopBit
     //
     this.cboxStopBit.FormattingEnabled = true;
     resources.ApplyResources(this.cboxStopBit, "cboxStopBit");
     this.cboxStopBit.Name          = "cboxStopBit";
     this.cboxStopBit.UseSelectable = true;
     //
     // cboxParity
     //
     this.cboxParity.FormattingEnabled = true;
     resources.ApplyResources(this.cboxParity, "cboxParity");
     this.cboxParity.Name          = "cboxParity";
     this.cboxParity.UseSelectable = true;
     //
     // cboxDataBit
     //
     this.cboxDataBit.FormattingEnabled = true;
     resources.ApplyResources(this.cboxDataBit, "cboxDataBit");
     this.cboxDataBit.Name          = "cboxDataBit";
     this.cboxDataBit.UseSelectable = true;
     //
     // cboxBaudRate
     //
     this.cboxBaudRate.FormattingEnabled = true;
     resources.ApplyResources(this.cboxBaudRate, "cboxBaudRate");
     this.cboxBaudRate.Name          = "cboxBaudRate";
     this.cboxBaudRate.UseSelectable = true;
     //
     // cboxPort
     //
     this.cboxPort.FormattingEnabled = true;
     resources.ApplyResources(this.cboxPort, "cboxPort");
     this.cboxPort.Name          = "cboxPort";
     this.cboxPort.UseSelectable = true;
     //
     // tboxSerialName
     //
     //
     //
     //
     this.tboxSerialName.CustomButton.Image         = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
     this.tboxSerialName.CustomButton.Location      = ((System.Drawing.Point)(resources.GetObject("resource.Location2")));
     this.tboxSerialName.CustomButton.Name          = "";
     this.tboxSerialName.CustomButton.Size          = ((System.Drawing.Size)(resources.GetObject("resource.Size2")));
     this.tboxSerialName.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.tboxSerialName.CustomButton.TabIndex      = ((int)(resources.GetObject("resource.TabIndex2")));
     this.tboxSerialName.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.tboxSerialName.CustomButton.UseSelectable = true;
     this.tboxSerialName.CustomButton.Visible       = ((bool)(resources.GetObject("resource.Visible2")));
     this.tboxSerialName.Lines = new string[0];
     resources.ApplyResources(this.tboxSerialName, "tboxSerialName");
     this.tboxSerialName.MaxLength        = 32767;
     this.tboxSerialName.Name             = "tboxSerialName";
     this.tboxSerialName.PasswordChar     = '\0';
     this.tboxSerialName.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.tboxSerialName.SelectedText     = "";
     this.tboxSerialName.SelectionLength  = 0;
     this.tboxSerialName.SelectionStart   = 0;
     this.tboxSerialName.ShortcutsEnabled = true;
     this.tboxSerialName.UseSelectable    = true;
     this.tboxSerialName.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.tboxSerialName.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // lblFlow
     //
     resources.ApplyResources(this.lblFlow, "lblFlow");
     this.lblFlow.Name = "lblFlow";
     //
     // lblStopBit
     //
     resources.ApplyResources(this.lblStopBit, "lblStopBit");
     this.lblStopBit.Name = "lblStopBit";
     //
     // lblParity
     //
     resources.ApplyResources(this.lblParity, "lblParity");
     this.lblParity.Name = "lblParity";
     //
     // lblDataBit
     //
     resources.ApplyResources(this.lblDataBit, "lblDataBit");
     this.lblDataBit.Name = "lblDataBit";
     //
     // lblBaudRate
     //
     resources.ApplyResources(this.lblBaudRate, "lblBaudRate");
     this.lblBaudRate.Name = "lblBaudRate";
     //
     // lblPort
     //
     resources.ApplyResources(this.lblPort, "lblPort");
     this.lblPort.Name = "lblPort";
     //
     // lblSerialName
     //
     resources.ApplyResources(this.lblSerialName, "lblSerialName");
     this.lblSerialName.Name = "lblSerialName";
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name          = "btnCancel";
     this.btnCancel.UseSelectable = true;
     this.btnCancel.Click        += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdapt
     //
     resources.ApplyResources(this.btnAdapt, "btnAdapt");
     this.btnAdapt.Name          = "btnAdapt";
     this.btnAdapt.UseSelectable = true;
     this.btnAdapt.Click        += new System.EventHandler(this.btnAdapt_Click);
     //
     // lblTileColor
     //
     resources.ApplyResources(this.lblTileColor, "lblTileColor");
     this.lblTileColor.Name = "lblTileColor";
     //
     // btnDelayDown
     //
     resources.ApplyResources(this.btnDelayDown, "btnDelayDown");
     this.btnDelayDown.Name          = "btnDelayDown";
     this.btnDelayDown.UseSelectable = true;
     this.btnDelayDown.Click        += new System.EventHandler(this.btnDelayDown_Click);
     //
     // tboxDelay
     //
     //
     //
     //
     this.tboxDelay.CustomButton.Image         = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
     this.tboxDelay.CustomButton.Location      = ((System.Drawing.Point)(resources.GetObject("resource.Location3")));
     this.tboxDelay.CustomButton.Name          = "";
     this.tboxDelay.CustomButton.Size          = ((System.Drawing.Size)(resources.GetObject("resource.Size3")));
     this.tboxDelay.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.tboxDelay.CustomButton.TabIndex      = ((int)(resources.GetObject("resource.TabIndex3")));
     this.tboxDelay.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.tboxDelay.CustomButton.UseSelectable = true;
     this.tboxDelay.CustomButton.Visible       = ((bool)(resources.GetObject("resource.Visible3")));
     this.tboxDelay.Lines = new string[0];
     resources.ApplyResources(this.tboxDelay, "tboxDelay");
     this.tboxDelay.MaxLength        = 32767;
     this.tboxDelay.Name             = "tboxDelay";
     this.tboxDelay.PasswordChar     = '\0';
     this.tboxDelay.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.tboxDelay.SelectedText     = "";
     this.tboxDelay.SelectionLength  = 0;
     this.tboxDelay.SelectionStart   = 0;
     this.tboxDelay.ShortcutsEnabled = true;
     this.tboxDelay.UseSelectable    = true;
     this.tboxDelay.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.tboxDelay.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     this.tboxDelay.KeyPress        += new System.Windows.Forms.KeyPressEventHandler(this.tboxDelay_KeyPress);
     //
     // btnDelayUp
     //
     resources.ApplyResources(this.btnDelayUp, "btnDelayUp");
     this.btnDelayUp.Name          = "btnDelayUp";
     this.btnDelayUp.UseSelectable = true;
     this.btnDelayUp.Click        += new System.EventHandler(this.btnDelayUp_Click);
     //
     // lblDelay
     //
     resources.ApplyResources(this.lblDelay, "lblDelay");
     this.lblDelay.Name = "lblDelay";
     //
     // lblMacroEnable
     //
     resources.ApplyResources(this.lblMacroEnable, "lblMacroEnable");
     this.lblMacroEnable.Name = "lblMacroEnable";
     //
     // toggleEnable
     //
     resources.ApplyResources(this.toggleEnable, "toggleEnable");
     this.toggleEnable.Name          = "toggleEnable";
     this.toggleEnable.UseSelectable = true;
     //
     // ctrlTileThemeMgr
     //
     this.ctrlTileThemeMgr.Owner = this;
     //
     // TileForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabTileForm);
     this.Name         = "TileForm";
     this.Resizable    = false;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TileForm_FormClosing);
     this.tabTileForm.ResumeLayout(false);
     this.pageMacro.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridMacro)).EndInit();
     this.pageLog.ResumeLayout(false);
     this.pageSettings.ResumeLayout(false);
     this.pageSettings.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctrlTileThemeMgr)).EndInit();
     this.ResumeLayout(false);
 }
示例#33
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(frmClock));
     this.lblTime    = new System.Windows.Forms.Label();
     this.tmrClock   = new System.Windows.Forms.Timer(this.components);
     this.grpBox     = new System.Windows.Forms.GroupBox();
     this.rbLong     = new System.Windows.Forms.RadioButton();
     this.rbShort    = new System.Windows.Forms.RadioButton();
     this.button2    = new System.Windows.Forms.Button();
     this.btnHide    = new System.Windows.Forms.Button();
     this.cbPosition = new System.Windows.Forms.ComboBox();
     this.grpBox.SuspendLayout();
     this.SuspendLayout();
     //
     // lblTime
     //
     this.lblTime.BackColor   = System.Drawing.Color.Black;
     this.lblTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblTime.FlatStyle   = System.Windows.Forms.FlatStyle.Popup;
     resources.ApplyResources(this.lblTime, "lblTime");
     this.lblTime.ForeColor    = System.Drawing.Color.DarkOrange;
     this.lblTime.Name         = "lblTime";
     this.lblTime.DoubleClick += new System.EventHandler(this.lblTime_DoubleClick);
     //
     // tmrClock
     //
     this.tmrClock.Enabled  = true;
     this.tmrClock.Interval = 1000;
     this.tmrClock.Tick    += new System.EventHandler(this.tmrClock_Tick);
     //
     // grpBox
     //
     this.grpBox.Controls.Add(this.rbLong);
     this.grpBox.Controls.Add(this.rbShort);
     resources.ApplyResources(this.grpBox, "grpBox");
     this.grpBox.Name    = "grpBox";
     this.grpBox.TabStop = false;
     //
     // rbLong
     //
     resources.ApplyResources(this.rbLong, "rbLong");
     this.rbLong.Name    = "rbLong";
     this.rbLong.TabStop = true;
     this.rbLong.UseVisualStyleBackColor = true;
     //
     // rbShort
     //
     resources.ApplyResources(this.rbShort, "rbShort");
     this.rbShort.Name    = "rbShort";
     this.rbShort.TabStop = true;
     this.rbShort.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.Red;
     this.button2.ForeColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // btnHide
     //
     resources.ApplyResources(this.btnHide, "btnHide");
     this.btnHide.Name = "btnHide";
     this.btnHide.UseVisualStyleBackColor = true;
     this.btnHide.Click += new System.EventHandler(this.btnHide_Click);
     //
     // cbPosition
     //
     this.cbPosition.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbPosition.FormattingEnabled = true;
     resources.ApplyResources(this.cbPosition, "cbPosition");
     this.cbPosition.Name = "cbPosition";
     this.cbPosition.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // frmClock
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.cbPosition);
     this.Controls.Add(this.btnHide);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.grpBox);
     this.Controls.Add(this.lblTime);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "frmClock";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.frmClock_FormClosed);
     this.Load           += new System.EventHandler(this.frmClock_Load);
     this.grpBox.ResumeLayout(false);
     this.grpBox.PerformLayout();
     this.ResumeLayout(false);
 }
示例#34
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(AboutForm));
     this.versionLabel                = new System.Windows.Forms.Label();
     this._gitHubLabel                = new System.Windows.Forms.Label();
     this._blogLabel                  = new System.Windows.Forms.Label();
     this._viewGithubLinkLabel        = new System.Windows.Forms.LinkLabel();
     this._viewBlogLinkLabel          = new System.Windows.Forms.LinkLabel();
     this._ownerLabel                 = new System.Windows.Forms.Label();
     this._ownerGithubGlobe           = new System.Windows.Forms.PictureBox();
     this.pictureBox1                 = new System.Windows.Forms.PictureBox();
     this._ownerNameTag               = new System.Windows.Forms.Label();
     this._committersLabel            = new System.Windows.Forms.Label();
     this._dmxtGithubGlobe            = new System.Windows.Forms.PictureBox();
     this._dmxtNameTag                = new System.Windows.Forms.Label();
     this._impulserGithubGlobe        = new System.Windows.Forms.PictureBox();
     this._impulserNameTag            = new System.Windows.Forms.Label();
     this._stackOfPancakesGithubGlobe = new System.Windows.Forms.PictureBox();
     this._stackOfPancakesNameTag     = new System.Windows.Forms.Label();
     this._copyrightLabel             = new System.Windows.Forms.Label();
     this._steamGroupLabel            = new System.Windows.Forms.Label();
     this._viewSteamGroupLinkLabel    = new System.Windows.Forms.LinkLabel();
     this._codeusaSoftwareLogo        = new System.Windows.Forms.PictureBox();
     this._madpewGithubGlobe          = new System.Windows.Forms.PictureBox();
     this._madpewNametag              = new System.Windows.Forms.Label();
     this._psouza4Nametag             = new System.Windows.Forms.Label();
     this._psouza4GithubGlobe         = new System.Windows.Forms.PictureBox();
     this.pictureBox2                 = new System.Windows.Forms.PictureBox();
     this._SecretOnlineNametag        = new System.Windows.Forms.Label();
     this._SecretOnlineGithubGlobe    = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this._ownerGithubGlobe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._dmxtGithubGlobe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._impulserGithubGlobe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._stackOfPancakesGithubGlobe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._codeusaSoftwareLogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._madpewGithubGlobe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._psouza4GithubGlobe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._SecretOnlineGithubGlobe)).BeginInit();
     this.SuspendLayout();
     //
     // versionLabel
     //
     resources.ApplyResources(this.versionLabel, "versionLabel");
     this.versionLabel.Name = "versionLabel";
     //
     // _gitHubLabel
     //
     resources.ApplyResources(this._gitHubLabel, "_gitHubLabel");
     this._gitHubLabel.Name = "_gitHubLabel";
     //
     // _blogLabel
     //
     resources.ApplyResources(this._blogLabel, "_blogLabel");
     this._blogLabel.Name = "_blogLabel";
     //
     // _viewGithubLinkLabel
     //
     resources.ApplyResources(this._viewGithubLinkLabel, "_viewGithubLinkLabel");
     this._viewGithubLinkLabel.Name         = "_viewGithubLinkLabel";
     this._viewGithubLinkLabel.TabStop      = true;
     this._viewGithubLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenGithubRepo);
     //
     // _viewBlogLinkLabel
     //
     resources.ApplyResources(this._viewBlogLinkLabel, "_viewBlogLinkLabel");
     this._viewBlogLinkLabel.Name         = "_viewBlogLinkLabel";
     this._viewBlogLinkLabel.TabStop      = true;
     this._viewBlogLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenBlog);
     //
     // _ownerLabel
     //
     resources.ApplyResources(this._ownerLabel, "_ownerLabel");
     this._ownerLabel.Name = "_ownerLabel";
     //
     // _ownerGithubGlobe
     //
     resources.ApplyResources(this._ownerGithubGlobe, "_ownerGithubGlobe");
     this._ownerGithubGlobe.Cursor  = System.Windows.Forms.Cursors.Hand;
     this._ownerGithubGlobe.Name    = "_ownerGithubGlobe";
     this._ownerGithubGlobe.TabStop = false;
     this._ownerGithubGlobe.Click  += new System.EventHandler(this.OpenOwnerGithub);
     //
     // pictureBox1
     //
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.Cursor  = System.Windows.Forms.Cursors.Hand;
     this.pictureBox1.Name    = "pictureBox1";
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Click  += new System.EventHandler(this.OpenOwnerSteam);
     //
     // _ownerNameTag
     //
     resources.ApplyResources(this._ownerNameTag, "_ownerNameTag");
     this._ownerNameTag.Name = "_ownerNameTag";
     //
     // _committersLabel
     //
     resources.ApplyResources(this._committersLabel, "_committersLabel");
     this._committersLabel.Name = "_committersLabel";
     //
     // _dmxtGithubGlobe
     //
     resources.ApplyResources(this._dmxtGithubGlobe, "_dmxtGithubGlobe");
     this._dmxtGithubGlobe.Cursor  = System.Windows.Forms.Cursors.Hand;
     this._dmxtGithubGlobe.Name    = "_dmxtGithubGlobe";
     this._dmxtGithubGlobe.TabStop = false;
     this._dmxtGithubGlobe.Click  += new System.EventHandler(this.OpenDmxtGithub);
     //
     // _dmxtNameTag
     //
     resources.ApplyResources(this._dmxtNameTag, "_dmxtNameTag");
     this._dmxtNameTag.Name = "_dmxtNameTag";
     //
     // _impulserGithubGlobe
     //
     resources.ApplyResources(this._impulserGithubGlobe, "_impulserGithubGlobe");
     this._impulserGithubGlobe.Cursor  = System.Windows.Forms.Cursors.Hand;
     this._impulserGithubGlobe.Name    = "_impulserGithubGlobe";
     this._impulserGithubGlobe.TabStop = false;
     this._impulserGithubGlobe.Click  += new System.EventHandler(this.OpenImpulserGithub);
     //
     // _impulserNameTag
     //
     resources.ApplyResources(this._impulserNameTag, "_impulserNameTag");
     this._impulserNameTag.Cursor = System.Windows.Forms.Cursors.Hand;
     this._impulserNameTag.Name   = "_impulserNameTag";
     this._impulserNameTag.Click += new System.EventHandler(this._impulserNameTag_Click);
     //
     // _stackOfPancakesGithubGlobe
     //
     resources.ApplyResources(this._stackOfPancakesGithubGlobe, "_stackOfPancakesGithubGlobe");
     this._stackOfPancakesGithubGlobe.Cursor  = System.Windows.Forms.Cursors.Hand;
     this._stackOfPancakesGithubGlobe.Name    = "_stackOfPancakesGithubGlobe";
     this._stackOfPancakesGithubGlobe.TabStop = false;
     this._stackOfPancakesGithubGlobe.Click  += new System.EventHandler(this.OpenStackOfPancakesGithub);
     //
     // _stackOfPancakesNameTag
     //
     resources.ApplyResources(this._stackOfPancakesNameTag, "_stackOfPancakesNameTag");
     this._stackOfPancakesNameTag.Name = "_stackOfPancakesNameTag";
     //
     // _copyrightLabel
     //
     resources.ApplyResources(this._copyrightLabel, "_copyrightLabel");
     this._copyrightLabel.Name = "_copyrightLabel";
     //
     // _steamGroupLabel
     //
     resources.ApplyResources(this._steamGroupLabel, "_steamGroupLabel");
     this._steamGroupLabel.Name = "_steamGroupLabel";
     //
     // _viewSteamGroupLinkLabel
     //
     resources.ApplyResources(this._viewSteamGroupLinkLabel, "_viewSteamGroupLinkLabel");
     this._viewSteamGroupLinkLabel.Name         = "_viewSteamGroupLinkLabel";
     this._viewSteamGroupLinkLabel.TabStop      = true;
     this._viewSteamGroupLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenSteamGroup);
     //
     // _codeusaSoftwareLogo
     //
     resources.ApplyResources(this._codeusaSoftwareLogo, "_codeusaSoftwareLogo");
     this._codeusaSoftwareLogo.Name    = "_codeusaSoftwareLogo";
     this._codeusaSoftwareLogo.TabStop = false;
     //
     // _madpewGithubGlobe
     //
     resources.ApplyResources(this._madpewGithubGlobe, "_madpewGithubGlobe");
     this._madpewGithubGlobe.Cursor  = System.Windows.Forms.Cursors.Hand;
     this._madpewGithubGlobe.Name    = "_madpewGithubGlobe";
     this._madpewGithubGlobe.TabStop = false;
     this._madpewGithubGlobe.Click  += new System.EventHandler(this.OpenMadpewGithub);
     //
     // _madpewNametag
     //
     resources.ApplyResources(this._madpewNametag, "_madpewNametag");
     this._madpewNametag.Name = "_madpewNametag";
     //
     // _psouza4Nametag
     //
     resources.ApplyResources(this._psouza4Nametag, "_psouza4Nametag");
     this._psouza4Nametag.Name = "_psouza4Nametag";
     //
     // _psouza4GithubGlobe
     //
     resources.ApplyResources(this._psouza4GithubGlobe, "_psouza4GithubGlobe");
     this._psouza4GithubGlobe.Cursor  = System.Windows.Forms.Cursors.Hand;
     this._psouza4GithubGlobe.Name    = "_psouza4GithubGlobe";
     this._psouza4GithubGlobe.TabStop = false;
     this._psouza4GithubGlobe.Click  += new System.EventHandler(this.OpenPsouza4Github);
     //
     // pictureBox2
     //
     resources.ApplyResources(this.pictureBox2, "pictureBox2");
     this.pictureBox2.Cursor  = System.Windows.Forms.Cursors.Hand;
     this.pictureBox2.Name    = "pictureBox2";
     this.pictureBox2.TabStop = false;
     this.pictureBox2.Click  += new System.EventHandler(this.OpenPsouza4Steam);
     //
     // _SecretOnlineNametag
     //
     resources.ApplyResources(this._SecretOnlineNametag, "_SecretOnlineNametag");
     this._SecretOnlineNametag.Name = "_SecretOnlineNametag";
     //
     // _SecretOnlineGithubGlobe
     //
     resources.ApplyResources(this._SecretOnlineGithubGlobe, "_SecretOnlineGithubGlobe");
     this._SecretOnlineGithubGlobe.Cursor  = System.Windows.Forms.Cursors.Hand;
     this._SecretOnlineGithubGlobe.Name    = "_SecretOnlineGithubGlobe";
     this._SecretOnlineGithubGlobe.TabStop = false;
     this._SecretOnlineGithubGlobe.Click  += new System.EventHandler(this.OpenSecretOnlineGithub);
     //
     // AboutForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this._SecretOnlineNametag);
     this.Controls.Add(this._SecretOnlineGithubGlobe);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this._psouza4Nametag);
     this.Controls.Add(this._psouza4GithubGlobe);
     this.Controls.Add(this._madpewNametag);
     this.Controls.Add(this._madpewGithubGlobe);
     this.Controls.Add(this._codeusaSoftwareLogo);
     this.Controls.Add(this._copyrightLabel);
     this.Controls.Add(this._stackOfPancakesNameTag);
     this.Controls.Add(this._impulserNameTag);
     this.Controls.Add(this._stackOfPancakesGithubGlobe);
     this.Controls.Add(this._dmxtNameTag);
     this.Controls.Add(this._impulserGithubGlobe);
     this.Controls.Add(this._ownerNameTag);
     this.Controls.Add(this._dmxtGithubGlobe);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this._committersLabel);
     this.Controls.Add(this._ownerGithubGlobe);
     this.Controls.Add(this._ownerLabel);
     this.Controls.Add(this._viewSteamGroupLinkLabel);
     this.Controls.Add(this._viewBlogLinkLabel);
     this.Controls.Add(this._viewGithubLinkLabel);
     this.Controls.Add(this._steamGroupLabel);
     this.Controls.Add(this._blogLabel);
     this.Controls.Add(this._gitHubLabel);
     this.Controls.Add(this.versionLabel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AboutForm";
     this.Load           += new System.EventHandler(this.AboutFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this._ownerGithubGlobe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._dmxtGithubGlobe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._impulserGithubGlobe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._stackOfPancakesGithubGlobe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._codeusaSoftwareLogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._madpewGithubGlobe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._psouza4GithubGlobe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._SecretOnlineGithubGlobe)).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(WindowParallelReverse));
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     this.panel4             = new System.Windows.Forms.Panel();
     this.ButtonConfirm      = new System.Windows.Forms.Button();
     this.panel3             = new System.Windows.Forms.Panel();
     this.TextBoxResistor    = new System.Windows.Forms.TextBox();
     this.label4             = new System.Windows.Forms.Label();
     this.panel2             = new System.Windows.Forms.Panel();
     this.ButtonSerie        = new System.Windows.Forms.Button();
     this.label3             = new System.Windows.Forms.Label();
     this.panel1             = new System.Windows.Forms.Panel();
     this.SerieComboBox      = new System.Windows.Forms.ComboBox();
     this.label1             = new System.Windows.Forms.Label();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel2  = new System.Windows.Forms.TableLayoutPanel();
     this.panel5             = new System.Windows.Forms.Panel();
     this.textbox_outError   = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.panel6             = new System.Windows.Forms.Panel();
     this.textbox_outR       = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.panel7             = new System.Windows.Forms.Panel();
     this.textbox_outR2      = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.panel8             = new System.Windows.Forms.Panel();
     this.textbox_outR1      = new System.Windows.Forms.TextBox();
     this.label6             = new System.Windows.Forms.Label();
     this.labelSerieParallel = new System.Windows.Forms.Label();
     this.btnShowList        = new System.Windows.Forms.Button();
     this.CheckboxExact      = new System.Windows.Forms.CheckBox();
     this.btnPrevious        = new System.Windows.Forms.Button();
     this.btnNext            = new System.Windows.Forms.Button();
     this.labelResultCount   = new System.Windows.Forms.Label();
     this.tableLayoutPanel3  = new System.Windows.Forms.TableLayoutPanel();
     this.panel9             = new System.Windows.Forms.Panel();
     this.panel10            = new System.Windows.Forms.Panel();
     this.panel11            = new System.Windows.Forms.Panel();
     this.panel12            = new System.Windows.Forms.Panel();
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel4  = new System.Windows.Forms.TableLayoutPanel();
     this.panel13            = new System.Windows.Forms.Panel();
     this.textbox_Buffer     = new System.Windows.Forms.TextBox();
     this.label9             = new System.Windows.Forms.Label();
     this.panel14            = new System.Windows.Forms.Panel();
     this.textbox_Error      = new System.Windows.Forms.TextBox();
     this.label10            = new System.Windows.Forms.Label();
     this.panel15            = new System.Windows.Forms.Panel();
     this.textbox_RL2        = new System.Windows.Forms.TextBox();
     this.label11            = new System.Windows.Forms.Label();
     this.panel16            = new System.Windows.Forms.Panel();
     this.textbox_RL1        = new System.Windows.Forms.TextBox();
     this.label12            = new System.Windows.Forms.Label();
     this.statusStrip1       = new System.Windows.Forms.StatusStrip();
     this.progressBar        = new System.Windows.Forms.ToolStripProgressBar();
     this.label_status       = new System.Windows.Forms.ToolStripStatusLabel();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel8.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel10.SuspendLayout();
     this.panel11.SuspendLayout();
     this.panel12.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.panel13.SuspendLayout();
     this.panel14.SuspendLayout();
     this.panel15.SuspendLayout();
     this.panel16.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Controls.Add(this.tableLayoutPanel1);
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.panel4, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel3, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // panel4
     //
     resources.ApplyResources(this.panel4, "panel4");
     this.panel4.Controls.Add(this.ButtonConfirm);
     this.panel4.Name = "panel4";
     //
     // ButtonConfirm
     //
     resources.ApplyResources(this.ButtonConfirm, "ButtonConfirm");
     this.ButtonConfirm.Name = "ButtonConfirm";
     this.ButtonConfirm.UseVisualStyleBackColor = true;
     this.ButtonConfirm.Click += new System.EventHandler(this.ButtonConfirm_Click);
     //
     // panel3
     //
     resources.ApplyResources(this.panel3, "panel3");
     this.panel3.Controls.Add(this.TextBoxResistor);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Name = "panel3";
     //
     // TextBoxResistor
     //
     resources.ApplyResources(this.TextBoxResistor, "TextBoxResistor");
     this.TextBoxResistor.Name     = "TextBoxResistor";
     this.TextBoxResistor.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxResistor_KeyDown);
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // panel2
     //
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Controls.Add(this.ButtonSerie);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Name = "panel2";
     //
     // ButtonSerie
     //
     resources.ApplyResources(this.ButtonSerie, "ButtonSerie");
     this.ButtonSerie.Name = "ButtonSerie";
     this.ButtonSerie.UseVisualStyleBackColor = true;
     this.ButtonSerie.Click += new System.EventHandler(this.ButtonSerie_Click);
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Controls.Add(this.SerieComboBox);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Name = "panel1";
     //
     // SerieComboBox
     //
     resources.ApplyResources(this.SerieComboBox, "SerieComboBox");
     this.SerieComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.SerieComboBox.FormattingEnabled = true;
     this.SerieComboBox.Items.AddRange(new object[] {
         resources.GetString("SerieComboBox.Items"),
         resources.GetString("SerieComboBox.Items1"),
         resources.GetString("SerieComboBox.Items2"),
         resources.GetString("SerieComboBox.Items3"),
         resources.GetString("SerieComboBox.Items4"),
         resources.GetString("SerieComboBox.Items5"),
         resources.GetString("SerieComboBox.Items6")
     });
     this.SerieComboBox.Name = "SerieComboBox";
     this.SerieComboBox.SelectedIndexChanged += new System.EventHandler(this.SerieComboBox_SelectedIndexChanged);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Controls.Add(this.tableLayoutPanel2);
     this.groupBox2.Name    = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // tableLayoutPanel2
     //
     resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
     this.tableLayoutPanel2.Controls.Add(this.panel5, 4, 0);
     this.tableLayoutPanel2.Controls.Add(this.panel6, 3, 0);
     this.tableLayoutPanel2.Controls.Add(this.panel7, 2, 0);
     this.tableLayoutPanel2.Controls.Add(this.panel8, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.labelSerieParallel, 1, 0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     //
     // panel5
     //
     resources.ApplyResources(this.panel5, "panel5");
     this.panel5.Controls.Add(this.textbox_outError);
     this.panel5.Controls.Add(this.label7);
     this.panel5.Name = "panel5";
     //
     // textbox_outError
     //
     resources.ApplyResources(this.textbox_outError, "textbox_outError");
     this.textbox_outError.Name     = "textbox_outError";
     this.textbox_outError.ReadOnly = true;
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // panel6
     //
     resources.ApplyResources(this.panel6, "panel6");
     this.panel6.Controls.Add(this.textbox_outR);
     this.panel6.Controls.Add(this.label2);
     this.panel6.Name = "panel6";
     //
     // textbox_outR
     //
     resources.ApplyResources(this.textbox_outR, "textbox_outR");
     this.textbox_outR.Name     = "textbox_outR";
     this.textbox_outR.ReadOnly = true;
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // panel7
     //
     resources.ApplyResources(this.panel7, "panel7");
     this.panel7.Controls.Add(this.textbox_outR2);
     this.panel7.Controls.Add(this.label5);
     this.panel7.Name = "panel7";
     //
     // textbox_outR2
     //
     resources.ApplyResources(this.textbox_outR2, "textbox_outR2");
     this.textbox_outR2.Name     = "textbox_outR2";
     this.textbox_outR2.ReadOnly = true;
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // panel8
     //
     resources.ApplyResources(this.panel8, "panel8");
     this.panel8.Controls.Add(this.textbox_outR1);
     this.panel8.Controls.Add(this.label6);
     this.panel8.Name = "panel8";
     //
     // textbox_outR1
     //
     resources.ApplyResources(this.textbox_outR1, "textbox_outR1");
     this.textbox_outR1.Name     = "textbox_outR1";
     this.textbox_outR1.ReadOnly = true;
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // labelSerieParallel
     //
     resources.ApplyResources(this.labelSerieParallel, "labelSerieParallel");
     this.labelSerieParallel.Name = "labelSerieParallel";
     //
     // btnShowList
     //
     resources.ApplyResources(this.btnShowList, "btnShowList");
     this.btnShowList.Name = "btnShowList";
     this.btnShowList.UseVisualStyleBackColor = true;
     this.btnShowList.Click += new System.EventHandler(this.btnShowList_Click);
     //
     // CheckboxExact
     //
     resources.ApplyResources(this.CheckboxExact, "CheckboxExact");
     this.CheckboxExact.Name = "CheckboxExact";
     this.CheckboxExact.UseVisualStyleBackColor = true;
     this.CheckboxExact.CheckedChanged         += new System.EventHandler(this.CheckboxExact_CheckedChanged);
     //
     // btnPrevious
     //
     resources.ApplyResources(this.btnPrevious, "btnPrevious");
     this.btnPrevious.Name = "btnPrevious";
     this.btnPrevious.UseVisualStyleBackColor = true;
     this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
     //
     // btnNext
     //
     resources.ApplyResources(this.btnNext, "btnNext");
     this.btnNext.Name = "btnNext";
     this.btnNext.UseVisualStyleBackColor = true;
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // labelResultCount
     //
     resources.ApplyResources(this.labelResultCount, "labelResultCount");
     this.labelResultCount.Name = "labelResultCount";
     //
     // tableLayoutPanel3
     //
     resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
     this.tableLayoutPanel3.Controls.Add(this.panel9, 4, 0);
     this.tableLayoutPanel3.Controls.Add(this.labelResultCount, 3, 0);
     this.tableLayoutPanel3.Controls.Add(this.panel10, 2, 0);
     this.tableLayoutPanel3.Controls.Add(this.panel11, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.panel12, 0, 0);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     //
     // panel9
     //
     resources.ApplyResources(this.panel9, "panel9");
     this.panel9.Controls.Add(this.btnNext);
     this.panel9.Name = "panel9";
     //
     // panel10
     //
     resources.ApplyResources(this.panel10, "panel10");
     this.panel10.Controls.Add(this.btnPrevious);
     this.panel10.Name = "panel10";
     //
     // panel11
     //
     resources.ApplyResources(this.panel11, "panel11");
     this.panel11.Controls.Add(this.btnShowList);
     this.panel11.Name = "panel11";
     //
     // panel12
     //
     resources.ApplyResources(this.panel12, "panel12");
     this.panel12.Controls.Add(this.CheckboxExact);
     this.panel12.Name = "panel12";
     //
     // groupBox3
     //
     resources.ApplyResources(this.groupBox3, "groupBox3");
     this.groupBox3.Controls.Add(this.tableLayoutPanel4);
     this.groupBox3.Name    = "groupBox3";
     this.groupBox3.TabStop = false;
     //
     // tableLayoutPanel4
     //
     resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
     this.tableLayoutPanel4.Controls.Add(this.panel13, 3, 0);
     this.tableLayoutPanel4.Controls.Add(this.panel14, 2, 0);
     this.tableLayoutPanel4.Controls.Add(this.panel15, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.panel16, 0, 0);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     //
     // panel13
     //
     resources.ApplyResources(this.panel13, "panel13");
     this.panel13.Controls.Add(this.textbox_Buffer);
     this.panel13.Controls.Add(this.label9);
     this.panel13.Name = "panel13";
     //
     // textbox_Buffer
     //
     resources.ApplyResources(this.textbox_Buffer, "textbox_Buffer");
     this.textbox_Buffer.Name = "textbox_Buffer";
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // panel14
     //
     resources.ApplyResources(this.panel14, "panel14");
     this.panel14.Controls.Add(this.textbox_Error);
     this.panel14.Controls.Add(this.label10);
     this.panel14.Name = "panel14";
     //
     // textbox_Error
     //
     resources.ApplyResources(this.textbox_Error, "textbox_Error");
     this.textbox_Error.Name = "textbox_Error";
     //
     // label10
     //
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name = "label10";
     //
     // panel15
     //
     resources.ApplyResources(this.panel15, "panel15");
     this.panel15.Controls.Add(this.textbox_RL2);
     this.panel15.Controls.Add(this.label11);
     this.panel15.Name = "panel15";
     //
     // textbox_RL2
     //
     resources.ApplyResources(this.textbox_RL2, "textbox_RL2");
     this.textbox_RL2.Name = "textbox_RL2";
     //
     // label11
     //
     resources.ApplyResources(this.label11, "label11");
     this.label11.Name = "label11";
     //
     // panel16
     //
     resources.ApplyResources(this.panel16, "panel16");
     this.panel16.Controls.Add(this.textbox_RL1);
     this.panel16.Controls.Add(this.label12);
     this.panel16.Name = "panel16";
     //
     // textbox_RL1
     //
     resources.ApplyResources(this.textbox_RL1, "textbox_RL1");
     this.textbox_RL1.Name = "textbox_RL1";
     //
     // label12
     //
     resources.ApplyResources(this.label12, "label12");
     this.label12.Name = "label12";
     //
     // statusStrip1
     //
     resources.ApplyResources(this.statusStrip1, "statusStrip1");
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.progressBar,
         this.label_status
     });
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.SizingGrip = false;
     //
     // progressBar
     //
     resources.ApplyResources(this.progressBar, "progressBar");
     this.progressBar.Name = "progressBar";
     //
     // label_status
     //
     resources.ApplyResources(this.label_status, "label_status");
     this.label_status.Name = "label_status";
     //
     // WindowParallelReverse
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.tableLayoutPanel3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "WindowParallelReverse";
     this.Load           += new System.EventHandler(this.WindowParallelReverse_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.WindowParallelReverse_KeyDown);
     this.groupBox1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     this.panel7.ResumeLayout(false);
     this.panel7.PerformLayout();
     this.panel8.ResumeLayout(false);
     this.panel8.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.panel9.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     this.panel11.ResumeLayout(false);
     this.panel12.ResumeLayout(false);
     this.panel12.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.panel13.ResumeLayout(false);
     this.panel13.PerformLayout();
     this.panel14.ResumeLayout(false);
     this.panel14.PerformLayout();
     this.panel15.ResumeLayout(false);
     this.panel15.PerformLayout();
     this.panel16.ResumeLayout(false);
     this.panel16.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#36
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(CalibrateIrtDlg));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.label1                = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.textMaxIrt            = new System.Windows.Forms.TextBox();
     this.textMinIrt            = new System.Windows.Forms.TextBox();
     this.btnOk                 = new System.Windows.Forms.Button();
     this.btnCancel             = new System.Windows.Forms.Button();
     this.btnUseCurrent         = new System.Windows.Forms.Button();
     this.bindingSourceStandard = new System.Windows.Forms.BindingSource(this.components);
     this.gridViewCalibrate     = new pwiz.Skyline.Controls.DataGridViewEx();
     this.calibratePeptides     = new pwiz.Skyline.Controls.TargetColumn();
     this.calibrateMeasuredRt   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colIrt                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label3                = new System.Windows.Forms.Label();
     this.textName              = new System.Windows.Forms.TextBox();
     this.comboRegression       = new System.Windows.Forms.ComboBox();
     this.btnGraph              = new System.Windows.Forms.Button();
     this.grpLinearEquation     = new System.Windows.Forms.GroupBox();
     this.comboMaxPeptide       = new System.Windows.Forms.ComboBox();
     this.label6                = new System.Windows.Forms.Label();
     this.comboMinPeptide       = new System.Windows.Forms.ComboBox();
     this.label5                = new System.Windows.Forms.Label();
     this.label4                = new System.Windows.Forms.Label();
     this.label7                = new System.Windows.Forms.Label();
     this.btnGraphIrts          = new System.Windows.Forms.Button();
     this.labelStandardCount    = new System.Windows.Forms.Label();
     this.panelPeptides         = new System.Windows.Forms.Panel();
     this.lblEquation           = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.modeUIHandler)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceStandard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCalibrate)).BeginInit();
     this.grpLinearEquation.SuspendLayout();
     this.panelPeptides.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // textMaxIrt
     //
     resources.ApplyResources(this.textMaxIrt, "textMaxIrt");
     this.textMaxIrt.Name         = "textMaxIrt";
     this.textMaxIrt.TextChanged += new System.EventHandler(this.UpdateControls);
     //
     // textMinIrt
     //
     resources.ApplyResources(this.textMinIrt, "textMinIrt");
     this.textMinIrt.Name         = "textMinIrt";
     this.textMinIrt.TextChanged += new System.EventHandler(this.UpdateControls);
     //
     // btnOk
     //
     resources.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.Name = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // btnUseCurrent
     //
     resources.ApplyResources(this.btnUseCurrent, "btnUseCurrent");
     this.btnUseCurrent.Name = "btnUseCurrent";
     this.btnUseCurrent.UseVisualStyleBackColor = true;
     this.btnUseCurrent.Click += new System.EventHandler(this.btnUseCurrent_Click);
     //
     // gridViewCalibrate
     //
     resources.ApplyResources(this.gridViewCalibrate, "gridViewCalibrate");
     this.gridViewCalibrate.AutoGenerateColumns = false;
     dataGridViewCellStyle1.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor           = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                     = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor            = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor            = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                      = System.Windows.Forms.DataGridViewTriState.True;
     this.gridViewCalibrate.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.gridViewCalibrate.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gridViewCalibrate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.calibratePeptides,
         this.calibrateMeasuredRt,
         this.colIrt
     });
     this.gridViewCalibrate.DataSource                 = this.bindingSourceStandard;
     dataGridViewCellStyle4.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor                  = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor                  = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.SelectionBackColor         = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor         = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode                   = System.Windows.Forms.DataGridViewTriState.False;
     this.gridViewCalibrate.DefaultCellStyle           = dataGridViewCellStyle4;
     this.gridViewCalibrate.Name                       = "gridViewCalibrate";
     dataGridViewCellStyle5.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor                  = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle5.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor                  = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle5.SelectionBackColor         = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor         = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode                   = System.Windows.Forms.DataGridViewTriState.True;
     this.gridViewCalibrate.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
     //
     // calibratePeptides
     //
     this.calibratePeptides.DataPropertyName = "Target";
     this.calibratePeptides.FillWeight       = 161.0009F;
     resources.ApplyResources(this.calibratePeptides, "calibratePeptides");
     this.calibratePeptides.Name = "calibratePeptides";
     //
     // calibrateMeasuredRt
     //
     this.calibrateMeasuredRt.DataPropertyName = "RetentionTime";
     dataGridViewCellStyle2.Format             = "N2";
     dataGridViewCellStyle2.NullValue          = null;
     this.calibrateMeasuredRt.DefaultCellStyle = dataGridViewCellStyle2;
     this.calibrateMeasuredRt.FillWeight       = 78.08542F;
     resources.ApplyResources(this.calibrateMeasuredRt, "calibrateMeasuredRt");
     this.calibrateMeasuredRt.Name = "calibrateMeasuredRt";
     //
     // colIrt
     //
     this.colIrt.DataPropertyName  = "Irt";
     dataGridViewCellStyle3.Format = "N2";
     this.colIrt.DefaultCellStyle  = dataGridViewCellStyle3;
     this.colIrt.FillWeight        = 78.08542F;
     resources.ApplyResources(this.colIrt, "colIrt");
     this.colIrt.Name     = "colIrt";
     this.colIrt.ReadOnly = true;
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // textName
     //
     resources.ApplyResources(this.textName, "textName");
     this.textName.Name = "textName";
     //
     // comboRegression
     //
     this.comboRegression.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboRegression.FormattingEnabled = true;
     resources.ApplyResources(this.comboRegression, "comboRegression");
     this.comboRegression.Name = "comboRegression";
     this.comboRegression.SelectedIndexChanged += new System.EventHandler(this.comboRegression_SelectedIndexChanged);
     //
     // btnGraph
     //
     resources.ApplyResources(this.btnGraph, "btnGraph");
     this.btnGraph.Name = "btnGraph";
     this.btnGraph.UseVisualStyleBackColor = true;
     this.btnGraph.Click += new System.EventHandler(this.btnGraph_Click);
     //
     // grpLinearEquation
     //
     this.grpLinearEquation.Controls.Add(this.lblEquation);
     this.grpLinearEquation.Controls.Add(this.comboMaxPeptide);
     this.grpLinearEquation.Controls.Add(this.label6);
     this.grpLinearEquation.Controls.Add(this.comboMinPeptide);
     this.grpLinearEquation.Controls.Add(this.label5);
     this.grpLinearEquation.Controls.Add(this.label4);
     this.grpLinearEquation.Controls.Add(this.btnGraph);
     this.grpLinearEquation.Controls.Add(this.comboRegression);
     this.grpLinearEquation.Controls.Add(this.label1);
     this.grpLinearEquation.Controls.Add(this.textMinIrt);
     this.grpLinearEquation.Controls.Add(this.textMaxIrt);
     this.grpLinearEquation.Controls.Add(this.label2);
     resources.ApplyResources(this.grpLinearEquation, "grpLinearEquation");
     this.grpLinearEquation.Name    = "grpLinearEquation";
     this.grpLinearEquation.TabStop = false;
     //
     // comboMaxPeptide
     //
     this.comboMaxPeptide.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboMaxPeptide.FormattingEnabled = true;
     resources.ApplyResources(this.comboMaxPeptide, "comboMaxPeptide");
     this.comboMaxPeptide.Name = "comboMaxPeptide";
     this.comboMaxPeptide.SelectedIndexChanged += new System.EventHandler(this.UpdateControls);
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // comboMinPeptide
     //
     this.comboMinPeptide.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboMinPeptide.FormattingEnabled = true;
     resources.ApplyResources(this.comboMinPeptide, "comboMinPeptide");
     this.comboMinPeptide.Name = "comboMinPeptide";
     this.comboMinPeptide.SelectedIndexChanged += new System.EventHandler(this.UpdateControls);
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // btnGraphIrts
     //
     resources.ApplyResources(this.btnGraphIrts, "btnGraphIrts");
     this.btnGraphIrts.Name = "btnGraphIrts";
     this.btnGraphIrts.UseVisualStyleBackColor = true;
     this.btnGraphIrts.Click += new System.EventHandler(this.btnGraphIrts_Click);
     //
     // labelStandardCount
     //
     resources.ApplyResources(this.labelStandardCount, "labelStandardCount");
     this.labelStandardCount.Name = "labelStandardCount";
     //
     // panelPeptides
     //
     resources.ApplyResources(this.panelPeptides, "panelPeptides");
     this.panelPeptides.Controls.Add(this.label7);
     this.panelPeptides.Controls.Add(this.labelStandardCount);
     this.panelPeptides.Controls.Add(this.gridViewCalibrate);
     this.panelPeptides.Name = "panelPeptides";
     //
     // lblEquation
     //
     resources.ApplyResources(this.lblEquation, "lblEquation");
     this.lblEquation.Name = "lblEquation";
     //
     // CalibrateIrtDlg
     //
     this.AcceptButton = this.btnOk;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = this.btnCancel;
     this.Controls.Add(this.panelPeptides);
     this.Controls.Add(this.btnGraphIrts);
     this.Controls.Add(this.grpLinearEquation);
     this.Controls.Add(this.textName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.btnUseCurrent);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "CalibrateIrtDlg";
     this.ShowInTaskbar = false;
     this.Load         += new System.EventHandler(this.OnLoad);
     ((System.ComponentModel.ISupportInitialize)(this.modeUIHandler)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceStandard)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCalibrate)).EndInit();
     this.grpLinearEquation.ResumeLayout(false);
     this.grpLinearEquation.PerformLayout();
     this.panelPeptides.ResumeLayout(false);
     this.panelPeptides.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#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(Windowd));
     this.timer1     = new System.Windows.Forms.Timer(this.components);
     this.toolTip1   = new System.Windows.Forms.ToolTip(this.components);
     this.lab_Cur    = new System.Windows.Forms.Label();
     this.label_X    = new System.Windows.Forms.Label();
     this.label_Y    = new System.Windows.Forms.Label();
     this.toolTip2   = new System.Windows.Forms.ToolTip(this.components);
     this.toolTip3   = new System.Windows.Forms.ToolTip(this.components);
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.timeLevelToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.secondToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem1       = new System.Windows.Forms.ToolStripMenuItem();
     this.hourToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.dayToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.weekToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.monthToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.reportToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.createReportToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.settingToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toCloseTheDealToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1               = new System.Windows.Forms.ImageList(this.components);
     this.checkBox4                = new System.Windows.Forms.CheckBox();
     this.numericUpDown1           = new System.Windows.Forms.NumericUpDown();
     this.tabControl               = new System.Windows.Forms.TabControl();
     this.tabPage1                 = new System.Windows.Forms.TabPage();
     this.tabPage2                 = new System.Windows.Forms.TabPage();
     this.flowLayoutPanel1         = new System.Windows.Forms.FlowLayoutPanel();
     this.buttonBuy                = new Client.ExtendButton();
     this.price                    = new Client.ExtendButton();
     this.buttonSell               = new Client.ExtendButton();
     this.buttonPriceBuy           = new Client.ExtendButton();
     this.buttonPriceSell          = new Client.ExtendButton();
     this.checkBoxLevelSupandResis = new Client.ExtendCheckbox();
     this.checkBoxSMA              = new Client.ExtendCheckbox();
     this.checkBoxLineCoord        = new Client.ExtendCheckbox();
     this.checkBoxBinding          = new Client.ExtendCheckbox();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.tabControl.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // lab_Cur
     //
     resources.ApplyResources(this.lab_Cur, "lab_Cur");
     this.lab_Cur.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.lab_Cur.Name      = "lab_Cur";
     //
     // label_X
     //
     this.label_X.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     resources.ApplyResources(this.label_X, "label_X");
     this.label_X.Name = "label_X";
     //
     // label_Y
     //
     this.label_Y.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     resources.ApplyResources(this.label_Y, "label_Y");
     this.label_Y.Name = "label_Y";
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.SystemColors.Window;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.timeLevelToolStripMenuItem,
         this.reportToolStripMenuItem,
         this.settingToolStripMenuItem,
         this.toCloseTheDealToolStripMenuItem
     });
     resources.ApplyResources(this.menuStrip1, "menuStrip1");
     this.menuStrip1.Name = "menuStrip1";
     //
     // timeLevelToolStripMenuItem
     //
     this.timeLevelToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.secondToolStripMenuItem,
         this.minutesToolStripMenuItem,
         this.minutesToolStripMenuItem1,
         this.hourToolStripMenuItem,
         this.dayToolStripMenuItem,
         this.weekToolStripMenuItem,
         this.monthToolStripMenuItem
     });
     this.timeLevelToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
     this.timeLevelToolStripMenuItem.Name      = "timeLevelToolStripMenuItem";
     resources.ApplyResources(this.timeLevelToolStripMenuItem, "timeLevelToolStripMenuItem");
     //
     // secondToolStripMenuItem
     //
     this.secondToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
     this.secondToolStripMenuItem.Name      = "secondToolStripMenuItem";
     resources.ApplyResources(this.secondToolStripMenuItem, "secondToolStripMenuItem");
     this.secondToolStripMenuItem.Click += new System.EventHandler(this.SecondToolStripMenuItem_Click);
     //
     // minutesToolStripMenuItem
     //
     this.minutesToolStripMenuItem.Name = "minutesToolStripMenuItem";
     resources.ApplyResources(this.minutesToolStripMenuItem, "minutesToolStripMenuItem");
     this.minutesToolStripMenuItem.Click += new System.EventHandler(this.MinutesToolStripMenuItem_Click);
     //
     // minutesToolStripMenuItem1
     //
     this.minutesToolStripMenuItem1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.minutesToolStripMenuItem1.Name      = "minutesToolStripMenuItem1";
     resources.ApplyResources(this.minutesToolStripMenuItem1, "minutesToolStripMenuItem1");
     this.minutesToolStripMenuItem1.Click += new System.EventHandler(this.MinutesToolStripMenuItem1_Click);
     //
     // hourToolStripMenuItem
     //
     this.hourToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
     this.hourToolStripMenuItem.Name      = "hourToolStripMenuItem";
     resources.ApplyResources(this.hourToolStripMenuItem, "hourToolStripMenuItem");
     this.hourToolStripMenuItem.Click += new System.EventHandler(this.HourToolStripMenuItem_Click);
     //
     // dayToolStripMenuItem
     //
     this.dayToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
     this.dayToolStripMenuItem.Name      = "dayToolStripMenuItem";
     resources.ApplyResources(this.dayToolStripMenuItem, "dayToolStripMenuItem");
     this.dayToolStripMenuItem.Click += new System.EventHandler(this.DayToolStripMenuItem_Click);
     //
     // weekToolStripMenuItem
     //
     this.weekToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
     this.weekToolStripMenuItem.Name      = "weekToolStripMenuItem";
     resources.ApplyResources(this.weekToolStripMenuItem, "weekToolStripMenuItem");
     this.weekToolStripMenuItem.Click += new System.EventHandler(this.WeekToolStripMenuItem_Click);
     //
     // monthToolStripMenuItem
     //
     this.monthToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
     this.monthToolStripMenuItem.Name      = "monthToolStripMenuItem";
     resources.ApplyResources(this.monthToolStripMenuItem, "monthToolStripMenuItem");
     this.monthToolStripMenuItem.Click += new System.EventHandler(this.MonthToolStripMenuItem_Click);
     //
     // reportToolStripMenuItem
     //
     this.reportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.createReportToolStripMenuItem
     });
     this.reportToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
     this.reportToolStripMenuItem.Name      = "reportToolStripMenuItem";
     resources.ApplyResources(this.reportToolStripMenuItem, "reportToolStripMenuItem");
     //
     // createReportToolStripMenuItem
     //
     this.createReportToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
     this.createReportToolStripMenuItem.Name      = "createReportToolStripMenuItem";
     resources.ApplyResources(this.createReportToolStripMenuItem, "createReportToolStripMenuItem");
     this.createReportToolStripMenuItem.Click += new System.EventHandler(this.CreateReportToolStripMenuItem_Click);
     //
     // settingToolStripMenuItem
     //
     this.settingToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
     this.settingToolStripMenuItem.Name      = "settingToolStripMenuItem";
     resources.ApplyResources(this.settingToolStripMenuItem, "settingToolStripMenuItem");
     this.settingToolStripMenuItem.Click += new System.EventHandler(this.SettingToolStripMenuItem_Click);
     //
     // toCloseTheDealToolStripMenuItem
     //
     this.toCloseTheDealToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
     this.toCloseTheDealToolStripMenuItem.Name      = "toCloseTheDealToolStripMenuItem";
     resources.ApplyResources(this.toCloseTheDealToolStripMenuItem, "toCloseTheDealToolStripMenuItem");
     this.toCloseTheDealToolStripMenuItem.Click += new System.EventHandler(this.ToCloseTheDealToolStripMenuItem_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Pm.ico");
     //
     // checkBox4
     //
     resources.ApplyResources(this.checkBox4, "checkBox4");
     this.checkBox4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.checkBox4.Name      = "checkBox4";
     this.checkBox4.UseVisualStyleBackColor = true;
     this.checkBox4.Click += new System.EventHandler(this.checkBox4_Check);
     //
     // numericUpDown1
     //
     resources.ApplyResources(this.numericUpDown1, "numericUpDown1");
     this.numericUpDown1.Name = "numericUpDown1";
     //
     // tabControl
     //
     resources.ApplyResources(this.tabControl, "tabControl");
     this.tabControl.Controls.Add(this.tabPage1);
     this.tabControl.Controls.Add(this.tabPage2);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.tabPage1.Controls.Add(this.checkBoxLevelSupandResis);
     this.tabPage1.Controls.Add(this.numericUpDown1);
     this.tabPage1.Controls.Add(this.checkBoxSMA);
     this.tabPage1.Controls.Add(this.checkBox4);
     resources.ApplyResources(this.tabPage1, "tabPage1");
     this.tabPage1.Name   = "tabPage1";
     this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.checkBoxLineCoord);
     this.tabPage2.Controls.Add(this.checkBoxBinding);
     resources.ApplyResources(this.tabPage2, "tabPage2");
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // flowLayoutPanel1
     //
     resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
     this.flowLayoutPanel1.Controls.Add(this.buttonBuy);
     this.flowLayoutPanel1.Controls.Add(this.price);
     this.flowLayoutPanel1.Controls.Add(this.buttonSell);
     this.flowLayoutPanel1.Controls.Add(this.buttonPriceBuy);
     this.flowLayoutPanel1.Controls.Add(this.buttonPriceSell);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     //
     // buttonBuy
     //
     this.buttonBuy.ForeColor = System.Drawing.SystemColors.ControlText;
     resources.ApplyResources(this.buttonBuy, "buttonBuy");
     this.buttonBuy.Name = "buttonBuy";
     this.buttonBuy.UseVisualStyleBackColor = true;
     this.buttonBuy.Click += new System.EventHandler(this.Buy_Click);
     //
     // price
     //
     this.price.ForeColor = System.Drawing.SystemColors.ControlText;
     resources.ApplyResources(this.price, "price");
     this.price.Name = "price";
     this.price.UseVisualStyleBackColor = true;
     //
     // buttonSell
     //
     this.buttonSell.BackColor = System.Drawing.SystemColors.Window;
     this.buttonSell.ForeColor = System.Drawing.SystemColors.ControlText;
     resources.ApplyResources(this.buttonSell, "buttonSell");
     this.buttonSell.Name = "buttonSell";
     this.buttonSell.UseVisualStyleBackColor = false;
     this.buttonSell.Click += new System.EventHandler(this.Sell_Click);
     //
     // buttonPriceBuy
     //
     this.buttonPriceBuy.ForeColor = System.Drawing.SystemColors.ControlText;
     resources.ApplyResources(this.buttonPriceBuy, "buttonPriceBuy");
     this.buttonPriceBuy.Name = "buttonPriceBuy";
     this.buttonPriceBuy.UseVisualStyleBackColor = true;
     //
     // buttonPriceSell
     //
     this.buttonPriceSell.ForeColor = System.Drawing.SystemColors.ControlText;
     resources.ApplyResources(this.buttonPriceSell, "buttonPriceSell");
     this.buttonPriceSell.Name = "buttonPriceSell";
     this.buttonPriceSell.UseVisualStyleBackColor = true;
     //
     // checkBoxLevelSupandResis
     //
     resources.ApplyResources(this.checkBoxLevelSupandResis, "checkBoxLevelSupandResis");
     this.checkBoxLevelSupandResis.ForeColor = System.Drawing.SystemColors.ControlText;
     this.checkBoxLevelSupandResis.Name      = "checkBoxLevelSupandResis";
     this.checkBoxLevelSupandResis.UseVisualStyleBackColor = true;
     //
     // checkBoxSMA
     //
     resources.ApplyResources(this.checkBoxSMA, "checkBoxSMA");
     this.checkBoxSMA.BackColor = System.Drawing.Color.Transparent;
     this.checkBoxSMA.ForeColor = System.Drawing.SystemColors.ControlText;
     this.checkBoxSMA.Name      = "checkBoxSMA";
     this.checkBoxSMA.UseVisualStyleBackColor = false;
     this.checkBoxSMA.Click += new System.EventHandler(this.checkBoxSMA_Checked);
     //
     // checkBoxLineCoord
     //
     resources.ApplyResources(this.checkBoxLineCoord, "checkBoxLineCoord");
     this.checkBoxLineCoord.ForeColor = System.Drawing.SystemColors.InfoText;
     this.checkBoxLineCoord.Name      = "checkBoxLineCoord";
     this.checkBoxLineCoord.UseVisualStyleBackColor = true;
     //
     // checkBoxBinding
     //
     resources.ApplyResources(this.checkBoxBinding, "checkBoxBinding");
     this.checkBoxBinding.ForeColor = System.Drawing.SystemColors.ControlText;
     this.checkBoxBinding.Name      = "checkBoxBinding";
     this.checkBoxBinding.UseVisualStyleBackColor = true;
     //
     // Windowd
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.lab_Cur);
     this.Controls.Add(this.label_Y);
     this.Controls.Add(this.label_X);
     this.Controls.Add(this.menuStrip1);
     this.Cursor        = System.Windows.Forms.Cursors.Arrow;
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "Windowd";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.Window_FormClosing);
     this.Load         += new System.EventHandler(this.Window_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.tabControl.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#38
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(FormMain));
     this.ribbon                          = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.buttonMain                      = new DevExpress.XtraBars.BarButtonItem();
     this.buttonShowRules                 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem1                  = new DevExpress.XtraBars.BarButtonItem();
     this.buttonCloseRules                = new DevExpress.XtraBars.BarButtonItem();
     this.buttonRefreshRules              = new DevExpress.XtraBars.BarButtonItem();
     this.buttonPreferences               = new DevExpress.XtraBars.BarButtonItem();
     this.buttonClosePreferences          = new DevExpress.XtraBars.BarButtonItem();
     this.buttonCloseEvents               = new DevExpress.XtraBars.BarButtonItem();
     this.buttonRefreshEvents             = new DevExpress.XtraBars.BarButtonItem();
     this.checkAutoRefreshEvents          = new DevExpress.XtraBars.BarCheckItem();
     this.buttonClearEvents               = new DevExpress.XtraBars.BarButtonItem();
     this.buttonShowEvents                = new DevExpress.XtraBars.BarButtonItem();
     this.buttonSaveEvents                = new DevExpress.XtraBars.BarButtonItem();
     this.buttonExitAndShutdown           = new DevExpress.XtraBars.BarButtonItem();
     this.buttonShowEventDetails          = new DevExpress.XtraBars.BarButtonItem();
     this.pageCategoryRules               = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
     this.ribbonPageRules                 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroupRules            = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroupCloseRules       = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.pageCategoryPreferences         = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
     this.ribbonPagePreferences           = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroupClosePreferences = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.pageCategoryEvents              = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
     this.ribbonPageEvents                = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroupRefresh          = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroupEvents           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroupCloseEvents      = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageMain                  = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.groupActions                    = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroupExit             = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar                 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.clientPanel                     = new DevExpress.XtraEditors.PanelControl();
     this.notifyIcon                      = new System.Windows.Forms.NotifyIcon(this.components);
     this.contextMenuTray                 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemShow           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemShutdown       = new System.Windows.Forms.ToolStripMenuItem();
     this.barCheckItem1                   = new DevExpress.XtraBars.BarCheckItem();
     this.dialogSaveEvents                = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.clientPanel)).BeginInit();
     this.contextMenuTray.SuspendLayout();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.ApplicationIcon = global::VitaliiPianykh.FileWall.Client.Properties.Resources.FileWall;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.buttonMain,
         this.buttonShowRules,
         this.barButtonItem1,
         this.buttonCloseRules,
         this.buttonRefreshRules,
         this.buttonPreferences,
         this.buttonClosePreferences,
         this.buttonCloseEvents,
         this.buttonRefreshEvents,
         this.checkAutoRefreshEvents,
         this.buttonClearEvents,
         this.buttonShowEvents,
         this.buttonSaveEvents,
         this.buttonExitAndShutdown,
         this.buttonShowEventDetails
     });
     resources.ApplyResources(this.ribbon, "ribbon");
     this.ribbon.MaxItemId = 33;
     this.ribbon.Name      = "ribbon";
     this.ribbon.PageCategories.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageCategory[] {
         this.pageCategoryRules,
         this.pageCategoryPreferences,
         this.pageCategoryEvents
     });
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPageMain
     });
     this.ribbon.SelectedPage = this.ribbonPageMain;
     this.ribbon.StatusBar    = this.ribbonStatusBar;
     //
     // buttonMain
     //
     resources.ApplyResources(this.buttonMain, "buttonMain");
     this.buttonMain.Id         = 7;
     this.buttonMain.LargeGlyph = global::VitaliiPianykh.FileWall.Client.Properties.Resources.FileWall;
     this.buttonMain.Name       = "buttonMain";
     this.buttonMain.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonMain_ItemClick);
     //
     // buttonShowRules
     //
     resources.ApplyResources(this.buttonShowRules, "buttonShowRules");
     this.buttonShowRules.Id         = 15;
     this.buttonShowRules.LargeGlyph = global::VitaliiPianykh.FileWall.Client.Properties.Resources.ShowRules;
     this.buttonShowRules.Name       = "buttonShowRules";
     this.buttonShowRules.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonShowRules_ItemClick);
     //
     // barButtonItem1
     //
     resources.ApplyResources(this.barButtonItem1, "barButtonItem1");
     this.barButtonItem1.Id   = 16;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // buttonCloseRules
     //
     resources.ApplyResources(this.buttonCloseRules, "buttonCloseRules");
     this.buttonCloseRules.Id         = 17;
     this.buttonCloseRules.LargeGlyph = global::VitaliiPianykh.FileWall.Client.Properties.Resources.Close;
     this.buttonCloseRules.Name       = "buttonCloseRules";
     this.buttonCloseRules.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonClose_ItemClick);
     //
     // buttonRefreshRules
     //
     resources.ApplyResources(this.buttonRefreshRules, "buttonRefreshRules");
     this.buttonRefreshRules.Id         = 18;
     this.buttonRefreshRules.LargeGlyph = global::VitaliiPianykh.FileWall.Client.Properties.Resources.RefreshRuleset;
     this.buttonRefreshRules.Name       = "buttonRefreshRules";
     this.buttonRefreshRules.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonRefreshRules_ItemClick);
     //
     // buttonPreferences
     //
     resources.ApplyResources(this.buttonPreferences, "buttonPreferences");
     this.buttonPreferences.Id         = 19;
     this.buttonPreferences.LargeGlyph = global::VitaliiPianykh.FileWall.Client.Properties.Resources.Preferences1;
     this.buttonPreferences.Name       = "buttonPreferences";
     this.buttonPreferences.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonPreferences_ItemClick);
     //
     // buttonClosePreferences
     //
     resources.ApplyResources(this.buttonClosePreferences, "buttonClosePreferences");
     this.buttonClosePreferences.Id         = 20;
     this.buttonClosePreferences.LargeGlyph = global::VitaliiPianykh.FileWall.Client.Properties.Resources.Close;
     this.buttonClosePreferences.Name       = "buttonClosePreferences";
     this.buttonClosePreferences.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonClose_ItemClick);
     //
     // buttonCloseEvents
     //
     resources.ApplyResources(this.buttonCloseEvents, "buttonCloseEvents");
     this.buttonCloseEvents.Id         = 21;
     this.buttonCloseEvents.LargeGlyph = global::VitaliiPianykh.FileWall.Client.Properties.Resources.Close;
     this.buttonCloseEvents.Name       = "buttonCloseEvents";
     this.buttonCloseEvents.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonClose_ItemClick);
     //
     // buttonRefreshEvents
     //
     resources.ApplyResources(this.buttonRefreshEvents, "buttonRefreshEvents");
     this.buttonRefreshEvents.Glyph      = global::VitaliiPianykh.FileWall.Client.Properties.Resources.RefreshEvents;
     this.buttonRefreshEvents.Id         = 22;
     this.buttonRefreshEvents.Name       = "buttonRefreshEvents";
     this.buttonRefreshEvents.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonRefreshEvents_ItemClick);
     //
     // checkAutoRefreshEvents
     //
     resources.ApplyResources(this.checkAutoRefreshEvents, "checkAutoRefreshEvents");
     this.checkAutoRefreshEvents.Id              = 24;
     this.checkAutoRefreshEvents.Name            = "checkAutoRefreshEvents";
     this.checkAutoRefreshEvents.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.checkAutoRefreshEvents_CheckedChanged);
     //
     // buttonClearEvents
     //
     resources.ApplyResources(this.buttonClearEvents, "buttonClearEvents");
     this.buttonClearEvents.Id         = 25;
     this.buttonClearEvents.LargeGlyph = global::VitaliiPianykh.FileWall.Client.Properties.Resources.ClearEvents;
     this.buttonClearEvents.Name       = "buttonClearEvents";
     this.buttonClearEvents.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonClearEvents_ItemClick);
     //
     // buttonShowEvents
     //
     resources.ApplyResources(this.buttonShowEvents, "buttonShowEvents");
     this.buttonShowEvents.Id         = 27;
     this.buttonShowEvents.LargeGlyph = global::VitaliiPianykh.FileWall.Client.Properties.Resources.Events;
     this.buttonShowEvents.Name       = "buttonShowEvents";
     this.buttonShowEvents.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonShowEvents_ItemClick);
     //
     // buttonSaveEvents
     //
     resources.ApplyResources(this.buttonSaveEvents, "buttonSaveEvents");
     this.buttonSaveEvents.Id         = 28;
     this.buttonSaveEvents.LargeGlyph = global::VitaliiPianykh.FileWall.Client.Properties.Resources.SaveAs;
     this.buttonSaveEvents.Name       = "buttonSaveEvents";
     this.buttonSaveEvents.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonSaveEvents_ItemClick);
     //
     // buttonExitAndShutdown
     //
     resources.ApplyResources(this.buttonExitAndShutdown, "buttonExitAndShutdown");
     this.buttonExitAndShutdown.Id         = 30;
     this.buttonExitAndShutdown.LargeGlyph = global::VitaliiPianykh.FileWall.Client.Properties.Resources.Exit;
     this.buttonExitAndShutdown.Name       = "buttonExitAndShutdown";
     this.buttonExitAndShutdown.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonExitAndShutdown_ItemClick);
     //
     // buttonShowEventDetails
     //
     resources.ApplyResources(this.buttonShowEventDetails, "buttonShowEventDetails");
     this.buttonShowEventDetails.Id         = 32;
     this.buttonShowEventDetails.LargeGlyph = global::VitaliiPianykh.FileWall.Client.Properties.Resources.EventDetails;
     this.buttonShowEventDetails.Name       = "buttonShowEventDetails";
     this.buttonShowEventDetails.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.buttonShowEventDetail_ItemClick);
     //
     // pageCategoryRules
     //
     this.pageCategoryRules.Name = "pageCategoryRules";
     this.pageCategoryRules.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPageRules
     });
     resources.ApplyResources(this.pageCategoryRules, "pageCategoryRules");
     //
     // ribbonPageRules
     //
     this.ribbonPageRules.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroupRules,
         this.ribbonPageGroupCloseRules
     });
     this.ribbonPageRules.Name = "ribbonPageRules";
     resources.ApplyResources(this.ribbonPageRules, "ribbonPageRules");
     this.ribbonPageRules.Visible = false;
     //
     // ribbonPageGroupRules
     //
     this.ribbonPageGroupRules.ItemLinks.Add(this.buttonRefreshRules);
     this.ribbonPageGroupRules.Name = "ribbonPageGroupRules";
     resources.ApplyResources(this.ribbonPageGroupRules, "ribbonPageGroupRules");
     //
     // ribbonPageGroupCloseRules
     //
     this.ribbonPageGroupCloseRules.ItemLinks.Add(this.buttonCloseRules);
     this.ribbonPageGroupCloseRules.Name = "ribbonPageGroupCloseRules";
     resources.ApplyResources(this.ribbonPageGroupCloseRules, "ribbonPageGroupCloseRules");
     //
     // pageCategoryPreferences
     //
     this.pageCategoryPreferences.Name = "pageCategoryPreferences";
     this.pageCategoryPreferences.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPagePreferences
     });
     resources.ApplyResources(this.pageCategoryPreferences, "pageCategoryPreferences");
     //
     // ribbonPagePreferences
     //
     this.ribbonPagePreferences.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroupClosePreferences
     });
     this.ribbonPagePreferences.Name = "ribbonPagePreferences";
     resources.ApplyResources(this.ribbonPagePreferences, "ribbonPagePreferences");
     this.ribbonPagePreferences.Visible = false;
     //
     // ribbonPageGroupClosePreferences
     //
     this.ribbonPageGroupClosePreferences.ItemLinks.Add(this.buttonClosePreferences);
     this.ribbonPageGroupClosePreferences.Name = "ribbonPageGroupClosePreferences";
     resources.ApplyResources(this.ribbonPageGroupClosePreferences, "ribbonPageGroupClosePreferences");
     //
     // pageCategoryEvents
     //
     this.pageCategoryEvents.Name = "pageCategoryEvents";
     this.pageCategoryEvents.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPageEvents
     });
     resources.ApplyResources(this.pageCategoryEvents, "pageCategoryEvents");
     //
     // ribbonPageEvents
     //
     this.ribbonPageEvents.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroupRefresh,
         this.ribbonPageGroupEvents,
         this.ribbonPageGroupCloseEvents
     });
     this.ribbonPageEvents.Name = "ribbonPageEvents";
     resources.ApplyResources(this.ribbonPageEvents, "ribbonPageEvents");
     this.ribbonPageEvents.Visible = false;
     //
     // ribbonPageGroupRefresh
     //
     this.ribbonPageGroupRefresh.ItemLinks.Add(this.buttonRefreshEvents);
     this.ribbonPageGroupRefresh.ItemLinks.Add(this.checkAutoRefreshEvents);
     this.ribbonPageGroupRefresh.Name = "ribbonPageGroupRefresh";
     resources.ApplyResources(this.ribbonPageGroupRefresh, "ribbonPageGroupRefresh");
     //
     // ribbonPageGroupEvents
     //
     this.ribbonPageGroupEvents.ItemLinks.Add(this.buttonClearEvents);
     this.ribbonPageGroupEvents.ItemLinks.Add(this.buttonShowEventDetails);
     this.ribbonPageGroupEvents.ItemLinks.Add(this.buttonSaveEvents);
     this.ribbonPageGroupEvents.Name = "ribbonPageGroupEvents";
     resources.ApplyResources(this.ribbonPageGroupEvents, "ribbonPageGroupEvents");
     //
     // ribbonPageGroupCloseEvents
     //
     this.ribbonPageGroupCloseEvents.ItemLinks.Add(this.buttonCloseEvents);
     this.ribbonPageGroupCloseEvents.Name = "ribbonPageGroupCloseEvents";
     resources.ApplyResources(this.ribbonPageGroupCloseEvents, "ribbonPageGroupCloseEvents");
     //
     // ribbonPageMain
     //
     this.ribbonPageMain.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.groupActions,
         this.ribbonPageGroupExit
     });
     this.ribbonPageMain.Name = "ribbonPageMain";
     resources.ApplyResources(this.ribbonPageMain, "ribbonPageMain");
     //
     // groupActions
     //
     this.groupActions.ItemLinks.Add(this.buttonMain);
     this.groupActions.ItemLinks.Add(this.buttonShowRules);
     this.groupActions.ItemLinks.Add(this.buttonPreferences);
     this.groupActions.ItemLinks.Add(this.buttonShowEvents);
     this.groupActions.Name = "groupActions";
     resources.ApplyResources(this.groupActions, "groupActions");
     //
     // ribbonPageGroupExit
     //
     this.ribbonPageGroupExit.ItemLinks.Add(this.buttonExitAndShutdown);
     this.ribbonPageGroupExit.Name = "ribbonPageGroupExit";
     resources.ApplyResources(this.ribbonPageGroupExit, "ribbonPageGroupExit");
     //
     // ribbonStatusBar
     //
     resources.ApplyResources(this.ribbonStatusBar, "ribbonStatusBar");
     this.ribbonStatusBar.Name   = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon = this.ribbon;
     //
     // clientPanel
     //
     this.clientPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     resources.ApplyResources(this.clientPanel, "clientPanel");
     this.clientPanel.Name = "clientPanel";
     //
     // notifyIcon
     //
     this.notifyIcon.ContextMenuStrip = this.contextMenuTray;
     resources.ApplyResources(this.notifyIcon, "notifyIcon");
     this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
     //
     // contextMenuTray
     //
     this.contextMenuTray.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemShow,
         this.toolStripMenuItemShutdown
     });
     this.contextMenuTray.Name            = "contextMenuTray";
     this.contextMenuTray.ShowImageMargin = false;
     resources.ApplyResources(this.contextMenuTray, "contextMenuTray");
     //
     // toolStripMenuItemShow
     //
     resources.ApplyResources(this.toolStripMenuItemShow, "toolStripMenuItemShow");
     this.toolStripMenuItemShow.Name   = "toolStripMenuItemShow";
     this.toolStripMenuItemShow.Click += new System.EventHandler(this.toolStripMenuItemShow_Click);
     //
     // toolStripMenuItemShutdown
     //
     this.toolStripMenuItemShutdown.Name = "toolStripMenuItemShutdown";
     resources.ApplyResources(this.toolStripMenuItemShutdown, "toolStripMenuItemShutdown");
     this.toolStripMenuItemShutdown.Click += new System.EventHandler(this.toolStripMenuItemShutdown_Click);
     //
     // barCheckItem1
     //
     resources.ApplyResources(this.barCheckItem1, "barCheckItem1");
     this.barCheckItem1.Checked = true;
     this.barCheckItem1.Id      = -1;
     this.barCheckItem1.Name    = "barCheckItem1";
     //
     // dialogSaveEvents
     //
     this.dialogSaveEvents.DefaultExt = "*.csv";
     resources.ApplyResources(this.dialogSaveEvents, "dialogSaveEvents");
     this.dialogSaveEvents.RestoreDirectory = true;
     //
     // FormMain
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.clientPanel);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.ribbon);
     this.Name            = "FormMain";
     this.Ribbon          = this.ribbon;
     this.StatusBar       = this.ribbonStatusBar;
     this.Shown          += new System.EventHandler(this.FormMain_Shown);
     this.VisibleChanged += new System.EventHandler(this.FormMain_VisibleChanged);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.clientPanel)).EndInit();
     this.contextMenuTray.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#39
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(ChangePasswordDialog));
     this.label1   = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label2   = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label3   = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.button1  = new System.Windows.Forms.Button();
     this.button2  = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // textBox1
     //
     resources.ApplyResources(this.textBox1, "textBox1");
     this.textBox1.Name = "textBox1";
     this.textBox1.UseSystemPasswordChar = true;
     this.textBox1.TextChanged          += new System.EventHandler(this.textBox_TextChanged);
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // textBox2
     //
     resources.ApplyResources(this.textBox2, "textBox2");
     this.textBox2.Name = "textBox2";
     this.textBox2.UseSystemPasswordChar = true;
     this.textBox2.TextChanged          += new System.EventHandler(this.textBox_TextChanged);
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // textBox3
     //
     resources.ApplyResources(this.textBox3, "textBox3");
     this.textBox3.Name = "textBox3";
     this.textBox3.UseSystemPasswordChar = true;
     this.textBox3.TextChanged          += new System.EventHandler(this.textBox_TextChanged);
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.button1.Name                    = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Name                    = "button2";
     this.button2.UseVisualStyleBackColor = true;
     //
     // ChangePasswordDialog
     //
     this.AcceptButton = this.button1;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = this.button2;
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ChangePasswordDialog";
     this.ShowInTaskbar   = 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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdministrationSubscribers));
     this.mainMenu1       = new System.Windows.Forms.MainMenu();
     this.menuItem1       = new System.Windows.Forms.MenuItem();
     this.menuItem2       = new System.Windows.Forms.MenuItem();
     this.label1          = new System.Windows.Forms.Label();
     this.subscriberBox   = new System.Windows.Forms.ComboBox();
     this.label2          = new System.Windows.Forms.Label();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.button1         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.menuItem1);
     this.mainMenu1.MenuItems.Add(this.menuItem2);
     //
     // menuItem1
     //
     resources.ApplyResources(this.menuItem1, "menuItem1");
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menuItem2
     //
     resources.ApplyResources(this.menuItem2, "menuItem2");
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // subscriberBox
     //
     resources.ApplyResources(this.subscriberBox, "subscriberBox");
     this.subscriberBox.Name = "subscriberBox";
     this.subscriberBox.SelectedIndexChanged += new System.EventHandler(this.subscriberBox_SelectedIndexChanged);
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // dateTimePicker1
     //
     resources.ApplyResources(this.dateTimePicker1, "dateTimePicker1");
     this.dateTimePicker1.Name = "dateTimePicker1";
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name   = "button1";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name   = "button2";
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // AdministrationSubscribers
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.dateTimePicker1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.subscriberBox);
     this.Controls.Add(this.label1);
     this.Menu = this.mainMenu1;
     this.Name = "AdministrationSubscribers";
     this.ResumeLayout(false);
 }
示例#41
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(ImageEffectsForm));
     this.pgSettings                 = new System.Windows.Forms.PropertyGrid();
     this.btnAdd                     = new System.Windows.Forms.Button();
     this.lvEffects                  = new ShareX.HelpersLib.MyListView();
     this.chEffect                   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnRemove                  = new System.Windows.Forms.Button();
     this.btnOK                      = new System.Windows.Forms.Button();
     this.btnCancel                  = new System.Windows.Forms.Button();
     this.btnClear                   = new System.Windows.Forms.Button();
     this.btnDuplicate               = new System.Windows.Forms.Button();
     this.btnRefresh                 = new System.Windows.Forms.Button();
     this.btnSaveImage               = new System.Windows.Forms.Button();
     this.eiImageEffects             = new ShareX.HelpersLib.ExportImportControl();
     this.pbResult                   = new ShareX.HelpersLib.MyPictureBox();
     this.cmsEffects                 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mbLoadImage                = new ShareX.HelpersLib.MenuButton();
     this.cmsLoadImage               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiLoadImageFromFile      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiLoadImageFromClipboard = new System.Windows.Forms.ToolStripMenuItem();
     this.btnAddPreset               = new System.Windows.Forms.Button();
     this.btnRemovePreset            = new System.Windows.Forms.Button();
     this.cbPresets                  = new System.Windows.Forms.ComboBox();
     this.lblPresetName              = new System.Windows.Forms.Label();
     this.txtPresetName              = new System.Windows.Forms.TextBox();
     this.cmsLoadImage.SuspendLayout();
     this.SuspendLayout();
     //
     // pgSettings
     //
     resources.ApplyResources(this.pgSettings, "pgSettings");
     this.pgSettings.LineColor             = System.Drawing.SystemColors.ControlDark;
     this.pgSettings.Name                  = "pgSettings";
     this.pgSettings.PropertySort          = System.Windows.Forms.PropertySort.NoSort;
     this.pgSettings.ToolbarVisible        = false;
     this.pgSettings.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pgSettings_PropertyValueChanged);
     //
     // btnAdd
     //
     resources.ApplyResources(this.btnAdd, "btnAdd");
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // lvEffects
     //
     this.lvEffects.AllowDrop     = true;
     this.lvEffects.AllowItemDrag = true;
     resources.ApplyResources(this.lvEffects, "lvEffects");
     this.lvEffects.AutoFillColumn = true;
     this.lvEffects.CheckBoxes     = true;
     this.lvEffects.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chEffect
     });
     this.lvEffects.FullRowSelect = true;
     this.lvEffects.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lvEffects.HideSelection = false;
     this.lvEffects.MultiSelect   = false;
     this.lvEffects.Name          = "lvEffects";
     this.lvEffects.UseCompatibleStateImageBehavior = false;
     this.lvEffects.View                  = System.Windows.Forms.View.Details;
     this.lvEffects.ItemMoved            += new ShareX.HelpersLib.MyListView.ListViewItemMovedEventHandler(this.lvEffects_ItemMoved);
     this.lvEffects.ItemChecked          += new System.Windows.Forms.ItemCheckedEventHandler(this.lvEffects_ItemChecked);
     this.lvEffects.SelectedIndexChanged += new System.EventHandler(this.lvEffects_SelectedIndexChanged);
     this.lvEffects.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.lvEffects_KeyDown);
     //
     // chEffect
     //
     resources.ApplyResources(this.chEffect, "chEffect");
     //
     // btnRemove
     //
     resources.ApplyResources(this.btnRemove, "btnRemove");
     this.btnRemove.Name = "btnRemove";
     this.btnRemove.UseVisualStyleBackColor = true;
     this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.Name = "btnOK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnClear
     //
     resources.ApplyResources(this.btnClear, "btnClear");
     this.btnClear.Name = "btnClear";
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // btnDuplicate
     //
     resources.ApplyResources(this.btnDuplicate, "btnDuplicate");
     this.btnDuplicate.Name = "btnDuplicate";
     this.btnDuplicate.UseVisualStyleBackColor = true;
     this.btnDuplicate.Click += new System.EventHandler(this.btnDuplicate_Click);
     //
     // btnRefresh
     //
     resources.ApplyResources(this.btnRefresh, "btnRefresh");
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.UseVisualStyleBackColor = true;
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnSaveImage
     //
     resources.ApplyResources(this.btnSaveImage, "btnSaveImage");
     this.btnSaveImage.Name = "btnSaveImage";
     this.btnSaveImage.UseVisualStyleBackColor = true;
     this.btnSaveImage.Click += new System.EventHandler(this.btnSaveImage_Click);
     //
     // eiImageEffects
     //
     resources.ApplyResources(this.eiImageEffects, "eiImageEffects");
     this.eiImageEffects.Name             = "eiImageEffects";
     this.eiImageEffects.ObjectType       = null;
     this.eiImageEffects.ExportRequested += new ShareX.HelpersLib.ExportImportControl.ExportEventHandler(this.eiImageEffects_ExportRequested);
     this.eiImageEffects.ImportRequested += new ShareX.HelpersLib.ExportImportControl.ImportEventHandler(this.eiImageEffects_ImportRequested);
     //
     // pbResult
     //
     resources.ApplyResources(this.pbResult, "pbResult");
     this.pbResult.BackColor               = System.Drawing.SystemColors.Window;
     this.pbResult.BorderStyle             = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pbResult.DrawCheckeredBackground = true;
     this.pbResult.EnableRightClickMenu    = true;
     this.pbResult.FullscreenOnClick       = true;
     this.pbResult.Name = "pbResult";
     this.pbResult.ShowImageSizeLabel = true;
     this.pbResult.DragDrop          += new System.Windows.Forms.DragEventHandler(this.pbResult_DragDrop);
     this.pbResult.DragEnter         += new System.Windows.Forms.DragEventHandler(this.pbResult_DragEnter);
     //
     // cmsEffects
     //
     this.cmsEffects.Name            = "cmsEffects";
     this.cmsEffects.ShowImageMargin = false;
     resources.ApplyResources(this.cmsEffects, "cmsEffects");
     //
     // mbLoadImage
     //
     resources.ApplyResources(this.mbLoadImage, "mbLoadImage");
     this.mbLoadImage.Menu = this.cmsLoadImage;
     this.mbLoadImage.Name = "mbLoadImage";
     this.mbLoadImage.UseVisualStyleBackColor = true;
     //
     // cmsLoadImage
     //
     this.cmsLoadImage.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiLoadImageFromFile,
         this.tsmiLoadImageFromClipboard
     });
     this.cmsLoadImage.Name            = "cmsLoadImage";
     this.cmsLoadImage.ShowImageMargin = false;
     resources.ApplyResources(this.cmsLoadImage, "cmsLoadImage");
     //
     // tsmiLoadImageFromFile
     //
     this.tsmiLoadImageFromFile.Name = "tsmiLoadImageFromFile";
     resources.ApplyResources(this.tsmiLoadImageFromFile, "tsmiLoadImageFromFile");
     this.tsmiLoadImageFromFile.Click += new System.EventHandler(this.tsmiLoadImageFromFile_Click);
     //
     // tsmiLoadImageFromClipboard
     //
     this.tsmiLoadImageFromClipboard.Name = "tsmiLoadImageFromClipboard";
     resources.ApplyResources(this.tsmiLoadImageFromClipboard, "tsmiLoadImageFromClipboard");
     this.tsmiLoadImageFromClipboard.Click += new System.EventHandler(this.tsmiLoadImageFromClipboard_Click);
     //
     // btnAddPreset
     //
     resources.ApplyResources(this.btnAddPreset, "btnAddPreset");
     this.btnAddPreset.Name = "btnAddPreset";
     this.btnAddPreset.UseVisualStyleBackColor = true;
     this.btnAddPreset.Click += new System.EventHandler(this.btnAddPreset_Click);
     //
     // btnRemovePreset
     //
     resources.ApplyResources(this.btnRemovePreset, "btnRemovePreset");
     this.btnRemovePreset.Name = "btnRemovePreset";
     this.btnRemovePreset.UseVisualStyleBackColor = true;
     this.btnRemovePreset.Click += new System.EventHandler(this.btnRemovePreset_Click);
     //
     // cbPresets
     //
     this.cbPresets.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbPresets.FormattingEnabled = true;
     resources.ApplyResources(this.cbPresets, "cbPresets");
     this.cbPresets.Name = "cbPresets";
     this.cbPresets.SelectedIndexChanged += new System.EventHandler(this.cbPresets_SelectedIndexChanged);
     //
     // lblPresetName
     //
     resources.ApplyResources(this.lblPresetName, "lblPresetName");
     this.lblPresetName.Name = "lblPresetName";
     //
     // txtPresetName
     //
     resources.ApplyResources(this.txtPresetName, "txtPresetName");
     this.txtPresetName.Name         = "txtPresetName";
     this.txtPresetName.TextChanged += new System.EventHandler(this.txtPresetName_TextChanged);
     //
     // ImageEffectsForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.txtPresetName);
     this.Controls.Add(this.lblPresetName);
     this.Controls.Add(this.cbPresets);
     this.Controls.Add(this.btnRemovePreset);
     this.Controls.Add(this.btnAddPreset);
     this.Controls.Add(this.mbLoadImage);
     this.Controls.Add(this.eiImageEffects);
     this.Controls.Add(this.btnSaveImage);
     this.Controls.Add(this.btnRefresh);
     this.Controls.Add(this.btnDuplicate);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.pbResult);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnRemove);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.pgSettings);
     this.Controls.Add(this.lvEffects);
     this.Name          = "ImageEffectsForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.Shown        += new System.EventHandler(this.ImageEffectsForm_Shown);
     this.cmsLoadImage.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStripMenuItem         topcollapsedToolStripMenuItem;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckControl));
     System.Windows.Forms.ToolStripMenuItem         leftToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         rightToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         floatingToolStripMenuItem;
     this.m_dockButton             = new System.Windows.Forms.ToolStripDropDownButton();
     this.m_ToolStrip              = new System.Windows.Forms.ToolStrip();
     this.m_ComboBox               = new SIL.FieldWorks.Common.Widgets.ToolStripControlComboBox();
     this.docButtonSeparator       = new System.Windows.Forms.ToolStripSeparator();
     this.shimButton               = new System.Windows.Forms.ToolStripButton();
     this.pnlOuter                 = new System.Windows.Forms.Panel();
     this.splitContainer           = new System.Windows.Forms.SplitContainer();
     topcollapsedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     leftToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     rightToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     floatingToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.m_ToolStrip.SuspendLayout();
     this.pnlOuter.SuspendLayout();
     this.splitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // topcollapsedToolStripMenuItem
     //
     topcollapsedToolStripMenuItem.Name = "topcollapsedToolStripMenuItem";
     resources.ApplyResources(topcollapsedToolStripMenuItem, "topcollapsedToolStripMenuItem");
     topcollapsedToolStripMenuItem.Click += new System.EventHandler(this.OnDockTopClicked);
     //
     // leftToolStripMenuItem
     //
     leftToolStripMenuItem.Name = "leftToolStripMenuItem";
     resources.ApplyResources(leftToolStripMenuItem, "leftToolStripMenuItem");
     leftToolStripMenuItem.Click += new System.EventHandler(this.OnDockLeftClicked);
     //
     // rightToolStripMenuItem
     //
     rightToolStripMenuItem.Name = "rightToolStripMenuItem";
     resources.ApplyResources(rightToolStripMenuItem, "rightToolStripMenuItem");
     rightToolStripMenuItem.Click += new System.EventHandler(this.OnDockRightClicked);
     //
     // floatingToolStripMenuItem
     //
     floatingToolStripMenuItem.Name = "floatingToolStripMenuItem";
     resources.ApplyResources(floatingToolStripMenuItem, "floatingToolStripMenuItem");
     floatingToolStripMenuItem.Click += new System.EventHandler(this.OnFloatingClicked);
     //
     // m_dockButton
     //
     this.m_dockButton.Alignment    = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.m_dockButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.None;
     this.m_dockButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         topcollapsedToolStripMenuItem,
         leftToolStripMenuItem,
         rightToolStripMenuItem,
         floatingToolStripMenuItem
     });
     resources.ApplyResources(this.m_dockButton, "m_dockButton");
     this.m_dockButton.Margin   = new System.Windows.Forms.Padding(1, 1, 1, 2);
     this.m_dockButton.Name     = "m_dockButton";
     this.m_dockButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     //
     // m_ToolStrip
     //
     this.m_ToolStrip.GripMargin = new System.Windows.Forms.Padding(3, 2, 4, 2);
     this.m_ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_ComboBox,
         this.m_dockButton,
         this.docButtonSeparator,
         this.shimButton
     });
     resources.ApplyResources(this.m_ToolStrip, "m_ToolStrip");
     this.m_ToolStrip.Name    = "m_ToolStrip";
     this.m_ToolStrip.Stretch = true;
     //
     // m_ComboBox
     //
     this.m_ComboBox.AutoToolTip         = true;
     this.m_ComboBox.BackColor           = System.Drawing.SystemColors.Window;
     this.m_ComboBox.DropDownButtonWidth = 13;
     this.m_ComboBox.Margin  = new System.Windows.Forms.Padding(3, 1, 0, 2);
     this.m_ComboBox.Name    = "m_ComboBox";
     this.m_ComboBox.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     resources.ApplyResources(this.m_ComboBox, "m_ComboBox");
     this.m_ComboBox.DropDownOpening += new System.EventHandler(this.OnDropDownOpening);
     this.m_ComboBox.DropDownClosed  += new System.EventHandler(this.OnDropDownClosed);
     //
     // docButtonSeparator
     //
     this.docButtonSeparator.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.docButtonSeparator.Name      = "docButtonSeparator";
     this.docButtonSeparator.Overflow  = System.Windows.Forms.ToolStripItemOverflow.Never;
     resources.ApplyResources(this.docButtonSeparator, "docButtonSeparator");
     //
     // shimButton
     //
     this.shimButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     resources.ApplyResources(this.shimButton, "shimButton");
     this.shimButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.None;
     this.shimButton.Name         = "shimButton";
     this.shimButton.Overflow     = System.Windows.Forms.ToolStripItemOverflow.Never;
     //
     // pnlOuter
     //
     this.pnlOuter.Controls.Add(this.splitContainer);
     resources.ApplyResources(this.pnlOuter, "pnlOuter");
     this.pnlOuter.Name = "pnlOuter";
     //
     // splitContainer
     //
     resources.ApplyResources(this.splitContainer, "splitContainer");
     this.splitContainer.Name = "splitContainer";
     //
     // CheckControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pnlOuter);
     this.Controls.Add(this.m_ToolStrip);
     this.Name = "CheckControl";
     this.m_ToolStrip.ResumeLayout(false);
     this.m_ToolStrip.PerformLayout();
     this.Controls.SetChildIndex(this.pnlOuter, 0);
     this.pnlOuter.ResumeLayout(false);
     this.splitContainer.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNewAnalysisCylinderCase));
     this.lbCylinder             = new System.Windows.Forms.Label();
     this.lbCase                 = new System.Windows.Forms.Label();
     this.cbCylinders            = new treeDiM.StackBuilder.Graphics.Controls.CCtrlComboFiltered();
     this.cbCases                = new treeDiM.StackBuilder.Graphics.Controls.CCtrlComboFiltered();
     this.checkBoxBestLayersOnly = new System.Windows.Forms.CheckBox();
     this.uCtrlLayerList         = new treeDiM.StackBuilder.Graphics.UCtrlLayerList();
     this.lbSelect               = new System.Windows.Forms.Label();
     this.uCtrlPackable          = new treeDiM.StackBuilder.Graphics.Controls.UCtrlPackable();
     this.SuspendLayout();
     //
     // tbDescription
     //
     resources.ApplyResources(this.tbDescription, "tbDescription");
     //
     // tbName
     //
     resources.ApplyResources(this.tbName, "tbName");
     //
     // lbDescription
     //
     resources.ApplyResources(this.lbDescription, "lbDescription");
     //
     // lbName
     //
     resources.ApplyResources(this.lbName, "lbName");
     //
     // lbCylinder
     //
     resources.ApplyResources(this.lbCylinder, "lbCylinder");
     this.lbCylinder.Name = "lbCylinder";
     //
     // lbCase
     //
     resources.ApplyResources(this.lbCase, "lbCase");
     this.lbCase.Name = "lbCase";
     //
     // cbCylinders
     //
     resources.ApplyResources(this.cbCylinders, "cbCylinders");
     this.cbCylinders.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbCylinders.FormattingEnabled = true;
     this.cbCylinders.Name = "cbCylinders";
     this.cbCylinders.SelectedIndexChanged += new System.EventHandler(this.onCylinderChanged);
     //
     // cbCases
     //
     resources.ApplyResources(this.cbCases, "cbCases");
     this.cbCases.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbCases.FormattingEnabled = true;
     this.cbCases.Name = "cbCases";
     this.cbCases.SelectedIndexChanged += new System.EventHandler(this.onInputChanged);
     //
     // checkBoxBestLayersOnly
     //
     resources.ApplyResources(this.checkBoxBestLayersOnly, "checkBoxBestLayersOnly");
     this.checkBoxBestLayersOnly.Name = "checkBoxBestLayersOnly";
     this.checkBoxBestLayersOnly.UseVisualStyleBackColor = true;
     this.checkBoxBestLayersOnly.CheckedChanged         += new System.EventHandler(this.onInputChanged);
     //
     // uCtrlLayerList
     //
     resources.ApplyResources(this.uCtrlLayerList, "uCtrlLayerList");
     this.uCtrlLayerList.ButtonSizes     = new System.Drawing.Size(150, 150);
     this.uCtrlLayerList.Name            = "uCtrlLayerList";
     this.uCtrlLayerList.Show3D          = true;
     this.uCtrlLayerList.SingleSelection = false;
     //
     // lbSelect
     //
     resources.ApplyResources(this.lbSelect, "lbSelect");
     this.lbSelect.Name = "lbSelect";
     //
     // uCtrlPackable
     //
     resources.ApplyResources(this.uCtrlPackable, "uCtrlPackable");
     this.uCtrlPackable.Name = "uCtrlPackable";
     //
     // FormNewAnalysisCylinderCase
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.uCtrlPackable);
     this.Controls.Add(this.lbSelect);
     this.Controls.Add(this.uCtrlLayerList);
     this.Controls.Add(this.checkBoxBestLayersOnly);
     this.Controls.Add(this.cbCases);
     this.Controls.Add(this.cbCylinders);
     this.Controls.Add(this.lbCase);
     this.Controls.Add(this.lbCylinder);
     this.Name = "FormNewAnalysisCylinderCase";
     this.Controls.SetChildIndex(this.lbName, 0);
     this.Controls.SetChildIndex(this.lbDescription, 0);
     this.Controls.SetChildIndex(this.tbName, 0);
     this.Controls.SetChildIndex(this.tbDescription, 0);
     this.Controls.SetChildIndex(this.lbCylinder, 0);
     this.Controls.SetChildIndex(this.lbCase, 0);
     this.Controls.SetChildIndex(this.cbCylinders, 0);
     this.Controls.SetChildIndex(this.cbCases, 0);
     this.Controls.SetChildIndex(this.checkBoxBestLayersOnly, 0);
     this.Controls.SetChildIndex(this.uCtrlLayerList, 0);
     this.Controls.SetChildIndex(this.lbSelect, 0);
     this.Controls.SetChildIndex(this.uCtrlPackable, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#44
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(OpenDataSourceDialog));
     this.listView                 = new System.Windows.Forms.ListView();
     this.SourceName               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.FileType                 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SourceSize               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.DateModified             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lookInComboBox           = new System.Windows.Forms.ComboBox();
     this.labelLookIn              = new System.Windows.Forms.Label();
     this.sourcePathTextBox        = new System.Windows.Forms.TextBox();
     this.labelSourcePath          = new System.Windows.Forms.Label();
     this.sourceTypeComboBox       = new System.Windows.Forms.ComboBox();
     this.label1                   = new System.Windows.Forms.Label();
     this.openButton               = new System.Windows.Forms.Button();
     this.cancelButton             = new System.Windows.Forms.Button();
     this.navToolStrip             = new System.Windows.Forms.ToolStrip();
     this.backButton               = new System.Windows.Forms.ToolStripButton();
     this.upOneLevelButton         = new System.Windows.Forms.ToolStripButton();
     this.viewsDropDownButton      = new System.Windows.Forms.ToolStripDropDownButton();
     this.tilesToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.listToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.flowLayoutPanel1         = new System.Windows.Forms.FlowLayoutPanel();
     this.chorusButton             = new System.Windows.Forms.Button();
     this.lookInImageList          = new System.Windows.Forms.ImageList(this.components);
     this.recentDocumentsButton    = new System.Windows.Forms.Button();
     this.desktopButton            = new System.Windows.Forms.Button();
     this.myDocumentsButton        = new System.Windows.Forms.Button();
     this.myComputerButton         = new System.Windows.Forms.Button();
     this.navToolStrip.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // listView
     //
     this.listView.AllowColumnReorder = true;
     resources.ApplyResources(this.listView, "listView");
     this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.SourceName,
         this.FileType,
         this.SourceSize,
         this.DateModified
     });
     this.listView.Name     = "listView";
     this.listView.TileSize = new System.Drawing.Size(150, 35);
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View                  = System.Windows.Forms.View.List;
     this.listView.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.listView_ColumnClick);
     this.listView.ItemActivate         += new System.EventHandler(this.listView_ItemActivate);
     this.listView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listView_ItemSelectionChanged);
     this.listView.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.listView_KeyDown);
     //
     // SourceName
     //
     resources.ApplyResources(this.SourceName, "SourceName");
     //
     // FileType
     //
     resources.ApplyResources(this.FileType, "FileType");
     //
     // SourceSize
     //
     resources.ApplyResources(this.SourceSize, "SourceSize");
     //
     // DateModified
     //
     resources.ApplyResources(this.DateModified, "DateModified");
     //
     // lookInComboBox
     //
     resources.ApplyResources(this.lookInComboBox, "lookInComboBox");
     this.lookInComboBox.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.lookInComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lookInComboBox.FormattingEnabled = true;
     this.lookInComboBox.Name         = "lookInComboBox";
     this.lookInComboBox.DrawItem    += new System.Windows.Forms.DrawItemEventHandler(this.lookInComboBox_DrawItem);
     this.lookInComboBox.DropDown    += new System.EventHandler(this.lookInComboBox_DropDown);
     this.lookInComboBox.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.lookInComboBox_MeasureItem);
     this.lookInComboBox.SelectionChangeCommitted += new System.EventHandler(this.lookInComboBox_SelectionChangeCommitted);
     //
     // labelLookIn
     //
     resources.ApplyResources(this.labelLookIn, "labelLookIn");
     this.labelLookIn.Name = "labelLookIn";
     //
     // sourcePathTextBox
     //
     resources.ApplyResources(this.sourcePathTextBox, "sourcePathTextBox");
     this.sourcePathTextBox.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.sourcePathTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
     this.sourcePathTextBox.Name   = "sourcePathTextBox";
     this.sourcePathTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.sourcePathTextBox_KeyUp);
     //
     // labelSourcePath
     //
     resources.ApplyResources(this.labelSourcePath, "labelSourcePath");
     this.labelSourcePath.Name = "labelSourcePath";
     //
     // sourceTypeComboBox
     //
     resources.ApplyResources(this.sourceTypeComboBox, "sourceTypeComboBox");
     this.sourceTypeComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.sourceTypeComboBox.FormattingEnabled = true;
     this.sourceTypeComboBox.Name = "sourceTypeComboBox";
     this.sourceTypeComboBox.SelectionChangeCommitted += new System.EventHandler(this.sourceTypeComboBox_SelectionChangeCommitted);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // openButton
     //
     resources.ApplyResources(this.openButton, "openButton");
     this.openButton.Name = "openButton";
     this.openButton.UseVisualStyleBackColor = true;
     this.openButton.Click += new System.EventHandler(this.openButton_Click);
     //
     // cancelButton
     //
     resources.ApplyResources(this.cancelButton, "cancelButton");
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click                  += new System.EventHandler(this.cancelButton_Click);
     //
     // navToolStrip
     //
     resources.ApplyResources(this.navToolStrip, "navToolStrip");
     this.navToolStrip.BackColor = System.Drawing.SystemColors.Control;
     this.navToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.navToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.backButton,
         this.upOneLevelButton,
         this.viewsDropDownButton
     });
     this.navToolStrip.Name       = "navToolStrip";
     this.navToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     //
     // backButton
     //
     this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.backButton, "backButton");
     this.backButton.Name   = "backButton";
     this.backButton.Click += new System.EventHandler(this.backButton_Click);
     //
     // upOneLevelButton
     //
     this.upOneLevelButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.upOneLevelButton, "upOneLevelButton");
     this.upOneLevelButton.Name   = "upOneLevelButton";
     this.upOneLevelButton.Click += new System.EventHandler(this.upOneLevelButton_Click);
     //
     // viewsDropDownButton
     //
     this.viewsDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.viewsDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tilesToolStripMenuItem,
         this.listToolStripMenuItem,
         this.detailsToolStripMenuItem
     });
     resources.ApplyResources(this.viewsDropDownButton, "viewsDropDownButton");
     this.viewsDropDownButton.Name = "viewsDropDownButton";
     //
     // tilesToolStripMenuItem
     //
     this.tilesToolStripMenuItem.Name = "tilesToolStripMenuItem";
     resources.ApplyResources(this.tilesToolStripMenuItem, "tilesToolStripMenuItem");
     this.tilesToolStripMenuItem.Click += new System.EventHandler(this.tilesToolStripMenuItem_Click);
     //
     // listToolStripMenuItem
     //
     this.listToolStripMenuItem.Checked    = true;
     this.listToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.listToolStripMenuItem.Name       = "listToolStripMenuItem";
     resources.ApplyResources(this.listToolStripMenuItem, "listToolStripMenuItem");
     this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
     //
     // detailsToolStripMenuItem
     //
     this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem";
     resources.ApplyResources(this.detailsToolStripMenuItem, "detailsToolStripMenuItem");
     this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click);
     //
     // flowLayoutPanel1
     //
     resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
     this.flowLayoutPanel1.BackColor   = System.Drawing.SystemColors.Window;
     this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.flowLayoutPanel1.Controls.Add(this.chorusButton);
     this.flowLayoutPanel1.Controls.Add(this.recentDocumentsButton);
     this.flowLayoutPanel1.Controls.Add(this.desktopButton);
     this.flowLayoutPanel1.Controls.Add(this.myDocumentsButton);
     this.flowLayoutPanel1.Controls.Add(this.myComputerButton);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     //
     // chorusButton
     //
     this.chorusButton.FlatAppearance.BorderSize = 0;
     resources.ApplyResources(this.chorusButton, "chorusButton");
     this.chorusButton.ImageList = this.lookInImageList;
     this.chorusButton.Name      = "chorusButton";
     this.chorusButton.UseVisualStyleBackColor = false;
     this.chorusButton.Click += new System.EventHandler(this.chorusButton_Click);
     //
     // lookInImageList
     //
     this.lookInImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("lookInImageList.ImageStream")));
     this.lookInImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.lookInImageList.Images.SetKeyName(0, "RecentDocuments.png");
     this.lookInImageList.Images.SetKeyName(1, "Desktop.png");
     this.lookInImageList.Images.SetKeyName(2, "MyDocuments.png");
     this.lookInImageList.Images.SetKeyName(3, "MyComputer.png");
     this.lookInImageList.Images.SetKeyName(4, "MyNetworkPlaces.png");
     this.lookInImageList.Images.SetKeyName(5, "LocalDrive.png");
     this.lookInImageList.Images.SetKeyName(6, "OpticalDrive.png");
     this.lookInImageList.Images.SetKeyName(7, "NetworkDrive.png");
     this.lookInImageList.Images.SetKeyName(8, "folder.png");
     this.lookInImageList.Images.SetKeyName(9, "DataProcessing.png");
     this.lookInImageList.Images.SetKeyName(10, "File.png");
     this.lookInImageList.Images.SetKeyName(11, "Chorus.png");
     //
     // recentDocumentsButton
     //
     this.recentDocumentsButton.FlatAppearance.BorderSize = 0;
     resources.ApplyResources(this.recentDocumentsButton, "recentDocumentsButton");
     this.recentDocumentsButton.ImageList = this.lookInImageList;
     this.recentDocumentsButton.Name      = "recentDocumentsButton";
     this.recentDocumentsButton.UseVisualStyleBackColor = false;
     this.recentDocumentsButton.Click += new System.EventHandler(this.recentDocumentsButton_Click);
     //
     // desktopButton
     //
     this.desktopButton.FlatAppearance.BorderSize = 0;
     resources.ApplyResources(this.desktopButton, "desktopButton");
     this.desktopButton.ImageList = this.lookInImageList;
     this.desktopButton.Name      = "desktopButton";
     this.desktopButton.UseVisualStyleBackColor = false;
     this.desktopButton.Click += new System.EventHandler(this.desktopButton_Click);
     //
     // myDocumentsButton
     //
     this.myDocumentsButton.FlatAppearance.BorderSize = 0;
     resources.ApplyResources(this.myDocumentsButton, "myDocumentsButton");
     this.myDocumentsButton.ImageList = this.lookInImageList;
     this.myDocumentsButton.Name      = "myDocumentsButton";
     this.myDocumentsButton.UseVisualStyleBackColor = false;
     this.myDocumentsButton.Click += new System.EventHandler(this.myDocumentsButton_Click);
     //
     // myComputerButton
     //
     this.myComputerButton.FlatAppearance.BorderSize = 0;
     resources.ApplyResources(this.myComputerButton, "myComputerButton");
     this.myComputerButton.ImageList = this.lookInImageList;
     this.myComputerButton.Name      = "myComputerButton";
     this.myComputerButton.UseVisualStyleBackColor = false;
     this.myComputerButton.Click += new System.EventHandler(this.myComputerButton_Click);
     //
     // OpenDataSourceDialog
     //
     this.AcceptButton = this.openButton;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = this.cancelButton;
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.navToolStrip);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.openButton);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.sourceTypeComboBox);
     this.Controls.Add(this.labelSourcePath);
     this.Controls.Add(this.sourcePathTextBox);
     this.Controls.Add(this.labelLookIn);
     this.Controls.Add(this.lookInComboBox);
     this.Controls.Add(this.listView);
     this.DoubleBuffered = true;
     this.HelpButton     = true;
     this.MaximizeBox    = false;
     this.MinimizeBox    = false;
     this.Name           = "OpenDataSourceDialog";
     this.ShowIcon       = false;
     this.ShowInTaskbar  = false;
     this.navToolStrip.ResumeLayout(false);
     this.navToolStrip.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#45
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(BarcodeDataForm));
     this.tbPrefix  = new System.Windows.Forms.TextBox();
     this.label1    = new System.Windows.Forms.Label();
     this.label4    = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.label3    = new System.Windows.Forms.Label();
     this.label5    = new System.Windows.Forms.Label();
     this.btnBack   = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOk     = new System.Windows.Forms.Button();
     this.cbOrderBy = new BarCodePrint.AdvComboBox();
     this.cbBarcode = new BarCodePrint.AdvComboBox();
     this.cbTopText = new BarCodePrint.AdvComboBox();
     this.cbBotText = new BarCodePrint.AdvComboBox();
     this.SuspendLayout();
     //
     // tbPrefix
     //
     this.tbPrefix.AccessibleDescription = null;
     this.tbPrefix.AccessibleName        = null;
     resources.ApplyResources(this.tbPrefix, "tbPrefix");
     this.tbPrefix.BackgroundImage = null;
     this.tbPrefix.Font            = null;
     this.tbPrefix.Name            = "tbPrefix";
     //
     // label1
     //
     this.label1.AccessibleDescription = null;
     this.label1.AccessibleName        = null;
     resources.ApplyResources(this.label1, "label1");
     this.label1.Font = null;
     this.label1.Name = "label1";
     //
     // label4
     //
     this.label4.AccessibleDescription = null;
     this.label4.AccessibleName        = null;
     resources.ApplyResources(this.label4, "label4");
     this.label4.Font = null;
     this.label4.Name = "label4";
     //
     // label2
     //
     this.label2.AccessibleDescription = null;
     this.label2.AccessibleName        = null;
     resources.ApplyResources(this.label2, "label2");
     this.label2.Font = null;
     this.label2.Name = "label2";
     //
     // label3
     //
     this.label3.AccessibleDescription = null;
     this.label3.AccessibleName        = null;
     resources.ApplyResources(this.label3, "label3");
     this.label3.Font = null;
     this.label3.Name = "label3";
     //
     // label5
     //
     this.label5.AccessibleDescription = null;
     this.label5.AccessibleName        = null;
     resources.ApplyResources(this.label5, "label5");
     this.label5.Font = null;
     this.label5.Name = "label5";
     //
     // btnBack
     //
     this.btnBack.AccessibleDescription = null;
     this.btnBack.AccessibleName        = null;
     resources.ApplyResources(this.btnBack, "btnBack");
     this.btnBack.BackgroundImage         = null;
     this.btnBack.Font                    = null;
     this.btnBack.Name                    = "btnBack";
     this.btnBack.UseVisualStyleBackColor = true;
     this.btnBack.Click                  += new System.EventHandler(this.btnBack_Click);
     //
     // btnCancel
     //
     this.btnCancel.AccessibleDescription = null;
     this.btnCancel.AccessibleName        = null;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.BackgroundImage         = null;
     this.btnCancel.Font                    = null;
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOk
     //
     this.btnOk.AccessibleDescription = null;
     this.btnOk.AccessibleName        = null;
     resources.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.BackgroundImage         = null;
     this.btnOk.Font                    = null;
     this.btnOk.Name                    = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click                  += new System.EventHandler(this.btnOk_Click);
     //
     // cbOrderBy
     //
     this.cbOrderBy.AccessibleDescription = null;
     this.cbOrderBy.AccessibleName        = null;
     resources.ApplyResources(this.cbOrderBy, "cbOrderBy");
     this.cbOrderBy.BackgroundImage   = null;
     this.cbOrderBy.Font              = null;
     this.cbOrderBy.FormattingEnabled = true;
     this.cbOrderBy.Name              = "cbOrderBy";
     //
     // cbBarcode
     //
     this.cbBarcode.AccessibleDescription = null;
     this.cbBarcode.AccessibleName        = null;
     resources.ApplyResources(this.cbBarcode, "cbBarcode");
     this.cbBarcode.BackgroundImage   = null;
     this.cbBarcode.Font              = null;
     this.cbBarcode.FormattingEnabled = true;
     this.cbBarcode.Name              = "cbBarcode";
     //
     // cbTopText
     //
     this.cbTopText.AccessibleDescription = null;
     this.cbTopText.AccessibleName        = null;
     resources.ApplyResources(this.cbTopText, "cbTopText");
     this.cbTopText.BackgroundImage   = null;
     this.cbTopText.Font              = null;
     this.cbTopText.FormattingEnabled = true;
     this.cbTopText.Name              = "cbTopText";
     //
     // cbBotText
     //
     this.cbBotText.AccessibleDescription = null;
     this.cbBotText.AccessibleName        = null;
     resources.ApplyResources(this.cbBotText, "cbBotText");
     this.cbBotText.BackgroundImage   = null;
     this.cbBotText.Font              = null;
     this.cbBotText.FormattingEnabled = true;
     this.cbBotText.Name              = "cbBotText";
     //
     // BarcodeDataForm
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.Controls.Add(this.tbPrefix);
     this.Controls.Add(this.btnBack);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.cbOrderBy);
     this.Controls.Add(this.cbBarcode);
     this.Controls.Add(this.cbTopText);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.cbBotText);
     this.Controls.Add(this.label2);
     this.Font            = null;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = null;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "BarcodeDataForm";
     this.ShowInTaskbar   = 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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DockContentAnalysisCasePallet));
     this.gbStopCriterions      = new System.Windows.Forms.GroupBox();
     this.uCtrlOptMaxNumber     = new treeDiM.Basics.UCtrlOptInt();
     this.uCtrlOptMaximumWeight = new treeDiM.Basics.UCtrlOptDouble();
     this.uCtrlMaxPalletHeight  = new treeDiM.Basics.UCtrlDouble();
     this.tabCtrl = new System.Windows.Forms.TabControl();
     this.tabPagePalletCorners = new System.Windows.Forms.TabPage();
     this.cbPalletCorners      = new System.Windows.Forms.ComboBox();
     this.chkbPalletCorners    = new System.Windows.Forms.CheckBox();
     this.tabPagePalletCap     = new System.Windows.Forms.TabPage();
     this.cbPalletCap          = new System.Windows.Forms.ComboBox();
     this.chkbPalletCap        = new System.Windows.Forms.CheckBox();
     this.tabPagePalletFilm    = new System.Windows.Forms.TabPage();
     this.cbPalletFilm         = new System.Windows.Forms.ComboBox();
     this.chkbPalletFilm       = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.graphCtrlSolution)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerHoriz)).BeginInit();
     this.splitContainerHoriz.Panel1.SuspendLayout();
     this.splitContainerHoriz.Panel2.SuspendLayout();
     this.splitContainerHoriz.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerVert)).BeginInit();
     this.splitContainerVert.Panel1.SuspendLayout();
     this.splitContainerVert.Panel2.SuspendLayout();
     this.splitContainerVert.SuspendLayout();
     this.gbStopCriterions.SuspendLayout();
     this.tabCtrl.SuspendLayout();
     this.tabPagePalletCorners.SuspendLayout();
     this.tabPagePalletCap.SuspendLayout();
     this.tabPagePalletFilm.SuspendLayout();
     this.SuspendLayout();
     //
     // graphCtrlSolution
     //
     resources.ApplyResources(this.graphCtrlSolution, "graphCtrlSolution");
     //
     // splitContainerHoriz
     //
     //
     // splitContainerHoriz.Panel2
     //
     this.splitContainerHoriz.Panel2.Controls.Add(this.gbStopCriterions);
     this.splitContainerHoriz.Panel2.Controls.Add(this.tabCtrl);
     resources.ApplyResources(this.splitContainerHoriz, "splitContainerHoriz");
     //
     // splitContainerVert
     //
     resources.ApplyResources(this.splitContainerVert, "splitContainerVert");
     //
     // gridSolution
     //
     resources.ApplyResources(this.gridSolution, "gridSolution");
     //
     // gbStopCriterions
     //
     resources.ApplyResources(this.gbStopCriterions, "gbStopCriterions");
     this.gbStopCriterions.Controls.Add(this.uCtrlOptMaxNumber);
     this.gbStopCriterions.Controls.Add(this.uCtrlOptMaximumWeight);
     this.gbStopCriterions.Controls.Add(this.uCtrlMaxPalletHeight);
     this.gbStopCriterions.Name    = "gbStopCriterions";
     this.gbStopCriterions.TabStop = false;
     //
     // uCtrlOptMaxNumber
     //
     resources.ApplyResources(this.uCtrlOptMaxNumber, "uCtrlOptMaxNumber");
     this.uCtrlOptMaxNumber.Minimum       = 0;
     this.uCtrlOptMaxNumber.Name          = "uCtrlOptMaxNumber";
     this.uCtrlOptMaxNumber.ValueChanged += new treeDiM.Basics.UCtrlOptInt.ValueChangedDelegate(this.OnCriterionChanged);
     //
     // uCtrlOptMaximumWeight
     //
     resources.ApplyResources(this.uCtrlOptMaximumWeight, "uCtrlOptMaximumWeight");
     this.uCtrlOptMaximumWeight.Minimum = new decimal(new int[] {
         10000,
         0,
         0,
         -2147483648
     });
     this.uCtrlOptMaximumWeight.Name = "uCtrlOptMaximumWeight";
     this.uCtrlOptMaximumWeight.Unit = treeDiM.Basics.UnitsManager.UnitType.UT_MASS;
     //
     // uCtrlMaxPalletHeight
     //
     resources.ApplyResources(this.uCtrlMaxPalletHeight, "uCtrlMaxPalletHeight");
     this.uCtrlMaxPalletHeight.Minimum = new decimal(new int[] {
         10000,
         0,
         0,
         -2147483648
     });
     this.uCtrlMaxPalletHeight.Name = "uCtrlMaxPalletHeight";
     this.uCtrlMaxPalletHeight.Unit = treeDiM.Basics.UnitsManager.UnitType.UT_LENGTH;
     //
     // tabCtrl
     //
     resources.ApplyResources(this.tabCtrl, "tabCtrl");
     this.tabCtrl.Controls.Add(this.tabPagePalletCorners);
     this.tabCtrl.Controls.Add(this.tabPagePalletCap);
     this.tabCtrl.Controls.Add(this.tabPagePalletFilm);
     this.tabCtrl.Multiline     = true;
     this.tabCtrl.Name          = "tabCtrl";
     this.tabCtrl.SelectedIndex = 0;
     //
     // tabPagePalletCorners
     //
     this.tabPagePalletCorners.Controls.Add(this.cbPalletCorners);
     this.tabPagePalletCorners.Controls.Add(this.chkbPalletCorners);
     resources.ApplyResources(this.tabPagePalletCorners, "tabPagePalletCorners");
     this.tabPagePalletCorners.Name = "tabPagePalletCorners";
     this.tabPagePalletCorners.UseVisualStyleBackColor = true;
     //
     // cbPalletCorners
     //
     this.cbPalletCorners.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbPalletCorners.FormattingEnabled = true;
     resources.ApplyResources(this.cbPalletCorners, "cbPalletCorners");
     this.cbPalletCorners.Name = "cbPalletCorners";
     this.cbPalletCorners.SelectedIndexChanged += new System.EventHandler(this.OnPalletProtectionChanged);
     //
     // chkbPalletCorners
     //
     resources.ApplyResources(this.chkbPalletCorners, "chkbPalletCorners");
     this.chkbPalletCorners.Name = "chkbPalletCorners";
     this.chkbPalletCorners.UseVisualStyleBackColor = true;
     this.chkbPalletCorners.CheckedChanged         += new System.EventHandler(this.OnPalletProtectionChanged);
     //
     // tabPagePalletCap
     //
     this.tabPagePalletCap.Controls.Add(this.cbPalletCap);
     this.tabPagePalletCap.Controls.Add(this.chkbPalletCap);
     resources.ApplyResources(this.tabPagePalletCap, "tabPagePalletCap");
     this.tabPagePalletCap.Name = "tabPagePalletCap";
     this.tabPagePalletCap.UseVisualStyleBackColor = true;
     //
     // cbPalletCap
     //
     this.cbPalletCap.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbPalletCap.FormattingEnabled = true;
     resources.ApplyResources(this.cbPalletCap, "cbPalletCap");
     this.cbPalletCap.Name = "cbPalletCap";
     this.cbPalletCap.SelectedIndexChanged += new System.EventHandler(this.OnPalletProtectionChanged);
     //
     // chkbPalletCap
     //
     resources.ApplyResources(this.chkbPalletCap, "chkbPalletCap");
     this.chkbPalletCap.Name = "chkbPalletCap";
     this.chkbPalletCap.UseVisualStyleBackColor = true;
     this.chkbPalletCap.CheckedChanged         += new System.EventHandler(this.OnPalletProtectionChanged);
     //
     // tabPagePalletFilm
     //
     this.tabPagePalletFilm.Controls.Add(this.cbPalletFilm);
     this.tabPagePalletFilm.Controls.Add(this.chkbPalletFilm);
     resources.ApplyResources(this.tabPagePalletFilm, "tabPagePalletFilm");
     this.tabPagePalletFilm.Name = "tabPagePalletFilm";
     this.tabPagePalletFilm.UseVisualStyleBackColor = true;
     //
     // cbPalletFilm
     //
     this.cbPalletFilm.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbPalletFilm.FormattingEnabled = true;
     resources.ApplyResources(this.cbPalletFilm, "cbPalletFilm");
     this.cbPalletFilm.Name = "cbPalletFilm";
     this.cbPalletFilm.SelectedIndexChanged += new System.EventHandler(this.OnPalletProtectionChanged);
     //
     // chkbPalletFilm
     //
     resources.ApplyResources(this.chkbPalletFilm, "chkbPalletFilm");
     this.chkbPalletFilm.Name = "chkbPalletFilm";
     this.chkbPalletFilm.UseVisualStyleBackColor = true;
     this.chkbPalletFilm.CheckedChanged         += new System.EventHandler(this.OnPalletProtectionChanged);
     //
     // DockContentAnalysisCasePallet
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Name          = "DockContentAnalysisCasePallet";
     this.SizeChanged  += new System.EventHandler(this.OnSizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.graphCtrlSolution)).EndInit();
     this.splitContainerHoriz.Panel1.ResumeLayout(false);
     this.splitContainerHoriz.Panel2.ResumeLayout(false);
     this.splitContainerHoriz.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerHoriz)).EndInit();
     this.splitContainerHoriz.ResumeLayout(false);
     this.splitContainerVert.Panel1.ResumeLayout(false);
     this.splitContainerVert.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerVert)).EndInit();
     this.splitContainerVert.ResumeLayout(false);
     this.gbStopCriterions.ResumeLayout(false);
     this.tabCtrl.ResumeLayout(false);
     this.tabPagePalletCorners.ResumeLayout(false);
     this.tabPagePalletCorners.PerformLayout();
     this.tabPagePalletCap.ResumeLayout(false);
     this.tabPagePalletCap.PerformLayout();
     this.tabPagePalletFilm.ResumeLayout(false);
     this.tabPagePalletFilm.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#47
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(GridUI));
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.label3           = new System.Windows.Forms.Label();
     this.NUM_spacing      = new System.Windows.Forms.NumericUpDown();
     this.label7           = new System.Windows.Forms.Label();
     this.NUM_overshoot2   = new System.Windows.Forms.NumericUpDown();
     this.label8           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.label15          = new System.Windows.Forms.Label();
     this.CMB_startfrom    = new System.Windows.Forms.ComboBox();
     this.num_overlap      = new System.Windows.Forms.NumericUpDown();
     this.num_sidelap      = new System.Windows.Forms.NumericUpDown();
     this.label5           = new System.Windows.Forms.Label();
     this.NUM_overshoot    = new System.Windows.Forms.NumericUpDown();
     this.label2           = new System.Windows.Forms.Label();
     this.NUM_Distance     = new System.Windows.Forms.NumericUpDown();
     this.BUT_Accept       = new MissionPlanner.Controls.MyButton();
     this.label4           = new System.Windows.Forms.Label();
     this.NUM_angle        = new System.Windows.Forms.NumericUpDown();
     this.label1           = new System.Windows.Forms.Label();
     this.NUM_altitude     = new System.Windows.Forms.NumericUpDown();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.BUT_samplephoto  = new MissionPlanner.Controls.MyButton();
     this.label21          = new System.Windows.Forms.Label();
     this.label19          = new System.Windows.Forms.Label();
     this.label20          = new System.Windows.Forms.Label();
     this.TXT_fovV         = new System.Windows.Forms.TextBox();
     this.TXT_fovH         = new System.Windows.Forms.TextBox();
     this.label12          = new System.Windows.Forms.Label();
     this.TXT_cmpixel      = new System.Windows.Forms.TextBox();
     this.TXT_sensheight   = new System.Windows.Forms.TextBox();
     this.TXT_senswidth    = new System.Windows.Forms.TextBox();
     this.TXT_imgheight    = new System.Windows.Forms.TextBox();
     this.TXT_imgwidth     = new System.Windows.Forms.TextBox();
     this.num_focallength  = new System.Windows.Forms.NumericUpDown();
     this.label9           = new System.Windows.Forms.Label();
     this.label10          = new System.Windows.Forms.Label();
     this.label14          = new System.Windows.Forms.Label();
     this.label13          = new System.Windows.Forms.Label();
     this.label11          = new System.Windows.Forms.Label();
     this.BUT_save         = new MissionPlanner.Controls.MyButton();
     this.CHK_camdirection = new System.Windows.Forms.CheckBox();
     this.groupBox3        = new System.Windows.Forms.GroupBox();
     this.label18          = new System.Windows.Forms.Label();
     this.label17          = new System.Windows.Forms.Label();
     this.label16          = new System.Windows.Forms.Label();
     this.num_repttime     = new System.Windows.Forms.NumericUpDown();
     this.num_reptpwm      = new System.Windows.Forms.NumericUpDown();
     this.num_reptservo    = new System.Windows.Forms.NumericUpDown();
     this.rad_digicam      = new System.Windows.Forms.RadioButton();
     this.rad_repeatservo  = new System.Windows.Forms.RadioButton();
     this.rad_trigdist     = new System.Windows.Forms.RadioButton();
     this.tabControl1      = new System.Windows.Forms.TabControl();
     this.tabSimple        = new System.Windows.Forms.TabPage();
     this.groupBox6        = new System.Windows.Forms.GroupBox();
     this.label26          = new System.Windows.Forms.Label();
     this.CMB_camera       = new System.Windows.Forms.ComboBox();
     this.groupBox4        = new System.Windows.Forms.GroupBox();
     this.CHK_advanced     = new System.Windows.Forms.CheckBox();
     this.chk_footprints   = new System.Windows.Forms.CheckBox();
     this.chk_internals    = new System.Windows.Forms.CheckBox();
     this.chk_grid         = new System.Windows.Forms.CheckBox();
     this.chk_markers      = new System.Windows.Forms.CheckBox();
     this.chk_boundary     = new System.Windows.Forms.CheckBox();
     this.tabGrid          = new System.Windows.Forms.TabPage();
     this.tabTrigger       = new System.Windows.Forms.TabPage();
     this.tabCamera        = new System.Windows.Forms.TabPage();
     this.map                  = new MissionPlanner.Controls.myGMAP();
     this.groupBox5            = new System.Windows.Forms.GroupBox();
     this.lbl_distbetweenlines = new System.Windows.Forms.Label();
     this.label25              = new System.Windows.Forms.Label();
     this.lbl_footprint        = new System.Windows.Forms.Label();
     this.label30              = new System.Windows.Forms.Label();
     this.lbl_strips           = new System.Windows.Forms.Label();
     this.lbl_pictures         = new System.Windows.Forms.Label();
     this.label33              = new System.Windows.Forms.Label();
     this.label34              = new System.Windows.Forms.Label();
     this.lbl_grndres          = new System.Windows.Forms.Label();
     this.label29              = new System.Windows.Forms.Label();
     this.lbl_spacing          = new System.Windows.Forms.Label();
     this.label27              = new System.Windows.Forms.Label();
     this.lbl_distance         = new System.Windows.Forms.Label();
     this.lbl_area             = new System.Windows.Forms.Label();
     this.label23              = new System.Windows.Forms.Label();
     this.label22              = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NUM_spacing)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUM_overshoot2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_overlap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_sidelap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUM_overshoot)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUM_Distance)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUM_angle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUM_altitude)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.num_focallength)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.num_repttime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_reptpwm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_reptservo)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabSimple.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.tabGrid.SuspendLayout();
     this.tabTrigger.SuspendLayout();
     this.tabCamera.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.NUM_spacing);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.NUM_overshoot2);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label15);
     this.groupBox1.Controls.Add(this.CMB_startfrom);
     this.groupBox1.Controls.Add(this.num_overlap);
     this.groupBox1.Controls.Add(this.num_sidelap);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.NUM_overshoot);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.NUM_Distance);
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // NUM_spacing
     //
     resources.ApplyResources(this.NUM_spacing, "NUM_spacing");
     this.NUM_spacing.Maximum = new decimal(new int[] {
         5000,
         0,
         0,
         0
     });
     this.NUM_spacing.Name          = "NUM_spacing";
     this.NUM_spacing.ValueChanged += new System.EventHandler(this.domainUpDown1_ValueChanged);
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // NUM_overshoot2
     //
     resources.ApplyResources(this.NUM_overshoot2, "NUM_overshoot2");
     this.NUM_overshoot2.Maximum = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.NUM_overshoot2.Name          = "NUM_overshoot2";
     this.NUM_overshoot2.ValueChanged += new System.EventHandler(this.domainUpDown1_ValueChanged);
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name = "label8";
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // label15
     //
     resources.ApplyResources(this.label15, "label15");
     this.label15.Name = "label15";
     //
     // CMB_startfrom
     //
     this.CMB_startfrom.FormattingEnabled = true;
     resources.ApplyResources(this.CMB_startfrom, "CMB_startfrom");
     this.CMB_startfrom.Name = "CMB_startfrom";
     this.CMB_startfrom.SelectedIndexChanged += new System.EventHandler(this.domainUpDown1_ValueChanged);
     //
     // num_overlap
     //
     this.num_overlap.DecimalPlaces = 1;
     resources.ApplyResources(this.num_overlap, "num_overlap");
     this.num_overlap.Name  = "num_overlap";
     this.num_overlap.Value = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.num_overlap.ValueChanged += new System.EventHandler(this.num_ValueChanged);
     //
     // num_sidelap
     //
     this.num_sidelap.DecimalPlaces = 1;
     resources.ApplyResources(this.num_sidelap, "num_sidelap");
     this.num_sidelap.Name  = "num_sidelap";
     this.num_sidelap.Value = new decimal(new int[] {
         60,
         0,
         0,
         0
     });
     this.num_sidelap.ValueChanged += new System.EventHandler(this.num_ValueChanged);
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // NUM_overshoot
     //
     resources.ApplyResources(this.NUM_overshoot, "NUM_overshoot");
     this.NUM_overshoot.Maximum = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.NUM_overshoot.Name          = "NUM_overshoot";
     this.NUM_overshoot.ValueChanged += new System.EventHandler(this.domainUpDown1_ValueChanged);
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // NUM_Distance
     //
     resources.ApplyResources(this.NUM_Distance, "NUM_Distance");
     this.NUM_Distance.Maximum = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.NUM_Distance.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.NUM_Distance.Name  = "NUM_Distance";
     this.NUM_Distance.Value = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.NUM_Distance.ValueChanged += new System.EventHandler(this.domainUpDown1_ValueChanged);
     //
     // BUT_Accept
     //
     resources.ApplyResources(this.BUT_Accept, "BUT_Accept");
     this.BUT_Accept.Name = "BUT_Accept";
     this.BUT_Accept.UseVisualStyleBackColor = true;
     this.BUT_Accept.Click += new System.EventHandler(this.BUT_Accept_Click);
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // NUM_angle
     //
     resources.ApplyResources(this.NUM_angle, "NUM_angle");
     this.NUM_angle.Maximum = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.NUM_angle.Name          = "NUM_angle";
     this.NUM_angle.ValueChanged += new System.EventHandler(this.domainUpDown1_ValueChanged);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // NUM_altitude
     //
     this.NUM_altitude.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     resources.ApplyResources(this.NUM_altitude, "NUM_altitude");
     this.NUM_altitude.Maximum = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.NUM_altitude.Minimum = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.NUM_altitude.Name  = "NUM_altitude";
     this.NUM_altitude.Value = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.NUM_altitude.ValueChanged += new System.EventHandler(this.domainUpDown1_ValueChanged);
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Controls.Add(this.BUT_samplephoto);
     this.groupBox2.Controls.Add(this.label21);
     this.groupBox2.Controls.Add(this.label19);
     this.groupBox2.Controls.Add(this.label20);
     this.groupBox2.Controls.Add(this.TXT_fovV);
     this.groupBox2.Controls.Add(this.TXT_fovH);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.TXT_cmpixel);
     this.groupBox2.Controls.Add(this.TXT_sensheight);
     this.groupBox2.Controls.Add(this.TXT_senswidth);
     this.groupBox2.Controls.Add(this.TXT_imgheight);
     this.groupBox2.Controls.Add(this.TXT_imgwidth);
     this.groupBox2.Controls.Add(this.num_focallength);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.BUT_save);
     this.groupBox2.Name    = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // BUT_samplephoto
     //
     resources.ApplyResources(this.BUT_samplephoto, "BUT_samplephoto");
     this.BUT_samplephoto.Name = "BUT_samplephoto";
     this.BUT_samplephoto.UseVisualStyleBackColor = true;
     this.BUT_samplephoto.Click += new System.EventHandler(this.BUT_samplephoto_Click);
     //
     // label21
     //
     resources.ApplyResources(this.label21, "label21");
     this.label21.Name = "label21";
     //
     // label19
     //
     resources.ApplyResources(this.label19, "label19");
     this.label19.Name = "label19";
     //
     // label20
     //
     resources.ApplyResources(this.label20, "label20");
     this.label20.Name = "label20";
     //
     // TXT_fovV
     //
     resources.ApplyResources(this.TXT_fovV, "TXT_fovV");
     this.TXT_fovV.Name = "TXT_fovV";
     //
     // TXT_fovH
     //
     resources.ApplyResources(this.TXT_fovH, "TXT_fovH");
     this.TXT_fovH.Name = "TXT_fovH";
     //
     // label12
     //
     resources.ApplyResources(this.label12, "label12");
     this.label12.Name = "label12";
     //
     // TXT_cmpixel
     //
     resources.ApplyResources(this.TXT_cmpixel, "TXT_cmpixel");
     this.TXT_cmpixel.Name = "TXT_cmpixel";
     //
     // TXT_sensheight
     //
     resources.ApplyResources(this.TXT_sensheight, "TXT_sensheight");
     this.TXT_sensheight.Name         = "TXT_sensheight";
     this.TXT_sensheight.TextChanged += new System.EventHandler(this.TXT_TextChanged);
     //
     // TXT_senswidth
     //
     resources.ApplyResources(this.TXT_senswidth, "TXT_senswidth");
     this.TXT_senswidth.Name         = "TXT_senswidth";
     this.TXT_senswidth.TextChanged += new System.EventHandler(this.TXT_TextChanged);
     //
     // TXT_imgheight
     //
     resources.ApplyResources(this.TXT_imgheight, "TXT_imgheight");
     this.TXT_imgheight.Name         = "TXT_imgheight";
     this.TXT_imgheight.TextChanged += new System.EventHandler(this.TXT_TextChanged);
     //
     // TXT_imgwidth
     //
     resources.ApplyResources(this.TXT_imgwidth, "TXT_imgwidth");
     this.TXT_imgwidth.Name         = "TXT_imgwidth";
     this.TXT_imgwidth.TextChanged += new System.EventHandler(this.TXT_TextChanged);
     //
     // num_focallength
     //
     this.num_focallength.DecimalPlaces = 1;
     this.num_focallength.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     resources.ApplyResources(this.num_focallength, "num_focallength");
     this.num_focallength.Maximum = new decimal(new int[] {
         180,
         0,
         0,
         0
     });
     this.num_focallength.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.num_focallength.Name  = "num_focallength";
     this.num_focallength.Value = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.num_focallength.ValueChanged += new System.EventHandler(this.num_ValueChanged);
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // label10
     //
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name = "label10";
     //
     // label14
     //
     resources.ApplyResources(this.label14, "label14");
     this.label14.Name = "label14";
     //
     // label13
     //
     resources.ApplyResources(this.label13, "label13");
     this.label13.Name = "label13";
     //
     // label11
     //
     resources.ApplyResources(this.label11, "label11");
     this.label11.Name = "label11";
     //
     // BUT_save
     //
     resources.ApplyResources(this.BUT_save, "BUT_save");
     this.BUT_save.Name = "BUT_save";
     this.BUT_save.UseVisualStyleBackColor = true;
     this.BUT_save.Click += new System.EventHandler(this.BUT_save_Click);
     //
     // CHK_camdirection
     //
     resources.ApplyResources(this.CHK_camdirection, "CHK_camdirection");
     this.CHK_camdirection.Checked    = true;
     this.CHK_camdirection.CheckState = System.Windows.Forms.CheckState.Checked;
     this.CHK_camdirection.Name       = "CHK_camdirection";
     this.CHK_camdirection.UseVisualStyleBackColor = true;
     this.CHK_camdirection.CheckedChanged         += new System.EventHandler(this.CHK_camdirection_CheckedChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label18);
     this.groupBox3.Controls.Add(this.label17);
     this.groupBox3.Controls.Add(this.label16);
     this.groupBox3.Controls.Add(this.num_repttime);
     this.groupBox3.Controls.Add(this.num_reptpwm);
     this.groupBox3.Controls.Add(this.num_reptservo);
     this.groupBox3.Controls.Add(this.rad_digicam);
     this.groupBox3.Controls.Add(this.rad_repeatservo);
     this.groupBox3.Controls.Add(this.rad_trigdist);
     resources.ApplyResources(this.groupBox3, "groupBox3");
     this.groupBox3.Name    = "groupBox3";
     this.groupBox3.TabStop = false;
     //
     // label18
     //
     resources.ApplyResources(this.label18, "label18");
     this.label18.Name = "label18";
     //
     // label17
     //
     resources.ApplyResources(this.label17, "label17");
     this.label17.Name = "label17";
     //
     // label16
     //
     resources.ApplyResources(this.label16, "label16");
     this.label16.Name = "label16";
     //
     // num_repttime
     //
     resources.ApplyResources(this.num_repttime, "num_repttime");
     this.num_repttime.Maximum = new decimal(new int[] {
         5000,
         0,
         0,
         0
     });
     this.num_repttime.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.num_repttime.Name  = "num_repttime";
     this.num_repttime.Value = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     //
     // num_reptpwm
     //
     resources.ApplyResources(this.num_reptpwm, "num_reptpwm");
     this.num_reptpwm.Maximum = new decimal(new int[] {
         5000,
         0,
         0,
         0
     });
     this.num_reptpwm.Name  = "num_reptpwm";
     this.num_reptpwm.Value = new decimal(new int[] {
         1100,
         0,
         0,
         0
     });
     //
     // num_reptservo
     //
     resources.ApplyResources(this.num_reptservo, "num_reptservo");
     this.num_reptservo.Maximum = new decimal(new int[] {
         12,
         0,
         0,
         0
     });
     this.num_reptservo.Minimum = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.num_reptservo.Name  = "num_reptservo";
     this.num_reptservo.Value = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     //
     // rad_digicam
     //
     resources.ApplyResources(this.rad_digicam, "rad_digicam");
     this.rad_digicam.Name = "rad_digicam";
     this.rad_digicam.Tag  = "";
     this.rad_digicam.UseVisualStyleBackColor = true;
     //
     // rad_repeatservo
     //
     resources.ApplyResources(this.rad_repeatservo, "rad_repeatservo");
     this.rad_repeatservo.Name = "rad_repeatservo";
     this.rad_repeatservo.Tag  = "";
     this.rad_repeatservo.UseVisualStyleBackColor = true;
     //
     // rad_trigdist
     //
     resources.ApplyResources(this.rad_trigdist, "rad_trigdist");
     this.rad_trigdist.Checked = true;
     this.rad_trigdist.Name    = "rad_trigdist";
     this.rad_trigdist.TabStop = true;
     this.rad_trigdist.Tag     = "";
     this.rad_trigdist.UseVisualStyleBackColor = true;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabSimple);
     this.tabControl1.Controls.Add(this.tabGrid);
     this.tabControl1.Controls.Add(this.tabTrigger);
     this.tabControl1.Controls.Add(this.tabCamera);
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     //
     // tabSimple
     //
     this.tabSimple.Controls.Add(this.groupBox6);
     this.tabSimple.Controls.Add(this.groupBox4);
     this.tabSimple.Controls.Add(this.BUT_Accept);
     resources.ApplyResources(this.tabSimple, "tabSimple");
     this.tabSimple.Name = "tabSimple";
     this.tabSimple.UseVisualStyleBackColor = true;
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.label26);
     this.groupBox6.Controls.Add(this.label4);
     this.groupBox6.Controls.Add(this.NUM_angle);
     this.groupBox6.Controls.Add(this.CMB_camera);
     this.groupBox6.Controls.Add(this.CHK_camdirection);
     this.groupBox6.Controls.Add(this.NUM_altitude);
     this.groupBox6.Controls.Add(this.label1);
     resources.ApplyResources(this.groupBox6, "groupBox6");
     this.groupBox6.Name    = "groupBox6";
     this.groupBox6.TabStop = false;
     //
     // label26
     //
     resources.ApplyResources(this.label26, "label26");
     this.label26.Name = "label26";
     //
     // CMB_camera
     //
     this.CMB_camera.FormattingEnabled = true;
     resources.ApplyResources(this.CMB_camera, "CMB_camera");
     this.CMB_camera.Name = "CMB_camera";
     this.CMB_camera.SelectedIndexChanged += new System.EventHandler(this.CMB_camera_SelectedIndexChanged);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.CHK_advanced);
     this.groupBox4.Controls.Add(this.chk_footprints);
     this.groupBox4.Controls.Add(this.chk_internals);
     this.groupBox4.Controls.Add(this.chk_grid);
     this.groupBox4.Controls.Add(this.chk_markers);
     this.groupBox4.Controls.Add(this.chk_boundary);
     resources.ApplyResources(this.groupBox4, "groupBox4");
     this.groupBox4.Name    = "groupBox4";
     this.groupBox4.TabStop = false;
     //
     // CHK_advanced
     //
     resources.ApplyResources(this.CHK_advanced, "CHK_advanced");
     this.CHK_advanced.Name = "CHK_advanced";
     this.CHK_advanced.UseVisualStyleBackColor = true;
     this.CHK_advanced.CheckedChanged         += new System.EventHandler(this.CHK_advanced_CheckedChanged);
     //
     // chk_footprints
     //
     resources.ApplyResources(this.chk_footprints, "chk_footprints");
     this.chk_footprints.Name = "chk_footprints";
     this.chk_footprints.UseVisualStyleBackColor = true;
     this.chk_footprints.CheckedChanged         += new System.EventHandler(this.domainUpDown1_ValueChanged);
     //
     // chk_internals
     //
     resources.ApplyResources(this.chk_internals, "chk_internals");
     this.chk_internals.Name = "chk_internals";
     this.chk_internals.UseVisualStyleBackColor = true;
     this.chk_internals.CheckedChanged         += new System.EventHandler(this.domainUpDown1_ValueChanged);
     //
     // chk_grid
     //
     resources.ApplyResources(this.chk_grid, "chk_grid");
     this.chk_grid.Checked    = true;
     this.chk_grid.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_grid.Name       = "chk_grid";
     this.chk_grid.UseVisualStyleBackColor = true;
     this.chk_grid.CheckedChanged         += new System.EventHandler(this.domainUpDown1_ValueChanged);
     //
     // chk_markers
     //
     resources.ApplyResources(this.chk_markers, "chk_markers");
     this.chk_markers.Checked    = true;
     this.chk_markers.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_markers.Name       = "chk_markers";
     this.chk_markers.UseVisualStyleBackColor = true;
     this.chk_markers.CheckedChanged         += new System.EventHandler(this.domainUpDown1_ValueChanged);
     //
     // chk_boundary
     //
     resources.ApplyResources(this.chk_boundary, "chk_boundary");
     this.chk_boundary.Checked    = true;
     this.chk_boundary.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_boundary.Name       = "chk_boundary";
     this.chk_boundary.UseVisualStyleBackColor = true;
     this.chk_boundary.CheckedChanged         += new System.EventHandler(this.domainUpDown1_ValueChanged);
     //
     // tabGrid
     //
     this.tabGrid.Controls.Add(this.groupBox1);
     resources.ApplyResources(this.tabGrid, "tabGrid");
     this.tabGrid.Name = "tabGrid";
     this.tabGrid.UseVisualStyleBackColor = true;
     //
     // tabTrigger
     //
     this.tabTrigger.Controls.Add(this.groupBox3);
     resources.ApplyResources(this.tabTrigger, "tabTrigger");
     this.tabTrigger.Name = "tabTrigger";
     this.tabTrigger.UseVisualStyleBackColor = true;
     //
     // tabCamera
     //
     this.tabCamera.Controls.Add(this.groupBox2);
     resources.ApplyResources(this.tabCamera, "tabCamera");
     this.tabCamera.Name = "tabCamera";
     this.tabCamera.UseVisualStyleBackColor = true;
     //
     // map
     //
     this.map.Bearing    = 0F;
     this.map.CanDragMap = true;
     resources.ApplyResources(this.map, "map");
     this.map.EmptyTileColor      = System.Drawing.Color.Gray;
     this.map.GrayScaleMode       = false;
     this.map.HelperLineOption    = GMap.NET.WindowsForms.HelperLineOptions.DontShow;
     this.map.LevelsKeepInMemmory = 5;
     this.map.MarkersEnabled      = true;
     this.map.MaxZoom             = 19;
     this.map.MinZoom             = 2;
     this.map.MouseWheelZoomType  = GMap.NET.MouseWheelZoomType.MousePositionAndCenter;
     this.map.Name                  = "map";
     this.map.NegativeMode          = false;
     this.map.PolygonsEnabled       = true;
     this.map.RetryLoadTile         = 0;
     this.map.RoutesEnabled         = true;
     this.map.ScaleMode             = GMap.NET.WindowsForms.ScaleModes.Fractional;
     this.map.SelectedAreaFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(65)))), ((int)(((byte)(105)))), ((int)(((byte)(225)))));
     this.map.ShowTileGridLines     = false;
     this.map.Zoom                  = 3D;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.lbl_distbetweenlines);
     this.groupBox5.Controls.Add(this.label25);
     this.groupBox5.Controls.Add(this.lbl_footprint);
     this.groupBox5.Controls.Add(this.label30);
     this.groupBox5.Controls.Add(this.lbl_strips);
     this.groupBox5.Controls.Add(this.lbl_pictures);
     this.groupBox5.Controls.Add(this.label33);
     this.groupBox5.Controls.Add(this.label34);
     this.groupBox5.Controls.Add(this.lbl_grndres);
     this.groupBox5.Controls.Add(this.label29);
     this.groupBox5.Controls.Add(this.lbl_spacing);
     this.groupBox5.Controls.Add(this.label27);
     this.groupBox5.Controls.Add(this.lbl_distance);
     this.groupBox5.Controls.Add(this.lbl_area);
     this.groupBox5.Controls.Add(this.label23);
     this.groupBox5.Controls.Add(this.label22);
     resources.ApplyResources(this.groupBox5, "groupBox5");
     this.groupBox5.Name    = "groupBox5";
     this.groupBox5.TabStop = false;
     //
     // lbl_distbetweenlines
     //
     resources.ApplyResources(this.lbl_distbetweenlines, "lbl_distbetweenlines");
     this.lbl_distbetweenlines.Name = "lbl_distbetweenlines";
     //
     // label25
     //
     resources.ApplyResources(this.label25, "label25");
     this.label25.Name = "label25";
     //
     // lbl_footprint
     //
     resources.ApplyResources(this.lbl_footprint, "lbl_footprint");
     this.lbl_footprint.Name = "lbl_footprint";
     //
     // label30
     //
     resources.ApplyResources(this.label30, "label30");
     this.label30.Name = "label30";
     //
     // lbl_strips
     //
     resources.ApplyResources(this.lbl_strips, "lbl_strips");
     this.lbl_strips.Name = "lbl_strips";
     //
     // lbl_pictures
     //
     resources.ApplyResources(this.lbl_pictures, "lbl_pictures");
     this.lbl_pictures.Name = "lbl_pictures";
     //
     // label33
     //
     resources.ApplyResources(this.label33, "label33");
     this.label33.Name = "label33";
     //
     // label34
     //
     resources.ApplyResources(this.label34, "label34");
     this.label34.Name = "label34";
     //
     // lbl_grndres
     //
     resources.ApplyResources(this.lbl_grndres, "lbl_grndres");
     this.lbl_grndres.Name = "lbl_grndres";
     //
     // label29
     //
     resources.ApplyResources(this.label29, "label29");
     this.label29.Name = "label29";
     //
     // lbl_spacing
     //
     resources.ApplyResources(this.lbl_spacing, "lbl_spacing");
     this.lbl_spacing.Name = "lbl_spacing";
     //
     // label27
     //
     resources.ApplyResources(this.label27, "label27");
     this.label27.Name = "label27";
     //
     // lbl_distance
     //
     resources.ApplyResources(this.lbl_distance, "lbl_distance");
     this.lbl_distance.Name = "lbl_distance";
     //
     // lbl_area
     //
     resources.ApplyResources(this.lbl_area, "lbl_area");
     this.lbl_area.Name = "lbl_area";
     //
     // label23
     //
     resources.ApplyResources(this.label23, "label23");
     this.label23.Name = "label23";
     //
     // label22
     //
     resources.ApplyResources(this.label22, "label22");
     this.label22.Name = "label22";
     //
     // GridUI
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.map);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.tabControl1);
     this.Name    = "GridUI";
     this.Load   += new System.EventHandler(this.GridUI_Load);
     this.Resize += new System.EventHandler(this.GridUI_Resize);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NUM_spacing)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUM_overshoot2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_overlap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_sidelap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUM_overshoot)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUM_Distance)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUM_angle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUM_altitude)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.num_focallength)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.num_repttime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_reptpwm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.num_reptservo)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabSimple.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.tabGrid.ResumeLayout(false);
     this.tabTrigger.ResumeLayout(false);
     this.tabCamera.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     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(Form_Main));
     this.Start               = new System.Windows.Forms.Button();
     this.Load_Questions      = new System.Windows.Forms.Button();
     this.Create_Question     = new System.Windows.Forms.Button();
     this.openFileQuestions   = new System.Windows.Forms.OpenFileDialog();
     this.Count_Load_Question = new System.Windows.Forms.Label();
     this.button1             = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // Start
     //
     resources.ApplyResources(this.Start, "Start");
     this.Start.Name = "Start";
     this.Start.UseVisualStyleBackColor = true;
     this.Start.Click += new System.EventHandler(this.ButtonStart_Click);
     //
     // Load_Questions
     //
     resources.ApplyResources(this.Load_Questions, "Load_Questions");
     this.Load_Questions.Name = "Load_Questions";
     this.Load_Questions.UseVisualStyleBackColor = true;
     this.Load_Questions.Click += new System.EventHandler(this.ButtonLoadQuestions_Click);
     //
     // Create_Question
     //
     resources.ApplyResources(this.Create_Question, "Create_Question");
     this.Create_Question.Name = "Create_Question";
     this.Create_Question.UseVisualStyleBackColor = true;
     this.Create_Question.Click += new System.EventHandler(this.ButtonCreateQuestions_Click);
     //
     // openFileQuestions
     //
     this.openFileQuestions.FileName = "openFileQuestions";
     resources.ApplyResources(this.openFileQuestions, "openFileQuestions");
     //
     // Count_Load_Question
     //
     resources.ApplyResources(this.Count_Load_Question, "Count_Load_Question");
     this.Count_Load_Question.Name = "Count_Load_Question";
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.ButtonHelp_Click);
     //
     // Form_Main
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.button1);
     this.Controls.Add(this.Count_Load_Question);
     this.Controls.Add(this.Create_Question);
     this.Controls.Add(this.Load_Questions);
     this.Controls.Add(this.Start);
     this.MaximizeBox = false;
     this.Name        = "Form_Main";
     this.ShowIcon    = false;
     this.Load       += new System.EventHandler(this.Form1_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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RTDetails));
     this.gridStatistics = new System.Windows.Forms.DataGridView();
     this.Peptide        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Hydrophobicity = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Predicted      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RetentionTime  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnOk          = new System.Windows.Forms.Button();
     this.label1         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.gridStatistics)).BeginInit();
     this.SuspendLayout();
     //
     // gridStatistics
     //
     resources.ApplyResources(this.gridStatistics, "gridStatistics");
     this.gridStatistics.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gridStatistics.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Peptide,
         this.Hydrophobicity,
         this.Predicted,
         this.RetentionTime
     });
     this.gridStatistics.Name     = "gridStatistics";
     this.gridStatistics.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridStatistics_KeyDown);
     //
     // Peptide
     //
     this.Peptide.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     resources.ApplyResources(this.Peptide, "Peptide");
     this.Peptide.Name     = "Peptide";
     this.Peptide.ReadOnly = true;
     //
     // Hydrophobicity
     //
     resources.ApplyResources(this.Hydrophobicity, "Hydrophobicity");
     this.Hydrophobicity.Name     = "Hydrophobicity";
     this.Hydrophobicity.ReadOnly = true;
     //
     // Predicted
     //
     resources.ApplyResources(this.Predicted, "Predicted");
     this.Predicted.Name     = "Predicted";
     this.Predicted.ReadOnly = true;
     //
     // RetentionTime
     //
     resources.ApplyResources(this.RetentionTime, "RetentionTime");
     this.RetentionTime.Name     = "RetentionTime";
     this.RetentionTime.ReadOnly = true;
     //
     // btnOk
     //
     resources.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnOk.Name                    = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // RTDetails
     //
     this.AcceptButton = this.btnOk;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = this.btnOk;
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.gridStatistics);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "RTDetails";
     this.ShowInTaskbar = false;
     ((System.ComponentModel.ISupportInitialize)(this.gridStatistics)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#50
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(ColorSeparationPurgeForm));
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style2 = new BYHXPrinterManager.Style();
     this.grouper1    = new BYHXPrinterManager.GradientControls.Grouper();
     this.button8     = new System.Windows.Forms.Button();
     this.button7     = new System.Windows.Forms.Button();
     this.button6     = new System.Windows.Forms.Button();
     this.button5     = new System.Windows.Forms.Button();
     this.button4     = new System.Windows.Forms.Button();
     this.button3     = new System.Windows.Forms.Button();
     this.button2     = new System.Windows.Forms.Button();
     this.button1     = new System.Windows.Forms.Button();
     this.btnPurgeOff = new System.Windows.Forms.Button();
     this.btnPurge    = new System.Windows.Forms.Button();
     this.checkBox8   = new System.Windows.Forms.CheckBox();
     this.checkBox7   = new System.Windows.Forms.CheckBox();
     this.checkBox6   = new System.Windows.Forms.CheckBox();
     this.checkBox5   = new System.Windows.Forms.CheckBox();
     this.checkBox4   = new System.Windows.Forms.CheckBox();
     this.checkBox3   = new System.Windows.Forms.CheckBox();
     this.checkBox2   = new System.Windows.Forms.CheckBox();
     this.checkBox1   = new System.Windows.Forms.CheckBox();
     this.label8      = new System.Windows.Forms.Label();
     this.label7      = new System.Windows.Forms.Label();
     this.label6      = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.grouper1.SuspendLayout();
     this.SuspendLayout();
     //
     // grouper1
     //
     resources.ApplyResources(this.grouper1, "grouper1");
     this.grouper1.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.None;
     this.grouper1.BorderThickness        = 1F;
     this.grouper1.Controls.Add(this.button8);
     this.grouper1.Controls.Add(this.button7);
     this.grouper1.Controls.Add(this.button6);
     this.grouper1.Controls.Add(this.button5);
     this.grouper1.Controls.Add(this.button4);
     this.grouper1.Controls.Add(this.button3);
     this.grouper1.Controls.Add(this.button2);
     this.grouper1.Controls.Add(this.button1);
     this.grouper1.Controls.Add(this.btnPurgeOff);
     this.grouper1.Controls.Add(this.btnPurge);
     this.grouper1.Controls.Add(this.checkBox8);
     this.grouper1.Controls.Add(this.checkBox7);
     this.grouper1.Controls.Add(this.checkBox6);
     this.grouper1.Controls.Add(this.checkBox5);
     this.grouper1.Controls.Add(this.checkBox4);
     this.grouper1.Controls.Add(this.checkBox3);
     this.grouper1.Controls.Add(this.checkBox2);
     this.grouper1.Controls.Add(this.checkBox1);
     this.grouper1.Controls.Add(this.label8);
     this.grouper1.Controls.Add(this.label7);
     this.grouper1.Controls.Add(this.label6);
     this.grouper1.Controls.Add(this.label5);
     this.grouper1.Controls.Add(this.label4);
     this.grouper1.Controls.Add(this.label3);
     this.grouper1.Controls.Add(this.label2);
     this.grouper1.Controls.Add(this.label1);
     style1.Color1 = System.Drawing.Color.LightBlue;
     style1.Color2 = System.Drawing.Color.SteelBlue;
     this.grouper1.GradientColors  = style1;
     this.grouper1.GroupImage      = null;
     this.grouper1.Name            = "grouper1";
     this.grouper1.PaintGroupBox   = false;
     this.grouper1.RoundCorners    = 5;
     this.grouper1.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouper1.ShadowControl   = false;
     this.grouper1.ShadowThickness = 3;
     this.grouper1.TabStop         = false;
     style2.Color1 = System.Drawing.Color.LightBlue;
     style2.Color2 = System.Drawing.Color.SteelBlue;
     this.grouper1.TitileGradientColors = style2;
     this.grouper1.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.grouper1.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // button8
     //
     resources.ApplyResources(this.button8, "button8");
     this.button8.Name = "button8";
     this.button8.UseVisualStyleBackColor = true;
     //
     // button7
     //
     resources.ApplyResources(this.button7, "button7");
     this.button7.Name = "button7";
     this.button7.UseVisualStyleBackColor = true;
     //
     // button6
     //
     resources.ApplyResources(this.button6, "button6");
     this.button6.Name = "button6";
     this.button6.UseVisualStyleBackColor = true;
     //
     // button5
     //
     resources.ApplyResources(this.button5, "button5");
     this.button5.Name = "button5";
     this.button5.UseVisualStyleBackColor = true;
     //
     // button4
     //
     resources.ApplyResources(this.button4, "button4");
     this.button4.Name = "button4";
     this.button4.UseVisualStyleBackColor = true;
     //
     // button3
     //
     resources.ApplyResources(this.button3, "button3");
     this.button3.Name = "button3";
     this.button3.UseVisualStyleBackColor = true;
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // btnPurgeOff
     //
     resources.ApplyResources(this.btnPurgeOff, "btnPurgeOff");
     this.btnPurgeOff.Name = "btnPurgeOff";
     this.btnPurgeOff.UseVisualStyleBackColor = true;
     this.btnPurgeOff.Click += new System.EventHandler(this.btnPurgeOff_Click);
     //
     // btnPurge
     //
     resources.ApplyResources(this.btnPurge, "btnPurge");
     this.btnPurge.Name = "btnPurge";
     this.btnPurge.UseVisualStyleBackColor = true;
     this.btnPurge.Click += new System.EventHandler(this.btnPurge_Click);
     //
     // checkBox8
     //
     resources.ApplyResources(this.checkBox8, "checkBox8");
     this.checkBox8.Name = "checkBox8";
     this.checkBox8.UseVisualStyleBackColor = true;
     //
     // checkBox7
     //
     resources.ApplyResources(this.checkBox7, "checkBox7");
     this.checkBox7.Name = "checkBox7";
     this.checkBox7.UseVisualStyleBackColor = true;
     //
     // checkBox6
     //
     resources.ApplyResources(this.checkBox6, "checkBox6");
     this.checkBox6.Name = "checkBox6";
     this.checkBox6.UseVisualStyleBackColor = true;
     //
     // checkBox5
     //
     resources.ApplyResources(this.checkBox5, "checkBox5");
     this.checkBox5.Name = "checkBox5";
     this.checkBox5.UseVisualStyleBackColor = true;
     //
     // checkBox4
     //
     resources.ApplyResources(this.checkBox4, "checkBox4");
     this.checkBox4.Name = "checkBox4";
     this.checkBox4.UseVisualStyleBackColor = true;
     //
     // checkBox3
     //
     resources.ApplyResources(this.checkBox3, "checkBox3");
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.UseVisualStyleBackColor = true;
     //
     // checkBox2
     //
     resources.ApplyResources(this.checkBox2, "checkBox2");
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // checkBox1
     //
     resources.ApplyResources(this.checkBox1, "checkBox1");
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name = "label8";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // ColorSeparationPurgeForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.grouper1);
     this.Name = "ColorSeparationPurgeForm";
     this.grouper1.ResumeLayout(false);
     this.grouper1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#51
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(Form4));
     this.progressBar2   = new System.Windows.Forms.ProgressBar();
     this.ProgressBar1   = new System.Windows.Forms.ProgressBar();
     this.progressBar3   = new System.Windows.Forms.ProgressBar();
     this.GroupBox1      = new System.Windows.Forms.GroupBox();
     this.chkFake        = new System.Windows.Forms.CheckBox();
     this.dgv            = new System.Windows.Forms.DataGridView();
     this.ID             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.No             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Col1           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Col2           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Col3           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Col4           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Col5           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.EditCol        = new System.Windows.Forms.DataGridViewImageColumn();
     this.DelCol         = new System.Windows.Forms.DataGridViewImageColumn();
     this.cmbCtr3        = new System.Windows.Forms.ComboBox();
     this.btnSearch      = new System.Windows.Forms.Button();
     this.txtSearch      = new System.Windows.Forms.TextBox();
     this.GroupBox2      = new System.Windows.Forms.GroupBox();
     this.TabControl1    = new System.Windows.Forms.TabControl();
     this.TabPage1       = new System.Windows.Forms.TabPage();
     this.txt10          = new TextBoxtest.TxtProNet();
     this.txt05          = new TextBoxtest.TxtProNet();
     this.txt06          = new TextBoxtest.TxtProNet();
     this.txt03          = new TextBoxtest.TxtProNet();
     this.cmbBlNo        = new System.Windows.Forms.ComboBox();
     this.btnSave        = new System.Windows.Forms.Button();
     this.cmb08          = new System.Windows.Forms.ComboBox();
     this.cmb07          = new System.Windows.Forms.ComboBox();
     this.Label11        = new System.Windows.Forms.Label();
     this.Label8         = new System.Windows.Forms.Label();
     this.Label10        = new System.Windows.Forms.Label();
     this.Label9         = new System.Windows.Forms.Label();
     this.Label7         = new System.Windows.Forms.Label();
     this.Label6         = new System.Windows.Forms.Label();
     this.Label5         = new System.Windows.Forms.Label();
     this.TabPage2       = new System.Windows.Forms.TabPage();
     this.PictureBox2    = new System.Windows.Forms.PictureBox();
     this.Label17        = new System.Windows.Forms.Label();
     this.txt09          = new System.Windows.Forms.TextBox();
     this.Label16        = new System.Windows.Forms.Label();
     this.txt01          = new System.Windows.Forms.TextBox();
     this.Label15        = new System.Windows.Forms.Label();
     this.txt02          = new System.Windows.Forms.TextBox();
     this.cmb18          = new System.Windows.Forms.ComboBox();
     this.cmb12          = new System.Windows.Forms.ComboBox();
     this.Label14        = new System.Windows.Forms.Label();
     this.Label13        = new System.Windows.Forms.Label();
     this.Label12        = new System.Windows.Forms.Label();
     this.txt11          = new System.Windows.Forms.TextBox();
     this.txtCtr1        = new System.Windows.Forms.TextBox();
     this.txtCtr2        = new System.Windows.Forms.TextBox();
     this.txtCtr4        = new System.Windows.Forms.TextBox();
     this.Label4         = new System.Windows.Forms.Label();
     this.Label1         = new System.Windows.Forms.Label();
     this.lblCtr3        = new System.Windows.Forms.Label();
     this.Label3         = new System.Windows.Forms.Label();
     this.Label2         = new System.Windows.Forms.Label();
     this.GroupBox3      = new System.Windows.Forms.GroupBox();
     this.Label39        = new System.Windows.Forms.Label();
     this.Label38        = new System.Windows.Forms.Label();
     this.txtTotalGross  = new System.Windows.Forms.TextBox();
     this.txtTotalNumber = new System.Windows.Forms.TextBox();
     this.btnBack        = new System.Windows.Forms.Button();
     this.btnNext        = new System.Windows.Forms.Button();
     this.toolTip1       = new System.Windows.Forms.ToolTip(this.components);
     this.pbHeader       = new System.Windows.Forms.PictureBox();
     this.label18        = new System.Windows.Forms.Label();
     this.GroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
     this.GroupBox2.SuspendLayout();
     this.TabControl1.SuspendLayout();
     this.TabPage1.SuspendLayout();
     this.TabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox2)).BeginInit();
     this.GroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbHeader)).BeginInit();
     this.SuspendLayout();
     //
     // progressBar2
     //
     this.progressBar2.BackColor = System.Drawing.SystemColors.Control;
     this.progressBar2.ForeColor = System.Drawing.SystemColors.HotTrack;
     resources.ApplyResources(this.progressBar2, "progressBar2");
     this.progressBar2.Name  = "progressBar2";
     this.progressBar2.Value = 100;
     //
     // ProgressBar1
     //
     this.ProgressBar1.BackColor = System.Drawing.SystemColors.Control;
     this.ProgressBar1.ForeColor = System.Drawing.SystemColors.HotTrack;
     resources.ApplyResources(this.ProgressBar1, "ProgressBar1");
     this.ProgressBar1.Name  = "ProgressBar1";
     this.ProgressBar1.Value = 100;
     //
     // progressBar3
     //
     this.progressBar3.BackColor = System.Drawing.SystemColors.Control;
     this.progressBar3.ForeColor = System.Drawing.SystemColors.HotTrack;
     resources.ApplyResources(this.progressBar3, "progressBar3");
     this.progressBar3.Name  = "progressBar3";
     this.progressBar3.Value = 50;
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.chkFake);
     this.GroupBox1.Controls.Add(this.dgv);
     this.GroupBox1.Controls.Add(this.cmbCtr3);
     this.GroupBox1.Controls.Add(this.btnSearch);
     this.GroupBox1.Controls.Add(this.txtSearch);
     this.GroupBox1.Controls.Add(this.GroupBox2);
     this.GroupBox1.Controls.Add(this.txtCtr1);
     this.GroupBox1.Controls.Add(this.txtCtr2);
     this.GroupBox1.Controls.Add(this.txtCtr4);
     this.GroupBox1.Controls.Add(this.Label4);
     this.GroupBox1.Controls.Add(this.Label1);
     this.GroupBox1.Controls.Add(this.lblCtr3);
     this.GroupBox1.Controls.Add(this.Label3);
     this.GroupBox1.Controls.Add(this.Label2);
     resources.ApplyResources(this.GroupBox1, "GroupBox1");
     this.GroupBox1.Name    = "GroupBox1";
     this.GroupBox1.TabStop = false;
     this.GroupBox1.Enter  += new System.EventHandler(this.GroupBox1_Enter);
     //
     // chkFake
     //
     resources.ApplyResources(this.chkFake, "chkFake");
     this.chkFake.Name = "chkFake";
     this.chkFake.UseVisualStyleBackColor = true;
     //
     // dgv
     //
     this.dgv.AllowUserToAddRows          = false;
     this.dgv.AllowUserToDeleteRows       = false;
     this.dgv.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgv.BackgroundColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ID,
         this.No,
         this.Col1,
         this.Col2,
         this.Col3,
         this.Col4,
         this.Col5,
         this.EditCol,
         this.DelCol
     });
     this.dgv.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     resources.ApplyResources(this.dgv, "dgv");
     this.dgv.Name                 = "dgv";
     this.dgv.ReadOnly             = true;
     this.dgv.SelectionMode        = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgv.CellContentClick    += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_CellContentClick);
     this.dgv.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dgv_DataBindingComplete);
     //
     // ID
     //
     this.ID.DataPropertyName = "ID";
     this.ID.FillWeight       = 25F;
     resources.ApplyResources(this.ID, "ID");
     this.ID.Name     = "ID";
     this.ID.ReadOnly = true;
     //
     // No
     //
     this.No.FillWeight = 20F;
     resources.ApplyResources(this.No, "No");
     this.No.Name     = "No";
     this.No.ReadOnly = true;
     //
     // Col1
     //
     this.Col1.DataPropertyName = "BolNo";
     resources.ApplyResources(this.Col1, "Col1");
     this.Col1.Name     = "Col1";
     this.Col1.ReadOnly = true;
     //
     // Col2
     //
     this.Col2.DataPropertyName = "txt6";
     resources.ApplyResources(this.Col2, "Col2");
     this.Col2.Name     = "Col2";
     this.Col2.ReadOnly = true;
     //
     // Col3
     //
     this.Col3.DataPropertyName = "txt4";
     resources.ApplyResources(this.Col3, "Col3");
     this.Col3.Name     = "Col3";
     this.Col3.ReadOnly = true;
     //
     // Col4
     //
     this.Col4.DataPropertyName = "txt7";
     resources.ApplyResources(this.Col4, "Col4");
     this.Col4.Name     = "Col4";
     this.Col4.ReadOnly = true;
     //
     // Col5
     //
     this.Col5.DataPropertyName = "txt11";
     resources.ApplyResources(this.Col5, "Col5");
     this.Col5.Name     = "Col5";
     this.Col5.ReadOnly = true;
     //
     // EditCol
     //
     this.EditCol.FillWeight = 35F;
     resources.ApplyResources(this.EditCol, "EditCol");
     this.EditCol.Image       = global::Manifest.Properties.Resources.Edit;
     this.EditCol.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
     this.EditCol.Name        = "EditCol";
     this.EditCol.ReadOnly    = true;
     //
     // DelCol
     //
     this.DelCol.FillWeight = 35F;
     resources.ApplyResources(this.DelCol, "DelCol");
     this.DelCol.Image       = global::Manifest.Properties.Resources.Del;
     this.DelCol.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
     this.DelCol.Name        = "DelCol";
     this.DelCol.ReadOnly    = true;
     //
     // cmbCtr3
     //
     this.cmbCtr3.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCtr3.FormattingEnabled = true;
     this.cmbCtr3.Items.AddRange(new object[] {
         resources.GetString("cmbCtr3.Items"),
         resources.GetString("cmbCtr3.Items1"),
         resources.GetString("cmbCtr3.Items2"),
         resources.GetString("cmbCtr3.Items3"),
         resources.GetString("cmbCtr3.Items4"),
         resources.GetString("cmbCtr3.Items5"),
         resources.GetString("cmbCtr3.Items6"),
         resources.GetString("cmbCtr3.Items7"),
         resources.GetString("cmbCtr3.Items8"),
         resources.GetString("cmbCtr3.Items9"),
         resources.GetString("cmbCtr3.Items10"),
         resources.GetString("cmbCtr3.Items11"),
         resources.GetString("cmbCtr3.Items12"),
         resources.GetString("cmbCtr3.Items13"),
         resources.GetString("cmbCtr3.Items14")
     });
     resources.ApplyResources(this.cmbCtr3, "cmbCtr3");
     this.cmbCtr3.Name   = "cmbCtr3";
     this.cmbCtr3.Leave += new System.EventHandler(this.cmbCtr3_Leave);
     //
     // btnSearch
     //
     resources.ApplyResources(this.btnSearch, "btnSearch");
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtSearch
     //
     resources.ApplyResources(this.txtSearch, "txtSearch");
     this.txtSearch.Name = "txtSearch";
     //
     // GroupBox2
     //
     this.GroupBox2.Controls.Add(this.TabControl1);
     resources.ApplyResources(this.GroupBox2, "GroupBox2");
     this.GroupBox2.Name    = "GroupBox2";
     this.GroupBox2.TabStop = false;
     //
     // TabControl1
     //
     this.TabControl1.Controls.Add(this.TabPage1);
     this.TabControl1.Controls.Add(this.TabPage2);
     resources.ApplyResources(this.TabControl1, "TabControl1");
     this.TabControl1.Name          = "TabControl1";
     this.TabControl1.SelectedIndex = 0;
     //
     // TabPage1
     //
     this.TabPage1.Controls.Add(this.txt10);
     this.TabPage1.Controls.Add(this.txt05);
     this.TabPage1.Controls.Add(this.txt06);
     this.TabPage1.Controls.Add(this.txt03);
     this.TabPage1.Controls.Add(this.cmbBlNo);
     this.TabPage1.Controls.Add(this.btnSave);
     this.TabPage1.Controls.Add(this.cmb08);
     this.TabPage1.Controls.Add(this.cmb07);
     this.TabPage1.Controls.Add(this.Label11);
     this.TabPage1.Controls.Add(this.Label8);
     this.TabPage1.Controls.Add(this.Label10);
     this.TabPage1.Controls.Add(this.Label9);
     this.TabPage1.Controls.Add(this.Label7);
     this.TabPage1.Controls.Add(this.Label6);
     this.TabPage1.Controls.Add(this.Label5);
     resources.ApplyResources(this.TabPage1, "TabPage1");
     this.TabPage1.Name = "TabPage1";
     this.TabPage1.UseVisualStyleBackColor = true;
     //
     // txt10
     //
     this.txt10.AutoSprator     = false;
     this.txt10.EnterToTab      = true;
     this.txt10.EscToClose      = true;
     this.txt10.FocusBackColor  = System.Drawing.Color.Gold;
     this.txt10.FocusFont       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txt10.FocusForeColor  = System.Drawing.Color.Black;
     this.txt10.FocusTextSelect = true;
     resources.ApplyResources(this.txt10, "txt10");
     this.txt10.MessageEmptyShowDialog  = false;
     this.txt10.MessegeEmpty            = "";
     this.txt10.MessegeEmptyInFormRight = true;
     this.txt10.MessegeEmptyShowInForm  = false;
     this.txt10.Name            = "txt10";
     this.txt10.TypeAllChar     = false;
     this.txt10.TypeDateShamsi  = false;
     this.txt10.TypeEnglishOnly = false;
     this.txt10.TypeFarsiOnly   = false;
     this.txt10.TypeNumricOnly  = true;
     this.txt10.TypeOtherChar   = "";
     //
     // txt05
     //
     this.txt05.AutoSprator     = false;
     this.txt05.EnterToTab      = true;
     this.txt05.EscToClose      = true;
     this.txt05.FocusBackColor  = System.Drawing.Color.Gold;
     this.txt05.FocusFont       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txt05.FocusForeColor  = System.Drawing.Color.Black;
     this.txt05.FocusTextSelect = true;
     resources.ApplyResources(this.txt05, "txt05");
     this.txt05.MessageEmptyShowDialog  = false;
     this.txt05.MessegeEmpty            = "";
     this.txt05.MessegeEmptyInFormRight = true;
     this.txt05.MessegeEmptyShowInForm  = false;
     this.txt05.Name            = "txt05";
     this.txt05.TypeAllChar     = false;
     this.txt05.TypeDateShamsi  = false;
     this.txt05.TypeEnglishOnly = false;
     this.txt05.TypeFarsiOnly   = false;
     this.txt05.TypeNumricOnly  = true;
     this.txt05.TypeOtherChar   = "";
     this.txt05.Leave          += new System.EventHandler(this.txt05_Leave);
     //
     // txt06
     //
     this.txt06.AutoSprator     = false;
     this.txt06.EnterToTab      = true;
     this.txt06.EscToClose      = true;
     this.txt06.FocusBackColor  = System.Drawing.Color.Gold;
     this.txt06.FocusFont       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txt06.FocusForeColor  = System.Drawing.Color.Black;
     this.txt06.FocusTextSelect = true;
     resources.ApplyResources(this.txt06, "txt06");
     this.txt06.MessageEmptyShowDialog  = false;
     this.txt06.MessegeEmpty            = "";
     this.txt06.MessegeEmptyInFormRight = true;
     this.txt06.MessegeEmptyShowInForm  = false;
     this.txt06.Name            = "txt06";
     this.txt06.TypeAllChar     = false;
     this.txt06.TypeDateShamsi  = false;
     this.txt06.TypeEnglishOnly = false;
     this.txt06.TypeFarsiOnly   = false;
     this.txt06.TypeNumricOnly  = true;
     this.txt06.TypeOtherChar   = "";
     //
     // txt03
     //
     this.txt03.AutoSprator     = false;
     this.txt03.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt03.EnterToTab      = true;
     this.txt03.EscToClose      = true;
     this.txt03.FocusBackColor  = System.Drawing.Color.Gold;
     this.txt03.FocusFont       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txt03.FocusForeColor  = System.Drawing.Color.Black;
     this.txt03.FocusTextSelect = true;
     resources.ApplyResources(this.txt03, "txt03");
     this.txt03.MessageEmptyShowDialog  = false;
     this.txt03.MessegeEmpty            = "";
     this.txt03.MessegeEmptyInFormRight = true;
     this.txt03.MessegeEmptyShowInForm  = false;
     this.txt03.Name            = "txt03";
     this.txt03.TypeAllChar     = false;
     this.txt03.TypeDateShamsi  = false;
     this.txt03.TypeEnglishOnly = true;
     this.txt03.TypeFarsiOnly   = true;
     this.txt03.TypeNumricOnly  = true;
     this.txt03.TypeOtherChar   = "";
     //
     // cmbBlNo
     //
     this.cmbBlNo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbBlNo.FormattingEnabled = true;
     resources.ApplyResources(this.cmbBlNo, "cmbBlNo");
     this.cmbBlNo.Name = "cmbBlNo";
     //
     // btnSave
     //
     this.btnSave.BackColor = System.Drawing.Color.Lime;
     resources.ApplyResources(this.btnSave, "btnSave");
     this.btnSave.Name = "btnSave";
     this.btnSave.UseVisualStyleBackColor = false;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // cmb08
     //
     resources.ApplyResources(this.cmb08, "cmb08");
     this.cmb08.FormattingEnabled = true;
     this.cmb08.Items.AddRange(new object[] {
         resources.GetString("cmb08.Items"),
         resources.GetString("cmb08.Items1"),
         resources.GetString("cmb08.Items2"),
         resources.GetString("cmb08.Items3"),
         resources.GetString("cmb08.Items4"),
         resources.GetString("cmb08.Items5"),
         resources.GetString("cmb08.Items6"),
         resources.GetString("cmb08.Items7"),
         resources.GetString("cmb08.Items8"),
         resources.GetString("cmb08.Items9"),
         resources.GetString("cmb08.Items10"),
         resources.GetString("cmb08.Items11"),
         resources.GetString("cmb08.Items12"),
         resources.GetString("cmb08.Items13"),
         resources.GetString("cmb08.Items14"),
         resources.GetString("cmb08.Items15"),
         resources.GetString("cmb08.Items16"),
         resources.GetString("cmb08.Items17"),
         resources.GetString("cmb08.Items18"),
         resources.GetString("cmb08.Items19"),
         resources.GetString("cmb08.Items20"),
         resources.GetString("cmb08.Items21"),
         resources.GetString("cmb08.Items22"),
         resources.GetString("cmb08.Items23"),
         resources.GetString("cmb08.Items24"),
         resources.GetString("cmb08.Items25"),
         resources.GetString("cmb08.Items26"),
         resources.GetString("cmb08.Items27"),
         resources.GetString("cmb08.Items28"),
         resources.GetString("cmb08.Items29"),
         resources.GetString("cmb08.Items30"),
         resources.GetString("cmb08.Items31"),
         resources.GetString("cmb08.Items32"),
         resources.GetString("cmb08.Items33"),
         resources.GetString("cmb08.Items34"),
         resources.GetString("cmb08.Items35"),
         resources.GetString("cmb08.Items36"),
         resources.GetString("cmb08.Items37"),
         resources.GetString("cmb08.Items38"),
         resources.GetString("cmb08.Items39"),
         resources.GetString("cmb08.Items40"),
         resources.GetString("cmb08.Items41"),
         resources.GetString("cmb08.Items42"),
         resources.GetString("cmb08.Items43"),
         resources.GetString("cmb08.Items44"),
         resources.GetString("cmb08.Items45"),
         resources.GetString("cmb08.Items46"),
         resources.GetString("cmb08.Items47"),
         resources.GetString("cmb08.Items48")
     });
     this.cmb08.Name = "cmb08";
     //
     // cmb07
     //
     this.cmb07.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cmb07.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cmb07.FormattingEnabled  = true;
     this.cmb07.Items.AddRange(new object[] {
         resources.GetString("cmb07.Items"),
         resources.GetString("cmb07.Items1"),
         resources.GetString("cmb07.Items2"),
         resources.GetString("cmb07.Items3"),
         resources.GetString("cmb07.Items4"),
         resources.GetString("cmb07.Items5"),
         resources.GetString("cmb07.Items6"),
         resources.GetString("cmb07.Items7"),
         resources.GetString("cmb07.Items8"),
         resources.GetString("cmb07.Items9"),
         resources.GetString("cmb07.Items10"),
         resources.GetString("cmb07.Items11"),
         resources.GetString("cmb07.Items12"),
         resources.GetString("cmb07.Items13"),
         resources.GetString("cmb07.Items14"),
         resources.GetString("cmb07.Items15"),
         resources.GetString("cmb07.Items16"),
         resources.GetString("cmb07.Items17"),
         resources.GetString("cmb07.Items18"),
         resources.GetString("cmb07.Items19"),
         resources.GetString("cmb07.Items20"),
         resources.GetString("cmb07.Items21"),
         resources.GetString("cmb07.Items22"),
         resources.GetString("cmb07.Items23"),
         resources.GetString("cmb07.Items24"),
         resources.GetString("cmb07.Items25"),
         resources.GetString("cmb07.Items26"),
         resources.GetString("cmb07.Items27"),
         resources.GetString("cmb07.Items28"),
         resources.GetString("cmb07.Items29"),
         resources.GetString("cmb07.Items30"),
         resources.GetString("cmb07.Items31"),
         resources.GetString("cmb07.Items32"),
         resources.GetString("cmb07.Items33"),
         resources.GetString("cmb07.Items34")
     });
     resources.ApplyResources(this.cmb07, "cmb07");
     this.cmb07.Name   = "cmb07";
     this.cmb07.Leave += new System.EventHandler(this.cmb07_Leave);
     //
     // Label11
     //
     resources.ApplyResources(this.Label11, "Label11");
     this.Label11.Name = "Label11";
     //
     // Label8
     //
     resources.ApplyResources(this.Label8, "Label8");
     this.Label8.Name = "Label8";
     //
     // Label10
     //
     resources.ApplyResources(this.Label10, "Label10");
     this.Label10.Name = "Label10";
     //
     // Label9
     //
     resources.ApplyResources(this.Label9, "Label9");
     this.Label9.Name = "Label9";
     //
     // Label7
     //
     resources.ApplyResources(this.Label7, "Label7");
     this.Label7.Name = "Label7";
     //
     // Label6
     //
     resources.ApplyResources(this.Label6, "Label6");
     this.Label6.Name = "Label6";
     //
     // Label5
     //
     resources.ApplyResources(this.Label5, "Label5");
     this.Label5.Name = "Label5";
     //
     // TabPage2
     //
     this.TabPage2.Controls.Add(this.PictureBox2);
     this.TabPage2.Controls.Add(this.Label17);
     this.TabPage2.Controls.Add(this.txt09);
     this.TabPage2.Controls.Add(this.Label16);
     this.TabPage2.Controls.Add(this.txt01);
     this.TabPage2.Controls.Add(this.Label15);
     this.TabPage2.Controls.Add(this.txt02);
     this.TabPage2.Controls.Add(this.cmb18);
     this.TabPage2.Controls.Add(this.cmb12);
     this.TabPage2.Controls.Add(this.Label14);
     this.TabPage2.Controls.Add(this.Label13);
     this.TabPage2.Controls.Add(this.Label12);
     this.TabPage2.Controls.Add(this.txt11);
     resources.ApplyResources(this.TabPage2, "TabPage2");
     this.TabPage2.Name = "TabPage2";
     this.TabPage2.UseVisualStyleBackColor = true;
     //
     // PictureBox2
     //
     this.PictureBox2.Image = global::Manifest.Properties.Resources.Forklift;
     resources.ApplyResources(this.PictureBox2, "PictureBox2");
     this.PictureBox2.Name    = "PictureBox2";
     this.PictureBox2.TabStop = false;
     //
     // Label17
     //
     resources.ApplyResources(this.Label17, "Label17");
     this.Label17.Name = "Label17";
     //
     // txt09
     //
     resources.ApplyResources(this.txt09, "txt09");
     this.txt09.Name = "txt09";
     //
     // Label16
     //
     resources.ApplyResources(this.Label16, "Label16");
     this.Label16.Name = "Label16";
     //
     // txt01
     //
     resources.ApplyResources(this.txt01, "txt01");
     this.txt01.Name = "txt01";
     //
     // Label15
     //
     resources.ApplyResources(this.Label15, "Label15");
     this.Label15.Name = "Label15";
     //
     // txt02
     //
     resources.ApplyResources(this.txt02, "txt02");
     this.txt02.Name = "txt02";
     //
     // cmb18
     //
     resources.ApplyResources(this.cmb18, "cmb18");
     this.cmb18.FormattingEnabled = true;
     this.cmb18.Items.AddRange(new object[] {
         resources.GetString("cmb18.Items"),
         resources.GetString("cmb18.Items1")
     });
     this.cmb18.Name = "cmb18";
     //
     // cmb12
     //
     resources.ApplyResources(this.cmb12, "cmb12");
     this.cmb12.FormattingEnabled = true;
     this.cmb12.Items.AddRange(new object[] {
         resources.GetString("cmb12.Items"),
         resources.GetString("cmb12.Items1")
     });
     this.cmb12.Name = "cmb12";
     //
     // Label14
     //
     resources.ApplyResources(this.Label14, "Label14");
     this.Label14.Name = "Label14";
     //
     // Label13
     //
     resources.ApplyResources(this.Label13, "Label13");
     this.Label13.Name = "Label13";
     //
     // Label12
     //
     resources.ApplyResources(this.Label12, "Label12");
     this.Label12.Name = "Label12";
     //
     // txt11
     //
     resources.ApplyResources(this.txt11, "txt11");
     this.txt11.Name = "txt11";
     //
     // txtCtr1
     //
     resources.ApplyResources(this.txtCtr1, "txtCtr1");
     this.txtCtr1.Name = "txtCtr1";
     //
     // txtCtr2
     //
     resources.ApplyResources(this.txtCtr2, "txtCtr2");
     this.txtCtr2.Name = "txtCtr2";
     //
     // txtCtr4
     //
     resources.ApplyResources(this.txtCtr4, "txtCtr4");
     this.txtCtr4.Name = "txtCtr4";
     //
     // Label4
     //
     resources.ApplyResources(this.Label4, "Label4");
     this.Label4.Name = "Label4";
     //
     // Label1
     //
     resources.ApplyResources(this.Label1, "Label1");
     this.Label1.Name = "Label1";
     //
     // lblCtr3
     //
     resources.ApplyResources(this.lblCtr3, "lblCtr3");
     this.lblCtr3.Name = "lblCtr3";
     //
     // Label3
     //
     resources.ApplyResources(this.Label3, "Label3");
     this.Label3.Name = "Label3";
     //
     // Label2
     //
     resources.ApplyResources(this.Label2, "Label2");
     this.Label2.Name = "Label2";
     //
     // GroupBox3
     //
     this.GroupBox3.Controls.Add(this.Label39);
     this.GroupBox3.Controls.Add(this.Label38);
     this.GroupBox3.Controls.Add(this.txtTotalGross);
     this.GroupBox3.Controls.Add(this.txtTotalNumber);
     resources.ApplyResources(this.GroupBox3, "GroupBox3");
     this.GroupBox3.Name    = "GroupBox3";
     this.GroupBox3.TabStop = false;
     //
     // Label39
     //
     resources.ApplyResources(this.Label39, "Label39");
     this.Label39.Name = "Label39";
     //
     // Label38
     //
     resources.ApplyResources(this.Label38, "Label38");
     this.Label38.Name = "Label38";
     //
     // txtTotalGross
     //
     resources.ApplyResources(this.txtTotalGross, "txtTotalGross");
     this.txtTotalGross.Name = "txtTotalGross";
     //
     // txtTotalNumber
     //
     resources.ApplyResources(this.txtTotalNumber, "txtTotalNumber");
     this.txtTotalNumber.Name         = "txtTotalNumber";
     this.txtTotalNumber.TextChanged += new System.EventHandler(this.txtTotalNumber_TextChanged);
     //
     // btnBack
     //
     resources.ApplyResources(this.btnBack, "btnBack");
     this.btnBack.Name = "btnBack";
     this.btnBack.UseVisualStyleBackColor = true;
     this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
     //
     // btnNext
     //
     resources.ApplyResources(this.btnNext, "btnNext");
     this.btnNext.Name = "btnNext";
     this.toolTip1.SetToolTip(this.btnNext, resources.GetString("btnNext.ToolTip"));
     this.btnNext.UseVisualStyleBackColor = true;
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 3000;
     this.toolTip1.InitialDelay = 500;
     this.toolTip1.IsBalloon    = true;
     this.toolTip1.ReshowDelay  = 100;
     //
     // pbHeader
     //
     this.pbHeader.Image = global::Manifest.Properties.Resources.Heder3;
     resources.ApplyResources(this.pbHeader, "pbHeader");
     this.pbHeader.Name    = "pbHeader";
     this.pbHeader.TabStop = false;
     //
     // label18
     //
     this.label18.ForeColor = System.Drawing.Color.Maroon;
     resources.ApplyResources(this.label18, "label18");
     this.label18.Name = "label18";
     //
     // Form4
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label18);
     this.Controls.Add(this.GroupBox3);
     this.Controls.Add(this.btnBack);
     this.Controls.Add(this.btnNext);
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.progressBar3);
     this.Controls.Add(this.progressBar2);
     this.Controls.Add(this.ProgressBar1);
     this.Controls.Add(this.pbHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.Name            = "Form4";
     this.Load           += new System.EventHandler(this.Form6_Load);
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
     this.GroupBox2.ResumeLayout(false);
     this.TabControl1.ResumeLayout(false);
     this.TabPage1.ResumeLayout(false);
     this.TabPage1.PerformLayout();
     this.TabPage2.ResumeLayout(false);
     this.TabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox2)).EndInit();
     this.GroupBox3.ResumeLayout(false);
     this.GroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbHeader)).EndInit();
     this.ResumeLayout(false);
 }
示例#52
0
 /// <summary>
 /// Method necessary to support the Designer. It can not be modified
 /// the content of the method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StraightPanel));
     this.lSpeed           = new System.Windows.Forms.Label();
     this.rbForward        = new Moway.Template.Controls.MowayRadioButton();
     this.nudSpeed         = new Moway.Template.Controls.MowayNumericUpDown();
     this.lSpeedRange      = new System.Windows.Forms.Label();
     this.rbBackward       = new Moway.Template.Controls.MowayRadioButton();
     this.cbSpeed          = new Moway.Template.Controls.MowayComboBox();
     this.lDirection       = new System.Windows.Forms.Label();
     this.lFlowchart       = new System.Windows.Forms.Label();
     this.rbContiniously   = new Moway.Template.Controls.MowayRadioButton();
     this.rbDistance       = new Moway.Template.Controls.MowayRadioButton();
     this.cbTime           = new Moway.Template.Controls.MowayComboBox();
     this.cbDistance       = new Moway.Template.Controls.MowayComboBox();
     this.nudTime          = new Moway.Template.Controls.MowayNumericUpDown();
     this.nudDistance      = new Moway.Template.Controls.MowayNumericUpDown();
     this.rbTime           = new Moway.Template.Controls.MowayRadioButton();
     this.lTimeRange       = new System.Windows.Forms.Label();
     this.lDistanceRange   = new System.Windows.Forms.Label();
     this.panel1           = new System.Windows.Forms.Panel();
     this.cbFinishCommands = new Moway.Template.Controls.MowayCheckBox();
     this.panel2           = new System.Windows.Forms.Panel();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // lActionName
     //
     resources.ApplyResources(this.lActionName, "lActionName");
     //
     // lSpeed
     //
     resources.ApplyResources(this.lSpeed, "lSpeed");
     this.lSpeed.Name = "lSpeed";
     //
     // rbForward
     //
     resources.ApplyResources(this.rbForward, "rbForward");
     this.rbForward.Checked = true;
     this.rbForward.Name    = "rbForward";
     this.rbForward.TabStop = true;
     this.rbForward.UseVisualStyleBackColor = true;
     this.rbForward.CheckedChanged         += new System.EventHandler(this.RbForward_CheckedChanged);
     //
     // nudSpeed
     //
     this.nudSpeed.BackColor     = System.Drawing.Color.White;
     this.nudSpeed.DecimalPlaces = 0;
     resources.ApplyResources(this.nudSpeed, "nudSpeed");
     this.nudSpeed.Increment = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nudSpeed.Maximum = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.nudSpeed.Minimum = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.nudSpeed.Name  = "nudSpeed";
     this.nudSpeed.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nudSpeed.ValueChanged += new System.EventHandler(this.NudValue_ValueChanged);
     //
     // lSpeedRange
     //
     resources.ApplyResources(this.lSpeedRange, "lSpeedRange");
     this.lSpeedRange.Name = "lSpeedRange";
     //
     // rbBackward
     //
     resources.ApplyResources(this.rbBackward, "rbBackward");
     this.rbBackward.Name = "rbBackward";
     this.rbBackward.UseVisualStyleBackColor = true;
     //
     // cbSpeed
     //
     this.cbSpeed.BackColor      = System.Drawing.Color.White;
     this.cbSpeed.DrawMode       = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbSpeed.DropDownHeight = 100;
     this.cbSpeed.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cbSpeed, "cbSpeed");
     this.cbSpeed.FormattingEnabled = true;
     this.cbSpeed.Items.AddRange(new object[] {
         resources.GetString("cbSpeed.Items")
     });
     this.cbSpeed.Name = "cbSpeed";
     this.cbSpeed.SelectedIndexChanged += new System.EventHandler(this.CbSpeed_SelectedIndexChanged);
     //
     // lDirection
     //
     resources.ApplyResources(this.lDirection, "lDirection");
     this.lDirection.Name = "lDirection";
     //
     // lFlowchart
     //
     resources.ApplyResources(this.lFlowchart, "lFlowchart");
     this.lFlowchart.Name = "lFlowchart";
     //
     // rbContiniously
     //
     resources.ApplyResources(this.rbContiniously, "rbContiniously");
     this.rbContiniously.Checked = true;
     this.rbContiniously.Name    = "rbContiniously";
     this.rbContiniously.TabStop = true;
     this.rbContiniously.UseVisualStyleBackColor = true;
     this.rbContiniously.CheckedChanged         += new System.EventHandler(this.RbContiniously_CheckedChanged);
     //
     // rbDistance
     //
     resources.ApplyResources(this.rbDistance, "rbDistance");
     this.rbDistance.Name = "rbDistance";
     this.rbDistance.UseVisualStyleBackColor = true;
     this.rbDistance.CheckedChanged         += new System.EventHandler(this.RbDistance_CheckedChanged);
     //
     // cbTime
     //
     this.cbTime.BackColor      = System.Drawing.Color.White;
     this.cbTime.DrawMode       = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbTime.DropDownHeight = 100;
     this.cbTime.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cbTime, "cbTime");
     this.cbTime.FormattingEnabled = true;
     this.cbTime.Items.AddRange(new object[] {
         resources.GetString("cbTime.Items")
     });
     this.cbTime.Name = "cbTime";
     this.cbTime.SelectedIndexChanged += new System.EventHandler(this.CbTime_SelectedIndexChanged);
     //
     // cbDistance
     //
     this.cbDistance.BackColor      = System.Drawing.Color.White;
     this.cbDistance.DrawMode       = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbDistance.DropDownHeight = 100;
     this.cbDistance.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cbDistance, "cbDistance");
     this.cbDistance.FormattingEnabled = true;
     this.cbDistance.Items.AddRange(new object[] {
         resources.GetString("cbDistance.Items")
     });
     this.cbDistance.Name = "cbDistance";
     this.cbDistance.SelectedIndexChanged += new System.EventHandler(this.CbDistance_SelectedIndexChanged);
     //
     // nudTime
     //
     this.nudTime.BackColor     = System.Drawing.Color.White;
     this.nudTime.DecimalPlaces = 1;
     resources.ApplyResources(this.nudTime, "nudTime");
     this.nudTime.Increment = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.nudTime.Maximum = new decimal(new int[] {
         255,
         0,
         0,
         65536
     });
     this.nudTime.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.nudTime.Name  = "nudTime";
     this.nudTime.Value = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.nudTime.ValueChanged += new System.EventHandler(this.NudValue_ValueChanged);
     //
     // nudDistance
     //
     this.nudDistance.BackColor     = System.Drawing.Color.White;
     this.nudDistance.DecimalPlaces = 1;
     resources.ApplyResources(this.nudDistance, "nudDistance");
     this.nudDistance.Increment = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.nudDistance.Maximum = new decimal(new int[] {
         255,
         0,
         0,
         65536
     });
     this.nudDistance.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.nudDistance.Name  = "nudDistance";
     this.nudDistance.Value = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.nudDistance.ValueChanged += new System.EventHandler(this.NudValue_ValueChanged);
     //
     // rbTime
     //
     resources.ApplyResources(this.rbTime, "rbTime");
     this.rbTime.Name = "rbTime";
     this.rbTime.UseVisualStyleBackColor = true;
     this.rbTime.CheckedChanged         += new System.EventHandler(this.RbTime_CheckedChanged);
     //
     // lTimeRange
     //
     resources.ApplyResources(this.lTimeRange, "lTimeRange");
     this.lTimeRange.Name = "lTimeRange";
     //
     // lDistanceRange
     //
     resources.ApplyResources(this.lDistanceRange, "lDistanceRange");
     this.lDistanceRange.Name = "lDistanceRange";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // cbFinishCommands
     //
     resources.ApplyResources(this.cbFinishCommands, "cbFinishCommands");
     this.cbFinishCommands.Name = "cbFinishCommands";
     this.cbFinishCommands.UseVisualStyleBackColor = true;
     this.cbFinishCommands.CheckedChanged         += new System.EventHandler(this.CbFinishCommands_CheckedChanged);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.rbForward);
     this.panel2.Controls.Add(this.rbBackward);
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Name = "panel2";
     //
     // StraightPanel
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.cbSpeed);
     this.Controls.Add(this.cbFinishCommands);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lFlowchart);
     this.Controls.Add(this.rbContiniously);
     this.Controls.Add(this.rbDistance);
     this.Controls.Add(this.cbTime);
     this.Controls.Add(this.cbDistance);
     this.Controls.Add(this.nudTime);
     this.Controls.Add(this.nudDistance);
     this.Controls.Add(this.rbTime);
     this.Controls.Add(this.lTimeRange);
     this.Controls.Add(this.lDistanceRange);
     this.Controls.Add(this.nudSpeed);
     this.Controls.Add(this.lSpeedRange);
     this.Controls.Add(this.lSpeed);
     this.Controls.Add(this.lDirection);
     resources.ApplyResources(this, "$this");
     this.Name = "StraightPanel";
     this.Controls.SetChildIndex(this.lDirection, 0);
     this.Controls.SetChildIndex(this.lSpeed, 0);
     this.Controls.SetChildIndex(this.lActionName, 0);
     this.Controls.SetChildIndex(this.lSpeedRange, 0);
     this.Controls.SetChildIndex(this.nudSpeed, 0);
     this.Controls.SetChildIndex(this.lDistanceRange, 0);
     this.Controls.SetChildIndex(this.lTimeRange, 0);
     this.Controls.SetChildIndex(this.rbTime, 0);
     this.Controls.SetChildIndex(this.nudDistance, 0);
     this.Controls.SetChildIndex(this.nudTime, 0);
     this.Controls.SetChildIndex(this.cbDistance, 0);
     this.Controls.SetChildIndex(this.cbTime, 0);
     this.Controls.SetChildIndex(this.rbDistance, 0);
     this.Controls.SetChildIndex(this.rbContiniously, 0);
     this.Controls.SetChildIndex(this.lFlowchart, 0);
     this.Controls.SetChildIndex(this.panel1, 0);
     this.Controls.SetChildIndex(this.cbFinishCommands, 0);
     this.Controls.SetChildIndex(this.cbSpeed, 0);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#53
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Cutter));
     this.Button_Open            = new System.Windows.Forms.Button();
     this.TextBox_Open           = new System.Windows.Forms.TextBox();
     this.GroupBox_Direction     = new System.Windows.Forms.GroupBox();
     this.RadioButton_Horizontal = new System.Windows.Forms.RadioButton();
     this.RadioButton_Vertical   = new System.Windows.Forms.RadioButton();
     this.GroupBox_Size          = new System.Windows.Forms.GroupBox();
     this.NumBox_Height          = new System.Windows.Forms.NumericUpDown();
     this.NumBox_Width           = new System.Windows.Forms.NumericUpDown();
     this.Label_Height           = new System.Windows.Forms.Label();
     this.Label_Width            = new System.Windows.Forms.Label();
     this.Button_Save            = new System.Windows.Forms.Button();
     this.TextBox_Save           = new System.Windows.Forms.TextBox();
     this.Button_Extract         = new System.Windows.Forms.Button();
     this.ProgressBar            = new System.Windows.Forms.ProgressBar();
     this.GroupBox_Direction.SuspendLayout();
     this.GroupBox_Size.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NumBox_Height)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NumBox_Width)).BeginInit();
     this.SuspendLayout();
     //
     // Button_Open
     //
     resources.ApplyResources(this.Button_Open, "Button_Open");
     this.Button_Open.Name = "Button_Open";
     this.Button_Open.UseVisualStyleBackColor = true;
     this.Button_Open.Click += new System.EventHandler(this.Button_Open_Click);
     //
     // TextBox_Open
     //
     resources.ApplyResources(this.TextBox_Open, "TextBox_Open");
     this.TextBox_Open.Name = "TextBox_Open";
     //
     // GroupBox_Direction
     //
     this.GroupBox_Direction.Controls.Add(this.RadioButton_Horizontal);
     this.GroupBox_Direction.Controls.Add(this.RadioButton_Vertical);
     resources.ApplyResources(this.GroupBox_Direction, "GroupBox_Direction");
     this.GroupBox_Direction.Name    = "GroupBox_Direction";
     this.GroupBox_Direction.TabStop = false;
     //
     // RadioButton_Horizontal
     //
     resources.ApplyResources(this.RadioButton_Horizontal, "RadioButton_Horizontal");
     this.RadioButton_Horizontal.Name = "RadioButton_Horizontal";
     this.RadioButton_Horizontal.UseVisualStyleBackColor = true;
     //
     // RadioButton_Vertical
     //
     resources.ApplyResources(this.RadioButton_Vertical, "RadioButton_Vertical");
     this.RadioButton_Vertical.Checked = true;
     this.RadioButton_Vertical.Name    = "RadioButton_Vertical";
     this.RadioButton_Vertical.TabStop = true;
     this.RadioButton_Vertical.UseVisualStyleBackColor = true;
     //
     // GroupBox_Size
     //
     this.GroupBox_Size.Controls.Add(this.NumBox_Height);
     this.GroupBox_Size.Controls.Add(this.NumBox_Width);
     this.GroupBox_Size.Controls.Add(this.Label_Height);
     this.GroupBox_Size.Controls.Add(this.Label_Width);
     resources.ApplyResources(this.GroupBox_Size, "GroupBox_Size");
     this.GroupBox_Size.Name    = "GroupBox_Size";
     this.GroupBox_Size.TabStop = false;
     //
     // NumBox_Height
     //
     resources.ApplyResources(this.NumBox_Height, "NumBox_Height");
     this.NumBox_Height.Maximum = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.NumBox_Height.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.NumBox_Height.Name  = "NumBox_Height";
     this.NumBox_Height.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // NumBox_Width
     //
     resources.ApplyResources(this.NumBox_Width, "NumBox_Width");
     this.NumBox_Width.Maximum = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.NumBox_Width.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.NumBox_Width.Name  = "NumBox_Width";
     this.NumBox_Width.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // Label_Height
     //
     resources.ApplyResources(this.Label_Height, "Label_Height");
     this.Label_Height.Name = "Label_Height";
     //
     // Label_Width
     //
     resources.ApplyResources(this.Label_Width, "Label_Width");
     this.Label_Width.Name = "Label_Width";
     //
     // Button_Save
     //
     resources.ApplyResources(this.Button_Save, "Button_Save");
     this.Button_Save.Name = "Button_Save";
     this.Button_Save.UseVisualStyleBackColor = true;
     this.Button_Save.Click += new System.EventHandler(this.Button_Save_Click);
     //
     // TextBox_Save
     //
     resources.ApplyResources(this.TextBox_Save, "TextBox_Save");
     this.TextBox_Save.Name = "TextBox_Save";
     //
     // Button_Extract
     //
     resources.ApplyResources(this.Button_Extract, "Button_Extract");
     this.Button_Extract.Name = "Button_Extract";
     this.Button_Extract.UseVisualStyleBackColor = true;
     this.Button_Extract.Click += new System.EventHandler(this.Button_Extract_Click);
     //
     // ProgressBar
     //
     resources.ApplyResources(this.ProgressBar, "ProgressBar");
     this.ProgressBar.Name = "ProgressBar";
     //
     // Cutter
     //
     this.AcceptButton = this.Button_Extract;
     this.AllowDrop    = true;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.ProgressBar);
     this.Controls.Add(this.Button_Extract);
     this.Controls.Add(this.TextBox_Save);
     this.Controls.Add(this.Button_Save);
     this.Controls.Add(this.GroupBox_Size);
     this.Controls.Add(this.GroupBox_Direction);
     this.Controls.Add(this.TextBox_Open);
     this.Controls.Add(this.Button_Open);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Cutter";
     this.ShowInTaskbar   = false;
     this.DragDrop       += new System.Windows.Forms.DragEventHandler(this.Cutter_DragDrop);
     this.DragEnter      += new System.Windows.Forms.DragEventHandler(this.Cutter_DragEnter);
     this.GroupBox_Direction.ResumeLayout(false);
     this.GroupBox_Direction.PerformLayout();
     this.GroupBox_Size.ResumeLayout(false);
     this.GroupBox_Size.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NumBox_Height)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NumBox_Width)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LiveEventCreation));
     this.buttonOk                 = new System.Windows.Forms.Button();
     this.buttonCancel             = new System.Windows.Forms.Button();
     this.textBoxRestrictIngestIP  = new System.Windows.Forms.TextBox();
     this.checkBoxRestrictIngestIP = new System.Windows.Forms.CheckBox();
     this.label3                           = new System.Windows.Forms.Label();
     this.textboxchannelname               = new System.Windows.Forms.TextBox();
     this.label4                           = new System.Windows.Forms.Label();
     this.comboBoxProtocolInput            = new System.Windows.Forms.ComboBox();
     this.label5                           = new System.Windows.Forms.Label();
     this.textBoxDescription               = new System.Windows.Forms.TextBox();
     this.checkBoxStartChannel             = new System.Windows.Forms.CheckBox();
     this.panel1                           = new System.Windows.Forms.Panel();
     this.tabControlLiveChannel            = new System.Windows.Forms.TabControl();
     this.TabSettings                      = new System.Windows.Forms.TabPage();
     this.groupBox1                        = new System.Windows.Forms.GroupBox();
     this.radioButtonTranscodingPremium    = new System.Windows.Forms.RadioButton();
     this.moreinfoLiveEncodingProfilelink  = new System.Windows.Forms.LinkLabel();
     this.moreinfoLiveStreamingProfilelink = new System.Windows.Forms.LinkLabel();
     this.radioButtonTranscodingStd        = new System.Windows.Forms.RadioButton();
     this.radioButtonTranscodingNone       = new System.Windows.Forms.RadioButton();
     this.checkBoxRestrictPreviewIP        = new System.Windows.Forms.CheckBox();
     this.textBoxRestrictPreviewIP         = new System.Windows.Forms.TextBox();
     this.tabPageLiveEncoding              = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel1                = new System.Windows.Forms.TableLayoutPanel();
     this.textBoxCustomPreset              = new System.Windows.Forms.TextBox();
     this.panelPresetLiveEncoding          = new System.Windows.Forms.TableLayoutPanel();
     this.dataGridViewAudioProf            = new System.Windows.Forms.DataGridView();
     this.dataGridViewVideoProf            = new System.Windows.Forms.DataGridView();
     this.label16                          = new System.Windows.Forms.Label();
     this.label17                          = new System.Windows.Forms.Label();
     this.radioButtonDefaultPreset         = new System.Windows.Forms.RadioButton();
     this.label6                           = new System.Windows.Forms.Label();
     this.radioButtonCustomPreset          = new System.Windows.Forms.RadioButton();
     this.tabPageLiveTranscript            = new System.Windows.Forms.TabPage();
     this.linkLabelLiveTranscriptRegions   = new System.Windows.Forms.LinkLabel();
     this.comboBoxLanguage                 = new System.Windows.Forms.ComboBox();
     this.label8                           = new System.Windows.Forms.Label();
     this.label2                           = new System.Windows.Forms.Label();
     this.linkLabelLiveTranscript          = new System.Windows.Forms.LinkLabel();
     this.checkBoxEnableLiveTranscript     = new System.Windows.Forms.CheckBox();
     this.tabPageAdv                       = new System.Windows.Forms.TabPage();
     this.label1                           = new System.Windows.Forms.Label();
     this.labelUrlSyntax                   = new System.Windows.Forms.Label();
     this.buttonGenerateToken              = new System.Windows.Forms.Button();
     this.checkBoxKeyFrameIntDefined       = new System.Windows.Forms.CheckBox();
     this.textBoxKeyFrame                  = new System.Windows.Forms.TextBox();
     this.checkBoxLowLatency               = new System.Windows.Forms.CheckBox();
     this.checkBoxVanityUrl                = new System.Windows.Forms.CheckBox();
     this.label7                           = new System.Windows.Forms.Label();
     this.textBoxInputId                   = new System.Windows.Forms.TextBox();
     this.toolTip1                         = new System.Windows.Forms.ToolTip(this.components);
     this.labelWarning                     = new System.Windows.Forms.Label();
     this.linkLabelMoreInfoPrice           = new System.Windows.Forms.LinkLabel();
     this.openFileDialogSlate              = new System.Windows.Forms.OpenFileDialog();
     this.errorProvider1                   = new System.Windows.Forms.ErrorProvider(this.components);
     this.panel1.SuspendLayout();
     this.tabControlLiveChannel.SuspendLayout();
     this.TabSettings.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPageLiveEncoding.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.panelPresetLiveEncoding.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAudioProf)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewVideoProf)).BeginInit();
     this.tabPageLiveTranscript.SuspendLayout();
     this.tabPageAdv.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // buttonOk
     //
     resources.ApplyResources(this.buttonOk, "buttonOk");
     this.buttonOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonOk.Name                    = "buttonOk";
     this.buttonOk.UseVisualStyleBackColor = true;
     //
     // buttonCancel
     //
     resources.ApplyResources(this.buttonCancel, "buttonCancel");
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // textBoxRestrictIngestIP
     //
     resources.ApplyResources(this.textBoxRestrictIngestIP, "textBoxRestrictIngestIP");
     this.textBoxRestrictIngestIP.Name         = "textBoxRestrictIngestIP";
     this.textBoxRestrictIngestIP.TextChanged += new System.EventHandler(this.textBoxIP_TextChanged);
     //
     // checkBoxRestrictIngestIP
     //
     resources.ApplyResources(this.checkBoxRestrictIngestIP, "checkBoxRestrictIngestIP");
     this.checkBoxRestrictIngestIP.Name = "checkBoxRestrictIngestIP";
     this.checkBoxRestrictIngestIP.UseVisualStyleBackColor = true;
     this.checkBoxRestrictIngestIP.CheckedChanged         += new System.EventHandler(this.checkBoxRestrictIngestIP_CheckedChanged);
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // textboxchannelname
     //
     resources.ApplyResources(this.textboxchannelname, "textboxchannelname");
     this.textboxchannelname.Name         = "textboxchannelname";
     this.textboxchannelname.TextChanged += new System.EventHandler(this.textboxchannelname_TextChanged);
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // comboBoxProtocolInput
     //
     this.comboBoxProtocolInput.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxProtocolInput.FormattingEnabled = true;
     resources.ApplyResources(this.comboBoxProtocolInput, "comboBoxProtocolInput");
     this.comboBoxProtocolInput.Name = "comboBoxProtocolInput";
     this.comboBoxProtocolInput.SelectedIndexChanged += new System.EventHandler(this.comboBoxProtocolInput_SelectedIndexChanged);
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // textBoxDescription
     //
     resources.ApplyResources(this.textBoxDescription, "textBoxDescription");
     this.textBoxDescription.Name = "textBoxDescription";
     //
     // checkBoxStartChannel
     //
     resources.ApplyResources(this.checkBoxStartChannel, "checkBoxStartChannel");
     this.checkBoxStartChannel.Name = "checkBoxStartChannel";
     this.checkBoxStartChannel.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.buttonCancel);
     this.panel1.Controls.Add(this.buttonOk);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // tabControlLiveChannel
     //
     resources.ApplyResources(this.tabControlLiveChannel, "tabControlLiveChannel");
     this.tabControlLiveChannel.Controls.Add(this.TabSettings);
     this.tabControlLiveChannel.Controls.Add(this.tabPageLiveEncoding);
     this.tabControlLiveChannel.Controls.Add(this.tabPageLiveTranscript);
     this.tabControlLiveChannel.Controls.Add(this.tabPageAdv);
     this.tabControlLiveChannel.Name          = "tabControlLiveChannel";
     this.tabControlLiveChannel.SelectedIndex = 0;
     //
     // TabSettings
     //
     this.TabSettings.Controls.Add(this.groupBox1);
     this.TabSettings.Controls.Add(this.checkBoxRestrictPreviewIP);
     this.TabSettings.Controls.Add(this.textBoxRestrictPreviewIP);
     this.TabSettings.Controls.Add(this.label4);
     this.TabSettings.Controls.Add(this.comboBoxProtocolInput);
     this.TabSettings.Controls.Add(this.checkBoxRestrictIngestIP);
     this.TabSettings.Controls.Add(this.textBoxRestrictIngestIP);
     resources.ApplyResources(this.TabSettings, "TabSettings");
     this.TabSettings.Name = "TabSettings";
     this.TabSettings.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioButtonTranscodingPremium);
     this.groupBox1.Controls.Add(this.moreinfoLiveEncodingProfilelink);
     this.groupBox1.Controls.Add(this.moreinfoLiveStreamingProfilelink);
     this.groupBox1.Controls.Add(this.radioButtonTranscodingStd);
     this.groupBox1.Controls.Add(this.radioButtonTranscodingNone);
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // radioButtonTranscodingPremium
     //
     resources.ApplyResources(this.radioButtonTranscodingPremium, "radioButtonTranscodingPremium");
     this.radioButtonTranscodingPremium.Name = "radioButtonTranscodingPremium";
     this.radioButtonTranscodingPremium.UseVisualStyleBackColor = true;
     this.radioButtonTranscodingPremium.CheckedChanged         += new System.EventHandler(this.radioButtonTranscodingNone_CheckedChanged);
     //
     // moreinfoLiveEncodingProfilelink
     //
     resources.ApplyResources(this.moreinfoLiveEncodingProfilelink, "moreinfoLiveEncodingProfilelink");
     this.moreinfoLiveEncodingProfilelink.Name         = "moreinfoLiveEncodingProfilelink";
     this.moreinfoLiveEncodingProfilelink.TabStop      = true;
     this.moreinfoLiveEncodingProfilelink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.moreinfoLiveEncodingProfilelink_LinkClicked);
     //
     // moreinfoLiveStreamingProfilelink
     //
     resources.ApplyResources(this.moreinfoLiveStreamingProfilelink, "moreinfoLiveStreamingProfilelink");
     this.moreinfoLiveStreamingProfilelink.Name         = "moreinfoLiveStreamingProfilelink";
     this.moreinfoLiveStreamingProfilelink.TabStop      = true;
     this.moreinfoLiveStreamingProfilelink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.moreinfoLiveEncodingProfilelink_LinkClicked);
     //
     // radioButtonTranscodingStd
     //
     resources.ApplyResources(this.radioButtonTranscodingStd, "radioButtonTranscodingStd");
     this.radioButtonTranscodingStd.Name = "radioButtonTranscodingStd";
     this.radioButtonTranscodingStd.UseVisualStyleBackColor = true;
     this.radioButtonTranscodingStd.CheckedChanged         += new System.EventHandler(this.radioButtonTranscodingNone_CheckedChanged);
     //
     // radioButtonTranscodingNone
     //
     resources.ApplyResources(this.radioButtonTranscodingNone, "radioButtonTranscodingNone");
     this.radioButtonTranscodingNone.Checked = true;
     this.radioButtonTranscodingNone.Name    = "radioButtonTranscodingNone";
     this.radioButtonTranscodingNone.TabStop = true;
     this.radioButtonTranscodingNone.UseVisualStyleBackColor = true;
     this.radioButtonTranscodingNone.CheckedChanged         += new System.EventHandler(this.radioButtonTranscodingNone_CheckedChanged);
     //
     // checkBoxRestrictPreviewIP
     //
     resources.ApplyResources(this.checkBoxRestrictPreviewIP, "checkBoxRestrictPreviewIP");
     this.checkBoxRestrictPreviewIP.Name = "checkBoxRestrictPreviewIP";
     this.checkBoxRestrictPreviewIP.UseVisualStyleBackColor = true;
     this.checkBoxRestrictPreviewIP.CheckedChanged         += new System.EventHandler(this.checkBoxRestrictPreviewIP_CheckedChanged);
     //
     // textBoxRestrictPreviewIP
     //
     resources.ApplyResources(this.textBoxRestrictPreviewIP, "textBoxRestrictPreviewIP");
     this.textBoxRestrictPreviewIP.Name         = "textBoxRestrictPreviewIP";
     this.textBoxRestrictPreviewIP.TextChanged += new System.EventHandler(this.textBoxIP_TextChanged);
     //
     // tabPageLiveEncoding
     //
     this.tabPageLiveEncoding.Controls.Add(this.tableLayoutPanel1);
     resources.ApplyResources(this.tabPageLiveEncoding, "tabPageLiveEncoding");
     this.tabPageLiveEncoding.Name = "tabPageLiveEncoding";
     this.tabPageLiveEncoding.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.textBoxCustomPreset, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.panelPresetLiveEncoding, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.radioButtonDefaultPreset, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label6, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.radioButtonCustomPreset, 0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // textBoxCustomPreset
     //
     resources.ApplyResources(this.textBoxCustomPreset, "textBoxCustomPreset");
     this.textBoxCustomPreset.Name         = "textBoxCustomPreset";
     this.textBoxCustomPreset.TextChanged += new System.EventHandler(this.textBoxCustomPreset_TextChanged);
     //
     // panelPresetLiveEncoding
     //
     resources.ApplyResources(this.panelPresetLiveEncoding, "panelPresetLiveEncoding");
     this.panelPresetLiveEncoding.Controls.Add(this.dataGridViewAudioProf, 0, 3);
     this.panelPresetLiveEncoding.Controls.Add(this.dataGridViewVideoProf, 0, 1);
     this.panelPresetLiveEncoding.Controls.Add(this.label16, 0, 0);
     this.panelPresetLiveEncoding.Controls.Add(this.label17, 0, 2);
     this.panelPresetLiveEncoding.Name = "panelPresetLiveEncoding";
     //
     // dataGridViewAudioProf
     //
     this.dataGridViewAudioProf.AllowUserToAddRows    = false;
     this.dataGridViewAudioProf.AllowUserToDeleteRows = false;
     resources.ApplyResources(this.dataGridViewAudioProf, "dataGridViewAudioProf");
     this.dataGridViewAudioProf.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGridViewAudioProf.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dataGridViewAudioProf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewAudioProf.Name              = "dataGridViewAudioProf";
     this.dataGridViewAudioProf.ReadOnly          = true;
     this.dataGridViewAudioProf.RowHeadersVisible = false;
     //
     // dataGridViewVideoProf
     //
     this.dataGridViewVideoProf.AllowUserToAddRows    = false;
     this.dataGridViewVideoProf.AllowUserToDeleteRows = false;
     resources.ApplyResources(this.dataGridViewVideoProf, "dataGridViewVideoProf");
     this.dataGridViewVideoProf.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGridViewVideoProf.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dataGridViewVideoProf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewVideoProf.Name              = "dataGridViewVideoProf";
     this.dataGridViewVideoProf.ReadOnly          = true;
     this.dataGridViewVideoProf.RowHeadersVisible = false;
     //
     // label16
     //
     resources.ApplyResources(this.label16, "label16");
     this.label16.Name = "label16";
     //
     // label17
     //
     resources.ApplyResources(this.label17, "label17");
     this.label17.Name = "label17";
     //
     // radioButtonDefaultPreset
     //
     resources.ApplyResources(this.radioButtonDefaultPreset, "radioButtonDefaultPreset");
     this.radioButtonDefaultPreset.Checked = true;
     this.radioButtonDefaultPreset.Name    = "radioButtonDefaultPreset";
     this.radioButtonDefaultPreset.TabStop = true;
     this.radioButtonDefaultPreset.UseVisualStyleBackColor = true;
     this.radioButtonDefaultPreset.CheckedChanged         += new System.EventHandler(this.radioButtonDefaultPreset_CheckedChanged);
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.ForeColor = System.Drawing.SystemColors.WindowFrame;
     this.label6.Name      = "label6";
     //
     // radioButtonCustomPreset
     //
     resources.ApplyResources(this.radioButtonCustomPreset, "radioButtonCustomPreset");
     this.radioButtonCustomPreset.Name = "radioButtonCustomPreset";
     this.radioButtonCustomPreset.UseVisualStyleBackColor = true;
     this.radioButtonCustomPreset.CheckedChanged         += new System.EventHandler(this.radioButtonCustomPreset_CheckedChanged);
     //
     // tabPageLiveTranscript
     //
     this.tabPageLiveTranscript.Controls.Add(this.linkLabelLiveTranscriptRegions);
     this.tabPageLiveTranscript.Controls.Add(this.comboBoxLanguage);
     this.tabPageLiveTranscript.Controls.Add(this.label8);
     this.tabPageLiveTranscript.Controls.Add(this.label2);
     this.tabPageLiveTranscript.Controls.Add(this.linkLabelLiveTranscript);
     this.tabPageLiveTranscript.Controls.Add(this.checkBoxEnableLiveTranscript);
     resources.ApplyResources(this.tabPageLiveTranscript, "tabPageLiveTranscript");
     this.tabPageLiveTranscript.Name = "tabPageLiveTranscript";
     this.tabPageLiveTranscript.UseVisualStyleBackColor = true;
     //
     // linkLabelLiveTranscriptRegions
     //
     resources.ApplyResources(this.linkLabelLiveTranscriptRegions, "linkLabelLiveTranscriptRegions");
     this.linkLabelLiveTranscriptRegions.Name         = "linkLabelLiveTranscriptRegions";
     this.linkLabelLiveTranscriptRegions.TabStop      = true;
     this.linkLabelLiveTranscriptRegions.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.moreinfoLiveEncodingProfilelink_LinkClicked);
     //
     // comboBoxLanguage
     //
     this.comboBoxLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.comboBoxLanguage, "comboBoxLanguage");
     this.comboBoxLanguage.FormattingEnabled = true;
     this.comboBoxLanguage.Name = "comboBoxLanguage";
     this.toolTip1.SetToolTip(this.comboBoxLanguage, resources.GetString("comboBoxLanguage.ToolTip"));
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.ForeColor = System.Drawing.SystemColors.WindowFrame;
     this.label8.Name      = "label8";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // linkLabelLiveTranscript
     //
     resources.ApplyResources(this.linkLabelLiveTranscript, "linkLabelLiveTranscript");
     this.linkLabelLiveTranscript.Name         = "linkLabelLiveTranscript";
     this.linkLabelLiveTranscript.TabStop      = true;
     this.linkLabelLiveTranscript.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.moreinfoLiveEncodingProfilelink_LinkClicked);
     //
     // checkBoxEnableLiveTranscript
     //
     resources.ApplyResources(this.checkBoxEnableLiveTranscript, "checkBoxEnableLiveTranscript");
     this.checkBoxEnableLiveTranscript.Name = "checkBoxEnableLiveTranscript";
     this.checkBoxEnableLiveTranscript.UseVisualStyleBackColor = true;
     this.checkBoxEnableLiveTranscript.CheckedChanged         += new System.EventHandler(this.CheckBoxEnableLiveTranscript_CheckedChanged);
     //
     // tabPageAdv
     //
     this.tabPageAdv.Controls.Add(this.label1);
     this.tabPageAdv.Controls.Add(this.labelUrlSyntax);
     this.tabPageAdv.Controls.Add(this.buttonGenerateToken);
     this.tabPageAdv.Controls.Add(this.checkBoxKeyFrameIntDefined);
     this.tabPageAdv.Controls.Add(this.textBoxKeyFrame);
     this.tabPageAdv.Controls.Add(this.checkBoxLowLatency);
     this.tabPageAdv.Controls.Add(this.checkBoxVanityUrl);
     this.tabPageAdv.Controls.Add(this.label7);
     this.tabPageAdv.Controls.Add(this.textBoxInputId);
     resources.ApplyResources(this.tabPageAdv, "tabPageAdv");
     this.tabPageAdv.Name = "tabPageAdv";
     this.tabPageAdv.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.WindowFrame;
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // labelUrlSyntax
     //
     this.labelUrlSyntax.ForeColor = System.Drawing.SystemColors.WindowFrame;
     resources.ApplyResources(this.labelUrlSyntax, "labelUrlSyntax");
     this.labelUrlSyntax.Name = "labelUrlSyntax";
     //
     // buttonGenerateToken
     //
     resources.ApplyResources(this.buttonGenerateToken, "buttonGenerateToken");
     this.buttonGenerateToken.Name = "buttonGenerateToken";
     this.buttonGenerateToken.UseVisualStyleBackColor = true;
     this.buttonGenerateToken.Click += new System.EventHandler(this.buttonGenerateInputId_Click);
     //
     // checkBoxKeyFrameIntDefined
     //
     resources.ApplyResources(this.checkBoxKeyFrameIntDefined, "checkBoxKeyFrameIntDefined");
     this.checkBoxKeyFrameIntDefined.Name = "checkBoxKeyFrameIntDefined";
     this.checkBoxKeyFrameIntDefined.UseVisualStyleBackColor = true;
     this.checkBoxKeyFrameIntDefined.CheckedChanged         += new System.EventHandler(this.checkBoxKeyFrameIntDefined_CheckedChanged);
     //
     // textBoxKeyFrame
     //
     resources.ApplyResources(this.textBoxKeyFrame, "textBoxKeyFrame");
     this.textBoxKeyFrame.Name = "textBoxKeyFrame";
     //
     // checkBoxLowLatency
     //
     resources.ApplyResources(this.checkBoxLowLatency, "checkBoxLowLatency");
     this.checkBoxLowLatency.Name = "checkBoxLowLatency";
     this.checkBoxLowLatency.UseVisualStyleBackColor = true;
     //
     // checkBoxVanityUrl
     //
     resources.ApplyResources(this.checkBoxVanityUrl, "checkBoxVanityUrl");
     this.checkBoxVanityUrl.Name = "checkBoxVanityUrl";
     this.checkBoxVanityUrl.UseVisualStyleBackColor = true;
     this.checkBoxVanityUrl.CheckedChanged         += new System.EventHandler(this.checkBoxVanityUrl_CheckedChanged);
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // textBoxToken
     //
     resources.ApplyResources(this.textBoxInputId, "textBoxToken");
     this.textBoxInputId.Name         = "textBoxToken";
     this.textBoxInputId.TextChanged += new System.EventHandler(this.textBoxInputId_TextChanged);
     //
     // labelWarning
     //
     resources.ApplyResources(this.labelWarning, "labelWarning");
     this.labelWarning.ForeColor = System.Drawing.Color.Red;
     this.labelWarning.Name      = "labelWarning";
     //
     // linkLabelMoreInfoPrice
     //
     resources.ApplyResources(this.linkLabelMoreInfoPrice, "linkLabelMoreInfoPrice");
     this.linkLabelMoreInfoPrice.Name         = "linkLabelMoreInfoPrice";
     this.linkLabelMoreInfoPrice.TabStop      = true;
     this.linkLabelMoreInfoPrice.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.moreinfoLiveEncodingProfilelink_LinkClicked);
     //
     // openFileDialogSlate
     //
     resources.ApplyResources(this.openFileDialogSlate, "openFileDialogSlate");
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // LiveEventCreation
     //
     this.AcceptButton = this.buttonOk;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor     = System.Drawing.SystemColors.Window;
     this.CancelButton  = this.buttonCancel;
     this.Controls.Add(this.linkLabelMoreInfoPrice);
     this.Controls.Add(this.labelWarning);
     this.Controls.Add(this.tabControlLiveChannel);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.checkBoxStartChannel);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.textBoxDescription);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textboxchannelname);
     this.Name  = "LiveEventCreation";
     this.Load += new System.EventHandler(this.CreateLiveChannel_Load);
     this.panel1.ResumeLayout(false);
     this.tabControlLiveChannel.ResumeLayout(false);
     this.TabSettings.ResumeLayout(false);
     this.TabSettings.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPageLiveEncoding.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.panelPresetLiveEncoding.ResumeLayout(false);
     this.panelPresetLiveEncoding.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAudioProf)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewVideoProf)).EndInit();
     this.tabPageLiveTranscript.ResumeLayout(false);
     this.tabPageLiveTranscript.PerformLayout();
     this.tabPageAdv.ResumeLayout(false);
     this.tabPageAdv.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#55
0
 /// <summary>
 /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
 /// il contenuto del metodo con l'editor di codice.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainPage));
     this.UpPosCheck          = new System.Windows.Forms.CheckBox();
     this.IntPosCheck         = new System.Windows.Forms.CheckBox();
     this.DownPosCheck        = new System.Windows.Forms.CheckBox();
     this.textBox1            = new System.Windows.Forms.TextBox();
     this.label1              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.DownCmdCheck        = new System.Windows.Forms.CheckBox();
     this.IntCmdCheck         = new System.Windows.Forms.CheckBox();
     this.UpCmdCheck          = new System.Windows.Forms.CheckBox();
     this.TimerCycleView      = new System.Windows.Forms.Timer(this.components);
     this.button1             = new System.Windows.Forms.Button();
     this.button2             = new System.Windows.Forms.Button();
     this.label4              = new System.Windows.Forms.Label();
     this.DownPosCheckSim     = new System.Windows.Forms.CheckBox();
     this.IntPosCheckSim      = new System.Windows.Forms.CheckBox();
     this.label5              = new System.Windows.Forms.Label();
     this.label6              = new System.Windows.Forms.Label();
     this.textBox2            = new System.Windows.Forms.TextBox();
     this.label7              = new System.Windows.Forms.Label();
     this.StartCycleList      = new System.Windows.Forms.ListBox();
     this.label8              = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.SQ06RightCheck      = new System.Windows.Forms.CheckBox();
     this.SQ05Check           = new System.Windows.Forms.CheckBox();
     this.SQ06LeftCheck       = new System.Windows.Forms.CheckBox();
     this.SQ07Check           = new System.Windows.Forms.CheckBox();
     this.SQ10Check           = new System.Windows.Forms.CheckBox();
     this.SQ11Check           = new System.Windows.Forms.CheckBox();
     this.SQ01UpstreamCeck    = new System.Windows.Forms.CheckBox();
     this.UpPosCheckSim       = new System.Windows.Forms.CheckBox();
     this.ResetTp             = new System.Windows.Forms.Button();
     this.TimerGeneralTimeout = new System.Windows.Forms.Timer(this.components);
     this.textBox3            = new System.Windows.Forms.TextBox();
     this.label12             = new System.Windows.Forms.Label();
     this.pictureIntCmd       = new System.Windows.Forms.PictureBox();
     this.pictureDownCmd      = new System.Windows.Forms.PictureBox();
     this.pictureUpCmd        = new System.Windows.Forms.PictureBox();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.pictureBox2         = new System.Windows.Forms.PictureBox();
     this.timerBlink          = new System.Windows.Forms.Timer(this.components);
     this.pictureUpPosOn      = new System.Windows.Forms.PictureBox();
     this.pictureIntPosOn     = new System.Windows.Forms.PictureBox();
     this.pictureDownPosOn    = new System.Windows.Forms.PictureBox();
     this.pictureDownPosOff   = new System.Windows.Forms.PictureBox();
     this.pictureIntPosOff    = new System.Windows.Forms.PictureBox();
     this.pictureUpPosOff     = new System.Windows.Forms.PictureBox();
     this.pictureLeftCmd      = new System.Windows.Forms.PictureBox();
     this.pictureRightCmd     = new System.Windows.Forms.PictureBox();
     this.btnAutMan           = new System.Windows.Forms.Button();
     this.labelManualCmd      = new System.Windows.Forms.Label();
     this.btnUp            = new System.Windows.Forms.Button();
     this.btnInt           = new System.Windows.Forms.Button();
     this.btnDown          = new System.Windows.Forms.Button();
     this.btnConfig        = new System.Windows.Forms.Button();
     this.btnRight         = new System.Windows.Forms.Button();
     this.btnLeft          = new System.Windows.Forms.Button();
     this.labelManualTpCmd = new System.Windows.Forms.Label();
     this.labelManualMtCmd = new System.Windows.Forms.Label();
     this.timerSqDelay     = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.pictureIntCmd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureDownCmd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureUpCmd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureUpPosOn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureIntPosOn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureDownPosOn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureDownPosOff)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureIntPosOff)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureUpPosOff)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureLeftCmd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureRightCmd)).BeginInit();
     this.SuspendLayout();
     //
     // UpPosCheck
     //
     resources.ApplyResources(this.UpPosCheck, "UpPosCheck");
     this.UpPosCheck.Name = "UpPosCheck";
     this.UpPosCheck.UseVisualStyleBackColor = true;
     //
     // IntPosCheck
     //
     resources.ApplyResources(this.IntPosCheck, "IntPosCheck");
     this.IntPosCheck.Name = "IntPosCheck";
     this.IntPosCheck.UseVisualStyleBackColor = true;
     //
     // DownPosCheck
     //
     resources.ApplyResources(this.DownPosCheck, "DownPosCheck");
     this.DownPosCheck.Name = "DownPosCheck";
     this.DownPosCheck.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     resources.ApplyResources(this.textBox1, "textBox1");
     this.textBox1.Name = "textBox1";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // DownCmdCheck
     //
     resources.ApplyResources(this.DownCmdCheck, "DownCmdCheck");
     this.DownCmdCheck.Name = "DownCmdCheck";
     this.DownCmdCheck.UseVisualStyleBackColor = true;
     //
     // IntCmdCheck
     //
     resources.ApplyResources(this.IntCmdCheck, "IntCmdCheck");
     this.IntCmdCheck.Name = "IntCmdCheck";
     this.IntCmdCheck.UseVisualStyleBackColor = true;
     //
     // UpCmdCheck
     //
     resources.ApplyResources(this.UpCmdCheck, "UpCmdCheck");
     this.UpCmdCheck.Name = "UpCmdCheck";
     this.UpCmdCheck.UseVisualStyleBackColor = true;
     //
     // TimerCycleView
     //
     this.TimerCycleView.Interval = 200;
     this.TimerCycleView.Tick    += new System.EventHandler(this.TimerCycleView_Tick);
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.startPlc_Click);
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.stopPlc_Click);
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // DownPosCheckSim
     //
     resources.ApplyResources(this.DownPosCheckSim, "DownPosCheckSim");
     this.DownPosCheckSim.Name = "DownPosCheckSim";
     this.DownPosCheckSim.UseVisualStyleBackColor = true;
     this.DownPosCheckSim.CheckedChanged         += new System.EventHandler(this.checkBox7_CheckedChanged);
     //
     // IntPosCheckSim
     //
     resources.ApplyResources(this.IntPosCheckSim, "IntPosCheckSim");
     this.IntPosCheckSim.Name = "IntPosCheckSim";
     this.IntPosCheckSim.UseVisualStyleBackColor = true;
     this.IntPosCheckSim.CheckedChanged         += new System.EventHandler(this.checkBox8_CheckedChanged);
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // textBox2
     //
     resources.ApplyResources(this.textBox2, "textBox2");
     this.textBox2.Name = "textBox2";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // StartCycleList
     //
     resources.ApplyResources(this.StartCycleList, "StartCycleList");
     this.StartCycleList.FormattingEnabled = true;
     this.StartCycleList.Name = "StartCycleList";
     this.StartCycleList.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name = "label8";
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // SQ06RightCheck
     //
     resources.ApplyResources(this.SQ06RightCheck, "SQ06RightCheck");
     this.SQ06RightCheck.Name = "SQ06RightCheck";
     this.SQ06RightCheck.UseVisualStyleBackColor = true;
     this.SQ06RightCheck.CheckedChanged         += new System.EventHandler(this.SQ06RightCheck_CheckedChanged);
     //
     // SQ05Check
     //
     resources.ApplyResources(this.SQ05Check, "SQ05Check");
     this.SQ05Check.Name = "SQ05Check";
     this.SQ05Check.UseVisualStyleBackColor = true;
     this.SQ05Check.CheckedChanged         += new System.EventHandler(this.SQ05Check_CheckedChanged);
     //
     // SQ06LeftCheck
     //
     resources.ApplyResources(this.SQ06LeftCheck, "SQ06LeftCheck");
     this.SQ06LeftCheck.Name = "SQ06LeftCheck";
     this.SQ06LeftCheck.UseVisualStyleBackColor = true;
     this.SQ06LeftCheck.CheckedChanged         += new System.EventHandler(this.SQ06LeftCheck_CheckedChanged);
     //
     // SQ07Check
     //
     resources.ApplyResources(this.SQ07Check, "SQ07Check");
     this.SQ07Check.Name = "SQ07Check";
     this.SQ07Check.UseVisualStyleBackColor = true;
     this.SQ07Check.CheckedChanged         += new System.EventHandler(this.SQ07Check_CheckedChanged);
     //
     // SQ10Check
     //
     resources.ApplyResources(this.SQ10Check, "SQ10Check");
     this.SQ10Check.Name = "SQ10Check";
     this.SQ10Check.UseVisualStyleBackColor = true;
     this.SQ10Check.CheckedChanged         += new System.EventHandler(this.SQ10Check_CheckedChanged);
     //
     // SQ11Check
     //
     resources.ApplyResources(this.SQ11Check, "SQ11Check");
     this.SQ11Check.Name = "SQ11Check";
     this.SQ11Check.UseVisualStyleBackColor = true;
     this.SQ11Check.CheckedChanged         += new System.EventHandler(this.SQ11Check_CheckedChanged);
     //
     // SQ01UpstreamCeck
     //
     resources.ApplyResources(this.SQ01UpstreamCeck, "SQ01UpstreamCeck");
     this.SQ01UpstreamCeck.Name = "SQ01UpstreamCeck";
     this.SQ01UpstreamCeck.UseVisualStyleBackColor = true;
     this.SQ01UpstreamCeck.CheckedChanged         += new System.EventHandler(this.SQ01Upstream_CheckedChanged);
     //
     // UpPosCheckSim
     //
     resources.ApplyResources(this.UpPosCheckSim, "UpPosCheckSim");
     this.UpPosCheckSim.Name = "UpPosCheckSim";
     this.UpPosCheckSim.UseVisualStyleBackColor = true;
     this.UpPosCheckSim.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // ResetTp
     //
     resources.ApplyResources(this.ResetTp, "ResetTp");
     this.ResetTp.Name = "ResetTp";
     this.ResetTp.UseVisualStyleBackColor = true;
     this.ResetTp.Click += new System.EventHandler(this.ResetTp_Click);
     //
     // TimerGeneralTimeout
     //
     this.TimerGeneralTimeout.Interval = 1;
     this.TimerGeneralTimeout.Tick    += new System.EventHandler(this.TimerGeneralTimeout_Tick);
     //
     // textBox3
     //
     resources.ApplyResources(this.textBox3, "textBox3");
     this.textBox3.Name = "textBox3";
     //
     // label12
     //
     resources.ApplyResources(this.label12, "label12");
     this.label12.Name = "label12";
     //
     // pictureIntCmd
     //
     this.pictureIntCmd.BackColor       = System.Drawing.Color.GhostWhite;
     this.pictureIntCmd.BackgroundImage = global::TransferUnit3Pos.Properties.Resources.doppia_freccia_verde_piccolo;
     resources.ApplyResources(this.pictureIntCmd, "pictureIntCmd");
     this.pictureIntCmd.Name    = "pictureIntCmd";
     this.pictureIntCmd.TabStop = false;
     //
     // pictureDownCmd
     //
     this.pictureDownCmd.BackColor       = System.Drawing.Color.GhostWhite;
     this.pictureDownCmd.BackgroundImage = global::TransferUnit3Pos.Properties.Resources.freccia_in_basso_verde_piccolo;
     resources.ApplyResources(this.pictureDownCmd, "pictureDownCmd");
     this.pictureDownCmd.Name    = "pictureDownCmd";
     this.pictureDownCmd.TabStop = false;
     //
     // pictureUpCmd
     //
     this.pictureUpCmd.BackColor       = System.Drawing.Color.GhostWhite;
     this.pictureUpCmd.BackgroundImage = global::TransferUnit3Pos.Properties.Resources.freccia_in_basso_verde_piccolo_alto;
     resources.ApplyResources(this.pictureUpCmd, "pictureUpCmd");
     this.pictureUpCmd.Name    = "pictureUpCmd";
     this.pictureUpCmd.TabStop = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.GhostWhite;
     this.pictureBox1.Image     = global::TransferUnit3Pos.Properties.Resources.LogoMCH_small;
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.Name    = "pictureBox1";
     this.pictureBox1.TabStop = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.GhostWhite;
     resources.ApplyResources(this.pictureBox2, "pictureBox2");
     this.pictureBox2.Name    = "pictureBox2";
     this.pictureBox2.TabStop = false;
     //
     // timerBlink
     //
     this.timerBlink.Tick += new System.EventHandler(this.timerDelay_Tick);
     //
     // pictureUpPosOn
     //
     this.pictureUpPosOn.BackColor = System.Drawing.Color.GhostWhite;
     resources.ApplyResources(this.pictureUpPosOn, "pictureUpPosOn");
     this.pictureUpPosOn.Name    = "pictureUpPosOn";
     this.pictureUpPosOn.TabStop = false;
     //
     // pictureIntPosOn
     //
     this.pictureIntPosOn.BackColor = System.Drawing.Color.GhostWhite;
     resources.ApplyResources(this.pictureIntPosOn, "pictureIntPosOn");
     this.pictureIntPosOn.Name    = "pictureIntPosOn";
     this.pictureIntPosOn.TabStop = false;
     //
     // pictureDownPosOn
     //
     this.pictureDownPosOn.BackColor = System.Drawing.Color.GhostWhite;
     resources.ApplyResources(this.pictureDownPosOn, "pictureDownPosOn");
     this.pictureDownPosOn.Name    = "pictureDownPosOn";
     this.pictureDownPosOn.TabStop = false;
     //
     // pictureDownPosOff
     //
     this.pictureDownPosOff.BackColor = System.Drawing.Color.GhostWhite;
     resources.ApplyResources(this.pictureDownPosOff, "pictureDownPosOff");
     this.pictureDownPosOff.Name    = "pictureDownPosOff";
     this.pictureDownPosOff.TabStop = false;
     //
     // pictureIntPosOff
     //
     this.pictureIntPosOff.BackColor = System.Drawing.Color.GhostWhite;
     resources.ApplyResources(this.pictureIntPosOff, "pictureIntPosOff");
     this.pictureIntPosOff.Name    = "pictureIntPosOff";
     this.pictureIntPosOff.TabStop = false;
     //
     // pictureUpPosOff
     //
     this.pictureUpPosOff.BackColor = System.Drawing.Color.GhostWhite;
     resources.ApplyResources(this.pictureUpPosOff, "pictureUpPosOff");
     this.pictureUpPosOff.Name    = "pictureUpPosOff";
     this.pictureUpPosOff.TabStop = false;
     //
     // pictureLeftCmd
     //
     this.pictureLeftCmd.BackColor = System.Drawing.Color.GhostWhite;
     resources.ApplyResources(this.pictureLeftCmd, "pictureLeftCmd");
     this.pictureLeftCmd.Name    = "pictureLeftCmd";
     this.pictureLeftCmd.TabStop = false;
     //
     // pictureRightCmd
     //
     this.pictureRightCmd.BackColor = System.Drawing.Color.GhostWhite;
     resources.ApplyResources(this.pictureRightCmd, "pictureRightCmd");
     this.pictureRightCmd.Name    = "pictureRightCmd";
     this.pictureRightCmd.TabStop = false;
     //
     // btnAutMan
     //
     resources.ApplyResources(this.btnAutMan, "btnAutMan");
     this.btnAutMan.Name = "btnAutMan";
     this.btnAutMan.UseVisualStyleBackColor = true;
     this.btnAutMan.Click += new System.EventHandler(this.btnAutMan_Click);
     //
     // labelManualCmd
     //
     resources.ApplyResources(this.labelManualCmd, "labelManualCmd");
     this.labelManualCmd.Name = "labelManualCmd";
     //
     // btnUp
     //
     resources.ApplyResources(this.btnUp, "btnUp");
     this.btnUp.Name = "btnUp";
     this.btnUp.UseVisualStyleBackColor = true;
     this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
     //
     // btnInt
     //
     resources.ApplyResources(this.btnInt, "btnInt");
     this.btnInt.Name = "btnInt";
     this.btnInt.UseVisualStyleBackColor = true;
     this.btnInt.Click += new System.EventHandler(this.btnInt_Click);
     //
     // btnDown
     //
     resources.ApplyResources(this.btnDown, "btnDown");
     this.btnDown.Name = "btnDown";
     this.btnDown.UseVisualStyleBackColor = true;
     this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
     //
     // btnConfig
     //
     this.btnConfig.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     resources.ApplyResources(this.btnConfig, "btnConfig");
     this.btnConfig.Name = "btnConfig";
     this.btnConfig.UseVisualStyleBackColor = false;
     this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
     //
     // btnRight
     //
     resources.ApplyResources(this.btnRight, "btnRight");
     this.btnRight.Name = "btnRight";
     this.btnRight.UseVisualStyleBackColor = true;
     this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
     //
     // btnLeft
     //
     resources.ApplyResources(this.btnLeft, "btnLeft");
     this.btnLeft.Name = "btnLeft";
     this.btnLeft.UseVisualStyleBackColor = true;
     this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
     //
     // labelManualTpCmd
     //
     resources.ApplyResources(this.labelManualTpCmd, "labelManualTpCmd");
     this.labelManualTpCmd.Name = "labelManualTpCmd";
     //
     // labelManualMtCmd
     //
     resources.ApplyResources(this.labelManualMtCmd, "labelManualMtCmd");
     this.labelManualMtCmd.Name = "labelManualMtCmd";
     //
     // timerSqDelay
     //
     this.timerSqDelay.Tick += new System.EventHandler(this.timerSqDelay_Tick);
     //
     // MainPage
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.Color.AliceBlue;
     this.Controls.Add(this.labelManualMtCmd);
     this.Controls.Add(this.labelManualTpCmd);
     this.Controls.Add(this.btnLeft);
     this.Controls.Add(this.btnRight);
     this.Controls.Add(this.btnConfig);
     this.Controls.Add(this.btnDown);
     this.Controls.Add(this.btnInt);
     this.Controls.Add(this.btnUp);
     this.Controls.Add(this.labelManualCmd);
     this.Controls.Add(this.btnAutMan);
     this.Controls.Add(this.pictureRightCmd);
     this.Controls.Add(this.pictureLeftCmd);
     this.Controls.Add(this.pictureDownPosOff);
     this.Controls.Add(this.pictureIntPosOff);
     this.Controls.Add(this.pictureUpPosOff);
     this.Controls.Add(this.pictureDownPosOn);
     this.Controls.Add(this.pictureIntPosOn);
     this.Controls.Add(this.pictureUpPosOn);
     this.Controls.Add(this.pictureIntCmd);
     this.Controls.Add(this.pictureDownCmd);
     this.Controls.Add(this.pictureUpCmd);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.ResetTp);
     this.Controls.Add(this.UpPosCheckSim);
     this.Controls.Add(this.SQ01UpstreamCeck);
     this.Controls.Add(this.SQ11Check);
     this.Controls.Add(this.SQ10Check);
     this.Controls.Add(this.SQ07Check);
     this.Controls.Add(this.SQ06LeftCheck);
     this.Controls.Add(this.SQ06RightCheck);
     this.Controls.Add(this.SQ05Check);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.StartCycleList);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.DownPosCheckSim);
     this.Controls.Add(this.IntPosCheckSim);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.DownCmdCheck);
     this.Controls.Add(this.IntCmdCheck);
     this.Controls.Add(this.UpCmdCheck);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.DownPosCheck);
     this.Controls.Add(this.IntPosCheck);
     this.Controls.Add(this.UpPosCheck);
     this.Controls.Add(this.pictureBox2);
     this.Name         = "MainPage";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainPage_FormClosing);
     this.Load        += new System.EventHandler(this.MainPage_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureIntCmd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureDownCmd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureUpCmd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureUpPosOn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureIntPosOn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureDownPosOn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureDownPosOff)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureIntPosOff)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureUpPosOff)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureLeftCmd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureRightCmd)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#56
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(AssignObstacleForm));
     this.rbRightSensor      = new Moway.Template.Controls.MowayRadioButton();
     this.rbUpperRightSensor = new Moway.Template.Controls.MowayRadioButton();
     this.gbSettings         = new Moway.Template.Controls.MowayGroupBox();
     this.lVariable          = new System.Windows.Forms.Label();
     this.cbAssignVariable   = new Moway.Template.Controls.MowayComboBox();
     this.lAssign            = new System.Windows.Forms.Label();
     this.lHelp             = new System.Windows.Forms.Label();
     this.rbLeftSensor      = new Moway.Template.Controls.MowayRadioButton();
     this.rbUpperLeftSensor = new Moway.Template.Controls.MowayRadioButton();
     this.gbSettings.SuspendLayout();
     this.SuspendLayout();
     //
     // bSave
     //
     resources.ApplyResources(this.bSave, "bSave");
     this.bSave.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(132)))), ((int)(((byte)(132)))));
     //
     // bCancel
     //
     this.bCancel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(132)))), ((int)(((byte)(132)))));
     resources.ApplyResources(this.bCancel, "bCancel");
     //
     // llHelp
     //
     resources.ApplyResources(this.llHelp, "llHelp");
     //
     // pFormSeparator
     //
     resources.ApplyResources(this.pFormSeparator, "pFormSeparator");
     //
     // lFormDescription
     //
     resources.ApplyResources(this.lFormDescription, "lFormDescription");
     //
     // rbRightSensor
     //
     resources.ApplyResources(this.rbRightSensor, "rbRightSensor");
     this.rbRightSensor.Checked = true;
     this.rbRightSensor.Name    = "rbRightSensor";
     this.rbRightSensor.TabStop = true;
     this.rbRightSensor.UseVisualStyleBackColor = true;
     //
     // rbUpperRightSensor
     //
     resources.ApplyResources(this.rbUpperRightSensor, "rbUpperRightSensor");
     this.rbUpperRightSensor.Name    = "rbUpperRightSensor";
     this.rbUpperRightSensor.TabStop = true;
     this.rbUpperRightSensor.UseVisualStyleBackColor = true;
     //
     // gbSettings
     //
     resources.ApplyResources(this.gbSettings, "gbSettings");
     this.gbSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.gbSettings.Controls.Add(this.lVariable);
     this.gbSettings.Controls.Add(this.cbAssignVariable);
     this.gbSettings.Controls.Add(this.lAssign);
     this.gbSettings.Controls.Add(this.lHelp);
     this.gbSettings.Controls.Add(this.rbRightSensor);
     this.gbSettings.Controls.Add(this.rbUpperRightSensor);
     this.gbSettings.Controls.Add(this.rbLeftSensor);
     this.gbSettings.Controls.Add(this.rbUpperLeftSensor);
     this.gbSettings.Name    = "gbSettings";
     this.gbSettings.TabStop = false;
     //
     // lVariable
     //
     resources.ApplyResources(this.lVariable, "lVariable");
     this.lVariable.Name = "lVariable";
     //
     // cbAssignVariable
     //
     this.cbAssignVariable.BackColor      = System.Drawing.Color.White;
     this.cbAssignVariable.DrawMode       = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbAssignVariable.DropDownHeight = 100;
     this.cbAssignVariable.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cbAssignVariable, "cbAssignVariable");
     this.cbAssignVariable.FormattingEnabled = true;
     this.cbAssignVariable.Items.AddRange(new object[] {
         resources.GetString("cbAssignVariable.Items")
     });
     this.cbAssignVariable.Name = "cbAssignVariable";
     this.cbAssignVariable.SelectedIndexChanged += new System.EventHandler(this.CbAssignVariable_SelectedIndexChanged);
     //
     // lAssign
     //
     resources.ApplyResources(this.lAssign, "lAssign");
     this.lAssign.Name = "lAssign";
     //
     // lHelp
     //
     this.lHelp.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.lHelp, "lHelp");
     this.lHelp.Name = "lHelp";
     //
     // rbLeftSensor
     //
     resources.ApplyResources(this.rbLeftSensor, "rbLeftSensor");
     this.rbLeftSensor.Name    = "rbLeftSensor";
     this.rbLeftSensor.TabStop = true;
     this.rbLeftSensor.UseVisualStyleBackColor = true;
     //
     // rbUpperLeftSensor
     //
     resources.ApplyResources(this.rbUpperLeftSensor, "rbUpperLeftSensor");
     this.rbUpperLeftSensor.Name    = "rbUpperLeftSensor";
     this.rbUpperLeftSensor.TabStop = true;
     this.rbUpperLeftSensor.UseVisualStyleBackColor = true;
     //
     // AssignObstacleForm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.gbSettings);
     this.Name = "AssignObstacleForm";
     this.Controls.SetChildIndex(this.bSave, 0);
     this.Controls.SetChildIndex(this.lFormDescription, 0);
     this.Controls.SetChildIndex(this.pFormSeparator, 0);
     this.Controls.SetChildIndex(this.bCancel, 0);
     this.Controls.SetChildIndex(this.llHelp, 0);
     this.Controls.SetChildIndex(this.gbSettings, 0);
     this.gbSettings.ResumeLayout(false);
     this.gbSettings.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#57
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(usrBlog));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem1  = new DevExpress.Utils.ToolTipItem();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.tableLayoutPanel1      = new System.Windows.Forms.TableLayoutPanel();
     this.grAllowComments        = new BodyArchitect.Controls.UserControls.BaGroupControl();
     this.cmbAllowComments       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.usrHtmlEditor1         = new BodyArchitect.Controls.UserControls.usrHtmlEditor();
     this.usrBlogComments1       = new BodyArchitect.Module.Blog.Controls.usrBlogComments();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grAllowComments)).BeginInit();
     this.grAllowComments.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbAllowComments.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
     resources.ApplyResources(this.splitContainerControl1, "splitContainerControl1");
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.tableLayoutPanel1);
     resources.ApplyResources(this.splitContainerControl1.Panel1, "splitContainerControl1.Panel1");
     this.splitContainerControl1.Panel2.Controls.Add(this.usrBlogComments1);
     resources.ApplyResources(this.splitContainerControl1.Panel2, "splitContainerControl1.Panel2");
     this.splitContainerControl1.SplitterPosition           = 483;
     this.splitContainerControl1.SplitGroupPanelCollapsing += new DevExpress.XtraEditors.SplitGroupPanelCollapsingEventHandler(this.splitContainerControl1_SplitGroupPanelCollapsing);
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.grAllowComments, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.usrHtmlEditor1, 0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // grAllowComments
     //
     this.grAllowComments.AppearanceCaption.BackColor                = ((System.Drawing.Color)(resources.GetObject("grAllowComments.AppearanceCaption.BackColor")));
     this.grAllowComments.AppearanceCaption.Options.UseBackColor     = true;
     this.grAllowComments.AppearanceCaption.Options.UseTextOptions   = true;
     this.grAllowComments.AppearanceCaption.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.None;
     this.grAllowComments.Controls.Add(this.cmbAllowComments);
     resources.ApplyResources(this.grAllowComments, "grAllowComments");
     this.grAllowComments.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.grAllowComments.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grAllowComments.Name = "grAllowComments";
     //
     // cmbAllowComments
     //
     resources.ApplyResources(this.cmbAllowComments, "cmbAllowComments");
     this.cmbAllowComments.Name = "cmbAllowComments";
     this.cmbAllowComments.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cmbAllowComments.Properties.Buttons"))))
     });
     this.cmbAllowComments.Properties.Items.AddRange(new object[] {
         resources.GetString("cmbAllowComments.Properties.Items"),
         resources.GetString("cmbAllowComments.Properties.Items1")
     });
     this.cmbAllowComments.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     superToolTip1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     resources.ApplyResources(toolTipItem1, "toolTipItem1");
     superToolTip1.Items.Add(toolTipItem1);
     this.cmbAllowComments.SuperTip = superToolTip1;
     //
     // usrHtmlEditor1
     //
     resources.ApplyResources(this.usrHtmlEditor1, "usrHtmlEditor1");
     this.usrHtmlEditor1.Name     = "usrHtmlEditor1";
     this.usrHtmlEditor1.ReadOnly = true;
     //
     // usrBlogComments1
     //
     resources.ApplyResources(this.usrBlogComments1, "usrBlogComments1");
     this.usrBlogComments1.Name = "usrBlogComments1";
     //
     // usrBlog
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "usrBlog";
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grAllowComments)).EndInit();
     this.grAllowComments.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cmbAllowComments.Properties)).EndInit();
     this.ResumeLayout(false);
 }
示例#58
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AndroidInstaller));
     this.tabControl1     = new System.Windows.Forms.TabControl();
     this.tabPage1        = new System.Windows.Forms.TabPage();
     this.tabPage2        = new System.Windows.Forms.TabPage();
     this.button5         = new System.Windows.Forms.Button();
     this.button4         = new System.Windows.Forms.Button();
     this.button3         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.richTextBox1    = new System.Windows.Forms.RichTextBox();
     this.button1         = new System.Windows.Forms.Button();
     this.tabPage3        = new System.Windows.Forms.TabPage();
     this.tabPage4        = new System.Windows.Forms.TabPage();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.comboBox1       = new System.Windows.Forms.ComboBox();
     this.button6         = new System.Windows.Forms.Button();
     this.tabControl1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     //
     // tabPage1
     //
     resources.ApplyResources(this.tabPage1, "tabPage1");
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.button6);
     this.tabPage2.Controls.Add(this.comboBox1);
     this.tabPage2.Controls.Add(this.button5);
     this.tabPage2.Controls.Add(this.button4);
     this.tabPage2.Controls.Add(this.button3);
     this.tabPage2.Controls.Add(this.button2);
     this.tabPage2.Controls.Add(this.richTextBox1);
     this.tabPage2.Controls.Add(this.button1);
     resources.ApplyResources(this.tabPage2, "tabPage2");
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // button5
     //
     resources.ApplyResources(this.button5, "button5");
     this.button5.Name = "button5";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button4
     //
     resources.ApplyResources(this.button4, "button4");
     this.button4.Name = "button4";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button3
     //
     resources.ApplyResources(this.button3, "button3");
     this.button3.Name = "button3";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // richTextBox1
     //
     resources.ApplyResources(this.richTextBox1, "richTextBox1");
     this.richTextBox1.Name = "richTextBox1";
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // tabPage3
     //
     resources.ApplyResources(this.tabPage3, "tabPage3");
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // tabPage4
     //
     resources.ApplyResources(this.tabPage4, "tabPage4");
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     resources.ApplyResources(this.comboBox1, "comboBox1");
     this.comboBox1.Name = "comboBox1";
     //
     // button6
     //
     resources.ApplyResources(this.button6, "button6");
     this.button6.Name = "button6";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // AndroidInstaller
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AndroidInstaller";
     this.tabControl1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutDialog));
     this.lblTitle       = new System.Windows.Forms.Label();
     this.lblVersion     = new System.Windows.Forms.Label();
     this.lblDescription = new System.Windows.Forms.Label();
     this.btnOK          = new System.Windows.Forms.Button();
     this.lblCopyright   = new System.Windows.Forms.Label();
     this.lblCodebase    = new System.Windows.Forms.Label();
     this.pbIcon         = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pbIcon)).BeginInit();
     this.SuspendLayout();
     //
     // lblTitle
     //
     this.lblTitle.AccessibleDescription = null;
     this.lblTitle.AccessibleName        = null;
     resources.ApplyResources(this.lblTitle, "lblTitle");
     this.lblTitle.Font = null;
     this.lblTitle.Name = "lblTitle";
     //
     // lblVersion
     //
     this.lblVersion.AccessibleDescription = null;
     this.lblVersion.AccessibleName        = null;
     resources.ApplyResources(this.lblVersion, "lblVersion");
     this.lblVersion.Font = null;
     this.lblVersion.Name = "lblVersion";
     //
     // lblDescription
     //
     this.lblDescription.AccessibleDescription = null;
     this.lblDescription.AccessibleName        = null;
     resources.ApplyResources(this.lblDescription, "lblDescription");
     this.lblDescription.Font = null;
     this.lblDescription.Name = "lblDescription";
     //
     // btnOK
     //
     this.btnOK.AccessibleDescription = null;
     this.btnOK.AccessibleName        = null;
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.BackgroundImage = null;
     this.btnOK.DialogResult    = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Font            = null;
     this.btnOK.Name            = "btnOK";
     //
     // lblCopyright
     //
     this.lblCopyright.AccessibleDescription = null;
     this.lblCopyright.AccessibleName        = null;
     resources.ApplyResources(this.lblCopyright, "lblCopyright");
     this.lblCopyright.Font = null;
     this.lblCopyright.Name = "lblCopyright";
     //
     // lblCodebase
     //
     this.lblCodebase.AccessibleDescription = null;
     this.lblCodebase.AccessibleName        = null;
     resources.ApplyResources(this.lblCodebase, "lblCodebase");
     this.lblCodebase.Font = null;
     this.lblCodebase.Name = "lblCodebase";
     //
     // pbIcon
     //
     this.pbIcon.AccessibleDescription = null;
     this.pbIcon.AccessibleName        = null;
     resources.ApplyResources(this.pbIcon, "pbIcon");
     this.pbIcon.BackgroundImage = null;
     this.pbIcon.Font            = null;
     this.pbIcon.ImageLocation   = null;
     this.pbIcon.Name            = "pbIcon";
     this.pbIcon.TabStop         = false;
     //
     // frmAbout
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.BackgroundImage = null;
     this.Controls.Add(this.lblCodebase);
     this.Controls.Add(this.lblCopyright);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.lblDescription);
     this.Controls.Add(this.lblVersion);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.pbIcon);
     this.Font            = null;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = null;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmAbout";
     this.ShowInTaskbar   = false;
     this.Load           += new System.EventHandler(this.frmAbout_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pbIcon)).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(BulkUpload));
     this.buttonOk                       = new System.Windows.Forms.Button();
     this.buttonCancel                   = new System.Windows.Forms.Button();
     this.panel1                         = new System.Windows.Forms.Panel();
     this.label5                         = new System.Windows.Forms.Label();
     this.openFileDialogAssetFiles       = new System.Windows.Forms.OpenFileDialog();
     this.tabControl1                    = new System.Windows.Forms.TabControl();
     this.tabPage1                       = new System.Windows.Forms.TabPage();
     this.label1                         = new System.Windows.Forms.Label();
     this.buttonSplitSelection           = new System.Windows.Forms.Button();
     this.buttonGroupSelectionInOneAsset = new System.Windows.Forms.Button();
     this.buttonRemoveAll                = new System.Windows.Forms.Button();
     this.labelWarningFiles              = new System.Windows.Forms.Label();
     this.buttonSelectFolder             = new System.Windows.Forms.Button();
     this.buttonSelectFiles              = new System.Windows.Forms.Button();
     this.comboBoxStorageAsset           = new System.Windows.Forms.ComboBox();
     this.label33                        = new System.Windows.Forms.Label();
     this.buttonDelFiles                 = new System.Windows.Forms.Button();
     this.label2                         = new System.Windows.Forms.Label();
     this.dataGridAssetFiles             = new System.Windows.Forms.DataGridView();
     this.tabPage2                       = new System.Windows.Forms.TabPage();
     this.label10                        = new System.Windows.Forms.Label();
     this.radioButtonCENCEncryption      = new System.Windows.Forms.RadioButton();
     this.radioButtonStorageEncryption   = new System.Windows.Forms.RadioButton();
     this.radioButtonEncryptionNone      = new System.Windows.Forms.RadioButton();
     this.label4                         = new System.Windows.Forms.Label();
     this.buttonBrowseFile               = new System.Windows.Forms.Button();
     this.textBoxFolderPath              = new System.Windows.Forms.TextBox();
     this.tabPage5                       = new System.Windows.Forms.TabPage();
     this.linkLabelInfoAzCopy            = new System.Windows.Forms.LinkLabel();
     this.checkBoxGenerateAzCopy         = new System.Windows.Forms.CheckBox();
     this.tabPage4                       = new System.Windows.Forms.TabPage();
     this.panelSigniant                  = new System.Windows.Forms.Panel();
     this.comboBoxSigniantServer         = new System.Windows.Forms.ComboBox();
     this.label8                         = new System.Windows.Forms.Label();
     this.label9                         = new System.Windows.Forms.Label();
     this.textBoxSigniantAPIKey          = new System.Windows.Forms.TextBox();
     this.linkLabelSigniantRequestKey    = new System.Windows.Forms.LinkLabel();
     this.linklabelSigniantMarket        = new System.Windows.Forms.LinkLabel();
     this.checkBoxGenerateSigniant       = new System.Windows.Forms.CheckBox();
     this.tabPage6                       = new System.Windows.Forms.TabPage();
     this.checkBoxGenerateAspera         = new System.Windows.Forms.CheckBox();
     this.linkLabelAspera                = new System.Windows.Forms.LinkLabel();
     this.tabPage3                       = new System.Windows.Forms.TabPage();
     this.label6                         = new System.Windows.Forms.Label();
     this.label3                         = new System.Windows.Forms.Label();
     this.textBoxManifestName            = new System.Windows.Forms.TextBox();
     this.comboBoxStorageIngest          = new System.Windows.Forms.ComboBox();
     this.label7                         = new System.Windows.Forms.Label();
     this.toolTip1                       = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridAssetFiles)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.panelSigniant.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonOk
     //
     resources.ApplyResources(this.buttonOk, "buttonOk");
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseVisualStyleBackColor = true;
     this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
     //
     // buttonCancel
     //
     resources.ApplyResources(this.buttonCancel, "buttonCancel");
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click                  += new System.EventHandler(this.buttonCancel_Click);
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.buttonCancel);
     this.panel1.Controls.Add(this.buttonOk);
     this.panel1.Name = "panel1";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.ForeColor = System.Drawing.Color.DarkBlue;
     this.label5.Name      = "label5";
     //
     // openFileDialogAssetFiles
     //
     this.openFileDialogAssetFiles.Multiselect = true;
     //
     // tabControl1
     //
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage6);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.buttonSplitSelection);
     this.tabPage1.Controls.Add(this.buttonGroupSelectionInOneAsset);
     this.tabPage1.Controls.Add(this.buttonRemoveAll);
     this.tabPage1.Controls.Add(this.labelWarningFiles);
     this.tabPage1.Controls.Add(this.buttonSelectFolder);
     this.tabPage1.Controls.Add(this.buttonSelectFiles);
     this.tabPage1.Controls.Add(this.comboBoxStorageAsset);
     this.tabPage1.Controls.Add(this.label33);
     this.tabPage1.Controls.Add(this.buttonDelFiles);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.dataGridAssetFiles);
     resources.ApplyResources(this.tabPage1, "tabPage1");
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.ForeColor = System.Drawing.SystemColors.WindowFrame;
     this.label1.Name      = "label1";
     //
     // buttonSplitSelection
     //
     resources.ApplyResources(this.buttonSplitSelection, "buttonSplitSelection");
     this.buttonSplitSelection.Name = "buttonSplitSelection";
     this.buttonSplitSelection.UseVisualStyleBackColor = true;
     this.buttonSplitSelection.Click += new System.EventHandler(this.buttonSplitSelection_Click);
     //
     // buttonGroupSelectionInOneAsset
     //
     resources.ApplyResources(this.buttonGroupSelectionInOneAsset, "buttonGroupSelectionInOneAsset");
     this.buttonGroupSelectionInOneAsset.Name = "buttonGroupSelectionInOneAsset";
     this.buttonGroupSelectionInOneAsset.UseVisualStyleBackColor = true;
     this.buttonGroupSelectionInOneAsset.Click += new System.EventHandler(this.buttonGroupSelectionInOneAsset_Click);
     //
     // buttonRemoveAll
     //
     resources.ApplyResources(this.buttonRemoveAll, "buttonRemoveAll");
     this.buttonRemoveAll.Name = "buttonRemoveAll";
     this.buttonRemoveAll.UseVisualStyleBackColor = true;
     this.buttonRemoveAll.Click += new System.EventHandler(this.button1_Click);
     //
     // labelWarningFiles
     //
     resources.ApplyResources(this.labelWarningFiles, "labelWarningFiles");
     this.labelWarningFiles.ForeColor = System.Drawing.Color.Red;
     this.labelWarningFiles.Name      = "labelWarningFiles";
     //
     // buttonSelectFolder
     //
     resources.ApplyResources(this.buttonSelectFolder, "buttonSelectFolder");
     this.buttonSelectFolder.Name = "buttonSelectFolder";
     this.toolTip1.SetToolTip(this.buttonSelectFolder, resources.GetString("buttonSelectFolder.ToolTip"));
     this.buttonSelectFolder.UseVisualStyleBackColor = true;
     this.buttonSelectFolder.Click += new System.EventHandler(this.buttonSelectFolder_Click);
     //
     // buttonSelectFiles
     //
     resources.ApplyResources(this.buttonSelectFiles, "buttonSelectFiles");
     this.buttonSelectFiles.Name = "buttonSelectFiles";
     this.toolTip1.SetToolTip(this.buttonSelectFiles, resources.GetString("buttonSelectFiles.ToolTip"));
     this.buttonSelectFiles.UseVisualStyleBackColor = true;
     this.buttonSelectFiles.Click += new System.EventHandler(this.buttonSelectFiles_Click);
     //
     // comboBoxStorageAsset
     //
     resources.ApplyResources(this.comboBoxStorageAsset, "comboBoxStorageAsset");
     this.comboBoxStorageAsset.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxStorageAsset.FormattingEnabled = true;
     this.comboBoxStorageAsset.Name = "comboBoxStorageAsset";
     //
     // label33
     //
     resources.ApplyResources(this.label33, "label33");
     this.label33.Name = "label33";
     //
     // buttonDelFiles
     //
     resources.ApplyResources(this.buttonDelFiles, "buttonDelFiles");
     this.buttonDelFiles.Name = "buttonDelFiles";
     this.buttonDelFiles.UseVisualStyleBackColor = true;
     this.buttonDelFiles.Click += new System.EventHandler(this.buttonDelFiles_Click);
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // dataGridAssetFiles
     //
     this.dataGridAssetFiles.AllowUserToAddRows    = false;
     this.dataGridAssetFiles.AllowUserToDeleteRows = false;
     this.dataGridAssetFiles.AllowUserToResizeRows = false;
     resources.ApplyResources(this.dataGridAssetFiles, "dataGridAssetFiles");
     this.dataGridAssetFiles.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGridAssetFiles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridAssetFiles.Name = "dataGridAssetFiles";
     this.dataGridAssetFiles.RowHeadersVisible = false;
     this.dataGridAssetFiles.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridAssetFiles.CellEndEdit      += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridAssetFiles_CellEndEdit);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label10);
     this.tabPage2.Controls.Add(this.radioButtonCENCEncryption);
     this.tabPage2.Controls.Add(this.radioButtonStorageEncryption);
     this.tabPage2.Controls.Add(this.radioButtonEncryptionNone);
     this.tabPage2.Controls.Add(this.label4);
     this.tabPage2.Controls.Add(this.buttonBrowseFile);
     this.tabPage2.Controls.Add(this.textBoxFolderPath);
     resources.ApplyResources(this.tabPage2, "tabPage2");
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // label10
     //
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name = "label10";
     //
     // radioButtonCENCEncryption
     //
     resources.ApplyResources(this.radioButtonCENCEncryption, "radioButtonCENCEncryption");
     this.radioButtonCENCEncryption.Name    = "radioButtonCENCEncryption";
     this.radioButtonCENCEncryption.TabStop = true;
     this.radioButtonCENCEncryption.UseVisualStyleBackColor = true;
     this.radioButtonCENCEncryption.CheckedChanged         += new System.EventHandler(this.radioButtonStorageEncryption_CheckedChanged);
     //
     // radioButtonStorageEncryption
     //
     resources.ApplyResources(this.radioButtonStorageEncryption, "radioButtonStorageEncryption");
     this.radioButtonStorageEncryption.Name    = "radioButtonStorageEncryption";
     this.radioButtonStorageEncryption.TabStop = true;
     this.radioButtonStorageEncryption.UseVisualStyleBackColor = true;
     this.radioButtonStorageEncryption.CheckedChanged         += new System.EventHandler(this.radioButtonStorageEncryption_CheckedChanged);
     //
     // radioButtonEncryptionNone
     //
     resources.ApplyResources(this.radioButtonEncryptionNone, "radioButtonEncryptionNone");
     this.radioButtonEncryptionNone.Checked = true;
     this.radioButtonEncryptionNone.Name    = "radioButtonEncryptionNone";
     this.radioButtonEncryptionNone.TabStop = true;
     this.radioButtonEncryptionNone.UseVisualStyleBackColor = true;
     this.radioButtonEncryptionNone.CheckedChanged         += new System.EventHandler(this.radioButtonStorageEncryption_CheckedChanged);
     //
     // label4
     //
     this.label4.ForeColor = System.Drawing.SystemColors.WindowFrame;
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // buttonBrowseFile
     //
     resources.ApplyResources(this.buttonBrowseFile, "buttonBrowseFile");
     this.buttonBrowseFile.Name = "buttonBrowseFile";
     this.buttonBrowseFile.UseVisualStyleBackColor = true;
     this.buttonBrowseFile.Click += new System.EventHandler(this.buttonBrowseFile_Click);
     //
     // textBoxFolderPath
     //
     resources.ApplyResources(this.textBoxFolderPath, "textBoxFolderPath");
     this.textBoxFolderPath.Name = "textBoxFolderPath";
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.linkLabelInfoAzCopy);
     this.tabPage5.Controls.Add(this.checkBoxGenerateAzCopy);
     resources.ApplyResources(this.tabPage5, "tabPage5");
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // linkLabelInfoAzCopy
     //
     resources.ApplyResources(this.linkLabelInfoAzCopy, "linkLabelInfoAzCopy");
     this.linkLabelInfoAzCopy.Name         = "linkLabelInfoAzCopy";
     this.linkLabelInfoAzCopy.TabStop      = true;
     this.linkLabelInfoAzCopy.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklabel_LinkClicked);
     //
     // checkBoxGenerateAzCopy
     //
     resources.ApplyResources(this.checkBoxGenerateAzCopy, "checkBoxGenerateAzCopy");
     this.checkBoxGenerateAzCopy.Name = "checkBoxGenerateAzCopy";
     this.checkBoxGenerateAzCopy.UseVisualStyleBackColor = true;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.panelSigniant);
     this.tabPage4.Controls.Add(this.linkLabelSigniantRequestKey);
     this.tabPage4.Controls.Add(this.linklabelSigniantMarket);
     this.tabPage4.Controls.Add(this.checkBoxGenerateSigniant);
     resources.ApplyResources(this.tabPage4, "tabPage4");
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // panelSigniant
     //
     resources.ApplyResources(this.panelSigniant, "panelSigniant");
     this.panelSigniant.Controls.Add(this.comboBoxSigniantServer);
     this.panelSigniant.Controls.Add(this.label8);
     this.panelSigniant.Controls.Add(this.label9);
     this.panelSigniant.Controls.Add(this.textBoxSigniantAPIKey);
     this.panelSigniant.Name = "panelSigniant";
     //
     // comboBoxSigniantServer
     //
     this.comboBoxSigniantServer.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxSigniantServer.FormattingEnabled = true;
     resources.ApplyResources(this.comboBoxSigniantServer, "comboBoxSigniantServer");
     this.comboBoxSigniantServer.Name = "comboBoxSigniantServer";
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name = "label8";
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // textBoxSigniantAPIKey
     //
     resources.ApplyResources(this.textBoxSigniantAPIKey, "textBoxSigniantAPIKey");
     this.textBoxSigniantAPIKey.Name = "textBoxSigniantAPIKey";
     //
     // linkLabelSigniantRequestKey
     //
     resources.ApplyResources(this.linkLabelSigniantRequestKey, "linkLabelSigniantRequestKey");
     this.linkLabelSigniantRequestKey.Name         = "linkLabelSigniantRequestKey";
     this.linkLabelSigniantRequestKey.TabStop      = true;
     this.linkLabelSigniantRequestKey.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklabel_LinkClicked);
     //
     // linklabelSigniantMarket
     //
     resources.ApplyResources(this.linklabelSigniantMarket, "linklabelSigniantMarket");
     this.linklabelSigniantMarket.Name         = "linklabelSigniantMarket";
     this.linklabelSigniantMarket.TabStop      = true;
     this.linklabelSigniantMarket.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklabel_LinkClicked);
     //
     // checkBoxGenerateSigniant
     //
     resources.ApplyResources(this.checkBoxGenerateSigniant, "checkBoxGenerateSigniant");
     this.checkBoxGenerateSigniant.Name = "checkBoxGenerateSigniant";
     this.checkBoxGenerateSigniant.UseVisualStyleBackColor = true;
     this.checkBoxGenerateSigniant.CheckedChanged         += new System.EventHandler(this.checkBoxGenerateSigniant_CheckedChanged);
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.checkBoxGenerateAspera);
     this.tabPage6.Controls.Add(this.linkLabelAspera);
     resources.ApplyResources(this.tabPage6, "tabPage6");
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // checkBoxGenerateAspera
     //
     resources.ApplyResources(this.checkBoxGenerateAspera, "checkBoxGenerateAspera");
     this.checkBoxGenerateAspera.Name = "checkBoxGenerateAspera";
     this.checkBoxGenerateAspera.UseVisualStyleBackColor = true;
     //
     // linkLabelAspera
     //
     resources.ApplyResources(this.linkLabelAspera, "linkLabelAspera");
     this.linkLabelAspera.Name         = "linkLabelAspera";
     this.linkLabelAspera.TabStop      = true;
     this.linkLabelAspera.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklabel_LinkClicked);
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.label6);
     resources.ApplyResources(this.tabPage3, "tabPage3");
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // label6
     //
     this.label6.ForeColor = System.Drawing.SystemColors.WindowFrame;
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // textBoxManifestName
     //
     resources.ApplyResources(this.textBoxManifestName, "textBoxManifestName");
     this.textBoxManifestName.Name = "textBoxManifestName";
     //
     // comboBoxStorageIngest
     //
     resources.ApplyResources(this.comboBoxStorageIngest, "comboBoxStorageIngest");
     this.comboBoxStorageIngest.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxStorageIngest.FormattingEnabled = true;
     this.comboBoxStorageIngest.Name = "comboBoxStorageIngest";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // BulkUpload
     //
     this.AcceptButton = this.buttonOk;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.SystemColors.Window;
     this.CancelButton  = this.buttonCancel;
     this.Controls.Add(this.comboBoxStorageIngest);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBoxManifestName);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.panel1);
     this.Name  = "BulkUpload";
     this.Load += new System.EventHandler(this.UploadBulk_Load);
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridAssetFiles)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.panelSigniant.ResumeLayout(false);
     this.panelSigniant.PerformLayout();
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }