FormHistorySales.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. namespace СУБД_Альфапол
  2. {
  3. partial class FormHistorySales
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormHistorySales));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.lblTitleForm = new System.Windows.Forms.Label();
  33. this.bsHistorySales = new System.Windows.Forms.BindingSource(this.components);
  34. this.alfafloorGDVDataSet = new СУБД_Альфапол.AlfafloorGDVDataSet();
  35. this.historySaleTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.HistorySaleTableAdapter();
  36. this.dgvHistorySale = new System.Windows.Forms.DataGridView();
  37. this.productNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.countProductDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dateSaleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.panel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.bsHistorySales)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvHistorySale)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // panel1
  48. //
  49. this.panel1.BackColor = System.Drawing.Color.LightGray;
  50. this.panel1.Controls.Add(this.pictureBox1);
  51. this.panel1.Controls.Add(this.lblTitleForm);
  52. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  53. this.panel1.Location = new System.Drawing.Point(0, 0);
  54. this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  55. this.panel1.Name = "panel1";
  56. this.panel1.Size = new System.Drawing.Size(766, 132);
  57. this.panel1.TabIndex = 3;
  58. //
  59. // pictureBox1
  60. //
  61. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  62. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  63. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  64. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  65. this.pictureBox1.Name = "pictureBox1";
  66. this.pictureBox1.Size = new System.Drawing.Size(140, 132);
  67. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  68. this.pictureBox1.TabIndex = 1;
  69. this.pictureBox1.TabStop = false;
  70. //
  71. // lblTitleForm
  72. //
  73. this.lblTitleForm.Anchor = System.Windows.Forms.AnchorStyles.Top;
  74. this.lblTitleForm.AutoSize = true;
  75. this.lblTitleForm.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  76. this.lblTitleForm.Location = new System.Drawing.Point(298, 50);
  77. this.lblTitleForm.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  78. this.lblTitleForm.Name = "lblTitleForm";
  79. this.lblTitleForm.Size = new System.Drawing.Size(238, 31);
  80. this.lblTitleForm.TabIndex = 0;
  81. this.lblTitleForm.Text = "История продаж";
  82. //
  83. // bsHistorySales
  84. //
  85. this.bsHistorySales.DataMember = "HistorySale";
  86. this.bsHistorySales.DataSource = this.alfafloorGDVDataSet;
  87. //
  88. // alfafloorGDVDataSet
  89. //
  90. this.alfafloorGDVDataSet.DataSetName = "AlfafloorGDVDataSet";
  91. this.alfafloorGDVDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  92. //
  93. // historySaleTableAdapter
  94. //
  95. this.historySaleTableAdapter.ClearBeforeFill = true;
  96. //
  97. // dgvHistorySale
  98. //
  99. this.dgvHistorySale.AllowUserToAddRows = false;
  100. this.dgvHistorySale.AllowUserToDeleteRows = false;
  101. this.dgvHistorySale.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  102. | System.Windows.Forms.AnchorStyles.Left)
  103. | System.Windows.Forms.AnchorStyles.Right)));
  104. this.dgvHistorySale.AutoGenerateColumns = false;
  105. this.dgvHistorySale.BackgroundColor = System.Drawing.Color.White;
  106. this.dgvHistorySale.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  107. this.dgvHistorySale.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  108. this.productNameDataGridViewTextBoxColumn,
  109. this.countProductDataGridViewTextBoxColumn,
  110. this.dateSaleDataGridViewTextBoxColumn});
  111. this.dgvHistorySale.DataSource = this.bsHistorySales;
  112. this.dgvHistorySale.Location = new System.Drawing.Point(13, 138);
  113. this.dgvHistorySale.Name = "dgvHistorySale";
  114. this.dgvHistorySale.ReadOnly = true;
  115. this.dgvHistorySale.RowHeadersVisible = false;
  116. this.dgvHistorySale.Size = new System.Drawing.Size(741, 317);
  117. this.dgvHistorySale.TabIndex = 4;
  118. //
  119. // productNameDataGridViewTextBoxColumn
  120. //
  121. this.productNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  122. this.productNameDataGridViewTextBoxColumn.DataPropertyName = "ProductName";
  123. this.productNameDataGridViewTextBoxColumn.HeaderText = "Название продукта";
  124. this.productNameDataGridViewTextBoxColumn.Name = "productNameDataGridViewTextBoxColumn";
  125. this.productNameDataGridViewTextBoxColumn.ReadOnly = true;
  126. //
  127. // countProductDataGridViewTextBoxColumn
  128. //
  129. this.countProductDataGridViewTextBoxColumn.DataPropertyName = "CountProduct";
  130. this.countProductDataGridViewTextBoxColumn.HeaderText = "Кол-во продаж";
  131. this.countProductDataGridViewTextBoxColumn.Name = "countProductDataGridViewTextBoxColumn";
  132. this.countProductDataGridViewTextBoxColumn.ReadOnly = true;
  133. //
  134. // dateSaleDataGridViewTextBoxColumn
  135. //
  136. this.dateSaleDataGridViewTextBoxColumn.DataPropertyName = "DateSale";
  137. this.dateSaleDataGridViewTextBoxColumn.HeaderText = "Дата продажи";
  138. this.dateSaleDataGridViewTextBoxColumn.Name = "dateSaleDataGridViewTextBoxColumn";
  139. this.dateSaleDataGridViewTextBoxColumn.ReadOnly = true;
  140. //
  141. // FormHistorySales
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.BackColor = System.Drawing.Color.White;
  146. this.ClientSize = new System.Drawing.Size(766, 464);
  147. this.Controls.Add(this.dgvHistorySale);
  148. this.Controls.Add(this.panel1);
  149. this.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  150. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  151. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  152. this.MinimumSize = new System.Drawing.Size(782, 503);
  153. this.Name = "FormHistorySales";
  154. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  155. this.Text = "ООО \"Альфапол\"";
  156. this.Load += new System.EventHandler(this.FormHistorySales_Load);
  157. this.panel1.ResumeLayout(false);
  158. this.panel1.PerformLayout();
  159. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.bsHistorySales)).EndInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet)).EndInit();
  162. ((System.ComponentModel.ISupportInitialize)(this.dgvHistorySale)).EndInit();
  163. this.ResumeLayout(false);
  164. }
  165. #endregion
  166. private System.Windows.Forms.Panel panel1;
  167. private System.Windows.Forms.PictureBox pictureBox1;
  168. public System.Windows.Forms.Label lblTitleForm;
  169. private AlfafloorGDVDataSet alfafloorGDVDataSet;
  170. private AlfafloorGDVDataSetTableAdapters.HistorySaleTableAdapter historySaleTableAdapter;
  171. private System.Windows.Forms.DataGridView dgvHistorySale;
  172. public System.Windows.Forms.BindingSource bsHistorySales;
  173. private System.Windows.Forms.DataGridViewTextBoxColumn productNameDataGridViewTextBoxColumn;
  174. private System.Windows.Forms.DataGridViewTextBoxColumn countProductDataGridViewTextBoxColumn;
  175. private System.Windows.Forms.DataGridViewTextBoxColumn dateSaleDataGridViewTextBoxColumn;
  176. }
  177. }