istoriyaprod.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. 
  2. namespace Brovi12
  3. {
  4. partial class istoriyaprod
  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 saleDateLabel;
  31. System.Windows.Forms.Label productIDLabel;
  32. System.Windows.Forms.Label quantityLabel;
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(istoriyaprod));
  34. this._1Brovi12DataSet = new Brovi12._1Brovi12DataSet();
  35. this.productSaleBindingSource = new System.Windows.Forms.BindingSource(this.components);
  36. this.productSaleTableAdapter = new Brovi12._1Brovi12DataSetTableAdapters.ProductSaleTableAdapter();
  37. this.tableAdapterManager = new Brovi12._1Brovi12DataSetTableAdapters.TableAdapterManager();
  38. this.productSaleBindingNavigator = 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.productSaleBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  51. this.saleDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
  52. this.productIDTextBox = new System.Windows.Forms.TextBox();
  53. this.quantityTextBox = new System.Windows.Forms.TextBox();
  54. this.button6 = new System.Windows.Forms.Button();
  55. this.button5 = new System.Windows.Forms.Button();
  56. this.button3 = new System.Windows.Forms.Button();
  57. this.button4 = new System.Windows.Forms.Button();
  58. this.button2 = new System.Windows.Forms.Button();
  59. this.button1 = new System.Windows.Forms.Button();
  60. saleDateLabel = new System.Windows.Forms.Label();
  61. productIDLabel = new System.Windows.Forms.Label();
  62. quantityLabel = new System.Windows.Forms.Label();
  63. ((System.ComponentModel.ISupportInitialize)(this._1Brovi12DataSet)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingSource)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingNavigator)).BeginInit();
  66. this.productSaleBindingNavigator.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // saleDateLabel
  70. //
  71. saleDateLabel.AutoSize = true;
  72. saleDateLabel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. saleDateLabel.Location = new System.Drawing.Point(55, 92);
  74. saleDateLabel.Name = "saleDateLabel";
  75. saleDateLabel.Size = new System.Drawing.Size(111, 16);
  76. saleDateLabel.TabIndex = 4;
  77. saleDateLabel.Text = "Дата продажи:";
  78. //
  79. // productIDLabel
  80. //
  81. productIDLabel.AutoSize = true;
  82. productIDLabel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. productIDLabel.Location = new System.Drawing.Point(45, 128);
  84. productIDLabel.Name = "productIDLabel";
  85. productIDLabel.Size = new System.Drawing.Size(124, 16);
  86. productIDLabel.TabIndex = 5;
  87. productIDLabel.Text = "Номер продукта:";
  88. //
  89. // quantityLabel
  90. //
  91. quantityLabel.AutoSize = true;
  92. quantityLabel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  93. quantityLabel.Location = new System.Drawing.Point(69, 163);
  94. quantityLabel.Name = "quantityLabel";
  95. quantityLabel.Size = new System.Drawing.Size(91, 16);
  96. quantityLabel.TabIndex = 6;
  97. quantityLabel.Text = "Количество:";
  98. //
  99. // _1Brovi12DataSet
  100. //
  101. this._1Brovi12DataSet.DataSetName = "_1Brovi12DataSet";
  102. this._1Brovi12DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  103. //
  104. // productSaleBindingSource
  105. //
  106. this.productSaleBindingSource.DataMember = "ProductSale";
  107. this.productSaleBindingSource.DataSource = this._1Brovi12DataSet;
  108. //
  109. // productSaleTableAdapter
  110. //
  111. this.productSaleTableAdapter.ClearBeforeFill = true;
  112. //
  113. // tableAdapterManager
  114. //
  115. this.tableAdapterManager.AttachedProductTableAdapter = null;
  116. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  117. this.tableAdapterManager.ClientServiceTableAdapter = null;
  118. this.tableAdapterManager.ClientTableAdapter = null;
  119. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  120. this.tableAdapterManager.GenderTableAdapter = null;
  121. this.tableAdapterManager.ManufacturerTableAdapter = null;
  122. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  123. this.tableAdapterManager.ProductSaleTableAdapter = this.productSaleTableAdapter;
  124. this.tableAdapterManager.ProductTableAdapter = null;
  125. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  126. this.tableAdapterManager.ServiceTableAdapter = null;
  127. this.tableAdapterManager.TagOfClientTableAdapter = null;
  128. this.tableAdapterManager.TagTableAdapter = null;
  129. this.tableAdapterManager.UpdateOrder = Brovi12._1Brovi12DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  130. //
  131. // productSaleBindingNavigator
  132. //
  133. this.productSaleBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  134. this.productSaleBindingNavigator.BindingSource = this.productSaleBindingSource;
  135. this.productSaleBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  136. this.productSaleBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  137. this.productSaleBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  138. this.bindingNavigatorMoveFirstItem,
  139. this.bindingNavigatorMovePreviousItem,
  140. this.bindingNavigatorSeparator,
  141. this.bindingNavigatorPositionItem,
  142. this.bindingNavigatorCountItem,
  143. this.bindingNavigatorSeparator1,
  144. this.bindingNavigatorMoveNextItem,
  145. this.bindingNavigatorMoveLastItem,
  146. this.bindingNavigatorSeparator2,
  147. this.bindingNavigatorAddNewItem,
  148. this.bindingNavigatorDeleteItem,
  149. this.productSaleBindingNavigatorSaveItem});
  150. this.productSaleBindingNavigator.Location = new System.Drawing.Point(0, 0);
  151. this.productSaleBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  152. this.productSaleBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  153. this.productSaleBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  154. this.productSaleBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  155. this.productSaleBindingNavigator.Name = "productSaleBindingNavigator";
  156. this.productSaleBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  157. this.productSaleBindingNavigator.Size = new System.Drawing.Size(377, 25);
  158. this.productSaleBindingNavigator.TabIndex = 0;
  159. this.productSaleBindingNavigator.Text = "bindingNavigator1";
  160. //
  161. // bindingNavigatorAddNewItem
  162. //
  163. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  164. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  165. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  166. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  167. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  168. this.bindingNavigatorAddNewItem.Text = "Добавить";
  169. //
  170. // bindingNavigatorCountItem
  171. //
  172. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  173. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  174. this.bindingNavigatorCountItem.Text = "для {0}";
  175. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  176. //
  177. // bindingNavigatorDeleteItem
  178. //
  179. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  180. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  181. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  182. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  183. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  184. this.bindingNavigatorDeleteItem.Text = "Удалить";
  185. //
  186. // bindingNavigatorMoveFirstItem
  187. //
  188. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  189. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  190. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  191. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  192. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  193. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  194. //
  195. // bindingNavigatorMovePreviousItem
  196. //
  197. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  198. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  199. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  200. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  201. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  202. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  203. //
  204. // bindingNavigatorSeparator
  205. //
  206. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  207. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  208. //
  209. // bindingNavigatorPositionItem
  210. //
  211. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  212. this.bindingNavigatorPositionItem.AutoSize = false;
  213. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  214. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  215. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  216. this.bindingNavigatorPositionItem.Text = "0";
  217. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  218. //
  219. // bindingNavigatorSeparator1
  220. //
  221. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  222. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  223. //
  224. // bindingNavigatorMoveNextItem
  225. //
  226. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  227. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  228. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  229. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  230. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  231. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  232. //
  233. // bindingNavigatorMoveLastItem
  234. //
  235. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  236. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  237. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  238. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  239. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  240. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  241. //
  242. // bindingNavigatorSeparator2
  243. //
  244. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  245. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  246. //
  247. // productSaleBindingNavigatorSaveItem
  248. //
  249. this.productSaleBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  250. this.productSaleBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("productSaleBindingNavigatorSaveItem.Image")));
  251. this.productSaleBindingNavigatorSaveItem.Name = "productSaleBindingNavigatorSaveItem";
  252. this.productSaleBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  253. this.productSaleBindingNavigatorSaveItem.Text = "Сохранить данные";
  254. this.productSaleBindingNavigatorSaveItem.Click += new System.EventHandler(this.productSaleBindingNavigatorSaveItem_Click);
  255. //
  256. // saleDateDateTimePicker
  257. //
  258. this.saleDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.productSaleBindingSource, "SaleDate", true));
  259. this.saleDateDateTimePicker.Location = new System.Drawing.Point(175, 91);
  260. this.saleDateDateTimePicker.Name = "saleDateDateTimePicker";
  261. this.saleDateDateTimePicker.Size = new System.Drawing.Size(150, 20);
  262. this.saleDateDateTimePicker.TabIndex = 5;
  263. //
  264. // productIDTextBox
  265. //
  266. this.productIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productSaleBindingSource, "ProductID", true));
  267. this.productIDTextBox.Location = new System.Drawing.Point(175, 128);
  268. this.productIDTextBox.Name = "productIDTextBox";
  269. this.productIDTextBox.Size = new System.Drawing.Size(100, 20);
  270. this.productIDTextBox.TabIndex = 6;
  271. //
  272. // quantityTextBox
  273. //
  274. this.quantityTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productSaleBindingSource, "Quantity", true));
  275. this.quantityTextBox.Location = new System.Drawing.Point(175, 160);
  276. this.quantityTextBox.Name = "quantityTextBox";
  277. this.quantityTextBox.Size = new System.Drawing.Size(100, 20);
  278. this.quantityTextBox.TabIndex = 7;
  279. //
  280. // button6
  281. //
  282. this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  283. this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  284. this.button6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  285. this.button6.Location = new System.Drawing.Point(117, 239);
  286. this.button6.Name = "button6";
  287. this.button6.Size = new System.Drawing.Size(75, 23);
  288. this.button6.TabIndex = 24;
  289. this.button6.Text = "Удалить";
  290. this.button6.UseVisualStyleBackColor = false;
  291. this.button6.Click += new System.EventHandler(this.button6_Click);
  292. //
  293. // button5
  294. //
  295. this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  296. this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  297. this.button5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  298. this.button5.Location = new System.Drawing.Point(281, 238);
  299. this.button5.Name = "button5";
  300. this.button5.Size = new System.Drawing.Size(81, 23);
  301. this.button5.TabIndex = 23;
  302. this.button5.Text = "Сохранить";
  303. this.button5.UseVisualStyleBackColor = false;
  304. this.button5.Click += new System.EventHandler(this.button5_Click);
  305. //
  306. // button3
  307. //
  308. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  309. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  310. this.button3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  311. this.button3.Location = new System.Drawing.Point(200, 267);
  312. this.button3.Name = "button3";
  313. this.button3.Size = new System.Drawing.Size(94, 23);
  314. this.button3.TabIndex = 22;
  315. this.button3.Text = "Следуйщий";
  316. this.button3.UseVisualStyleBackColor = false;
  317. this.button3.Click += new System.EventHandler(this.button3_Click);
  318. //
  319. // button4
  320. //
  321. this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  322. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  323. this.button4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  324. this.button4.Location = new System.Drawing.Point(90, 268);
  325. this.button4.Name = "button4";
  326. this.button4.Size = new System.Drawing.Size(104, 23);
  327. this.button4.TabIndex = 21;
  328. this.button4.Text = "Предыдущий";
  329. this.button4.UseVisualStyleBackColor = false;
  330. this.button4.Click += new System.EventHandler(this.button4_Click);
  331. //
  332. // button2
  333. //
  334. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  335. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  336. this.button2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  337. this.button2.Location = new System.Drawing.Point(33, 240);
  338. this.button2.Name = "button2";
  339. this.button2.Size = new System.Drawing.Size(75, 23);
  340. this.button2.TabIndex = 20;
  341. this.button2.Text = "Выход";
  342. this.button2.UseVisualStyleBackColor = false;
  343. this.button2.Click += new System.EventHandler(this.button2_Click);
  344. //
  345. // button1
  346. //
  347. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  348. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  349. this.button1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  350. this.button1.Location = new System.Drawing.Point(200, 238);
  351. this.button1.Name = "button1";
  352. this.button1.Size = new System.Drawing.Size(75, 23);
  353. this.button1.TabIndex = 19;
  354. this.button1.Text = "Добавить";
  355. this.button1.UseVisualStyleBackColor = false;
  356. this.button1.Click += new System.EventHandler(this.button1_Click);
  357. //
  358. // istoriyaprod
  359. //
  360. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  361. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  362. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  363. this.ClientSize = new System.Drawing.Size(377, 309);
  364. this.Controls.Add(this.button6);
  365. this.Controls.Add(this.button5);
  366. this.Controls.Add(this.button3);
  367. this.Controls.Add(this.button4);
  368. this.Controls.Add(this.button2);
  369. this.Controls.Add(this.button1);
  370. this.Controls.Add(quantityLabel);
  371. this.Controls.Add(this.quantityTextBox);
  372. this.Controls.Add(productIDLabel);
  373. this.Controls.Add(this.productIDTextBox);
  374. this.Controls.Add(saleDateLabel);
  375. this.Controls.Add(this.saleDateDateTimePicker);
  376. this.Controls.Add(this.productSaleBindingNavigator);
  377. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  378. this.Name = "istoriyaprod";
  379. this.Text = "История продаж";
  380. this.Load += new System.EventHandler(this.istoriyaprod_Load);
  381. ((System.ComponentModel.ISupportInitialize)(this._1Brovi12DataSet)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingSource)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingNavigator)).EndInit();
  384. this.productSaleBindingNavigator.ResumeLayout(false);
  385. this.productSaleBindingNavigator.PerformLayout();
  386. this.ResumeLayout(false);
  387. this.PerformLayout();
  388. }
  389. #endregion
  390. private _1Brovi12DataSet _1Brovi12DataSet;
  391. private System.Windows.Forms.BindingSource productSaleBindingSource;
  392. private _1Brovi12DataSetTableAdapters.ProductSaleTableAdapter productSaleTableAdapter;
  393. private _1Brovi12DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  394. private System.Windows.Forms.BindingNavigator productSaleBindingNavigator;
  395. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  396. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  397. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  398. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  399. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  400. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  401. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  402. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  403. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  404. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  405. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  406. private System.Windows.Forms.ToolStripButton productSaleBindingNavigatorSaveItem;
  407. private System.Windows.Forms.DateTimePicker saleDateDateTimePicker;
  408. private System.Windows.Forms.TextBox productIDTextBox;
  409. private System.Windows.Forms.TextBox quantityTextBox;
  410. private System.Windows.Forms.Button button6;
  411. private System.Windows.Forms.Button button5;
  412. private System.Windows.Forms.Button button3;
  413. private System.Windows.Forms.Button button4;
  414. private System.Windows.Forms.Button button2;
  415. private System.Windows.Forms.Button button1;
  416. }
  417. }