ProductSale.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. 
  2. namespace Brovi11
  3. {
  4. partial class ProductSale
  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 descriptionLabel;
  31. System.Windows.Forms.Label costLabel;
  32. System.Windows.Forms.Label titleLabel;
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductSale));
  34. System.Windows.Forms.Label productIDLabel;
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  39. this.saleDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.productIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.quantityDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.productSaleBindingSource = new System.Windows.Forms.BindingSource(this.components);
  43. this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet();
  44. this.productSaleTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ProductSaleTableAdapter();
  45. this.panel2 = new System.Windows.Forms.Panel();
  46. this.descriptionTextBox = new System.Windows.Forms.TextBox();
  47. this.costTextBox = new System.Windows.Forms.TextBox();
  48. this.titleTextBox = new System.Windows.Forms.TextBox();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.panel3 = new System.Windows.Forms.Panel();
  51. this.button2 = new System.Windows.Forms.Button();
  52. this.panel5 = new System.Windows.Forms.Panel();
  53. this.button4 = new System.Windows.Forms.Button();
  54. this.button3 = new System.Windows.Forms.Button();
  55. this.tableAdapterManager = new Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager();
  56. this.productIDComboBox = new System.Windows.Forms.ComboBox();
  57. this.button1 = new System.Windows.Forms.Button();
  58. descriptionLabel = new System.Windows.Forms.Label();
  59. costLabel = new System.Windows.Forms.Label();
  60. titleLabel = new System.Windows.Forms.Label();
  61. productIDLabel = new System.Windows.Forms.Label();
  62. this.panel1.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingSource)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit();
  67. this.panel2.SuspendLayout();
  68. this.panel3.SuspendLayout();
  69. this.panel5.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // descriptionLabel
  73. //
  74. descriptionLabel.AutoSize = true;
  75. descriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  76. descriptionLabel.Location = new System.Drawing.Point(56, 147);
  77. descriptionLabel.Name = "descriptionLabel";
  78. descriptionLabel.Size = new System.Drawing.Size(118, 23);
  79. descriptionLabel.TabIndex = 5;
  80. descriptionLabel.Text = "Количество:";
  81. //
  82. // costLabel
  83. //
  84. costLabel.AutoSize = true;
  85. costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. costLabel.Location = new System.Drawing.Point(102, 96);
  87. costLabel.Name = "costLabel";
  88. costLabel.Size = new System.Drawing.Size(69, 23);
  89. costLabel.TabIndex = 3;
  90. costLabel.Text = "Товар:";
  91. //
  92. // titleLabel
  93. //
  94. titleLabel.AutoSize = true;
  95. titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  96. titleLabel.Location = new System.Drawing.Point(31, 48);
  97. titleLabel.Name = "titleLabel";
  98. titleLabel.Size = new System.Drawing.Size(143, 23);
  99. titleLabel.TabIndex = 1;
  100. titleLabel.Text = "Дата продажи:";
  101. //
  102. // panel1
  103. //
  104. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  105. this.panel1.Controls.Add(this.button1);
  106. this.panel1.Controls.Add(this.label1);
  107. this.panel1.Controls.Add(this.pictureBox1);
  108. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  109. this.panel1.Location = new System.Drawing.Point(0, 0);
  110. this.panel1.Name = "panel1";
  111. this.panel1.Size = new System.Drawing.Size(1005, 124);
  112. this.panel1.TabIndex = 2;
  113. //
  114. // label1
  115. //
  116. this.label1.AutoSize = true;
  117. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  118. this.label1.Location = new System.Drawing.Point(333, 46);
  119. this.label1.Name = "label1";
  120. this.label1.Size = new System.Drawing.Size(387, 39);
  121. this.label1.TabIndex = 1;
  122. this.label1.Text = "Список продажи товаров";
  123. //
  124. // pictureBox1
  125. //
  126. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  127. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  128. this.pictureBox1.Name = "pictureBox1";
  129. this.pictureBox1.Size = new System.Drawing.Size(141, 118);
  130. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  131. this.pictureBox1.TabIndex = 0;
  132. this.pictureBox1.TabStop = false;
  133. //
  134. // dataGridView1
  135. //
  136. this.dataGridView1.AllowUserToOrderColumns = true;
  137. this.dataGridView1.AutoGenerateColumns = false;
  138. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  139. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  140. this.saleDateDataGridViewTextBoxColumn,
  141. this.productIDDataGridViewTextBoxColumn,
  142. this.quantityDataGridViewTextBoxColumn});
  143. this.dataGridView1.DataSource = this.productSaleBindingSource;
  144. this.dataGridView1.Location = new System.Drawing.Point(0, 130);
  145. this.dataGridView1.Name = "dataGridView1";
  146. this.dataGridView1.Size = new System.Drawing.Size(1002, 205);
  147. this.dataGridView1.TabIndex = 3;
  148. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  149. //
  150. // saleDateDataGridViewTextBoxColumn
  151. //
  152. this.saleDateDataGridViewTextBoxColumn.DataPropertyName = "SaleDate";
  153. this.saleDateDataGridViewTextBoxColumn.HeaderText = "Дата продажи";
  154. this.saleDateDataGridViewTextBoxColumn.Name = "saleDateDataGridViewTextBoxColumn";
  155. //
  156. // productIDDataGridViewTextBoxColumn
  157. //
  158. this.productIDDataGridViewTextBoxColumn.DataPropertyName = "ProductID";
  159. this.productIDDataGridViewTextBoxColumn.HeaderText = "Товар";
  160. this.productIDDataGridViewTextBoxColumn.Name = "productIDDataGridViewTextBoxColumn";
  161. //
  162. // quantityDataGridViewTextBoxColumn
  163. //
  164. this.quantityDataGridViewTextBoxColumn.DataPropertyName = "Quantity";
  165. this.quantityDataGridViewTextBoxColumn.HeaderText = "Количество";
  166. this.quantityDataGridViewTextBoxColumn.Name = "quantityDataGridViewTextBoxColumn";
  167. //
  168. // productSaleBindingSource
  169. //
  170. this.productSaleBindingSource.DataMember = "ProductSale";
  171. this.productSaleBindingSource.DataSource = this._1Brovi11DataSet;
  172. //
  173. // _1Brovi11DataSet
  174. //
  175. this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet";
  176. this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  177. //
  178. // productSaleTableAdapter
  179. //
  180. this.productSaleTableAdapter.ClearBeforeFill = true;
  181. //
  182. // panel2
  183. //
  184. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  185. this.panel2.Controls.Add(descriptionLabel);
  186. this.panel2.Controls.Add(this.descriptionTextBox);
  187. this.panel2.Controls.Add(costLabel);
  188. this.panel2.Controls.Add(this.costTextBox);
  189. this.panel2.Controls.Add(titleLabel);
  190. this.panel2.Controls.Add(this.titleTextBox);
  191. this.panel2.Controls.Add(this.label2);
  192. this.panel2.Location = new System.Drawing.Point(0, 341);
  193. this.panel2.Name = "panel2";
  194. this.panel2.Size = new System.Drawing.Size(416, 195);
  195. this.panel2.TabIndex = 4;
  196. //
  197. // descriptionTextBox
  198. //
  199. this.descriptionTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  200. this.descriptionTextBox.Location = new System.Drawing.Point(197, 144);
  201. this.descriptionTextBox.Name = "descriptionTextBox";
  202. this.descriptionTextBox.Size = new System.Drawing.Size(191, 30);
  203. this.descriptionTextBox.TabIndex = 6;
  204. //
  205. // costTextBox
  206. //
  207. this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  208. this.costTextBox.Location = new System.Drawing.Point(197, 93);
  209. this.costTextBox.Name = "costTextBox";
  210. this.costTextBox.Size = new System.Drawing.Size(191, 30);
  211. this.costTextBox.TabIndex = 4;
  212. //
  213. // titleTextBox
  214. //
  215. this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  216. this.titleTextBox.Location = new System.Drawing.Point(197, 45);
  217. this.titleTextBox.Name = "titleTextBox";
  218. this.titleTextBox.Size = new System.Drawing.Size(191, 30);
  219. this.titleTextBox.TabIndex = 2;
  220. //
  221. // label2
  222. //
  223. this.label2.AutoSize = true;
  224. this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  225. this.label2.Location = new System.Drawing.Point(3, 9);
  226. this.label2.Name = "label2";
  227. this.label2.Size = new System.Drawing.Size(78, 23);
  228. this.label2.TabIndex = 0;
  229. this.label2.Text = "Запись:";
  230. //
  231. // panel3
  232. //
  233. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  234. this.panel3.Controls.Add(this.button2);
  235. this.panel3.Location = new System.Drawing.Point(422, 341);
  236. this.panel3.Name = "panel3";
  237. this.panel3.Size = new System.Drawing.Size(211, 62);
  238. this.panel3.TabIndex = 5;
  239. //
  240. // button2
  241. //
  242. this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  243. this.button2.Location = new System.Drawing.Point(25, 9);
  244. this.button2.Name = "button2";
  245. this.button2.Size = new System.Drawing.Size(162, 45);
  246. this.button2.TabIndex = 1;
  247. this.button2.Text = "По убыванию";
  248. this.button2.UseVisualStyleBackColor = true;
  249. this.button2.Click += new System.EventHandler(this.button2_Click);
  250. //
  251. // panel5
  252. //
  253. this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  254. this.panel5.Controls.Add(this.productIDComboBox);
  255. this.panel5.Controls.Add(productIDLabel);
  256. this.panel5.Controls.Add(this.button4);
  257. this.panel5.Controls.Add(this.button3);
  258. this.panel5.Location = new System.Drawing.Point(639, 341);
  259. this.panel5.Name = "panel5";
  260. this.panel5.Size = new System.Drawing.Size(366, 201);
  261. this.panel5.TabIndex = 7;
  262. //
  263. // button4
  264. //
  265. this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  266. this.button4.Location = new System.Drawing.Point(113, 136);
  267. this.button4.Name = "button4";
  268. this.button4.Size = new System.Drawing.Size(162, 45);
  269. this.button4.TabIndex = 3;
  270. this.button4.Text = "Отобразить все";
  271. this.button4.UseVisualStyleBackColor = true;
  272. this.button4.Click += new System.EventHandler(this.button4_Click);
  273. //
  274. // button3
  275. //
  276. this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  277. this.button3.Location = new System.Drawing.Point(113, 74);
  278. this.button3.Name = "button3";
  279. this.button3.Size = new System.Drawing.Size(162, 45);
  280. this.button3.TabIndex = 1;
  281. this.button3.Text = "Фильтровать";
  282. this.button3.UseVisualStyleBackColor = true;
  283. this.button3.Click += new System.EventHandler(this.button3_Click);
  284. //
  285. // tableAdapterManager
  286. //
  287. this.tableAdapterManager.AttachedProductTableAdapter = null;
  288. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  289. this.tableAdapterManager.ClientServiceTableAdapter = null;
  290. this.tableAdapterManager.ClientTableAdapter = null;
  291. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  292. this.tableAdapterManager.GenderTableAdapter = null;
  293. this.tableAdapterManager.ManufacturerTableAdapter = null;
  294. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  295. this.tableAdapterManager.ProductSaleTableAdapter = this.productSaleTableAdapter;
  296. this.tableAdapterManager.ProductTableAdapter = null;
  297. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  298. this.tableAdapterManager.ServiceTableAdapter = null;
  299. this.tableAdapterManager.TagOfClientTableAdapter = null;
  300. this.tableAdapterManager.TagTableAdapter = null;
  301. this.tableAdapterManager.UpdateOrder = Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  302. //
  303. // productIDLabel
  304. //
  305. productIDLabel.AutoSize = true;
  306. productIDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  307. productIDLabel.Location = new System.Drawing.Point(41, 20);
  308. productIDLabel.Name = "productIDLabel";
  309. productIDLabel.Size = new System.Drawing.Size(69, 23);
  310. productIDLabel.TabIndex = 3;
  311. productIDLabel.Text = "Товар:";
  312. //
  313. // productIDComboBox
  314. //
  315. this.productIDComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productSaleBindingSource, "ProductID", true));
  316. this.productIDComboBox.DataSource = this.productSaleBindingSource;
  317. this.productIDComboBox.DisplayMember = "ProductID";
  318. this.productIDComboBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  319. this.productIDComboBox.FormattingEnabled = true;
  320. this.productIDComboBox.Location = new System.Drawing.Point(127, 17);
  321. this.productIDComboBox.Name = "productIDComboBox";
  322. this.productIDComboBox.Size = new System.Drawing.Size(208, 31);
  323. this.productIDComboBox.TabIndex = 4;
  324. //
  325. // button1
  326. //
  327. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  328. this.button1.Location = new System.Drawing.Point(831, 40);
  329. this.button1.Name = "button1";
  330. this.button1.Size = new System.Drawing.Size(162, 45);
  331. this.button1.TabIndex = 2;
  332. this.button1.Text = "Список товаров";
  333. this.button1.UseVisualStyleBackColor = true;
  334. this.button1.Click += new System.EventHandler(this.button1_Click);
  335. //
  336. // ProductSale
  337. //
  338. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  339. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  340. this.ClientSize = new System.Drawing.Size(1005, 542);
  341. this.Controls.Add(this.panel5);
  342. this.Controls.Add(this.panel3);
  343. this.Controls.Add(this.panel2);
  344. this.Controls.Add(this.dataGridView1);
  345. this.Controls.Add(this.panel1);
  346. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  347. this.Name = "ProductSale";
  348. this.Text = "ProductSale";
  349. this.Load += new System.EventHandler(this.ProductSale_Load);
  350. this.panel1.ResumeLayout(false);
  351. this.panel1.PerformLayout();
  352. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingSource)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit();
  356. this.panel2.ResumeLayout(false);
  357. this.panel2.PerformLayout();
  358. this.panel3.ResumeLayout(false);
  359. this.panel5.ResumeLayout(false);
  360. this.panel5.PerformLayout();
  361. this.ResumeLayout(false);
  362. }
  363. #endregion
  364. private System.Windows.Forms.Panel panel1;
  365. private System.Windows.Forms.Label label1;
  366. private System.Windows.Forms.PictureBox pictureBox1;
  367. private System.Windows.Forms.DataGridView dataGridView1;
  368. private _1Brovi11DataSet _1Brovi11DataSet;
  369. private System.Windows.Forms.BindingSource productSaleBindingSource;
  370. private _1Brovi11DataSetTableAdapters.ProductSaleTableAdapter productSaleTableAdapter;
  371. private System.Windows.Forms.DataGridViewTextBoxColumn saleDateDataGridViewTextBoxColumn;
  372. private System.Windows.Forms.DataGridViewTextBoxColumn productIDDataGridViewTextBoxColumn;
  373. private System.Windows.Forms.DataGridViewTextBoxColumn quantityDataGridViewTextBoxColumn;
  374. private System.Windows.Forms.Panel panel2;
  375. private System.Windows.Forms.TextBox descriptionTextBox;
  376. private System.Windows.Forms.TextBox costTextBox;
  377. private System.Windows.Forms.TextBox titleTextBox;
  378. private System.Windows.Forms.Label label2;
  379. private System.Windows.Forms.Panel panel3;
  380. private System.Windows.Forms.Button button2;
  381. private System.Windows.Forms.Panel panel5;
  382. private System.Windows.Forms.Button button4;
  383. private System.Windows.Forms.Button button3;
  384. private _1Brovi11DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  385. private System.Windows.Forms.ComboBox productIDComboBox;
  386. private System.Windows.Forms.Button button1;
  387. }
  388. }