TestIrrForm.Designer.cs 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace Y.Test.Views
  2. {
  3. partial class TestIrrForm
  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.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.checkBox1 = new System.Windows.Forms.CheckBox();
  31. this.checkBox2 = new System.Windows.Forms.CheckBox();
  32. this.SuspendLayout();
  33. //
  34. // button1
  35. //
  36. this.button1.Location = new System.Drawing.Point(38, 43);
  37. this.button1.Name = "button1";
  38. this.button1.Size = new System.Drawing.Size(75, 23);
  39. this.button1.TabIndex = 0;
  40. this.button1.Text = "button1";
  41. this.button1.UseVisualStyleBackColor = true;
  42. //
  43. // button2
  44. //
  45. this.button2.Location = new System.Drawing.Point(38, 72);
  46. this.button2.Name = "button2";
  47. this.button2.Size = new System.Drawing.Size(75, 148);
  48. this.button2.TabIndex = 1;
  49. this.button2.Text = "button2";
  50. this.button2.UseVisualStyleBackColor = true;
  51. //
  52. // checkBox1
  53. //
  54. this.checkBox1.AutoSize = true;
  55. this.checkBox1.Location = new System.Drawing.Point(155, 47);
  56. this.checkBox1.Name = "checkBox1";
  57. this.checkBox1.Size = new System.Drawing.Size(78, 16);
  58. this.checkBox1.TabIndex = 2;
  59. this.checkBox1.Text = "checkBox1";
  60. this.checkBox1.UseVisualStyleBackColor = true;
  61. //
  62. // checkBox2
  63. //
  64. this.checkBox2.AutoSize = true;
  65. this.checkBox2.BackColor = System.Drawing.Color.Transparent;
  66. this.checkBox2.ForeColor = System.Drawing.Color.Yellow;
  67. this.checkBox2.Location = new System.Drawing.Point(155, 72);
  68. this.checkBox2.Name = "checkBox2";
  69. this.checkBox2.Size = new System.Drawing.Size(78, 16);
  70. this.checkBox2.TabIndex = 3;
  71. this.checkBox2.Text = "checkBox2";
  72. this.checkBox2.UseVisualStyleBackColor = false;
  73. //
  74. // TestIrrForm
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.BackgroundImage = global::Y.Test.Properties.Resources.Rainbow;
  79. this.ClientSize = new System.Drawing.Size(284, 261);
  80. this.Controls.Add(this.checkBox2);
  81. this.Controls.Add(this.checkBox1);
  82. this.Controls.Add(this.button2);
  83. this.Controls.Add(this.button1);
  84. this.Name = "TestIrrForm";
  85. this.Text = "TestIrrForm";
  86. this.Load += new System.EventHandler(this.TestIrrForm_Load);
  87. this.ResumeLayout(false);
  88. this.PerformLayout();
  89. }
  90. #endregion
  91. private System.Windows.Forms.Button button1;
  92. private System.Windows.Forms.Button button2;
  93. private System.Windows.Forms.CheckBox checkBox1;
  94. private System.Windows.Forms.CheckBox checkBox2;
  95. }
  96. }