AddComplectation.Designer.cs 15 KB

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