Form1.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. 
  2. namespace IvnitskiiProdazhi1
  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.button4 = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
  40. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  41. this.label1.Location = new System.Drawing.Point(128, 9);
  42. this.label1.Name = "label1";
  43. this.label1.Size = new System.Drawing.Size(226, 24);
  44. this.label1.TabIndex = 0;
  45. this.label1.Text = "База данных \"Продажи\"";
  46. this.label1.Click += new System.EventHandler(this.label1_Click);
  47. //
  48. // button1
  49. //
  50. this.button1.Location = new System.Drawing.Point(167, 67);
  51. this.button1.Name = "button1";
  52. this.button1.Size = new System.Drawing.Size(130, 31);
  53. this.button1.TabIndex = 1;
  54. this.button1.Text = "Таблица \"Отделы\"";
  55. this.button1.UseVisualStyleBackColor = true;
  56. this.button1.Click += new System.EventHandler(this.button1_Click);
  57. //
  58. // button2
  59. //
  60. this.button2.Location = new System.Drawing.Point(167, 152);
  61. this.button2.Name = "button2";
  62. this.button2.Size = new System.Drawing.Size(130, 34);
  63. this.button2.TabIndex = 2;
  64. this.button2.Text = "Таблица \"Продажи\"";
  65. this.button2.UseVisualStyleBackColor = true;
  66. this.button2.Click += new System.EventHandler(this.button2_Click);
  67. //
  68. // button3
  69. //
  70. this.button3.Location = new System.Drawing.Point(167, 256);
  71. this.button3.Name = "button3";
  72. this.button3.Size = new System.Drawing.Size(130, 35);
  73. this.button3.TabIndex = 3;
  74. this.button3.Text = "Таблица \"Товары\"";
  75. this.button3.UseVisualStyleBackColor = true;
  76. this.button3.Click += new System.EventHandler(this.button3_Click);
  77. //
  78. // button4
  79. //
  80. this.button4.Location = new System.Drawing.Point(167, 354);
  81. this.button4.Name = "button4";
  82. this.button4.Size = new System.Drawing.Size(130, 41);
  83. this.button4.TabIndex = 4;
  84. this.button4.Text = "Отделы табличный вид";
  85. this.button4.UseVisualStyleBackColor = true;
  86. this.button4.Click += new System.EventHandler(this.button4_Click);
  87. //
  88. // Form1
  89. //
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  92. this.ClientSize = new System.Drawing.Size(476, 618);
  93. this.Controls.Add(this.button4);
  94. this.Controls.Add(this.button3);
  95. this.Controls.Add(this.button2);
  96. this.Controls.Add(this.button1);
  97. this.Controls.Add(this.label1);
  98. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  99. this.MaximizeBox = false;
  100. this.MinimizeBox = false;
  101. this.Name = "Form1";
  102. this.Text = "|";
  103. this.ResumeLayout(false);
  104. this.PerformLayout();
  105. }
  106. #endregion
  107. private System.Windows.Forms.Label label1;
  108. private System.Windows.Forms.Button button1;
  109. private System.Windows.Forms.Button button2;
  110. private System.Windows.Forms.Button button3;
  111. private System.Windows.Forms.Button button4;
  112. }
  113. }