ReportForm.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. namespace RestaurantApp
  2. {
  3. partial class ReportForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. {
  10. components.Dispose();
  11. }
  12. base.Dispose(disposing);
  13. }
  14. private void InitializeComponent()
  15. {
  16. this.tabControl = new System.Windows.Forms.TabControl();
  17. this.tabRevenue = new System.Windows.Forms.TabPage();
  18. this.dgvRevenue = new System.Windows.Forms.DataGridView();
  19. this.panelRevenue = new System.Windows.Forms.Panel();
  20. this.btnRevenueShow = new System.Windows.Forms.Button();
  21. this.dtpRevenueTo = new System.Windows.Forms.DateTimePicker();
  22. this.lblRevenueTo = new System.Windows.Forms.Label();
  23. this.dtpRevenueFrom = new System.Windows.Forms.DateTimePicker();
  24. this.lblRevenueFrom = new System.Windows.Forms.Label();
  25. this.tabDishSales = new System.Windows.Forms.TabPage();
  26. this.dgvDishSales = new System.Windows.Forms.DataGridView();
  27. this.panelDishSales = new System.Windows.Forms.Panel();
  28. this.btnDishSalesShow = new System.Windows.Forms.Button();
  29. this.dtpDishSalesTo = new System.Windows.Forms.DateTimePicker();
  30. this.lblDishSalesTo = new System.Windows.Forms.Label();
  31. this.dtpDishSalesFrom = new System.Windows.Forms.DateTimePicker();
  32. this.lblDishSalesFrom = new System.Windows.Forms.Label();
  33. this.tabWaiterStats = new System.Windows.Forms.TabPage();
  34. this.dgvWaiterStats = new System.Windows.Forms.DataGridView();
  35. this.panelWaiterStats = new System.Windows.Forms.Panel();
  36. this.btnWaiterStatsShow = new System.Windows.Forms.Button();
  37. this.dtpWaiterStatsTo = new System.Windows.Forms.DateTimePicker();
  38. this.lblWaiterStatsTo = new System.Windows.Forms.Label();
  39. this.dtpWaiterStatsFrom = new System.Windows.Forms.DateTimePicker();
  40. this.lblWaiterStatsFrom = new System.Windows.Forms.Label();
  41. this.tabPaymentMethods = new System.Windows.Forms.TabPage();
  42. this.dgvPaymentMethods = new System.Windows.Forms.DataGridView();
  43. this.panelPaymentMethods = new System.Windows.Forms.Panel();
  44. this.btnPaymentMethodsShow = new System.Windows.Forms.Button();
  45. this.dtpPaymentMethodsTo = new System.Windows.Forms.DateTimePicker();
  46. this.lblPaymentMethodsTo = new System.Windows.Forms.Label();
  47. this.dtpPaymentMethodsFrom = new System.Windows.Forms.DateTimePicker();
  48. this.lblPaymentMethodsFrom = new System.Windows.Forms.Label();
  49. this.tabLowStock = new System.Windows.Forms.TabPage();
  50. this.dgvLowStock = new System.Windows.Forms.DataGridView();
  51. this.btnLowStockRefresh = new System.Windows.Forms.Button();
  52. this.tabControl.SuspendLayout();
  53. this.tabRevenue.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgvRevenue)).BeginInit();
  55. this.panelRevenue.SuspendLayout();
  56. this.tabDishSales.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgvDishSales)).BeginInit();
  58. this.panelDishSales.SuspendLayout();
  59. this.tabWaiterStats.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.dgvWaiterStats)).BeginInit();
  61. this.panelWaiterStats.SuspendLayout();
  62. this.tabPaymentMethods.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.dgvPaymentMethods)).BeginInit();
  64. this.panelPaymentMethods.SuspendLayout();
  65. this.tabLowStock.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvLowStock)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // tabControl
  70. //
  71. this.tabControl.Controls.Add(this.tabRevenue);
  72. this.tabControl.Controls.Add(this.tabDishSales);
  73. this.tabControl.Controls.Add(this.tabWaiterStats);
  74. this.tabControl.Controls.Add(this.tabPaymentMethods);
  75. this.tabControl.Controls.Add(this.tabLowStock);
  76. this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.tabControl.Location = new System.Drawing.Point(0, 0);
  78. this.tabControl.Name = "tabControl";
  79. this.tabControl.SelectedIndex = 0;
  80. this.tabControl.Size = new System.Drawing.Size(1000, 600);
  81. this.tabControl.TabIndex = 0;
  82. //
  83. // tabRevenue
  84. //
  85. this.tabRevenue.Controls.Add(this.dgvRevenue);
  86. this.tabRevenue.Controls.Add(this.panelRevenue);
  87. this.tabRevenue.Location = new System.Drawing.Point(4, 22);
  88. this.tabRevenue.Name = "tabRevenue";
  89. this.tabRevenue.Padding = new System.Windows.Forms.Padding(3);
  90. this.tabRevenue.Size = new System.Drawing.Size(992, 574);
  91. this.tabRevenue.TabIndex = 0;
  92. this.tabRevenue.Text = "Выручка";
  93. this.tabRevenue.UseVisualStyleBackColor = true;
  94. //
  95. // dgvRevenue
  96. //
  97. this.dgvRevenue.AllowUserToAddRows = false;
  98. this.dgvRevenue.AllowUserToDeleteRows = false;
  99. this.dgvRevenue.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  100. this.dgvRevenue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  101. this.dgvRevenue.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.dgvRevenue.Location = new System.Drawing.Point(3, 45);
  103. this.dgvRevenue.Name = "dgvRevenue";
  104. this.dgvRevenue.ReadOnly = true;
  105. this.dgvRevenue.Size = new System.Drawing.Size(986, 526);
  106. this.dgvRevenue.TabIndex = 1;
  107. //
  108. // panelRevenue
  109. //
  110. this.panelRevenue.Controls.Add(this.btnRevenueShow);
  111. this.panelRevenue.Controls.Add(this.dtpRevenueTo);
  112. this.panelRevenue.Controls.Add(this.lblRevenueTo);
  113. this.panelRevenue.Controls.Add(this.dtpRevenueFrom);
  114. this.panelRevenue.Controls.Add(this.lblRevenueFrom);
  115. this.panelRevenue.Dock = System.Windows.Forms.DockStyle.Top;
  116. this.panelRevenue.Location = new System.Drawing.Point(3, 3);
  117. this.panelRevenue.Name = "panelRevenue";
  118. this.panelRevenue.Size = new System.Drawing.Size(986, 42);
  119. this.panelRevenue.TabIndex = 0;
  120. //
  121. // btnRevenueShow
  122. //
  123. this.btnRevenueShow.Location = new System.Drawing.Point(370, 10);
  124. this.btnRevenueShow.Name = "btnRevenueShow";
  125. this.btnRevenueShow.Size = new System.Drawing.Size(100, 23);
  126. this.btnRevenueShow.TabIndex = 4;
  127. this.btnRevenueShow.Text = "Показать";
  128. this.btnRevenueShow.UseVisualStyleBackColor = true;
  129. //
  130. // dtpRevenueTo
  131. //
  132. this.dtpRevenueTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  133. this.dtpRevenueTo.Location = new System.Drawing.Point(250, 12);
  134. this.dtpRevenueTo.Name = "dtpRevenueTo";
  135. this.dtpRevenueTo.Size = new System.Drawing.Size(100, 20);
  136. this.dtpRevenueTo.TabIndex = 3;
  137. //
  138. // lblRevenueTo
  139. //
  140. this.lblRevenueTo.AutoSize = true;
  141. this.lblRevenueTo.Location = new System.Drawing.Point(220, 15);
  142. this.lblRevenueTo.Name = "lblRevenueTo";
  143. this.lblRevenueTo.Size = new System.Drawing.Size(22, 13);
  144. this.lblRevenueTo.TabIndex = 2;
  145. this.lblRevenueTo.Text = "по:";
  146. //
  147. // dtpRevenueFrom
  148. //
  149. this.dtpRevenueFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  150. this.dtpRevenueFrom.Location = new System.Drawing.Point(100, 12);
  151. this.dtpRevenueFrom.Name = "dtpRevenueFrom";
  152. this.dtpRevenueFrom.Size = new System.Drawing.Size(100, 20);
  153. this.dtpRevenueFrom.TabIndex = 1;
  154. //
  155. // lblRevenueFrom
  156. //
  157. this.lblRevenueFrom.AutoSize = true;
  158. this.lblRevenueFrom.Location = new System.Drawing.Point(20, 15);
  159. this.lblRevenueFrom.Name = "lblRevenueFrom";
  160. this.lblRevenueFrom.Size = new System.Drawing.Size(66, 13);
  161. this.lblRevenueFrom.TabIndex = 0;
  162. this.lblRevenueFrom.Text = "Период с:";
  163. //
  164. // tabDishSales
  165. //
  166. this.tabDishSales.Controls.Add(this.dgvDishSales);
  167. this.tabDishSales.Controls.Add(this.panelDishSales);
  168. this.tabDishSales.Location = new System.Drawing.Point(4, 22);
  169. this.tabDishSales.Name = "tabDishSales";
  170. this.tabDishSales.Padding = new System.Windows.Forms.Padding(3);
  171. this.tabDishSales.Size = new System.Drawing.Size(992, 574);
  172. this.tabDishSales.TabIndex = 1;
  173. this.tabDishSales.Text = "Продажи блюд";
  174. this.tabDishSales.UseVisualStyleBackColor = true;
  175. //
  176. // dgvDishSales
  177. //
  178. this.dgvDishSales.AllowUserToAddRows = false;
  179. this.dgvDishSales.AllowUserToDeleteRows = false;
  180. this.dgvDishSales.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  181. this.dgvDishSales.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  182. this.dgvDishSales.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.dgvDishSales.Location = new System.Drawing.Point(3, 45);
  184. this.dgvDishSales.Name = "dgvDishSales";
  185. this.dgvDishSales.ReadOnly = true;
  186. this.dgvDishSales.Size = new System.Drawing.Size(986, 526);
  187. this.dgvDishSales.TabIndex = 1;
  188. //
  189. // panelDishSales
  190. //
  191. this.panelDishSales.Controls.Add(this.btnDishSalesShow);
  192. this.panelDishSales.Controls.Add(this.dtpDishSalesTo);
  193. this.panelDishSales.Controls.Add(this.lblDishSalesTo);
  194. this.panelDishSales.Controls.Add(this.dtpDishSalesFrom);
  195. this.panelDishSales.Controls.Add(this.lblDishSalesFrom);
  196. this.panelDishSales.Dock = System.Windows.Forms.DockStyle.Top;
  197. this.panelDishSales.Location = new System.Drawing.Point(3, 3);
  198. this.panelDishSales.Name = "panelDishSales";
  199. this.panelDishSales.Size = new System.Drawing.Size(986, 42);
  200. this.panelDishSales.TabIndex = 0;
  201. //
  202. // btnDishSalesShow
  203. //
  204. this.btnDishSalesShow.Location = new System.Drawing.Point(370, 10);
  205. this.btnDishSalesShow.Name = "btnDishSalesShow";
  206. this.btnDishSalesShow.Size = new System.Drawing.Size(100, 23);
  207. this.btnDishSalesShow.TabIndex = 4;
  208. this.btnDishSalesShow.Text = "Показать";
  209. this.btnDishSalesShow.UseVisualStyleBackColor = true;
  210. //
  211. // dtpDishSalesTo
  212. //
  213. this.dtpDishSalesTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  214. this.dtpDishSalesTo.Location = new System.Drawing.Point(250, 12);
  215. this.dtpDishSalesTo.Name = "dtpDishSalesTo";
  216. this.dtpDishSalesTo.Size = new System.Drawing.Size(100, 20);
  217. this.dtpDishSalesTo.TabIndex = 3;
  218. //
  219. // lblDishSalesTo
  220. //
  221. this.lblDishSalesTo.AutoSize = true;
  222. this.lblDishSalesTo.Location = new System.Drawing.Point(220, 15);
  223. this.lblDishSalesTo.Name = "lblDishSalesTo";
  224. this.lblDishSalesTo.Size = new System.Drawing.Size(22, 13);
  225. this.lblDishSalesTo.TabIndex = 2;
  226. this.lblDishSalesTo.Text = "по:";
  227. //
  228. // dtpDishSalesFrom
  229. //
  230. this.dtpDishSalesFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  231. this.dtpDishSalesFrom.Location = new System.Drawing.Point(100, 12);
  232. this.dtpDishSalesFrom.Name = "dtpDishSalesFrom";
  233. this.dtpDishSalesFrom.Size = new System.Drawing.Size(100, 20);
  234. this.dtpDishSalesFrom.TabIndex = 1;
  235. //
  236. // lblDishSalesFrom
  237. //
  238. this.lblDishSalesFrom.AutoSize = true;
  239. this.lblDishSalesFrom.Location = new System.Drawing.Point(20, 15);
  240. this.lblDishSalesFrom.Name = "lblDishSalesFrom";
  241. this.lblDishSalesFrom.Size = new System.Drawing.Size(66, 13);
  242. this.lblDishSalesFrom.TabIndex = 0;
  243. this.lblDishSalesFrom.Text = "Период с:";
  244. //
  245. // tabWaiterStats
  246. //
  247. this.tabWaiterStats.Controls.Add(this.dgvWaiterStats);
  248. this.tabWaiterStats.Controls.Add(this.panelWaiterStats);
  249. this.tabWaiterStats.Location = new System.Drawing.Point(4, 22);
  250. this.tabWaiterStats.Name = "tabWaiterStats";
  251. this.tabWaiterStats.Size = new System.Drawing.Size(992, 574);
  252. this.tabWaiterStats.TabIndex = 2;
  253. this.tabWaiterStats.Text = "Официанты";
  254. this.tabWaiterStats.UseVisualStyleBackColor = true;
  255. //
  256. // dgvWaiterStats
  257. //
  258. this.dgvWaiterStats.AllowUserToAddRows = false;
  259. this.dgvWaiterStats.AllowUserToDeleteRows = false;
  260. this.dgvWaiterStats.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  261. this.dgvWaiterStats.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  262. this.dgvWaiterStats.Dock = System.Windows.Forms.DockStyle.Fill;
  263. this.dgvWaiterStats.Location = new System.Drawing.Point(0, 45);
  264. this.dgvWaiterStats.Name = "dgvWaiterStats";
  265. this.dgvWaiterStats.ReadOnly = true;
  266. this.dgvWaiterStats.Size = new System.Drawing.Size(992, 529);
  267. this.dgvWaiterStats.TabIndex = 1;
  268. //
  269. // panelWaiterStats
  270. //
  271. this.panelWaiterStats.Controls.Add(this.btnWaiterStatsShow);
  272. this.panelWaiterStats.Controls.Add(this.dtpWaiterStatsTo);
  273. this.panelWaiterStats.Controls.Add(this.lblWaiterStatsTo);
  274. this.panelWaiterStats.Controls.Add(this.dtpWaiterStatsFrom);
  275. this.panelWaiterStats.Controls.Add(this.lblWaiterStatsFrom);
  276. this.panelWaiterStats.Dock = System.Windows.Forms.DockStyle.Top;
  277. this.panelWaiterStats.Location = new System.Drawing.Point(0, 0);
  278. this.panelWaiterStats.Name = "panelWaiterStats";
  279. this.panelWaiterStats.Size = new System.Drawing.Size(992, 45);
  280. this.panelWaiterStats.TabIndex = 0;
  281. //
  282. // btnWaiterStatsShow
  283. //
  284. this.btnWaiterStatsShow.Location = new System.Drawing.Point(370, 10);
  285. this.btnWaiterStatsShow.Name = "btnWaiterStatsShow";
  286. this.btnWaiterStatsShow.Size = new System.Drawing.Size(100, 23);
  287. this.btnWaiterStatsShow.TabIndex = 4;
  288. this.btnWaiterStatsShow.Text = "Показать";
  289. this.btnWaiterStatsShow.UseVisualStyleBackColor = true;
  290. //
  291. // dtpWaiterStatsTo
  292. //
  293. this.dtpWaiterStatsTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  294. this.dtpWaiterStatsTo.Location = new System.Drawing.Point(250, 12);
  295. this.dtpWaiterStatsTo.Name = "dtpWaiterStatsTo";
  296. this.dtpWaiterStatsTo.Size = new System.Drawing.Size(100, 20);
  297. this.dtpWaiterStatsTo.TabIndex = 3;
  298. //
  299. // lblWaiterStatsTo
  300. //
  301. this.lblWaiterStatsTo.AutoSize = true;
  302. this.lblWaiterStatsTo.Location = new System.Drawing.Point(220, 15);
  303. this.lblWaiterStatsTo.Name = "lblWaiterStatsTo";
  304. this.lblWaiterStatsTo.Size = new System.Drawing.Size(22, 13);
  305. this.lblWaiterStatsTo.TabIndex = 2;
  306. this.lblWaiterStatsTo.Text = "по:";
  307. //
  308. // dtpWaiterStatsFrom
  309. //
  310. this.dtpWaiterStatsFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  311. this.dtpWaiterStatsFrom.Location = new System.Drawing.Point(100, 12);
  312. this.dtpWaiterStatsFrom.Name = "dtpWaiterStatsFrom";
  313. this.dtpWaiterStatsFrom.Size = new System.Drawing.Size(100, 20);
  314. this.dtpWaiterStatsFrom.TabIndex = 1;
  315. //
  316. // lblWaiterStatsFrom
  317. //
  318. this.lblWaiterStatsFrom.AutoSize = true;
  319. this.lblWaiterStatsFrom.Location = new System.Drawing.Point(20, 15);
  320. this.lblWaiterStatsFrom.Name = "lblWaiterStatsFrom";
  321. this.lblWaiterStatsFrom.Size = new System.Drawing.Size(66, 13);
  322. this.lblWaiterStatsFrom.TabIndex = 0;
  323. this.lblWaiterStatsFrom.Text = "Период с:";
  324. //
  325. // tabPaymentMethods
  326. //
  327. this.tabPaymentMethods.Controls.Add(this.dgvPaymentMethods);
  328. this.tabPaymentMethods.Controls.Add(this.panelPaymentMethods);
  329. this.tabPaymentMethods.Location = new System.Drawing.Point(4, 22);
  330. this.tabPaymentMethods.Name = "tabPaymentMethods";
  331. this.tabPaymentMethods.Size = new System.Drawing.Size(992, 574);
  332. this.tabPaymentMethods.TabIndex = 3;
  333. this.tabPaymentMethods.Text = "Способы оплаты";
  334. this.tabPaymentMethods.UseVisualStyleBackColor = true;
  335. //
  336. // dgvPaymentMethods
  337. //
  338. this.dgvPaymentMethods.AllowUserToAddRows = false;
  339. this.dgvPaymentMethods.AllowUserToDeleteRows = false;
  340. this.dgvPaymentMethods.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  341. this.dgvPaymentMethods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  342. this.dgvPaymentMethods.Dock = System.Windows.Forms.DockStyle.Fill;
  343. this.dgvPaymentMethods.Location = new System.Drawing.Point(0, 45);
  344. this.dgvPaymentMethods.Name = "dgvPaymentMethods";
  345. this.dgvPaymentMethods.ReadOnly = true;
  346. this.dgvPaymentMethods.Size = new System.Drawing.Size(992, 529);
  347. this.dgvPaymentMethods.TabIndex = 1;
  348. //
  349. // panelPaymentMethods
  350. //
  351. this.panelPaymentMethods.Controls.Add(this.btnPaymentMethodsShow);
  352. this.panelPaymentMethods.Controls.Add(this.dtpPaymentMethodsTo);
  353. this.panelPaymentMethods.Controls.Add(this.lblPaymentMethodsTo);
  354. this.panelPaymentMethods.Controls.Add(this.dtpPaymentMethodsFrom);
  355. this.panelPaymentMethods.Controls.Add(this.lblPaymentMethodsFrom);
  356. this.panelPaymentMethods.Dock = System.Windows.Forms.DockStyle.Top;
  357. this.panelPaymentMethods.Location = new System.Drawing.Point(0, 0);
  358. this.panelPaymentMethods.Name = "panelPaymentMethods";
  359. this.panelPaymentMethods.Size = new System.Drawing.Size(992, 45);
  360. this.panelPaymentMethods.TabIndex = 0;
  361. //
  362. // btnPaymentMethodsShow
  363. //
  364. this.btnPaymentMethodsShow.Location = new System.Drawing.Point(370, 10);
  365. this.btnPaymentMethodsShow.Name = "btnPaymentMethodsShow";
  366. this.btnPaymentMethodsShow.Size = new System.Drawing.Size(100, 23);
  367. this.btnPaymentMethodsShow.TabIndex = 4;
  368. this.btnPaymentMethodsShow.Text = "Показать";
  369. this.btnPaymentMethodsShow.UseVisualStyleBackColor = true;
  370. //
  371. // dtpPaymentMethodsTo
  372. //
  373. this.dtpPaymentMethodsTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  374. this.dtpPaymentMethodsTo.Location = new System.Drawing.Point(250, 12);
  375. this.dtpPaymentMethodsTo.Name = "dtpPaymentMethodsTo";
  376. this.dtpPaymentMethodsTo.Size = new System.Drawing.Size(100, 20);
  377. this.dtpPaymentMethodsTo.TabIndex = 3;
  378. //
  379. // lblPaymentMethodsTo
  380. //
  381. this.lblPaymentMethodsTo.AutoSize = true;
  382. this.lblPaymentMethodsTo.Location = new System.Drawing.Point(220, 15);
  383. this.lblPaymentMethodsTo.Name = "lblPaymentMethodsTo";
  384. this.lblPaymentMethodsTo.Size = new System.Drawing.Size(22, 13);
  385. this.lblPaymentMethodsTo.TabIndex = 2;
  386. this.lblPaymentMethodsTo.Text = "по:";
  387. //
  388. // dtpPaymentMethodsFrom
  389. //
  390. this.dtpPaymentMethodsFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  391. this.dtpPaymentMethodsFrom.Location = new System.Drawing.Point(100, 12);
  392. this.dtpPaymentMethodsFrom.Name = "dtpPaymentMethodsFrom";
  393. this.dtpPaymentMethodsFrom.Size = new System.Drawing.Size(100, 20);
  394. this.dtpPaymentMethodsFrom.TabIndex = 1;
  395. //
  396. // lblPaymentMethodsFrom
  397. //
  398. this.lblPaymentMethodsFrom.AutoSize = true;
  399. this.lblPaymentMethodsFrom.Location = new System.Drawing.Point(20, 15);
  400. this.lblPaymentMethodsFrom.Name = "lblPaymentMethodsFrom";
  401. this.lblPaymentMethodsFrom.Size = new System.Drawing.Size(66, 13);
  402. this.lblPaymentMethodsFrom.TabIndex = 0;
  403. this.lblPaymentMethodsFrom.Text = "Период с:";
  404. //
  405. // tabLowStock
  406. //
  407. this.tabLowStock.Controls.Add(this.dgvLowStock);
  408. this.tabLowStock.Controls.Add(this.btnLowStockRefresh);
  409. this.tabLowStock.Location = new System.Drawing.Point(4, 22);
  410. this.tabLowStock.Name = "tabLowStock";
  411. this.tabLowStock.Size = new System.Drawing.Size(992, 574);
  412. this.tabLowStock.TabIndex = 4;
  413. this.tabLowStock.Text = "Остатки";
  414. this.tabLowStock.UseVisualStyleBackColor = true;
  415. //
  416. // dgvLowStock
  417. //
  418. this.dgvLowStock.AllowUserToAddRows = false;
  419. this.dgvLowStock.AllowUserToDeleteRows = false;
  420. this.dgvLowStock.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  421. this.dgvLowStock.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  422. this.dgvLowStock.Dock = System.Windows.Forms.DockStyle.Fill;
  423. this.dgvLowStock.Location = new System.Drawing.Point(0, 45);
  424. this.dgvLowStock.Name = "dgvLowStock";
  425. this.dgvLowStock.ReadOnly = true;
  426. this.dgvLowStock.Size = new System.Drawing.Size(992, 529);
  427. this.dgvLowStock.TabIndex = 1;
  428. //
  429. // btnLowStockRefresh
  430. //
  431. this.btnLowStockRefresh.Location = new System.Drawing.Point(20, 12);
  432. this.btnLowStockRefresh.Name = "btnLowStockRefresh";
  433. this.btnLowStockRefresh.Size = new System.Drawing.Size(100, 23);
  434. this.btnLowStockRefresh.TabIndex = 0;
  435. this.btnLowStockRefresh.Text = "Обновить";
  436. this.btnLowStockRefresh.UseVisualStyleBackColor = true;
  437. //
  438. // ReportForm
  439. //
  440. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  441. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  442. this.ClientSize = new System.Drawing.Size(1000, 600);
  443. this.Controls.Add(this.tabControl);
  444. this.Name = "ReportForm";
  445. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  446. this.Text = "Отчёты";
  447. this.tabControl.ResumeLayout(false);
  448. this.tabRevenue.ResumeLayout(false);
  449. ((System.ComponentModel.ISupportInitialize)(this.dgvRevenue)).EndInit();
  450. this.panelRevenue.ResumeLayout(false);
  451. this.panelRevenue.PerformLayout();
  452. this.tabDishSales.ResumeLayout(false);
  453. ((System.ComponentModel.ISupportInitialize)(this.dgvDishSales)).EndInit();
  454. this.panelDishSales.ResumeLayout(false);
  455. this.panelDishSales.PerformLayout();
  456. this.tabWaiterStats.ResumeLayout(false);
  457. ((System.ComponentModel.ISupportInitialize)(this.dgvWaiterStats)).EndInit();
  458. this.panelWaiterStats.ResumeLayout(false);
  459. this.panelWaiterStats.PerformLayout();
  460. this.tabPaymentMethods.ResumeLayout(false);
  461. ((System.ComponentModel.ISupportInitialize)(this.dgvPaymentMethods)).EndInit();
  462. this.panelPaymentMethods.ResumeLayout(false);
  463. this.panelPaymentMethods.PerformLayout();
  464. this.tabLowStock.ResumeLayout(false);
  465. ((System.ComponentModel.ISupportInitialize)(this.dgvLowStock)).EndInit();
  466. this.ResumeLayout(false);
  467. }
  468. private System.Windows.Forms.TabControl tabControl;
  469. private System.Windows.Forms.TabPage tabRevenue;
  470. private System.Windows.Forms.TabPage tabDishSales;
  471. private System.Windows.Forms.TabPage tabWaiterStats;
  472. private System.Windows.Forms.TabPage tabPaymentMethods;
  473. private System.Windows.Forms.TabPage tabLowStock;
  474. private System.Windows.Forms.Panel panelRevenue;
  475. private System.Windows.Forms.DateTimePicker dtpRevenueFrom;
  476. private System.Windows.Forms.Label lblRevenueFrom;
  477. private System.Windows.Forms.DateTimePicker dtpRevenueTo;
  478. private System.Windows.Forms.Label lblRevenueTo;
  479. private System.Windows.Forms.Button btnRevenueShow;
  480. private System.Windows.Forms.DataGridView dgvRevenue;
  481. private System.Windows.Forms.Panel panelDishSales;
  482. private System.Windows.Forms.Button btnDishSalesShow;
  483. private System.Windows.Forms.DateTimePicker dtpDishSalesTo;
  484. private System.Windows.Forms.Label lblDishSalesTo;
  485. private System.Windows.Forms.DateTimePicker dtpDishSalesFrom;
  486. private System.Windows.Forms.Label lblDishSalesFrom;
  487. private System.Windows.Forms.DataGridView dgvDishSales;
  488. private System.Windows.Forms.Panel panelWaiterStats;
  489. private System.Windows.Forms.Button btnWaiterStatsShow;
  490. private System.Windows.Forms.DateTimePicker dtpWaiterStatsTo;
  491. private System.Windows.Forms.Label lblWaiterStatsTo;
  492. private System.Windows.Forms.DateTimePicker dtpWaiterStatsFrom;
  493. private System.Windows.Forms.Label lblWaiterStatsFrom;
  494. private System.Windows.Forms.DataGridView dgvWaiterStats;
  495. private System.Windows.Forms.Panel panelPaymentMethods;
  496. private System.Windows.Forms.Button btnPaymentMethodsShow;
  497. private System.Windows.Forms.DateTimePicker dtpPaymentMethodsTo;
  498. private System.Windows.Forms.Label lblPaymentMethodsTo;
  499. private System.Windows.Forms.DateTimePicker dtpPaymentMethodsFrom;
  500. private System.Windows.Forms.Label lblPaymentMethodsFrom;
  501. private System.Windows.Forms.DataGridView dgvPaymentMethods;
  502. private System.Windows.Forms.DataGridView dgvLowStock;
  503. private System.Windows.Forms.Button btnLowStockRefresh;
  504. }
  505. }