Form4.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. namespace yshakov
  2. {
  3. partial class Form4
  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.button5 = new System.Windows.Forms.Button();
  30. this.button4 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.iS31YshakovDataSet = new yshakov.IS31YshakovDataSet();
  35. this.товар_import_СтройматериалыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  36. this.товар_import_СтройматериалыTableAdapter = new yshakov.IS31YshakovDataSetTableAdapters.Товар_import_СтройматериалыTableAdapter();
  37. this.tableAdapterManager = new yshakov.IS31YshakovDataSetTableAdapters.TableAdapterManager();
  38. this.товар_import_СтройматериалыDataGridView = new System.Windows.Forms.DataGridView();
  39. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.label1 = new System.Windows.Forms.Label();
  52. ((System.ComponentModel.ISupportInitialize)(this.iS31YshakovDataSet)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.товар_import_СтройматериалыBindingSource)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.товар_import_СтройматериалыDataGridView)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // button5
  58. //
  59. this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  60. this.button5.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  61. this.button5.Location = new System.Drawing.Point(810, 58);
  62. this.button5.Name = "button5";
  63. this.button5.Size = new System.Drawing.Size(105, 39);
  64. this.button5.TabIndex = 10;
  65. this.button5.Text = "Сохранить";
  66. this.button5.UseVisualStyleBackColor = false;
  67. //
  68. // button4
  69. //
  70. this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  71. this.button4.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. this.button4.Location = new System.Drawing.Point(1152, 58);
  73. this.button4.Name = "button4";
  74. this.button4.Size = new System.Drawing.Size(104, 39);
  75. this.button4.TabIndex = 9;
  76. this.button4.Text = "Удалить";
  77. this.button4.UseVisualStyleBackColor = false;
  78. //
  79. // button3
  80. //
  81. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  82. this.button3.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  83. this.button3.Location = new System.Drawing.Point(1038, 58);
  84. this.button3.Name = "button3";
  85. this.button3.Size = new System.Drawing.Size(108, 39);
  86. this.button3.TabIndex = 8;
  87. this.button3.Text = "Изменить";
  88. this.button3.UseVisualStyleBackColor = false;
  89. //
  90. // button2
  91. //
  92. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  93. this.button2.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  94. this.button2.Location = new System.Drawing.Point(921, 58);
  95. this.button2.Name = "button2";
  96. this.button2.Size = new System.Drawing.Size(111, 39);
  97. this.button2.TabIndex = 7;
  98. this.button2.Text = "Добавить";
  99. this.button2.UseVisualStyleBackColor = false;
  100. //
  101. // button1
  102. //
  103. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  104. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  105. this.button1.Location = new System.Drawing.Point(12, 12);
  106. this.button1.Name = "button1";
  107. this.button1.Size = new System.Drawing.Size(90, 44);
  108. this.button1.TabIndex = 6;
  109. this.button1.Text = "Назад";
  110. this.button1.UseVisualStyleBackColor = false;
  111. this.button1.Click += new System.EventHandler(this.button1_Click);
  112. //
  113. // iS31YshakovDataSet
  114. //
  115. this.iS31YshakovDataSet.DataSetName = "IS31YshakovDataSet";
  116. this.iS31YshakovDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  117. //
  118. // товар_import_СтройматериалыBindingSource
  119. //
  120. this.товар_import_СтройматериалыBindingSource.DataMember = "Товар_import_Стройматериалы";
  121. this.товар_import_СтройматериалыBindingSource.DataSource = this.iS31YshakovDataSet;
  122. //
  123. // товар_import_СтройматериалыTableAdapter
  124. //
  125. this.товар_import_СтройматериалыTableAdapter.ClearBeforeFill = true;
  126. //
  127. // tableAdapterManager
  128. //
  129. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  130. this.tableAdapterManager.UpdateOrder = yshakov.IS31YshakovDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  131. this.tableAdapterManager.user_importTableAdapter = null;
  132. this.tableAdapterManager.Заказ_importTableAdapter = null;
  133. this.tableAdapterManager.Пункты_выдачи_importTableAdapter = null;
  134. this.tableAdapterManager.Товар_import_СтройматериалыTableAdapter = this.товар_import_СтройматериалыTableAdapter;
  135. //
  136. // товар_import_СтройматериалыDataGridView
  137. //
  138. this.товар_import_СтройматериалыDataGridView.AutoGenerateColumns = false;
  139. this.товар_import_СтройматериалыDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  140. this.товар_import_СтройматериалыDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  141. this.dataGridViewTextBoxColumn1,
  142. this.dataGridViewTextBoxColumn2,
  143. this.dataGridViewTextBoxColumn3,
  144. this.dataGridViewTextBoxColumn4,
  145. this.dataGridViewTextBoxColumn5,
  146. this.dataGridViewTextBoxColumn6,
  147. this.dataGridViewTextBoxColumn7,
  148. this.dataGridViewTextBoxColumn8,
  149. this.dataGridViewTextBoxColumn9,
  150. this.dataGridViewTextBoxColumn10,
  151. this.dataGridViewTextBoxColumn11,
  152. this.dataGridViewTextBoxColumn12});
  153. this.товар_import_СтройматериалыDataGridView.DataSource = this.товар_import_СтройматериалыBindingSource;
  154. this.товар_import_СтройматериалыDataGridView.Location = new System.Drawing.Point(12, 124);
  155. this.товар_import_СтройматериалыDataGridView.Name = "товар_import_СтройматериалыDataGridView";
  156. this.товар_import_СтройматериалыDataGridView.Size = new System.Drawing.Size(1252, 331);
  157. this.товар_import_СтройматериалыDataGridView.TabIndex = 11;
  158. //
  159. // dataGridViewTextBoxColumn1
  160. //
  161. this.dataGridViewTextBoxColumn1.DataPropertyName = "Артикул";
  162. this.dataGridViewTextBoxColumn1.HeaderText = "Артикул";
  163. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  164. //
  165. // dataGridViewTextBoxColumn2
  166. //
  167. this.dataGridViewTextBoxColumn2.DataPropertyName = "Наименование";
  168. this.dataGridViewTextBoxColumn2.HeaderText = "Наименование";
  169. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  170. //
  171. // dataGridViewTextBoxColumn3
  172. //
  173. this.dataGridViewTextBoxColumn3.DataPropertyName = "Единица_измерения";
  174. this.dataGridViewTextBoxColumn3.HeaderText = "Единица_измерения";
  175. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  176. //
  177. // dataGridViewTextBoxColumn4
  178. //
  179. this.dataGridViewTextBoxColumn4.DataPropertyName = "Стоимость";
  180. this.dataGridViewTextBoxColumn4.HeaderText = "Стоимость";
  181. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  182. //
  183. // dataGridViewTextBoxColumn5
  184. //
  185. this.dataGridViewTextBoxColumn5.DataPropertyName = "Размер_максимально_возможной_скидки";
  186. this.dataGridViewTextBoxColumn5.HeaderText = "Размер_максимально_возможной_скидки";
  187. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  188. //
  189. // dataGridViewTextBoxColumn6
  190. //
  191. this.dataGridViewTextBoxColumn6.DataPropertyName = "Производитель";
  192. this.dataGridViewTextBoxColumn6.HeaderText = "Производитель";
  193. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  194. //
  195. // dataGridViewTextBoxColumn7
  196. //
  197. this.dataGridViewTextBoxColumn7.DataPropertyName = "Поставщик";
  198. this.dataGridViewTextBoxColumn7.HeaderText = "Поставщик";
  199. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  200. //
  201. // dataGridViewTextBoxColumn8
  202. //
  203. this.dataGridViewTextBoxColumn8.DataPropertyName = "Категория_товара";
  204. this.dataGridViewTextBoxColumn8.HeaderText = "Категория_товара";
  205. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  206. //
  207. // dataGridViewTextBoxColumn9
  208. //
  209. this.dataGridViewTextBoxColumn9.DataPropertyName = "Действующая_скидка";
  210. this.dataGridViewTextBoxColumn9.HeaderText = "Действующая_скидка";
  211. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  212. //
  213. // dataGridViewTextBoxColumn10
  214. //
  215. this.dataGridViewTextBoxColumn10.DataPropertyName = "Кол_во_на_складе";
  216. this.dataGridViewTextBoxColumn10.HeaderText = "Кол_во_на_складе";
  217. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  218. //
  219. // dataGridViewTextBoxColumn11
  220. //
  221. this.dataGridViewTextBoxColumn11.DataPropertyName = "Описание";
  222. this.dataGridViewTextBoxColumn11.HeaderText = "Описание";
  223. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  224. //
  225. // dataGridViewTextBoxColumn12
  226. //
  227. this.dataGridViewTextBoxColumn12.DataPropertyName = "Изображение";
  228. this.dataGridViewTextBoxColumn12.HeaderText = "Изображение";
  229. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  230. //
  231. // label1
  232. //
  233. this.label1.AutoSize = true;
  234. this.label1.BackColor = System.Drawing.Color.WhiteSmoke;
  235. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  236. this.label1.Location = new System.Drawing.Point(554, 30);
  237. this.label1.Name = "label1";
  238. this.label1.Size = new System.Drawing.Size(135, 45);
  239. this.label1.TabIndex = 12;
  240. this.label1.Text = "Товары";
  241. //
  242. // Form4
  243. //
  244. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  245. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  246. this.ClientSize = new System.Drawing.Size(1276, 467);
  247. this.Controls.Add(this.label1);
  248. this.Controls.Add(this.товар_import_СтройматериалыDataGridView);
  249. this.Controls.Add(this.button5);
  250. this.Controls.Add(this.button4);
  251. this.Controls.Add(this.button3);
  252. this.Controls.Add(this.button2);
  253. this.Controls.Add(this.button1);
  254. this.Name = "Form4";
  255. this.Text = "Form4";
  256. this.Load += new System.EventHandler(this.Form4_Load);
  257. ((System.ComponentModel.ISupportInitialize)(this.iS31YshakovDataSet)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.товар_import_СтройматериалыBindingSource)).EndInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.товар_import_СтройматериалыDataGridView)).EndInit();
  260. this.ResumeLayout(false);
  261. this.PerformLayout();
  262. }
  263. #endregion
  264. private System.Windows.Forms.Button button5;
  265. private System.Windows.Forms.Button button4;
  266. private System.Windows.Forms.Button button3;
  267. private System.Windows.Forms.Button button2;
  268. private System.Windows.Forms.Button button1;
  269. private IS31YshakovDataSet iS31YshakovDataSet;
  270. private System.Windows.Forms.BindingSource товар_import_СтройматериалыBindingSource;
  271. private IS31YshakovDataSetTableAdapters.Товар_import_СтройматериалыTableAdapter товар_import_СтройматериалыTableAdapter;
  272. private IS31YshakovDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  273. private System.Windows.Forms.DataGridView товар_import_СтройматериалыDataGridView;
  274. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  275. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  276. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  277. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  278. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  279. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  280. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  281. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  282. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  283. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  284. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  285. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  286. private System.Windows.Forms.Label label1;
  287. }
  288. }