A
download MyTestRunConfigControl.Designer.cs
Language: C#
License: MSVSSDK
LOC: 45
Project Info
C# Example.MyTestTypeSample
Server: Visual Studio SDK
Type: filesystem
...xtensibility\MyTest\MyTest\
   assembly.cs
   MyHostAdapter.cs
   ...pterRunConfigControl.cs
   ...nfigControl.Designer.cs
   ...erRunConfigControl.resx
   MyTest.cs
   MyTest.csproj
   MyTestAdapter.cs
   MyTestAssertHelper.cs
   MyTestEditorControl.cs
   ...itorControl.Designer.cs
   MyTestEditorControl.resx
   MyTestEditorFactory.cs
   MyTestPackage.cs
   MyTestResourceIds.cs
   MyTestResult.cs
   MyTestResultViewControl.cs
   ...ViewControl.designer.cs
   ...tResultViewControl.resx
   MyTestResultViewWindow.cs
   MyTestRunConfigControl.cs
   ...nfigControl.Designer.cs
   ...stRunConfigControl.resx
   MyTestTip.cs
   MyTestTuip.cs
   MyTestWizard.cs

/***************************************************************************
 
Copyright (c) Microsoft Corporation. All rights reserved.
This code is licensed under the Visual Studio SDK license terms.
THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
 
***************************************************************************/
namespace Microsoft.VisualStudio.TestTools.Samples
{
    partial class MyTestRunConfigControl
    {
        /// <summary> 
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Component Designer generated code

        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.m_windowStyleComboBox = new System.Windows.Forms.ComboBox();
            this.m_windowStyleLabel = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // m_windowStyleComboBox
            // 
            this.m_windowStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.m_windowStyleComboBox.FormattingEnabled = true;
            this.m_windowStyleComboBox.Location = new System.Drawing.Point(0, 16);
            this.m_windowStyleComboBox.Name = "m_windowStyleComboBox";
            this.m_windowStyleComboBox.Size = new System.Drawing.Size(150, 21);
            this.m_windowStyleComboBox.TabIndex = 0;
            // 
            // m_windowStyleLabel
            // 
            this.m_windowStyleLabel.AutoSize = true;
            this.m_windowStyleLabel.Location = new System.Drawing.Point(0, 0);
            this.m_windowStyleLabel.Name = "m_windowStyleLabel";
            this.m_windowStyleLabel.Size = new System.Drawing.Size(224, 13);
            this.m_windowStyleLabel.TabIndex = 1;
            this.m_windowStyleLabel.Text = "Launch the EXE in the following window style:";
            // 
            // MyTestRunConfigControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.m_windowStyleLabel);
            this.Controls.Add(this.m_windowStyleComboBox);
            this.Name = "MyTestRunConfigControl";
            this.Size = new System.Drawing.Size(337, 187);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ComboBox m_windowStyleComboBox;
        private System.Windows.Forms.Label m_windowStyleLabel;
    }
}

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us