Form4.Designer.cs 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. namespace Core.StlMes
  2. {
  3. partial class Form4
  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.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  31. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  32. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // button1
  40. //
  41. this.button1.Location = new System.Drawing.Point(456, 307);
  42. this.button1.Name = "button1";
  43. this.button1.Size = new System.Drawing.Size(75, 23);
  44. this.button1.TabIndex = 0;
  45. this.button1.Text = "button1";
  46. this.button1.UseVisualStyleBackColor = true;
  47. this.button1.Click += new System.EventHandler(this.button1_Click);
  48. //
  49. // pictureBox1
  50. //
  51. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  52. this.pictureBox1.Location = new System.Drawing.Point(2, 3);
  53. this.pictureBox1.Name = "pictureBox1";
  54. this.pictureBox1.Size = new System.Drawing.Size(281, 165);
  55. this.pictureBox1.TabIndex = 1;
  56. this.pictureBox1.TabStop = false;
  57. //
  58. // pictureBox2
  59. //
  60. this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  61. this.pictureBox2.Location = new System.Drawing.Point(313, 3);
  62. this.pictureBox2.Name = "pictureBox2";
  63. this.pictureBox2.Size = new System.Drawing.Size(157, 277);
  64. this.pictureBox2.TabIndex = 2;
  65. this.pictureBox2.TabStop = false;
  66. //
  67. // pictureBox3
  68. //
  69. this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  70. this.pictureBox3.Location = new System.Drawing.Point(2, 172);
  71. this.pictureBox3.Name = "pictureBox3";
  72. this.pictureBox3.Size = new System.Drawing.Size(281, 165);
  73. this.pictureBox3.TabIndex = 3;
  74. this.pictureBox3.TabStop = false;
  75. //
  76. // pictureBox4
  77. //
  78. this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  79. this.pictureBox4.Location = new System.Drawing.Point(491, 3);
  80. this.pictureBox4.Name = "pictureBox4";
  81. this.pictureBox4.Size = new System.Drawing.Size(157, 277);
  82. this.pictureBox4.TabIndex = 4;
  83. this.pictureBox4.TabStop = false;
  84. //
  85. // Form4
  86. //
  87. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  88. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  89. this.ClientSize = new System.Drawing.Size(689, 342);
  90. this.Controls.Add(this.pictureBox4);
  91. this.Controls.Add(this.pictureBox3);
  92. this.Controls.Add(this.pictureBox2);
  93. this.Controls.Add(this.pictureBox1);
  94. this.Controls.Add(this.button1);
  95. this.Name = "Form4";
  96. this.Text = "Form4";
  97. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  101. this.ResumeLayout(false);
  102. }
  103. #endregion
  104. private System.Windows.Forms.Button button1;
  105. private System.Windows.Forms.PictureBox pictureBox1;
  106. private System.Windows.Forms.PictureBox pictureBox2;
  107. private System.Windows.Forms.PictureBox pictureBox3;
  108. private System.Windows.Forms.PictureBox pictureBox4;
  109. }
  110. }