PageRenderTime 397ms CodeModel.GetById 381ms RepoModel.GetById 1ms app.codeStats 0ms

/Visual Studio 2008/CSVSPackageWPFToolWindow/MyControl.Designer.cs

#
C# | 61 lines | 39 code | 6 blank | 16 comment | 3 complexity | dab85e6b51c3ed0ed5ba897232d9042f MD5 | raw file
  1. namespace Company.VSPackageWPFToolWindow
  2. {
  3. partial class MyControl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. protected override void Dispose( bool disposing )
  13. {
  14. if( disposing )
  15. {
  16. if(components != null)
  17. {
  18. components.Dispose();
  19. }
  20. }
  21. base.Dispose( disposing );
  22. }
  23. #region Component Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.elementHost1 = new System.Windows.Forms.Integration.ElementHost();
  31. this.wpfControl1 = new Company.VSPackageWPFToolWindow.WPFControl();
  32. this.SuspendLayout();
  33. //
  34. // elementHost1
  35. //
  36. this.elementHost1.Dock = System.Windows.Forms.DockStyle.Fill;
  37. this.elementHost1.Location = new System.Drawing.Point(0, 0);
  38. this.elementHost1.Name = "elementHost1";
  39. this.elementHost1.Size = new System.Drawing.Size(150, 150);
  40. this.elementHost1.TabIndex = 0;
  41. this.elementHost1.Text = "elementHost1";
  42. this.elementHost1.Child = this.wpfControl1;
  43. //
  44. // MyControl
  45. //
  46. this.BackColor = System.Drawing.SystemColors.Window;
  47. this.Controls.Add(this.elementHost1);
  48. this.Name = "MyControl";
  49. this.ResumeLayout(false);
  50. }
  51. #endregion
  52. private System.Windows.Forms.Integration.ElementHost elementHost1;
  53. private WPFControl wpfControl1;
  54. }
  55. }