Form3.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. namespace ISP41Kholin
  2. {
  3. partial class Form3
  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.textBox1 = new System.Windows.Forms.TextBox();
  30. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  31. this.textBox2 = new System.Windows.Forms.TextBox();
  32. this._ИСП41_ХолинР_А_DataSet = new ISP41Kholin._ИСП41_ХолинР_А_DataSet();
  33. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.productTableAdapter = new ISP41Kholin._ИСП41_ХолинР_А_DataSetTableAdapters.ProductTableAdapter();
  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.активенDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.ценаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.button1 = new System.Windows.Forms.Button();
  41. this.button2 = new System.Windows.Forms.Button();
  42. this.button3 = new System.Windows.Forms.Button();
  43. this.button4 = new System.Windows.Forms.Button();
  44. this.button5 = new System.Windows.Forms.Button();
  45. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this._ИСП41_ХолинР_А_DataSet)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // textBox1
  51. //
  52. this.textBox1.Location = new System.Drawing.Point(355, 29);
  53. this.textBox1.Name = "textBox1";
  54. this.textBox1.Size = new System.Drawing.Size(101, 20);
  55. this.textBox1.TabIndex = 3;
  56. this.textBox1.Text = "Таблица \"Товары\"";
  57. //
  58. // dataGridView1
  59. //
  60. this.dataGridView1.AutoGenerateColumns = false;
  61. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  62. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  63. this.наименованиетовараDataGridViewTextBoxColumn,
  64. this.главноеизображениеDataGridViewTextBoxColumn,
  65. this.производительDataGridViewTextBoxColumn,
  66. this.активенDataGridViewTextBoxColumn,
  67. this.ценаDataGridViewTextBoxColumn});
  68. this.dataGridView1.DataSource = this.productBindingSource;
  69. this.dataGridView1.Location = new System.Drawing.Point(130, 96);
  70. this.dataGridView1.Name = "dataGridView1";
  71. this.dataGridView1.Size = new System.Drawing.Size(545, 150);
  72. this.dataGridView1.TabIndex = 2;
  73. //
  74. // textBox2
  75. //
  76. this.textBox2.Location = new System.Drawing.Point(339, 55);
  77. this.textBox2.Name = "textBox2";
  78. this.textBox2.Size = new System.Drawing.Size(134, 20);
  79. this.textBox2.TabIndex = 4;
  80. this.textBox2.Text = "Раздел редактирования";
  81. //
  82. // _ИСП41_ХолинР_А_DataSet
  83. //
  84. this._ИСП41_ХолинР_А_DataSet.DataSetName = "_ИСП41_ХолинР_А_DataSet";
  85. this._ИСП41_ХолинР_А_DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  86. //
  87. // productBindingSource
  88. //
  89. this.productBindingSource.DataMember = "Product";
  90. this.productBindingSource.DataSource = this._ИСП41_ХолинР_А_DataSet;
  91. //
  92. // productTableAdapter
  93. //
  94. this.productTableAdapter.ClearBeforeFill = true;
  95. //
  96. // наименованиетовараDataGridViewTextBoxColumn
  97. //
  98. this.наименованиетовараDataGridViewTextBoxColumn.DataPropertyName = "Наименование_товара";
  99. this.наименованиетовараDataGridViewTextBoxColumn.HeaderText = "Наименование_товара";
  100. this.наименованиетовараDataGridViewTextBoxColumn.Name = "наименованиетовараDataGridViewTextBoxColumn";
  101. //
  102. // главноеизображениеDataGridViewTextBoxColumn
  103. //
  104. this.главноеизображениеDataGridViewTextBoxColumn.DataPropertyName = "Главное_изображение";
  105. this.главноеизображениеDataGridViewTextBoxColumn.HeaderText = "Главное_изображение";
  106. this.главноеизображениеDataGridViewTextBoxColumn.Name = "главноеизображениеDataGridViewTextBoxColumn";
  107. //
  108. // производительDataGridViewTextBoxColumn
  109. //
  110. this.производительDataGridViewTextBoxColumn.DataPropertyName = "Производитель";
  111. this.производительDataGridViewTextBoxColumn.HeaderText = "Производитель";
  112. this.производительDataGridViewTextBoxColumn.Name = "производительDataGridViewTextBoxColumn";
  113. //
  114. // активенDataGridViewTextBoxColumn
  115. //
  116. this.активенDataGridViewTextBoxColumn.DataPropertyName = "Активен";
  117. this.активенDataGridViewTextBoxColumn.HeaderText = "Активен";
  118. this.активенDataGridViewTextBoxColumn.Name = "активенDataGridViewTextBoxColumn";
  119. //
  120. // ценаDataGridViewTextBoxColumn
  121. //
  122. this.ценаDataGridViewTextBoxColumn.DataPropertyName = "Цена";
  123. this.ценаDataGridViewTextBoxColumn.HeaderText = "Цена";
  124. this.ценаDataGridViewTextBoxColumn.Name = "ценаDataGridViewTextBoxColumn";
  125. //
  126. // button1
  127. //
  128. this.button1.Location = new System.Drawing.Point(110, 267);
  129. this.button1.Name = "button1";
  130. this.button1.Size = new System.Drawing.Size(75, 23);
  131. this.button1.TabIndex = 5;
  132. this.button1.Text = "Добавить";
  133. this.button1.UseVisualStyleBackColor = true;
  134. this.button1.Click += new System.EventHandler(this.button1_Click);
  135. //
  136. // button2
  137. //
  138. this.button2.Location = new System.Drawing.Point(366, 267);
  139. this.button2.Name = "button2";
  140. this.button2.Size = new System.Drawing.Size(75, 23);
  141. this.button2.TabIndex = 6;
  142. this.button2.Text = "Удалить";
  143. this.button2.UseVisualStyleBackColor = true;
  144. this.button2.Click += new System.EventHandler(this.button2_Click);
  145. //
  146. // button3
  147. //
  148. this.button3.Location = new System.Drawing.Point(552, 267);
  149. this.button3.Name = "button3";
  150. this.button3.Size = new System.Drawing.Size(108, 23);
  151. this.button3.TabIndex = 7;
  152. this.button3.Text = "Редактировать";
  153. this.button3.UseVisualStyleBackColor = true;
  154. //
  155. // button4
  156. //
  157. this.button4.Location = new System.Drawing.Point(348, 308);
  158. this.button4.Name = "button4";
  159. this.button4.Size = new System.Drawing.Size(108, 23);
  160. this.button4.TabIndex = 8;
  161. this.button4.Text = "Сохранить";
  162. this.button4.UseVisualStyleBackColor = true;
  163. this.button4.Click += new System.EventHandler(this.button4_Click);
  164. //
  165. // button5
  166. //
  167. this.button5.Location = new System.Drawing.Point(650, 20);
  168. this.button5.Name = "button5";
  169. this.button5.Size = new System.Drawing.Size(125, 36);
  170. this.button5.TabIndex = 9;
  171. this.button5.Text = "Назад";
  172. this.button5.UseVisualStyleBackColor = true;
  173. this.button5.Click += new System.EventHandler(this.button5_Click);
  174. //
  175. // Form3
  176. //
  177. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  178. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  179. this.ClientSize = new System.Drawing.Size(800, 450);
  180. this.Controls.Add(this.button5);
  181. this.Controls.Add(this.button4);
  182. this.Controls.Add(this.button3);
  183. this.Controls.Add(this.button2);
  184. this.Controls.Add(this.button1);
  185. this.Controls.Add(this.textBox2);
  186. this.Controls.Add(this.textBox1);
  187. this.Controls.Add(this.dataGridView1);
  188. this.Name = "Form3";
  189. this.Text = "Form3";
  190. this.Load += new System.EventHandler(this.Form3_Load);
  191. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  192. ((System.ComponentModel.ISupportInitialize)(this._ИСП41_ХолинР_А_DataSet)).EndInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  194. this.ResumeLayout(false);
  195. this.PerformLayout();
  196. }
  197. #endregion
  198. private System.Windows.Forms.TextBox textBox1;
  199. private System.Windows.Forms.DataGridView dataGridView1;
  200. private System.Windows.Forms.TextBox textBox2;
  201. private _ИСП41_ХолинР_А_DataSet _ИСП41_ХолинР_А_DataSet;
  202. private System.Windows.Forms.BindingSource productBindingSource;
  203. private _ИСП41_ХолинР_А_DataSetTableAdapters.ProductTableAdapter productTableAdapter;
  204. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиетовараDataGridViewTextBoxColumn;
  205. private System.Windows.Forms.DataGridViewTextBoxColumn главноеизображениеDataGridViewTextBoxColumn;
  206. private System.Windows.Forms.DataGridViewTextBoxColumn производительDataGridViewTextBoxColumn;
  207. private System.Windows.Forms.DataGridViewTextBoxColumn активенDataGridViewTextBoxColumn;
  208. private System.Windows.Forms.DataGridViewTextBoxColumn ценаDataGridViewTextBoxColumn;
  209. private System.Windows.Forms.Button button1;
  210. private System.Windows.Forms.Button button2;
  211. private System.Windows.Forms.Button button3;
  212. private System.Windows.Forms.Button button4;
  213. private System.Windows.Forms.Button button5;
  214. }
  215. }