Form3.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. 
  2. namespace kafe_Loriy
  3. {
  4. partial class Form3
  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.button1 = new System.Windows.Forms.Button();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label6 = new System.Windows.Forms.Label();
  34. this.checkBox1 = new System.Windows.Forms.CheckBox();
  35. this.comboBox1 = new System.Windows.Forms.ComboBox();
  36. this.comboBox2 = new System.Windows.Forms.ComboBox();
  37. this.SuspendLayout();
  38. //
  39. // button1
  40. //
  41. this.button1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  42. this.button1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  43. this.button1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  44. this.button1.Location = new System.Drawing.Point(256, 336);
  45. this.button1.Name = "button1";
  46. this.button1.Size = new System.Drawing.Size(307, 34);
  47. this.button1.TabIndex = 0;
  48. this.button1.Text = "Подтвердить создание смены";
  49. this.button1.UseVisualStyleBackColor = false;
  50. //
  51. // label2
  52. //
  53. this.label2.AutoSize = true;
  54. this.label2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  55. this.label2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  56. this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  57. this.label2.Location = new System.Drawing.Point(279, 64);
  58. this.label2.Name = "label2";
  59. this.label2.Size = new System.Drawing.Size(73, 19);
  60. this.label2.TabIndex = 3;
  61. this.label2.Text = "Смена на";
  62. //
  63. // dateTimePicker1
  64. //
  65. this.dateTimePicker1.CalendarForeColor = System.Drawing.SystemColors.ControlLight;
  66. this.dateTimePicker1.CalendarMonthBackground = System.Drawing.Color.White;
  67. this.dateTimePicker1.CalendarTitleBackColor = System.Drawing.SystemColors.ActiveCaptionText;
  68. this.dateTimePicker1.CalendarTitleForeColor = System.Drawing.SystemColors.ControlLightLight;
  69. this.dateTimePicker1.CalendarTrailingForeColor = System.Drawing.SystemColors.Desktop;
  70. this.dateTimePicker1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.dateTimePicker1.Location = new System.Drawing.Point(358, 58);
  72. this.dateTimePicker1.Name = "dateTimePicker1";
  73. this.dateTimePicker1.Size = new System.Drawing.Size(138, 26);
  74. this.dateTimePicker1.TabIndex = 5;
  75. //
  76. // label4
  77. //
  78. this.label4.AutoSize = true;
  79. this.label4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  80. this.label4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  81. this.label4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  82. this.label4.Location = new System.Drawing.Point(577, 189);
  83. this.label4.Name = "label4";
  84. this.label4.Size = new System.Drawing.Size(51, 19);
  85. this.label4.TabIndex = 7;
  86. this.label4.Text = "Повар";
  87. //
  88. // label6
  89. //
  90. this.label6.AutoSize = true;
  91. this.label6.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  92. this.label6.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  93. this.label6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  94. this.label6.Location = new System.Drawing.Point(146, 189);
  95. this.label6.Name = "label6";
  96. this.label6.Size = new System.Drawing.Size(80, 19);
  97. this.label6.TabIndex = 9;
  98. this.label6.Text = "Официант";
  99. //
  100. // checkBox1
  101. //
  102. this.checkBox1.AutoSize = true;
  103. this.checkBox1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  104. this.checkBox1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  105. this.checkBox1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  106. this.checkBox1.Location = new System.Drawing.Point(358, 307);
  107. this.checkBox1.Name = "checkBox1";
  108. this.checkBox1.Size = new System.Drawing.Size(112, 23);
  109. this.checkBox1.TabIndex = 10;
  110. this.checkBox1.Text = "Утверждено";
  111. this.checkBox1.UseVisualStyleBackColor = false;
  112. //
  113. // comboBox1
  114. //
  115. this.comboBox1.BackColor = System.Drawing.SystemColors.MenuText;
  116. this.comboBox1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  117. this.comboBox1.ForeColor = System.Drawing.SystemColors.Window;
  118. this.comboBox1.FormattingEnabled = true;
  119. this.comboBox1.Location = new System.Drawing.Point(491, 211);
  120. this.comboBox1.Name = "comboBox1";
  121. this.comboBox1.Size = new System.Drawing.Size(217, 27);
  122. this.comboBox1.TabIndex = 11;
  123. //
  124. // comboBox2
  125. //
  126. this.comboBox2.BackColor = System.Drawing.SystemColors.MenuText;
  127. this.comboBox2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  128. this.comboBox2.ForeColor = System.Drawing.SystemColors.Window;
  129. this.comboBox2.FormattingEnabled = true;
  130. this.comboBox2.Location = new System.Drawing.Point(88, 211);
  131. this.comboBox2.Name = "comboBox2";
  132. this.comboBox2.Size = new System.Drawing.Size(217, 27);
  133. this.comboBox2.TabIndex = 12;
  134. //
  135. // Form3
  136. //
  137. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  138. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  139. this.BackgroundImage = global::kafe_Loriy.Properties.Resources._1c2w5eGQlRcroXM3AHx4Wr_SQPHl_jlZkpOinhQlyuYVFb9B0pNRYMkFSI6R3i_QZcqo11Rktf_1T7v0o8ZW97z_;
  140. this.ClientSize = new System.Drawing.Size(800, 450);
  141. this.Controls.Add(this.comboBox2);
  142. this.Controls.Add(this.comboBox1);
  143. this.Controls.Add(this.checkBox1);
  144. this.Controls.Add(this.label6);
  145. this.Controls.Add(this.label4);
  146. this.Controls.Add(this.dateTimePicker1);
  147. this.Controls.Add(this.label2);
  148. this.Controls.Add(this.button1);
  149. this.Name = "Form3";
  150. this.Text = "Создание новой смены";
  151. this.ResumeLayout(false);
  152. this.PerformLayout();
  153. }
  154. #endregion
  155. private System.Windows.Forms.Button button1;
  156. private System.Windows.Forms.Label label2;
  157. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  158. private System.Windows.Forms.Label label4;
  159. private System.Windows.Forms.Label label6;
  160. private System.Windows.Forms.CheckBox checkBox1;
  161. private System.Windows.Forms.ComboBox comboBox1;
  162. private System.Windows.Forms.ComboBox comboBox2;
  163. }
  164. }