Form6.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. 
  2. namespace Cafe12
  3. {
  4. partial class Form6
  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.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.comboBox1 = new System.Windows.Forms.ComboBox();
  32. this.comboBox2 = new System.Windows.Forms.ComboBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.comboBox3 = new System.Windows.Forms.ComboBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // label1
  40. //
  41. this.label1.AutoSize = true;
  42. this.label1.Location = new System.Drawing.Point(13, 13);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(93, 13);
  45. this.label1.TabIndex = 0;
  46. this.label1.Text = "Создание смены";
  47. this.label1.Click += new System.EventHandler(this.label1_Click);
  48. //
  49. // label2
  50. //
  51. this.label2.AutoSize = true;
  52. this.label2.Location = new System.Drawing.Point(13, 57);
  53. this.label2.Name = "label2";
  54. this.label2.Size = new System.Drawing.Size(58, 13);
  55. this.label2.TabIndex = 2;
  56. this.label2.Text = "Официант";
  57. this.label2.Click += new System.EventHandler(this.label2_Click);
  58. //
  59. // comboBox1
  60. //
  61. this.comboBox1.FormattingEnabled = true;
  62. this.comboBox1.Location = new System.Drawing.Point(16, 86);
  63. this.comboBox1.Name = "comboBox1";
  64. this.comboBox1.Size = new System.Drawing.Size(121, 21);
  65. this.comboBox1.TabIndex = 3;
  66. //
  67. // comboBox2
  68. //
  69. this.comboBox2.FormattingEnabled = true;
  70. this.comboBox2.Location = new System.Drawing.Point(16, 138);
  71. this.comboBox2.Name = "comboBox2";
  72. this.comboBox2.Size = new System.Drawing.Size(121, 21);
  73. this.comboBox2.TabIndex = 4;
  74. //
  75. // label3
  76. //
  77. this.label3.AutoSize = true;
  78. this.label3.Location = new System.Drawing.Point(16, 119);
  79. this.label3.Name = "label3";
  80. this.label3.Size = new System.Drawing.Size(39, 13);
  81. this.label3.TabIndex = 5;
  82. this.label3.Text = "Повар";
  83. //
  84. // button1
  85. //
  86. this.button1.Location = new System.Drawing.Point(62, 228);
  87. this.button1.Name = "button1";
  88. this.button1.Size = new System.Drawing.Size(75, 23);
  89. this.button1.TabIndex = 6;
  90. this.button1.Text = "Назначить";
  91. this.button1.UseVisualStyleBackColor = true;
  92. //
  93. // comboBox3
  94. //
  95. this.comboBox3.FormattingEnabled = true;
  96. this.comboBox3.Location = new System.Drawing.Point(16, 192);
  97. this.comboBox3.Name = "comboBox3";
  98. this.comboBox3.Size = new System.Drawing.Size(121, 21);
  99. this.comboBox3.TabIndex = 7;
  100. //
  101. // label4
  102. //
  103. this.label4.AutoSize = true;
  104. this.label4.Location = new System.Drawing.Point(20, 176);
  105. this.label4.Name = "label4";
  106. this.label4.Size = new System.Drawing.Size(77, 13);
  107. this.label4.TabIndex = 8;
  108. this.label4.Text = "Время смены";
  109. this.label4.Click += new System.EventHandler(this.label4_Click);
  110. //
  111. // Form6
  112. //
  113. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  114. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  115. this.ClientSize = new System.Drawing.Size(337, 450);
  116. this.Controls.Add(this.label4);
  117. this.Controls.Add(this.comboBox3);
  118. this.Controls.Add(this.button1);
  119. this.Controls.Add(this.label3);
  120. this.Controls.Add(this.comboBox2);
  121. this.Controls.Add(this.comboBox1);
  122. this.Controls.Add(this.label2);
  123. this.Controls.Add(this.label1);
  124. this.Name = "Form6";
  125. this.Text = "Form6";
  126. this.ResumeLayout(false);
  127. this.PerformLayout();
  128. }
  129. #endregion
  130. private System.Windows.Forms.Label label1;
  131. private System.Windows.Forms.Label label2;
  132. private System.Windows.Forms.ComboBox comboBox1;
  133. private System.Windows.Forms.ComboBox comboBox2;
  134. private System.Windows.Forms.Label label3;
  135. private System.Windows.Forms.Button button1;
  136. private System.Windows.Forms.ComboBox comboBox3;
  137. private System.Windows.Forms.Label label4;
  138. }
  139. }