Form1.Designer.cs 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. 
  2. namespace Rp42Ivanova
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // label1
  36. //
  37. this.label1.AutoSize = true;
  38. this.label1.Location = new System.Drawing.Point(132, 50);
  39. this.label1.Name = "label1";
  40. this.label1.Size = new System.Drawing.Size(120, 13);
  41. this.label1.TabIndex = 0;
  42. this.label1.Text = "База данных \"Зигзаг\"";
  43. this.label1.Click += new System.EventHandler(this.label1_Click);
  44. //
  45. // button1
  46. //
  47. this.button1.Location = new System.Drawing.Point(81, 126);
  48. this.button1.Name = "button1";
  49. this.button1.Size = new System.Drawing.Size(111, 23);
  50. this.button1.TabIndex = 1;
  51. this.button1.Text = "Manufacturer";
  52. this.button1.UseVisualStyleBackColor = true;
  53. this.button1.Click += new System.EventHandler(this.button1_Click);
  54. //
  55. // button2
  56. //
  57. this.button2.Location = new System.Drawing.Point(81, 167);
  58. this.button2.Name = "button2";
  59. this.button2.Size = new System.Drawing.Size(215, 23);
  60. this.button2.TabIndex = 2;
  61. this.button2.Text = "просмотр продуктов";
  62. this.button2.UseVisualStyleBackColor = true;
  63. this.button2.Click += new System.EventHandler(this.button2_Click);
  64. //
  65. // button3
  66. //
  67. this.button3.Location = new System.Drawing.Point(81, 209);
  68. this.button3.Name = "button3";
  69. this.button3.Size = new System.Drawing.Size(215, 23);
  70. this.button3.TabIndex = 3;
  71. this.button3.Text = "история покупок товаров";
  72. this.button3.UseVisualStyleBackColor = true;
  73. this.button3.Click += new System.EventHandler(this.button3_Click);
  74. //
  75. // Form1
  76. //
  77. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  78. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  79. this.ClientSize = new System.Drawing.Size(800, 450);
  80. this.Controls.Add(this.button3);
  81. this.Controls.Add(this.button2);
  82. this.Controls.Add(this.button1);
  83. this.Controls.Add(this.label1);
  84. this.Name = "Form1";
  85. this.Text = "Form1";
  86. this.ResumeLayout(false);
  87. this.PerformLayout();
  88. }
  89. #endregion
  90. private System.Windows.Forms.Label label1;
  91. private System.Windows.Forms.Button button1;
  92. private System.Windows.Forms.Button button2;
  93. private System.Windows.Forms.Button button3;
  94. }
  95. }