Main.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. 
  2. namespace exam
  3. {
  4. partial class Main
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.button3 = new System.Windows.Forms.Button();
  34. this.button4 = new System.Windows.Forms.Button();
  35. this.button5 = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // pictureBox1
  40. //
  41. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  42. this.pictureBox1.Location = new System.Drawing.Point(315, 12);
  43. this.pictureBox1.Name = "pictureBox1";
  44. this.pictureBox1.Size = new System.Drawing.Size(137, 126);
  45. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  46. this.pictureBox1.TabIndex = 0;
  47. this.pictureBox1.TabStop = false;
  48. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  49. //
  50. // button1
  51. //
  52. this.button1.Location = new System.Drawing.Point(136, 176);
  53. this.button1.Name = "button1";
  54. this.button1.Size = new System.Drawing.Size(106, 23);
  55. this.button1.TabIndex = 1;
  56. this.button1.Text = "Attached Product";
  57. this.button1.UseVisualStyleBackColor = true;
  58. this.button1.Click += new System.EventHandler(this.button1_Click);
  59. //
  60. // button2
  61. //
  62. this.button2.Location = new System.Drawing.Point(370, 176);
  63. this.button2.Name = "button2";
  64. this.button2.Size = new System.Drawing.Size(99, 23);
  65. this.button2.TabIndex = 2;
  66. this.button2.Text = "ProductPhoto";
  67. this.button2.UseVisualStyleBackColor = true;
  68. //
  69. // button3
  70. //
  71. this.button3.Location = new System.Drawing.Point(274, 176);
  72. this.button3.Name = "button3";
  73. this.button3.Size = new System.Drawing.Size(75, 23);
  74. this.button3.TabIndex = 3;
  75. this.button3.Text = "Product";
  76. this.button3.UseVisualStyleBackColor = true;
  77. //
  78. // button4
  79. //
  80. this.button4.Location = new System.Drawing.Point(489, 176);
  81. this.button4.Name = "button4";
  82. this.button4.Size = new System.Drawing.Size(125, 23);
  83. this.button4.TabIndex = 4;
  84. this.button4.Text = "ProductSale";
  85. this.button4.UseVisualStyleBackColor = true;
  86. //
  87. // button5
  88. //
  89. this.button5.Location = new System.Drawing.Point(713, 415);
  90. this.button5.Name = "button5";
  91. this.button5.Size = new System.Drawing.Size(75, 23);
  92. this.button5.TabIndex = 5;
  93. this.button5.Text = "Back";
  94. this.button5.UseVisualStyleBackColor = true;
  95. this.button5.Click += new System.EventHandler(this.button5_Click);
  96. //
  97. // Main
  98. //
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.ClientSize = new System.Drawing.Size(800, 450);
  102. this.Controls.Add(this.button5);
  103. this.Controls.Add(this.button4);
  104. this.Controls.Add(this.button3);
  105. this.Controls.Add(this.button2);
  106. this.Controls.Add(this.button1);
  107. this.Controls.Add(this.pictureBox1);
  108. this.Name = "Main";
  109. this.Text = "Main";
  110. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  111. this.ResumeLayout(false);
  112. }
  113. #endregion
  114. private System.Windows.Forms.PictureBox pictureBox1;
  115. private System.Windows.Forms.Button button1;
  116. private System.Windows.Forms.Button button2;
  117. private System.Windows.Forms.Button button3;
  118. private System.Windows.Forms.Button button4;
  119. private System.Windows.Forms.Button button5;
  120. }
  121. }