Form5.Designer.cs 15 KB

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