TestIconGroupForm.Designer.cs 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. namespace Y.Test.Views
  2. {
  3. partial class TestIconGroupForm
  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.pictureBox3 = new System.Windows.Forms.PictureBox();
  29. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  32. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // pictureBox3
  37. //
  38. this.pictureBox3.Image = global::Y.Test.Properties.Resources.temp_03;
  39. this.pictureBox3.Location = new System.Drawing.Point(12, 177);
  40. this.pictureBox3.Name = "pictureBox3";
  41. this.pictureBox3.Size = new System.Drawing.Size(77, 59);
  42. this.pictureBox3.TabIndex = 2;
  43. this.pictureBox3.TabStop = false;
  44. //
  45. // pictureBox2
  46. //
  47. this.pictureBox2.Image = global::Y.Test.Properties.Resources.temp_02;
  48. this.pictureBox2.Location = new System.Drawing.Point(12, 97);
  49. this.pictureBox2.Name = "pictureBox2";
  50. this.pictureBox2.Size = new System.Drawing.Size(77, 59);
  51. this.pictureBox2.TabIndex = 1;
  52. this.pictureBox2.TabStop = false;
  53. //
  54. // pictureBox1
  55. //
  56. this.pictureBox1.Image = global::Y.Test.Properties.Resources.temp_01;
  57. this.pictureBox1.Location = new System.Drawing.Point(12, 12);
  58. this.pictureBox1.Name = "pictureBox1";
  59. this.pictureBox1.Size = new System.Drawing.Size(77, 59);
  60. this.pictureBox1.TabIndex = 0;
  61. this.pictureBox1.TabStop = false;
  62. //
  63. // TestIconGroupForm
  64. //
  65. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  66. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  67. this.ClientSize = new System.Drawing.Size(284, 261);
  68. this.Controls.Add(this.pictureBox3);
  69. this.Controls.Add(this.pictureBox2);
  70. this.Controls.Add(this.pictureBox1);
  71. this.Name = "TestIconGroupForm";
  72. this.Text = "TestIconGroupForm";
  73. this.Load += new System.EventHandler(this.TestIconGroupForm_Load);
  74. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  77. this.ResumeLayout(false);
  78. }
  79. #endregion
  80. private System.Windows.Forms.PictureBox pictureBox1;
  81. private System.Windows.Forms.PictureBox pictureBox2;
  82. private System.Windows.Forms.PictureBox pictureBox3;
  83. }
  84. }