private void InitializeComponent()

in Python/Product/PythonTools/PythonTools/Options/PythonDebuggingOptionsControl.Designer.cs [25:198]


        private void InitializeComponent() {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonDebuggingOptionsControl));
            this._promptOnBuildError = new System.Windows.Forms.CheckBox();
            this._waitOnAbnormalExit = new System.Windows.Forms.CheckBox();
            this._waitOnNormalExit = new System.Windows.Forms.CheckBox();
            this._teeStdOut = new System.Windows.Forms.CheckBox();
            this._breakOnSystemExitZero = new System.Windows.Forms.CheckBox();
            this._debugStdLib = new System.Windows.Forms.CheckBox();
            this._showFunctionReturnValue = new System.Windows.Forms.CheckBox();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this._showVariablesPanel = new System.Windows.Forms.Panel();
            this._showVariablesLabel = new System.Windows.Forms.Label();
            this._showVariablesDivider = new System.Windows.Forms.Label();
            this._showVariablesClassLabel = new System.Windows.Forms.Label();
            this._showVariablesClassComboBox = new System.Windows.Forms.ComboBox();
            this._showVariablesFunctionLabel = new System.Windows.Forms.Label();
            this._showVariablesFunctionComboBox = new System.Windows.Forms.ComboBox();
            this._showVariablesProtectedLabel = new System.Windows.Forms.Label();
            this._showVariablesProtectedComboBox = new System.Windows.Forms.ComboBox();
            this._showVariablesSpecialLabel = new System.Windows.Forms.Label();
            this._showVariablesSpecialComboBox = new System.Windows.Forms.ComboBox();
            this.tableLayoutPanel2.SuspendLayout();
            this._showVariablesPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // _promptOnBuildError
            // 
            resources.ApplyResources(this._promptOnBuildError, "_promptOnBuildError");
            this._promptOnBuildError.AutoEllipsis = true;
            this._promptOnBuildError.Name = "_promptOnBuildError";
            this._promptOnBuildError.UseVisualStyleBackColor = true;
            // 
            // _waitOnAbnormalExit
            // 
            resources.ApplyResources(this._waitOnAbnormalExit, "_waitOnAbnormalExit");
            this._waitOnAbnormalExit.AutoEllipsis = true;
            this._waitOnAbnormalExit.Name = "_waitOnAbnormalExit";
            this._waitOnAbnormalExit.UseVisualStyleBackColor = true;
            // 
            // _waitOnNormalExit
            // 
            resources.ApplyResources(this._waitOnNormalExit, "_waitOnNormalExit");
            this._waitOnNormalExit.AutoEllipsis = true;
            this._waitOnNormalExit.Name = "_waitOnNormalExit";
            this._waitOnNormalExit.UseVisualStyleBackColor = true;
            // 
            // _teeStdOut
            // 
            resources.ApplyResources(this._teeStdOut, "_teeStdOut");
            this._teeStdOut.AutoEllipsis = true;
            this._teeStdOut.Name = "_teeStdOut";
            this._teeStdOut.UseVisualStyleBackColor = true;
            // 
            // _breakOnSystemExitZero
            // 
            resources.ApplyResources(this._breakOnSystemExitZero, "_breakOnSystemExitZero");
            this._breakOnSystemExitZero.AutoEllipsis = true;
            this._breakOnSystemExitZero.Name = "_breakOnSystemExitZero";
            this._breakOnSystemExitZero.UseVisualStyleBackColor = true;
            // 
            // _debugStdLib
            // 
            resources.ApplyResources(this._debugStdLib, "_debugStdLib");
            this._debugStdLib.AutoEllipsis = true;
            this._debugStdLib.Name = "_debugStdLib";
            this._debugStdLib.UseVisualStyleBackColor = true;
            // 
            // _showFunctionReturnValue
            // 
            resources.ApplyResources(this._showFunctionReturnValue, "_showFunctionReturnValue");
            this._showFunctionReturnValue.Name = "_showFunctionReturnValue";
            this._showFunctionReturnValue.UseVisualStyleBackColor = true;
            // 
            // tableLayoutPanel2
            // 
            resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
            this.tableLayoutPanel2.Controls.Add(this._promptOnBuildError, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this._waitOnAbnormalExit, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this._waitOnNormalExit, 0, 2);
            this.tableLayoutPanel2.Controls.Add(this._teeStdOut, 0, 3);
            this.tableLayoutPanel2.Controls.Add(this._breakOnSystemExitZero, 0, 4);
            this.tableLayoutPanel2.Controls.Add(this._debugStdLib, 0, 5);
            this.tableLayoutPanel2.Controls.Add(this._showFunctionReturnValue, 0, 6);
            this.tableLayoutPanel2.Controls.Add(this._showVariablesPanel, 0, 9);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            // 
            // _showVariablesPanel
            // 
            resources.ApplyResources(this._showVariablesPanel, "_showVariablesPanel");
            this._showVariablesPanel.Controls.Add(this._showVariablesLabel);
            this._showVariablesPanel.Controls.Add(this._showVariablesDivider);
            this._showVariablesPanel.Controls.Add(this._showVariablesClassLabel);
            this._showVariablesPanel.Controls.Add(this._showVariablesClassComboBox);
            this._showVariablesPanel.Controls.Add(this._showVariablesFunctionLabel);
            this._showVariablesPanel.Controls.Add(this._showVariablesFunctionComboBox);
            this._showVariablesPanel.Controls.Add(this._showVariablesProtectedLabel);
            this._showVariablesPanel.Controls.Add(this._showVariablesProtectedComboBox);
            this._showVariablesPanel.Controls.Add(this._showVariablesSpecialLabel);
            this._showVariablesPanel.Controls.Add(this._showVariablesSpecialComboBox);
            this._showVariablesPanel.Name = "_showVariablesPanel";
            // 
            // _showVariablesLabel
            // 
            resources.ApplyResources(this._showVariablesLabel, "_showVariablesLabel");
            this._showVariablesLabel.Name = "_showVariablesLabel";
            // 
            // _showVariablesDivider
            // 
            this._showVariablesDivider.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            resources.ApplyResources(this._showVariablesDivider, "_showVariablesDivider");
            this._showVariablesDivider.Name = "_showVariablesDivider";
            // 
            // _showVariablesClassLabel
            // 
            resources.ApplyResources(this._showVariablesClassLabel, "_showVariablesClassLabel");
            this._showVariablesClassLabel.Name = "_showVariablesClassLabel";
            // 
            // _showVariablesClassComboBox
            // 
            resources.ApplyResources(this._showVariablesClassComboBox, "_showVariablesClassComboBox");
            this._showVariablesClassComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._showVariablesClassComboBox.FormattingEnabled = true;
            this._showVariablesClassComboBox.Name = "_showVariablesClassComboBox";
            // 
            // _showVariablesFunctionLabel
            // 
            resources.ApplyResources(this._showVariablesFunctionLabel, "_showVariablesFunctionLabel");
            this._showVariablesFunctionLabel.Name = "_showVariablesFunctionLabel";
            // 
            // _showVariablesFunctionComboBox
            // 
            resources.ApplyResources(this._showVariablesFunctionComboBox, "_showVariablesFunctionComboBox");
            this._showVariablesFunctionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._showVariablesFunctionComboBox.FormattingEnabled = true;
            this._showVariablesFunctionComboBox.Name = "_showVariablesFunctionComboBox";
            // 
            // _showVariablesProtectedLabel
            // 
            resources.ApplyResources(this._showVariablesProtectedLabel, "_showVariablesProtectedLabel");
            this._showVariablesProtectedLabel.Name = "_showVariablesProtectedLabel";
            // 
            // _showVariablesProtectedComboBox
            // 
            resources.ApplyResources(this._showVariablesProtectedComboBox, "_showVariablesProtectedComboBox");
            this._showVariablesProtectedComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._showVariablesProtectedComboBox.FormattingEnabled = true;
            this._showVariablesProtectedComboBox.Name = "_showVariablesProtectedComboBox";
            // 
            // _showVariablesSpecialLabel
            // 
            resources.ApplyResources(this._showVariablesSpecialLabel, "_showVariablesSpecialLabel");
            this._showVariablesSpecialLabel.Name = "_showVariablesSpecialLabel";
            // 
            // _showVariablesSpecialComboBox
            // 
            resources.ApplyResources(this._showVariablesSpecialComboBox, "_showVariablesSpecialComboBox");
            this._showVariablesSpecialComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._showVariablesSpecialComboBox.FormattingEnabled = true;
            this._showVariablesSpecialComboBox.Name = "_showVariablesSpecialComboBox";
            // 
            // PythonDebuggingOptionsControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel2);
            this.Name = "PythonDebuggingOptionsControl";
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            this._showVariablesPanel.ResumeLayout(false);
            this._showVariablesPanel.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }