Form2.Designer.cs 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. namespace CustomWindow
  2. {
  3. partial class Form2
  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. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.SuspendLayout();
  32. //
  33. // label1
  34. //
  35. this.label1.AutoSize = true;
  36. this.label1.Font = new System.Drawing.Font("宋体", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  37. this.label1.Location = new System.Drawing.Point(56, 122);
  38. this.label1.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
  39. this.label1.Name = "label1";
  40. this.label1.Size = new System.Drawing.Size(589, 232);
  41. this.label1.TabIndex = 6;
  42. this.label1.Text = "label1label1label1label1label1\r\nlabel1label1label1label1label1\r\nlabel1label1label" +
  43. "1label1label1label1\r\nlabel1label1label1label1\r\nlabel1\r\nlabel1\r\nlabel1label1label" +
  44. "1label1label1\r\nlabel1";
  45. //
  46. // button1
  47. //
  48. this.button1.Location = new System.Drawing.Point(92, 459);
  49. this.button1.Name = "button1";
  50. this.button1.Size = new System.Drawing.Size(75, 23);
  51. this.button1.TabIndex = 7;
  52. this.button1.Text = "button1";
  53. this.button1.UseVisualStyleBackColor = true;
  54. //
  55. // button2
  56. //
  57. this.button2.Location = new System.Drawing.Point(415, 459);
  58. this.button2.Name = "button2";
  59. this.button2.Size = new System.Drawing.Size(75, 23);
  60. this.button2.TabIndex = 8;
  61. this.button2.Text = "button2";
  62. this.button2.UseVisualStyleBackColor = true;
  63. //
  64. // Form2
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.BackColor = System.Drawing.Color.MediumPurple;
  69. this.ClientSize = new System.Drawing.Size(744, 580);
  70. this.Controls.Add(this.button2);
  71. this.Controls.Add(this.button1);
  72. this.Controls.Add(this.label1);
  73. this.Name = "Form2";
  74. this.Text = "Hello";
  75. this.Load += new System.EventHandler(this.Form2_Load);
  76. this.Controls.SetChildIndex(this.label1, 0);
  77. this.Controls.SetChildIndex(this.button1, 0);
  78. this.Controls.SetChildIndex(this.button2, 0);
  79. this.ResumeLayout(false);
  80. this.PerformLayout();
  81. }
  82. #endregion
  83. private System.Windows.Forms.Label label1;
  84. private System.Windows.Forms.Button button1;
  85. private System.Windows.Forms.Button button2;
  86. }
  87. }