Admin3.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. 
  2. namespace Kafe09
  3. {
  4. partial class Admin3
  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.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.Label пользовательLabel;
  31. System.Windows.Forms.Label датаLabel;
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Admin3));
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.kafe09DataSet = new Kafe09.Kafe09DataSet();
  35. this.smeniBindingSource = new System.Windows.Forms.BindingSource(this.components);
  36. this.smeniTableAdapter = new Kafe09.Kafe09DataSetTableAdapters.SmeniTableAdapter();
  37. this.tableAdapterManager = new Kafe09.Kafe09DataSetTableAdapters.TableAdapterManager();
  38. this.smeniBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  39. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  40. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  41. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  42. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  45. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  46. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  47. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  49. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  50. this.smeniBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  51. this.пользовательTextBox = new System.Windows.Forms.TextBox();
  52. this.датаDateTimePicker = new System.Windows.Forms.DateTimePicker();
  53. this.button2 = new System.Windows.Forms.Button();
  54. this.label1 = new System.Windows.Forms.Label();
  55. пользовательLabel = new System.Windows.Forms.Label();
  56. датаLabel = new System.Windows.Forms.Label();
  57. ((System.ComponentModel.ISupportInitialize)(this.kafe09DataSet)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.smeniBindingSource)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.smeniBindingNavigator)).BeginInit();
  60. this.smeniBindingNavigator.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // пользовательLabel
  64. //
  65. пользовательLabel.AutoSize = true;
  66. пользовательLabel.Location = new System.Drawing.Point(54, 69);
  67. пользовательLabel.Name = "пользовательLabel";
  68. пользовательLabel.Size = new System.Drawing.Size(83, 13);
  69. пользовательLabel.TabIndex = 2;
  70. пользовательLabel.Text = "Пользователь:";
  71. //
  72. // датаLabel
  73. //
  74. датаLabel.AutoSize = true;
  75. датаLabel.Location = new System.Drawing.Point(101, 96);
  76. датаLabel.Name = "датаLabel";
  77. датаLabel.Size = new System.Drawing.Size(36, 13);
  78. датаLabel.TabIndex = 4;
  79. датаLabel.Text = "Дата:";
  80. //
  81. // button1
  82. //
  83. this.button1.Location = new System.Drawing.Point(163, 159);
  84. this.button1.Name = "button1";
  85. this.button1.Size = new System.Drawing.Size(127, 28);
  86. this.button1.TabIndex = 1;
  87. this.button1.Text = "Вернуться в меню";
  88. this.button1.UseVisualStyleBackColor = true;
  89. this.button1.Click += new System.EventHandler(this.button1_Click);
  90. //
  91. // kafe09DataSet
  92. //
  93. this.kafe09DataSet.DataSetName = "Kafe09DataSet";
  94. this.kafe09DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  95. //
  96. // smeniBindingSource
  97. //
  98. this.smeniBindingSource.DataMember = "Smeni";
  99. this.smeniBindingSource.DataSource = this.kafe09DataSet;
  100. //
  101. // smeniTableAdapter
  102. //
  103. this.smeniTableAdapter.ClearBeforeFill = true;
  104. //
  105. // tableAdapterManager
  106. //
  107. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  108. this.tableAdapterManager.BludaTableAdapter = null;
  109. this.tableAdapterManager.DoljnostiTableAdapter = null;
  110. this.tableAdapterManager.PolzovateliTableAdapter = null;
  111. this.tableAdapterManager.SmeniTableAdapter = this.smeniTableAdapter;
  112. this.tableAdapterManager.StatusiPolzovateleyTableAdapter = null;
  113. this.tableAdapterManager.StatusiZakazaTableAdapter = null;
  114. this.tableAdapterManager.StolikiTableAdapter = null;
  115. this.tableAdapterManager.TipiOplatiTableAdapter = null;
  116. this.tableAdapterManager.UpdateOrder = Kafe09.Kafe09DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  117. this.tableAdapterManager.ZakazannieBludaTableAdapter = null;
  118. this.tableAdapterManager.ZakaziTableAdapter = null;
  119. //
  120. // smeniBindingNavigator
  121. //
  122. this.smeniBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  123. this.smeniBindingNavigator.BindingSource = this.smeniBindingSource;
  124. this.smeniBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  125. this.smeniBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  126. this.smeniBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  127. this.bindingNavigatorMoveFirstItem,
  128. this.bindingNavigatorMovePreviousItem,
  129. this.bindingNavigatorSeparator,
  130. this.bindingNavigatorPositionItem,
  131. this.bindingNavigatorCountItem,
  132. this.bindingNavigatorSeparator1,
  133. this.bindingNavigatorMoveNextItem,
  134. this.bindingNavigatorMoveLastItem,
  135. this.bindingNavigatorSeparator2,
  136. this.bindingNavigatorAddNewItem,
  137. this.bindingNavigatorDeleteItem,
  138. this.smeniBindingNavigatorSaveItem});
  139. this.smeniBindingNavigator.Location = new System.Drawing.Point(0, 0);
  140. this.smeniBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  141. this.smeniBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  142. this.smeniBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  143. this.smeniBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  144. this.smeniBindingNavigator.Name = "smeniBindingNavigator";
  145. this.smeniBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  146. this.smeniBindingNavigator.Size = new System.Drawing.Size(443, 25);
  147. this.smeniBindingNavigator.TabIndex = 2;
  148. this.smeniBindingNavigator.Text = "bindingNavigator1";
  149. //
  150. // bindingNavigatorAddNewItem
  151. //
  152. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  153. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  154. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  155. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  156. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  157. this.bindingNavigatorAddNewItem.Text = "Добавить";
  158. //
  159. // bindingNavigatorCountItem
  160. //
  161. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  162. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  163. this.bindingNavigatorCountItem.Text = "для {0}";
  164. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  165. //
  166. // bindingNavigatorDeleteItem
  167. //
  168. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  169. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  170. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  171. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  172. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  173. this.bindingNavigatorDeleteItem.Text = "Удалить";
  174. //
  175. // bindingNavigatorMoveFirstItem
  176. //
  177. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  178. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  179. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  180. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  181. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  182. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  183. //
  184. // bindingNavigatorMovePreviousItem
  185. //
  186. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  187. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  188. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  189. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  190. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  191. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  192. //
  193. // bindingNavigatorSeparator
  194. //
  195. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  196. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  197. //
  198. // bindingNavigatorPositionItem
  199. //
  200. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  201. this.bindingNavigatorPositionItem.AutoSize = false;
  202. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  203. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  204. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  205. this.bindingNavigatorPositionItem.Text = "0";
  206. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  207. //
  208. // bindingNavigatorSeparator1
  209. //
  210. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  211. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  212. //
  213. // bindingNavigatorMoveNextItem
  214. //
  215. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  216. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  217. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  218. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  219. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  220. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  221. //
  222. // bindingNavigatorMoveLastItem
  223. //
  224. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  225. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  226. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  227. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  228. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  229. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  230. //
  231. // bindingNavigatorSeparator2
  232. //
  233. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  234. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  235. //
  236. // smeniBindingNavigatorSaveItem
  237. //
  238. this.smeniBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  239. this.smeniBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("smeniBindingNavigatorSaveItem.Image")));
  240. this.smeniBindingNavigatorSaveItem.Name = "smeniBindingNavigatorSaveItem";
  241. this.smeniBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  242. this.smeniBindingNavigatorSaveItem.Text = "Сохранить данные";
  243. this.smeniBindingNavigatorSaveItem.Click += new System.EventHandler(this.smeniBindingNavigatorSaveItem_Click);
  244. //
  245. // пользовательTextBox
  246. //
  247. this.пользовательTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.smeniBindingSource, "Пользователь", true));
  248. this.пользовательTextBox.Location = new System.Drawing.Point(143, 66);
  249. this.пользовательTextBox.Name = "пользовательTextBox";
  250. this.пользовательTextBox.Size = new System.Drawing.Size(100, 20);
  251. this.пользовательTextBox.TabIndex = 3;
  252. //
  253. // датаDateTimePicker
  254. //
  255. this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.smeniBindingSource, "Дата", true));
  256. this.датаDateTimePicker.Location = new System.Drawing.Point(143, 92);
  257. this.датаDateTimePicker.Name = "датаDateTimePicker";
  258. this.датаDateTimePicker.Size = new System.Drawing.Size(200, 20);
  259. this.датаDateTimePicker.TabIndex = 5;
  260. //
  261. // button2
  262. //
  263. this.button2.Location = new System.Drawing.Point(163, 118);
  264. this.button2.Name = "button2";
  265. this.button2.Size = new System.Drawing.Size(127, 35);
  266. this.button2.TabIndex = 6;
  267. this.button2.Text = "Назначить человека на смену";
  268. this.button2.UseVisualStyleBackColor = true;
  269. this.button2.Click += new System.EventHandler(this.button2_Click);
  270. //
  271. // label1
  272. //
  273. this.label1.AutoSize = true;
  274. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  275. this.label1.Location = new System.Drawing.Point(120, 39);
  276. this.label1.Name = "label1";
  277. this.label1.Size = new System.Drawing.Size(190, 20);
  278. this.label1.TabIndex = 12;
  279. this.label1.Text = "Назначение на смену";
  280. //
  281. // Admin3
  282. //
  283. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  284. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  285. this.ClientSize = new System.Drawing.Size(443, 199);
  286. this.Controls.Add(this.label1);
  287. this.Controls.Add(this.button2);
  288. this.Controls.Add(датаLabel);
  289. this.Controls.Add(this.датаDateTimePicker);
  290. this.Controls.Add(пользовательLabel);
  291. this.Controls.Add(this.пользовательTextBox);
  292. this.Controls.Add(this.smeniBindingNavigator);
  293. this.Controls.Add(this.button1);
  294. this.Name = "Admin3";
  295. this.Text = "Admin3";
  296. this.Load += new System.EventHandler(this.Admin3_Load);
  297. ((System.ComponentModel.ISupportInitialize)(this.kafe09DataSet)).EndInit();
  298. ((System.ComponentModel.ISupportInitialize)(this.smeniBindingSource)).EndInit();
  299. ((System.ComponentModel.ISupportInitialize)(this.smeniBindingNavigator)).EndInit();
  300. this.smeniBindingNavigator.ResumeLayout(false);
  301. this.smeniBindingNavigator.PerformLayout();
  302. this.ResumeLayout(false);
  303. this.PerformLayout();
  304. }
  305. #endregion
  306. private System.Windows.Forms.Button button1;
  307. private Kafe09DataSet kafe09DataSet;
  308. private System.Windows.Forms.BindingSource smeniBindingSource;
  309. private Kafe09DataSetTableAdapters.SmeniTableAdapter smeniTableAdapter;
  310. private Kafe09DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  311. private System.Windows.Forms.BindingNavigator smeniBindingNavigator;
  312. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  313. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  314. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  315. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  316. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  317. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  318. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  319. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  320. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  321. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  322. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  323. private System.Windows.Forms.ToolStripButton smeniBindingNavigatorSaveItem;
  324. private System.Windows.Forms.TextBox пользовательTextBox;
  325. private System.Windows.Forms.DateTimePicker датаDateTimePicker;
  326. private System.Windows.Forms.Button button2;
  327. private System.Windows.Forms.Label label1;
  328. }
  329. }