Form2.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. namespace ISP41Kholin
  2. {
  3. partial class Form2
  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. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this._ИСП41_ХолинР_А_DataSet = new ISP41Kholin._ИСП41_ХолинР_А_DataSet();
  31. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.productTableAdapter = new ISP41Kholin._ИСП41_ХолинР_А_DataSetTableAdapters.ProductTableAdapter();
  33. this.наименованиетовараDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.главноеизображениеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.производительDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.активенDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ценаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.textBox1 = new System.Windows.Forms.TextBox();
  39. this.button1 = new System.Windows.Forms.Button();
  40. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this._ИСП41_ХолинР_А_DataSet)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // dataGridView1
  46. //
  47. this.dataGridView1.AutoGenerateColumns = false;
  48. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  49. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  50. this.наименованиетовараDataGridViewTextBoxColumn,
  51. this.главноеизображениеDataGridViewTextBoxColumn,
  52. this.производительDataGridViewTextBoxColumn,
  53. this.активенDataGridViewTextBoxColumn,
  54. this.ценаDataGridViewTextBoxColumn});
  55. this.dataGridView1.DataSource = this.productBindingSource;
  56. this.dataGridView1.Location = new System.Drawing.Point(128, 61);
  57. this.dataGridView1.Name = "dataGridView1";
  58. this.dataGridView1.Size = new System.Drawing.Size(545, 150);
  59. this.dataGridView1.TabIndex = 0;
  60. //
  61. // _ИСП41_ХолинР_А_DataSet
  62. //
  63. this._ИСП41_ХолинР_А_DataSet.DataSetName = "_ИСП41_ХолинР_А_DataSet";
  64. this._ИСП41_ХолинР_А_DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  65. //
  66. // productBindingSource
  67. //
  68. this.productBindingSource.DataMember = "Product";
  69. this.productBindingSource.DataSource = this._ИСП41_ХолинР_А_DataSet;
  70. //
  71. // productTableAdapter
  72. //
  73. this.productTableAdapter.ClearBeforeFill = true;
  74. //
  75. // наименованиетовараDataGridViewTextBoxColumn
  76. //
  77. this.наименованиетовараDataGridViewTextBoxColumn.DataPropertyName = "Наименование_товара";
  78. this.наименованиетовараDataGridViewTextBoxColumn.HeaderText = "Наименование_товара";
  79. this.наименованиетовараDataGridViewTextBoxColumn.Name = "наименованиетовараDataGridViewTextBoxColumn";
  80. //
  81. // главноеизображениеDataGridViewTextBoxColumn
  82. //
  83. this.главноеизображениеDataGridViewTextBoxColumn.DataPropertyName = "Главное_изображение";
  84. this.главноеизображениеDataGridViewTextBoxColumn.HeaderText = "Главное_изображение";
  85. this.главноеизображениеDataGridViewTextBoxColumn.Name = "главноеизображениеDataGridViewTextBoxColumn";
  86. //
  87. // производительDataGridViewTextBoxColumn
  88. //
  89. this.производительDataGridViewTextBoxColumn.DataPropertyName = "Производитель";
  90. this.производительDataGridViewTextBoxColumn.HeaderText = "Производитель";
  91. this.производительDataGridViewTextBoxColumn.Name = "производительDataGridViewTextBoxColumn";
  92. //
  93. // активенDataGridViewTextBoxColumn
  94. //
  95. this.активенDataGridViewTextBoxColumn.DataPropertyName = "Активен";
  96. this.активенDataGridViewTextBoxColumn.HeaderText = "Активен";
  97. this.активенDataGridViewTextBoxColumn.Name = "активенDataGridViewTextBoxColumn";
  98. //
  99. // ценаDataGridViewTextBoxColumn
  100. //
  101. this.ценаDataGridViewTextBoxColumn.DataPropertyName = "Цена";
  102. this.ценаDataGridViewTextBoxColumn.HeaderText = "Цена";
  103. this.ценаDataGridViewTextBoxColumn.Name = "ценаDataGridViewTextBoxColumn";
  104. //
  105. // textBox1
  106. //
  107. this.textBox1.Location = new System.Drawing.Point(358, 25);
  108. this.textBox1.Name = "textBox1";
  109. this.textBox1.Size = new System.Drawing.Size(101, 20);
  110. this.textBox1.TabIndex = 1;
  111. this.textBox1.Text = "Таблица \"Товары\"";
  112. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  113. //
  114. // button1
  115. //
  116. this.button1.Location = new System.Drawing.Point(646, 9);
  117. this.button1.Name = "button1";
  118. this.button1.Size = new System.Drawing.Size(125, 36);
  119. this.button1.TabIndex = 2;
  120. this.button1.Text = "Назад";
  121. this.button1.UseVisualStyleBackColor = true;
  122. this.button1.Click += new System.EventHandler(this.button1_Click);
  123. //
  124. // Form2
  125. //
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.ClientSize = new System.Drawing.Size(800, 239);
  129. this.Controls.Add(this.button1);
  130. this.Controls.Add(this.textBox1);
  131. this.Controls.Add(this.dataGridView1);
  132. this.Name = "Form2";
  133. this.Text = "Form2";
  134. this.Load += new System.EventHandler(this.Form2_Load);
  135. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  136. ((System.ComponentModel.ISupportInitialize)(this._ИСП41_ХолинР_А_DataSet)).EndInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  138. this.ResumeLayout(false);
  139. this.PerformLayout();
  140. }
  141. #endregion
  142. private System.Windows.Forms.DataGridView dataGridView1;
  143. private _ИСП41_ХолинР_А_DataSet _ИСП41_ХолинР_А_DataSet;
  144. private System.Windows.Forms.BindingSource productBindingSource;
  145. private _ИСП41_ХолинР_А_DataSetTableAdapters.ProductTableAdapter productTableAdapter;
  146. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиетовараDataGridViewTextBoxColumn;
  147. private System.Windows.Forms.DataGridViewTextBoxColumn главноеизображениеDataGridViewTextBoxColumn;
  148. private System.Windows.Forms.DataGridViewTextBoxColumn производительDataGridViewTextBoxColumn;
  149. private System.Windows.Forms.DataGridViewTextBoxColumn активенDataGridViewTextBoxColumn;
  150. private System.Windows.Forms.DataGridViewTextBoxColumn ценаDataGridViewTextBoxColumn;
  151. private System.Windows.Forms.TextBox textBox1;
  152. private System.Windows.Forms.Button button1;
  153. }
  154. }