AddBuild.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. namespace Digital_World_08
  2. {
  3. partial class AddBuild
  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. System.Windows.Forms.Label номер_заказаLabel;
  30. System.Windows.Forms.Label датаLabel;
  31. System.Windows.Forms.Label id_статусаLabel;
  32. System.Windows.Forms.Label номер_сборкиLabel;
  33. this.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
  34. this.orderBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.orderTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.OrderTableAdapter();
  36. this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
  37. this.button1 = new System.Windows.Forms.Button();
  38. this.номер_заказаTextBox = new System.Windows.Forms.TextBox();
  39. this.датаDateTimePicker = new System.Windows.Forms.DateTimePicker();
  40. this.id_статусаTextBox = new System.Windows.Forms.TextBox();
  41. this.номер_сборкиTextBox = new System.Windows.Forms.TextBox();
  42. this.button2 = new System.Windows.Forms.Button();
  43. this.button3 = new System.Windows.Forms.Button();
  44. this.button4 = new System.Windows.Forms.Button();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.button5 = new System.Windows.Forms.Button();
  47. номер_заказаLabel = new System.Windows.Forms.Label();
  48. датаLabel = new System.Windows.Forms.Label();
  49. id_статусаLabel = new System.Windows.Forms.Label();
  50. номер_сборкиLabel = new System.Windows.Forms.Label();
  51. ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // номер_заказаLabel
  56. //
  57. номер_заказаLabel.AutoSize = true;
  58. номер_заказаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. номер_заказаLabel.Location = new System.Drawing.Point(51, 98);
  60. номер_заказаLabel.Name = "номер_заказаLabel";
  61. номер_заказаLabel.Size = new System.Drawing.Size(121, 21);
  62. номер_заказаLabel.TabIndex = 2;
  63. номер_заказаLabel.Text = "Номер заказа:";
  64. //
  65. // датаLabel
  66. //
  67. датаLabel.AutoSize = true;
  68. датаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  69. датаLabel.Location = new System.Drawing.Point(51, 139);
  70. датаLabel.Name = "датаLabel";
  71. датаLabel.Size = new System.Drawing.Size(51, 21);
  72. датаLabel.TabIndex = 3;
  73. датаLabel.Text = "Дата:";
  74. //
  75. // id_статусаLabel
  76. //
  77. id_статусаLabel.AutoSize = true;
  78. id_статусаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. id_статусаLabel.Location = new System.Drawing.Point(51, 182);
  80. id_статусаLabel.Name = "id_статусаLabel";
  81. id_статусаLabel.Size = new System.Drawing.Size(92, 21);
  82. id_статусаLabel.TabIndex = 5;
  83. id_статусаLabel.Text = "id статуса:";
  84. //
  85. // номер_сборкиLabel
  86. //
  87. номер_сборкиLabel.AutoSize = true;
  88. номер_сборкиLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. номер_сборкиLabel.Location = new System.Drawing.Point(51, 233);
  90. номер_сборкиLabel.Name = "номер_сборкиLabel";
  91. номер_сборкиLabel.Size = new System.Drawing.Size(130, 21);
  92. номер_сборкиLabel.TabIndex = 7;
  93. номер_сборкиLabel.Text = "Номер сборки:";
  94. //
  95. // digital_world_8DataSet1
  96. //
  97. this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
  98. this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  99. //
  100. // orderBindingSource
  101. //
  102. this.orderBindingSource.DataMember = "Order";
  103. this.orderBindingSource.DataSource = this.digital_world_8DataSet1;
  104. //
  105. // orderTableAdapter
  106. //
  107. this.orderTableAdapter.ClearBeforeFill = true;
  108. //
  109. // tableAdapterManager
  110. //
  111. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  112. this.tableAdapterManager.ComponentsTableAdapter = null;
  113. this.tableAdapterManager.computer_assemblyTableAdapter = null;
  114. this.tableAdapterManager.order_by_clientsTableAdapter = null;
  115. this.tableAdapterManager.Order_statusTableAdapter = null;
  116. this.tableAdapterManager.OrderTableAdapter = this.orderTableAdapter;
  117. this.tableAdapterManager.Postavka_materialTableAdapter = null;
  118. this.tableAdapterManager.providerTableAdapter = null;
  119. this.tableAdapterManager.RoleTableAdapter = null;
  120. this.tableAdapterManager.unit_of_measurementTableAdapter = null;
  121. this.tableAdapterManager.UpdateOrder = Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  122. this.tableAdapterManager.UsersTableAdapter = null;
  123. //
  124. // button1
  125. //
  126. this.button1.Location = new System.Drawing.Point(256, 363);
  127. this.button1.Name = "button1";
  128. this.button1.Size = new System.Drawing.Size(136, 40);
  129. this.button1.TabIndex = 2;
  130. this.button1.Text = "Сменить статус";
  131. this.button1.UseVisualStyleBackColor = true;
  132. this.button1.Click += new System.EventHandler(this.button1_Click);
  133. //
  134. // номер_заказаTextBox
  135. //
  136. this.номер_заказаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderBindingSource, "Номер заказа", true));
  137. this.номер_заказаTextBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  138. this.номер_заказаTextBox.Location = new System.Drawing.Point(202, 95);
  139. this.номер_заказаTextBox.Name = "номер_заказаTextBox";
  140. this.номер_заказаTextBox.Size = new System.Drawing.Size(198, 29);
  141. this.номер_заказаTextBox.TabIndex = 3;
  142. //
  143. // датаDateTimePicker
  144. //
  145. this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.orderBindingSource, "Дата", true));
  146. this.датаDateTimePicker.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  147. this.датаDateTimePicker.Location = new System.Drawing.Point(155, 135);
  148. this.датаDateTimePicker.Name = "датаDateTimePicker";
  149. this.датаDateTimePicker.Size = new System.Drawing.Size(298, 29);
  150. this.датаDateTimePicker.TabIndex = 4;
  151. //
  152. // id_статусаTextBox
  153. //
  154. this.id_статусаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderBindingSource, "id статуса", true));
  155. this.id_статусаTextBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  156. this.id_статусаTextBox.Location = new System.Drawing.Point(179, 179);
  157. this.id_статусаTextBox.Name = "id_статусаTextBox";
  158. this.id_статусаTextBox.Size = new System.Drawing.Size(198, 29);
  159. this.id_статусаTextBox.TabIndex = 6;
  160. //
  161. // номер_сборкиTextBox
  162. //
  163. this.номер_сборкиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderBindingSource, "Номер сборки", true));
  164. this.номер_сборкиTextBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  165. this.номер_сборкиTextBox.Location = new System.Drawing.Point(202, 230);
  166. this.номер_сборкиTextBox.Name = "номер_сборкиTextBox";
  167. this.номер_сборкиTextBox.Size = new System.Drawing.Size(198, 29);
  168. this.номер_сборкиTextBox.TabIndex = 8;
  169. //
  170. // button2
  171. //
  172. this.button2.Location = new System.Drawing.Point(255, 419);
  173. this.button2.Name = "button2";
  174. this.button2.Size = new System.Drawing.Size(136, 35);
  175. this.button2.TabIndex = 9;
  176. this.button2.Text = "добавить заказ";
  177. this.button2.UseVisualStyleBackColor = true;
  178. this.button2.Click += new System.EventHandler(this.button2_Click);
  179. //
  180. // button3
  181. //
  182. this.button3.Location = new System.Drawing.Point(54, 368);
  183. this.button3.Name = "button3";
  184. this.button3.Size = new System.Drawing.Size(136, 44);
  185. this.button3.TabIndex = 10;
  186. this.button3.Text = "Сохранить ";
  187. this.button3.UseVisualStyleBackColor = true;
  188. this.button3.Click += new System.EventHandler(this.button3_Click);
  189. //
  190. // button4
  191. //
  192. this.button4.Location = new System.Drawing.Point(54, 419);
  193. this.button4.Name = "button4";
  194. this.button4.Size = new System.Drawing.Size(136, 36);
  195. this.button4.TabIndex = 11;
  196. this.button4.Text = "Сборки пк";
  197. this.button4.UseVisualStyleBackColor = true;
  198. this.button4.Click += new System.EventHandler(this.button4_Click);
  199. //
  200. // label1
  201. //
  202. this.label1.AutoSize = true;
  203. this.label1.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  204. this.label1.Location = new System.Drawing.Point(275, 9);
  205. this.label1.Name = "label1";
  206. this.label1.Size = new System.Drawing.Size(79, 33);
  207. this.label1.TabIndex = 12;
  208. this.label1.Text = "Заказ";
  209. //
  210. // button5
  211. //
  212. this.button5.Location = new System.Drawing.Point(537, 404);
  213. this.button5.Name = "button5";
  214. this.button5.Size = new System.Drawing.Size(94, 66);
  215. this.button5.TabIndex = 13;
  216. this.button5.Text = "закрыть";
  217. this.button5.UseVisualStyleBackColor = true;
  218. this.button5.Click += new System.EventHandler(this.button5_Click);
  219. //
  220. // AddBuild
  221. //
  222. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  223. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  224. this.BackColor = System.Drawing.Color.White;
  225. this.ClientSize = new System.Drawing.Size(632, 479);
  226. this.Controls.Add(this.button5);
  227. this.Controls.Add(this.label1);
  228. this.Controls.Add(this.button4);
  229. this.Controls.Add(this.button3);
  230. this.Controls.Add(this.button2);
  231. this.Controls.Add(номер_сборкиLabel);
  232. this.Controls.Add(this.номер_сборкиTextBox);
  233. this.Controls.Add(id_статусаLabel);
  234. this.Controls.Add(this.id_статусаTextBox);
  235. this.Controls.Add(датаLabel);
  236. this.Controls.Add(this.датаDateTimePicker);
  237. this.Controls.Add(номер_заказаLabel);
  238. this.Controls.Add(this.номер_заказаTextBox);
  239. this.Controls.Add(this.button1);
  240. this.Name = "AddBuild";
  241. this.Text = "AddBuild";
  242. this.Load += new System.EventHandler(this.AddBuild_Load);
  243. ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).EndInit();
  245. this.ResumeLayout(false);
  246. this.PerformLayout();
  247. }
  248. #endregion
  249. private digital_world_8DataSet1 digital_world_8DataSet1;
  250. private System.Windows.Forms.BindingSource orderBindingSource;
  251. private digital_world_8DataSet1TableAdapters.OrderTableAdapter orderTableAdapter;
  252. private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
  253. private System.Windows.Forms.Button button1;
  254. private System.Windows.Forms.TextBox номер_заказаTextBox;
  255. private System.Windows.Forms.DateTimePicker датаDateTimePicker;
  256. private System.Windows.Forms.TextBox id_статусаTextBox;
  257. private System.Windows.Forms.TextBox номер_сборкиTextBox;
  258. private System.Windows.Forms.Button button2;
  259. private System.Windows.Forms.Button button3;
  260. private System.Windows.Forms.Button button4;
  261. private System.Windows.Forms.Label label1;
  262. private System.Windows.Forms.Button button5;
  263. }
  264. }