/Visual Studio 2008/CSVSPackageWPFToolWindow/MyControl.Designer.cs
C# | 61 lines | 39 code | 6 blank | 16 comment | 3 complexity | dab85e6b51c3ed0ed5ba897232d9042f MD5 | raw file
- namespace Company.VSPackageWPFToolWindow
- {
- partial class MyControl
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- protected override void Dispose( bool disposing )
- {
- if( disposing )
- {
- if(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.elementHost1 = new System.Windows.Forms.Integration.ElementHost();
- this.wpfControl1 = new Company.VSPackageWPFToolWindow.WPFControl();
- this.SuspendLayout();
- //
- // elementHost1
- //
- this.elementHost1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.elementHost1.Location = new System.Drawing.Point(0, 0);
- this.elementHost1.Name = "elementHost1";
- this.elementHost1.Size = new System.Drawing.Size(150, 150);
- this.elementHost1.TabIndex = 0;
- this.elementHost1.Text = "elementHost1";
- this.elementHost1.Child = this.wpfControl1;
- //
- // MyControl
- //
- this.BackColor = System.Drawing.SystemColors.Window;
- this.Controls.Add(this.elementHost1);
- this.Name = "MyControl";
- this.ResumeLayout(false);
-
- }
- #endregion
-
- private System.Windows.Forms.Integration.ElementHost elementHost1;
- private WPFControl wpfControl1;
-
- }
- }