receipt_of_goods.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. 
  2. namespace Digital_World_08
  3. {
  4. partial class receipt_of_goods
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.Label id_производителяLabel;
  31. System.Windows.Forms.Label датаLabel;
  32. System.Windows.Forms.Label названиеLabel;
  33. System.Windows.Forms.Label тип_материалаLabel;
  34. System.Windows.Forms.Label количествоLabel;
  35. this.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
  36. this.postavka_materialBindingSource = new System.Windows.Forms.BindingSource(this.components);
  37. this.postavka_materialTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.Postavka_materialTableAdapter();
  38. this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
  39. this.id_производителяTextBox = new System.Windows.Forms.TextBox();
  40. this.датаDateTimePicker = new System.Windows.Forms.DateTimePicker();
  41. this.названиеTextBox = new System.Windows.Forms.TextBox();
  42. this.тип_материалаTextBox = new System.Windows.Forms.TextBox();
  43. this.количествоTextBox = new System.Windows.Forms.TextBox();
  44. this.button1 = new System.Windows.Forms.Button();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.button2 = new System.Windows.Forms.Button();
  47. id_производителяLabel = new System.Windows.Forms.Label();
  48. датаLabel = new System.Windows.Forms.Label();
  49. названиеLabel = new System.Windows.Forms.Label();
  50. тип_материалаLabel = new System.Windows.Forms.Label();
  51. количествоLabel = new System.Windows.Forms.Label();
  52. ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.postavka_materialBindingSource)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // id_производителяLabel
  57. //
  58. id_производителяLabel.AutoSize = true;
  59. id_производителяLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. id_производителяLabel.Location = new System.Drawing.Point(33, 88);
  61. id_производителяLabel.Name = "id_производителяLabel";
  62. id_производителяLabel.Size = new System.Drawing.Size(153, 21);
  63. id_производителяLabel.TabIndex = 1;
  64. id_производителяLabel.Text = "id производителя:";
  65. //
  66. // датаLabel
  67. //
  68. датаLabel.AutoSize = true;
  69. датаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  70. датаLabel.Location = new System.Drawing.Point(33, 139);
  71. датаLabel.Name = "датаLabel";
  72. датаLabel.Size = new System.Drawing.Size(51, 21);
  73. датаLabel.TabIndex = 3;
  74. датаLabel.Text = "Дата:";
  75. //
  76. // названиеLabel
  77. //
  78. названиеLabel.AutoSize = true;
  79. названиеLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  80. названиеLabel.Location = new System.Drawing.Point(33, 195);
  81. названиеLabel.Name = "названиеLabel";
  82. названиеLabel.Size = new System.Drawing.Size(88, 21);
  83. названиеLabel.TabIndex = 5;
  84. названиеLabel.Text = "Название:";
  85. //
  86. // тип_материалаLabel
  87. //
  88. тип_материалаLabel.AutoSize = true;
  89. тип_материалаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  90. тип_материалаLabel.Location = new System.Drawing.Point(33, 239);
  91. тип_материалаLabel.Name = "тип_материалаLabel";
  92. тип_материалаLabel.Size = new System.Drawing.Size(132, 21);
  93. тип_материалаLabel.TabIndex = 7;
  94. тип_материалаLabel.Text = "Тип материала:";
  95. //
  96. // количествоLabel
  97. //
  98. количествоLabel.AutoSize = true;
  99. количествоLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  100. количествоLabel.Location = new System.Drawing.Point(33, 286);
  101. количествоLabel.Name = "количествоLabel";
  102. количествоLabel.Size = new System.Drawing.Size(109, 21);
  103. количествоLabel.TabIndex = 9;
  104. количествоLabel.Text = "Количество:";
  105. //
  106. // digital_world_8DataSet1
  107. //
  108. this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
  109. this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  110. //
  111. // postavka_materialBindingSource
  112. //
  113. this.postavka_materialBindingSource.DataMember = "Postavka_material";
  114. this.postavka_materialBindingSource.DataSource = this.digital_world_8DataSet1;
  115. //
  116. // postavka_materialTableAdapter
  117. //
  118. this.postavka_materialTableAdapter.ClearBeforeFill = true;
  119. //
  120. // tableAdapterManager
  121. //
  122. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  123. this.tableAdapterManager.ComponentsTableAdapter = null;
  124. this.tableAdapterManager.computer_assemblyTableAdapter = null;
  125. this.tableAdapterManager.order_by_clientsTableAdapter = null;
  126. this.tableAdapterManager.Order_statusTableAdapter = null;
  127. this.tableAdapterManager.OrderTableAdapter = null;
  128. this.tableAdapterManager.Postavka_materialTableAdapter = this.postavka_materialTableAdapter;
  129. this.tableAdapterManager.providerTableAdapter = null;
  130. this.tableAdapterManager.RoleTableAdapter = null;
  131. this.tableAdapterManager.unit_of_measurementTableAdapter = null;
  132. this.tableAdapterManager.UpdateOrder = Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  133. this.tableAdapterManager.UsersTableAdapter = null;
  134. //
  135. // id_производителяTextBox
  136. //
  137. this.id_производителяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.postavka_materialBindingSource, "id производителя", true));
  138. this.id_производителяTextBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  139. this.id_производителяTextBox.Location = new System.Drawing.Point(195, 85);
  140. this.id_производителяTextBox.Name = "id_производителяTextBox";
  141. this.id_производителяTextBox.Size = new System.Drawing.Size(245, 29);
  142. this.id_производителяTextBox.TabIndex = 2;
  143. //
  144. // датаDateTimePicker
  145. //
  146. this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.postavka_materialBindingSource, "Дата", true));
  147. this.датаDateTimePicker.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  148. this.датаDateTimePicker.Location = new System.Drawing.Point(133, 135);
  149. this.датаDateTimePicker.Name = "датаDateTimePicker";
  150. this.датаDateTimePicker.Size = new System.Drawing.Size(345, 29);
  151. this.датаDateTimePicker.TabIndex = 4;
  152. //
  153. // названиеTextBox
  154. //
  155. this.названиеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.postavka_materialBindingSource, "Название", true));
  156. this.названиеTextBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  157. this.названиеTextBox.Location = new System.Drawing.Point(157, 192);
  158. this.названиеTextBox.Name = "названиеTextBox";
  159. this.названиеTextBox.Size = new System.Drawing.Size(245, 29);
  160. this.названиеTextBox.TabIndex = 6;
  161. //
  162. // тип_материалаTextBox
  163. //
  164. this.тип_материалаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.postavka_materialBindingSource, "Тип материала", true));
  165. this.тип_материалаTextBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  166. this.тип_материалаTextBox.Location = new System.Drawing.Point(184, 236);
  167. this.тип_материалаTextBox.Name = "тип_материалаTextBox";
  168. this.тип_материалаTextBox.Size = new System.Drawing.Size(245, 29);
  169. this.тип_материалаTextBox.TabIndex = 8;
  170. //
  171. // количествоTextBox
  172. //
  173. this.количествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.postavka_materialBindingSource, "Количество", true));
  174. this.количествоTextBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  175. this.количествоTextBox.Location = new System.Drawing.Point(166, 283);
  176. this.количествоTextBox.Name = "количествоTextBox";
  177. this.количествоTextBox.Size = new System.Drawing.Size(245, 29);
  178. this.количествоTextBox.TabIndex = 10;
  179. //
  180. // button1
  181. //
  182. this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  183. this.button1.Location = new System.Drawing.Point(38, 329);
  184. this.button1.Name = "button1";
  185. this.button1.Size = new System.Drawing.Size(263, 33);
  186. this.button1.TabIndex = 11;
  187. this.button1.Text = "Добавить";
  188. this.button1.UseVisualStyleBackColor = true;
  189. this.button1.Click += new System.EventHandler(this.button1_Click);
  190. //
  191. // label1
  192. //
  193. this.label1.AutoSize = true;
  194. this.label1.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  195. this.label1.Location = new System.Drawing.Point(226, 19);
  196. this.label1.Name = "label1";
  197. this.label1.Size = new System.Drawing.Size(288, 33);
  198. this.label1.TabIndex = 12;
  199. this.label1.Text = "Добавление поставки ";
  200. //
  201. // button2
  202. //
  203. this.button2.Location = new System.Drawing.Point(664, 385);
  204. this.button2.Name = "button2";
  205. this.button2.Size = new System.Drawing.Size(111, 53);
  206. this.button2.TabIndex = 13;
  207. this.button2.Text = "закрыть";
  208. this.button2.UseVisualStyleBackColor = true;
  209. this.button2.Click += new System.EventHandler(this.button2_Click);
  210. //
  211. // receipt_of_goods
  212. //
  213. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  214. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  215. this.BackColor = System.Drawing.Color.White;
  216. this.ClientSize = new System.Drawing.Size(800, 450);
  217. this.Controls.Add(this.button2);
  218. this.Controls.Add(this.label1);
  219. this.Controls.Add(this.button1);
  220. this.Controls.Add(количествоLabel);
  221. this.Controls.Add(this.количествоTextBox);
  222. this.Controls.Add(тип_материалаLabel);
  223. this.Controls.Add(this.тип_материалаTextBox);
  224. this.Controls.Add(названиеLabel);
  225. this.Controls.Add(this.названиеTextBox);
  226. this.Controls.Add(датаLabel);
  227. this.Controls.Add(this.датаDateTimePicker);
  228. this.Controls.Add(id_производителяLabel);
  229. this.Controls.Add(this.id_производителяTextBox);
  230. this.Name = "receipt_of_goods";
  231. this.Text = "receipt_of_goods";
  232. this.Load += new System.EventHandler(this.receipt_of_goods_Load);
  233. ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.postavka_materialBindingSource)).EndInit();
  235. this.ResumeLayout(false);
  236. this.PerformLayout();
  237. }
  238. #endregion
  239. private digital_world_8DataSet1 digital_world_8DataSet1;
  240. private System.Windows.Forms.BindingSource postavka_materialBindingSource;
  241. private digital_world_8DataSet1TableAdapters.Postavka_materialTableAdapter postavka_materialTableAdapter;
  242. private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
  243. private System.Windows.Forms.TextBox id_производителяTextBox;
  244. private System.Windows.Forms.DateTimePicker датаDateTimePicker;
  245. private System.Windows.Forms.TextBox названиеTextBox;
  246. private System.Windows.Forms.TextBox тип_материалаTextBox;
  247. private System.Windows.Forms.TextBox количествоTextBox;
  248. private System.Windows.Forms.Button button1;
  249. private System.Windows.Forms.Label label1;
  250. private System.Windows.Forms.Button button2;
  251. }
  252. }