PropertyWalkerPage.Designer.cs 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. namespace CodingCannon.Pages
  2. {
  3. partial class PropertyWalkerPage
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. richTextBox1 = new RichTextBox();
  29. SuspendLayout();
  30. //
  31. // richTextBox1
  32. //
  33. richTextBox1.Dock = DockStyle.Fill;
  34. richTextBox1.Location = new Point(0, 0);
  35. richTextBox1.Name = "richTextBox1";
  36. richTextBox1.ReadOnly = true;
  37. richTextBox1.Size = new Size(150, 150);
  38. richTextBox1.TabIndex = 0;
  39. richTextBox1.Text = "";
  40. //
  41. // PropertyWalkerPage
  42. //
  43. AutoScaleDimensions = new SizeF(11F, 24F);
  44. AutoScaleMode = AutoScaleMode.Font;
  45. Controls.Add(richTextBox1);
  46. Name = "PropertyWalkerPage";
  47. ResumeLayout(false);
  48. }
  49. #endregion
  50. private RichTextBox richTextBox1;
  51. }
  52. }