Oknopovara.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. 
  2. namespace Kafe
  3. {
  4. partial class Oknopovara
  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.label1 = new System.Windows.Forms.Label();
  32. this.comboBox1 = new System.Windows.Forms.ComboBox();
  33. this.button3 = new System.Windows.Forms.Button();
  34. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // dataGridView1
  38. //
  39. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
  40. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  41. this.dataGridView1.Location = new System.Drawing.Point(12, 12);
  42. this.dataGridView1.Name = "dataGridView1";
  43. this.dataGridView1.Size = new System.Drawing.Size(776, 325);
  44. this.dataGridView1.TabIndex = 0;
  45. //
  46. // button1
  47. //
  48. this.button1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  49. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  50. this.button1.Location = new System.Drawing.Point(338, 372);
  51. this.button1.Name = "button1";
  52. this.button1.Size = new System.Drawing.Size(108, 32);
  53. this.button1.TabIndex = 1;
  54. this.button1.Text = "Изменить";
  55. this.button1.UseVisualStyleBackColor = false;
  56. //
  57. // label1
  58. //
  59. this.label1.AutoSize = true;
  60. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  61. this.label1.Location = new System.Drawing.Point(25, 377);
  62. this.label1.Name = "label1";
  63. this.label1.Size = new System.Drawing.Size(112, 23);
  64. this.label1.TabIndex = 2;
  65. this.label1.Text = "Статус заказа";
  66. //
  67. // comboBox1
  68. //
  69. this.comboBox1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  70. this.comboBox1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.comboBox1.FormattingEnabled = true;
  72. this.comboBox1.Location = new System.Drawing.Point(155, 373);
  73. this.comboBox1.Name = "comboBox1";
  74. this.comboBox1.Size = new System.Drawing.Size(154, 31);
  75. this.comboBox1.TabIndex = 3;
  76. //
  77. // button3
  78. //
  79. this.button3.BackColor = System.Drawing.SystemColors.ActiveCaption;
  80. this.button3.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  81. this.button3.Location = new System.Drawing.Point(604, 367);
  82. this.button3.Name = "button3";
  83. this.button3.Size = new System.Drawing.Size(184, 40);
  84. this.button3.TabIndex = 4;
  85. this.button3.Text = "Назад";
  86. this.button3.UseVisualStyleBackColor = false;
  87. //
  88. // Oknopovara
  89. //
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  92. this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  93. this.ClientSize = new System.Drawing.Size(800, 431);
  94. this.Controls.Add(this.button3);
  95. this.Controls.Add(this.comboBox1);
  96. this.Controls.Add(this.label1);
  97. this.Controls.Add(this.button1);
  98. this.Controls.Add(this.dataGridView1);
  99. this.Name = "Oknopovara";
  100. this.Text = "Окно повара";
  101. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  102. this.ResumeLayout(false);
  103. this.PerformLayout();
  104. }
  105. #endregion
  106. private System.Windows.Forms.DataGridView dataGridView1;
  107. private System.Windows.Forms.Button button1;
  108. private System.Windows.Forms.Label label1;
  109. private System.Windows.Forms.ComboBox comboBox1;
  110. private System.Windows.Forms.Button button3;
  111. }
  112. }