Form1.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. namespace Y.Test
  2. {
  3. partial class Form1
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.embedPanel1 = new Y.Skin.YoPanel.EmbedPanel(this.components);
  31. this.flexiblePanel1 = new Y.Skin.YoPanel.FlexiblePanel();
  32. this.listBox1 = new System.Windows.Forms.ListBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.flexiblePanel1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // button2
  39. //
  40. this.button2.Location = new System.Drawing.Point(220, 57);
  41. this.button2.Name = "button2";
  42. this.button2.Size = new System.Drawing.Size(75, 23);
  43. this.button2.TabIndex = 3;
  44. this.button2.Text = "button2";
  45. this.button2.UseVisualStyleBackColor = true;
  46. this.button2.Click += new System.EventHandler(this.button2_Click);
  47. //
  48. // embedPanel1
  49. //
  50. this.embedPanel1.AppProcess = null;
  51. this.embedPanel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  52. this.embedPanel1.Dock = System.Windows.Forms.DockStyle.Right;
  53. this.embedPanel1.Location = new System.Drawing.Point(314, 0);
  54. this.embedPanel1.Name = "embedPanel1";
  55. this.embedPanel1.Size = new System.Drawing.Size(466, 413);
  56. this.embedPanel1.TabIndex = 2;
  57. //
  58. // flexiblePanel1
  59. //
  60. this.flexiblePanel1.Controls.Add(this.listBox1);
  61. this.flexiblePanel1.Controls.Add(this.label1);
  62. this.flexiblePanel1.Controls.Add(this.button1);
  63. this.flexiblePanel1.Location = new System.Drawing.Point(12, 12);
  64. this.flexiblePanel1.Name = "flexiblePanel1";
  65. this.flexiblePanel1.Size = new System.Drawing.Size(172, 369);
  66. this.flexiblePanel1.TabIndex = 0;
  67. //
  68. // listBox1
  69. //
  70. this.listBox1.FormattingEnabled = true;
  71. this.listBox1.ItemHeight = 12;
  72. this.listBox1.Location = new System.Drawing.Point(17, 200);
  73. this.listBox1.Name = "listBox1";
  74. this.listBox1.Size = new System.Drawing.Size(120, 88);
  75. this.listBox1.TabIndex = 2;
  76. //
  77. // label1
  78. //
  79. this.label1.AutoSize = true;
  80. this.label1.Location = new System.Drawing.Point(15, 45);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(41, 12);
  83. this.label1.TabIndex = 1;
  84. this.label1.Text = "label1";
  85. //
  86. // button1
  87. //
  88. this.button1.Location = new System.Drawing.Point(17, 3);
  89. this.button1.Name = "button1";
  90. this.button1.Size = new System.Drawing.Size(75, 23);
  91. this.button1.TabIndex = 0;
  92. this.button1.Text = "button1";
  93. this.button1.UseVisualStyleBackColor = true;
  94. //
  95. // Form1
  96. //
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.ClientSize = new System.Drawing.Size(780, 413);
  100. this.Controls.Add(this.button2);
  101. this.Controls.Add(this.embedPanel1);
  102. this.Controls.Add(this.flexiblePanel1);
  103. this.Name = "Form1";
  104. this.Text = "Test";
  105. this.Load += new System.EventHandler(this.Form1_Load);
  106. this.flexiblePanel1.ResumeLayout(false);
  107. this.flexiblePanel1.PerformLayout();
  108. this.ResumeLayout(false);
  109. }
  110. #endregion
  111. private Skin.YoPanel.FlexiblePanel flexiblePanel1;
  112. private System.Windows.Forms.ListBox listBox1;
  113. private System.Windows.Forms.Label label1;
  114. private System.Windows.Forms.Button button1;
  115. private Skin.YoPanel.EmbedPanel embedPanel1;
  116. private System.Windows.Forms.Button button2;
  117. }
  118. }