Zakazvse.Designer.cs 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. 
  2. namespace Kafe
  3. {
  4. partial class Zakazvse
  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. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // dataGridView1
  36. //
  37. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
  38. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  39. this.dataGridView1.Location = new System.Drawing.Point(12, 12);
  40. this.dataGridView1.Name = "dataGridView1";
  41. this.dataGridView1.Size = new System.Drawing.Size(786, 340);
  42. this.dataGridView1.TabIndex = 0;
  43. //
  44. // button1
  45. //
  46. this.button1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  47. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  48. this.button1.Location = new System.Drawing.Point(12, 372);
  49. this.button1.Name = "button1";
  50. this.button1.Size = new System.Drawing.Size(204, 38);
  51. this.button1.TabIndex = 1;
  52. this.button1.Text = "Изменить статус заказа";
  53. this.button1.UseVisualStyleBackColor = false;
  54. //
  55. // button3
  56. //
  57. this.button3.BackColor = System.Drawing.SystemColors.ActiveCaption;
  58. this.button3.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. this.button3.Location = new System.Drawing.Point(614, 370);
  60. this.button3.Name = "button3";
  61. this.button3.Size = new System.Drawing.Size(184, 40);
  62. this.button3.TabIndex = 4;
  63. this.button3.Text = "Назад";
  64. this.button3.UseVisualStyleBackColor = false;
  65. this.button3.Click += new System.EventHandler(this.button3_Click);
  66. //
  67. // Zakazvse
  68. //
  69. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  70. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  71. this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  72. this.ClientSize = new System.Drawing.Size(810, 432);
  73. this.Controls.Add(this.button3);
  74. this.Controls.Add(this.button1);
  75. this.Controls.Add(this.dataGridView1);
  76. this.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  77. this.Margin = new System.Windows.Forms.Padding(4);
  78. this.Name = "Zakazvse";
  79. this.Text = "Список заказов";
  80. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  81. this.ResumeLayout(false);
  82. }
  83. #endregion
  84. private System.Windows.Forms.DataGridView dataGridView1;
  85. private System.Windows.Forms.Button button1;
  86. private System.Windows.Forms.Button button3;
  87. }
  88. }