buildPc.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. 
  2. namespace Digital_World_08
  3. {
  4. partial class buildPc
  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 видеокартаLabel;
  31. System.Windows.Forms.Label материнская_платаLabel;
  32. System.Windows.Forms.Label процессорLabel;
  33. System.Windows.Forms.Label оперативная_памятьLabel;
  34. System.Windows.Forms.Label оперативная_памятьLabel1;
  35. System.Windows.Forms.Label жетский_дискLabel;
  36. System.Windows.Forms.Label куллерLabel;
  37. System.Windows.Forms.Label система_охлажденияLabel;
  38. System.Windows.Forms.Label блок_питанияLabel;
  39. System.Windows.Forms.Label sSDLabel;
  40. System.Windows.Forms.Label номер_сборкиLabel;
  41. System.Windows.Forms.Label итоговая_ценаLabel;
  42. this.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
  43. this.computer_assemblyBindingSource = new System.Windows.Forms.BindingSource(this.components);
  44. this.computer_assemblyTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.computer_assemblyTableAdapter();
  45. this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
  46. this.computer_assemblyDataGridView = new System.Windows.Forms.DataGridView();
  47. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.видеокартаTextBox = new System.Windows.Forms.TextBox();
  60. this.материнская_платаTextBox = new System.Windows.Forms.TextBox();
  61. this.процессорTextBox = new System.Windows.Forms.TextBox();
  62. this.оперативная_памятьTextBox = new System.Windows.Forms.TextBox();
  63. this.оперативная_памятьTextBox1 = new System.Windows.Forms.TextBox();
  64. this.жетский_дискTextBox = new System.Windows.Forms.TextBox();
  65. this.куллерTextBox = new System.Windows.Forms.TextBox();
  66. this.система_охлажденияTextBox = new System.Windows.Forms.TextBox();
  67. this.блок_питанияTextBox = new System.Windows.Forms.TextBox();
  68. this.sSDTextBox = new System.Windows.Forms.TextBox();
  69. this.номер_сборкиTextBox = new System.Windows.Forms.TextBox();
  70. this.итоговая_ценаTextBox = new System.Windows.Forms.TextBox();
  71. this.button1 = new System.Windows.Forms.Button();
  72. this.button2 = new System.Windows.Forms.Button();
  73. this.button3 = new System.Windows.Forms.Button();
  74. видеокартаLabel = new System.Windows.Forms.Label();
  75. материнская_платаLabel = new System.Windows.Forms.Label();
  76. процессорLabel = new System.Windows.Forms.Label();
  77. оперативная_памятьLabel = new System.Windows.Forms.Label();
  78. оперативная_памятьLabel1 = new System.Windows.Forms.Label();
  79. жетский_дискLabel = new System.Windows.Forms.Label();
  80. куллерLabel = new System.Windows.Forms.Label();
  81. система_охлажденияLabel = new System.Windows.Forms.Label();
  82. блок_питанияLabel = new System.Windows.Forms.Label();
  83. sSDLabel = new System.Windows.Forms.Label();
  84. номер_сборкиLabel = new System.Windows.Forms.Label();
  85. итоговая_ценаLabel = new System.Windows.Forms.Label();
  86. ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.computer_assemblyBindingSource)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.computer_assemblyDataGridView)).BeginInit();
  89. this.SuspendLayout();
  90. //
  91. // видеокартаLabel
  92. //
  93. видеокартаLabel.AutoSize = true;
  94. видеокартаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. видеокартаLabel.Location = new System.Drawing.Point(62, 250);
  96. видеокартаLabel.Name = "видеокартаLabel";
  97. видеокартаLabel.Size = new System.Drawing.Size(107, 21);
  98. видеокартаLabel.TabIndex = 1;
  99. видеокартаLabel.Text = "Видеокарта:";
  100. //
  101. // материнская_платаLabel
  102. //
  103. материнская_платаLabel.AutoSize = true;
  104. материнская_платаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  105. материнская_платаLabel.Location = new System.Drawing.Point(62, 292);
  106. материнская_платаLabel.Name = "материнская_платаLabel";
  107. материнская_платаLabel.Size = new System.Drawing.Size(167, 21);
  108. материнская_платаLabel.TabIndex = 3;
  109. материнская_платаLabel.Text = "Материнская плата:";
  110. //
  111. // процессорLabel
  112. //
  113. процессорLabel.AutoSize = true;
  114. процессорLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  115. процессорLabel.Location = new System.Drawing.Point(66, 328);
  116. процессорLabel.Name = "процессорLabel";
  117. процессорLabel.Size = new System.Drawing.Size(103, 21);
  118. процессорLabel.TabIndex = 5;
  119. процессорLabel.Text = "Процессор:";
  120. //
  121. // оперативная_памятьLabel
  122. //
  123. оперативная_памятьLabel.AutoSize = true;
  124. оперативная_памятьLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  125. оперативная_памятьLabel.Location = new System.Drawing.Point(55, 370);
  126. оперативная_памятьLabel.Name = "оперативная_памятьLabel";
  127. оперативная_памятьLabel.Size = new System.Drawing.Size(179, 21);
  128. оперативная_памятьLabel.TabIndex = 7;
  129. оперативная_памятьLabel.Text = "Оперативная память:";
  130. //
  131. // оперативная_памятьLabel1
  132. //
  133. оперативная_памятьLabel1.AutoSize = true;
  134. оперативная_памятьLabel1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  135. оперативная_памятьLabel1.Location = new System.Drawing.Point(55, 404);
  136. оперативная_памятьLabel1.Name = "оперативная_памятьLabel1";
  137. оперативная_памятьLabel1.Size = new System.Drawing.Size(179, 21);
  138. оперативная_памятьLabel1.TabIndex = 9;
  139. оперативная_памятьLabel1.Text = "Оперативная память:";
  140. //
  141. // жетский_дискLabel
  142. //
  143. жетский_дискLabel.AutoSize = true;
  144. жетский_дискLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  145. жетский_дискLabel.Location = new System.Drawing.Point(55, 432);
  146. жетский_дискLabel.Name = "жетский_дискLabel";
  147. жетский_дискLabel.Size = new System.Drawing.Size(127, 21);
  148. жетский_дискLabel.TabIndex = 11;
  149. жетский_дискLabel.Text = "Жетский диск:";
  150. //
  151. // куллерLabel
  152. //
  153. куллерLabel.AutoSize = true;
  154. куллерLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  155. куллерLabel.Location = new System.Drawing.Point(455, 243);
  156. куллерLabel.Name = "куллерLabel";
  157. куллерLabel.Size = new System.Drawing.Size(78, 24);
  158. куллерLabel.TabIndex = 13;
  159. куллерLabel.Text = "Куллер:";
  160. //
  161. // система_охлажденияLabel
  162. //
  163. система_охлажденияLabel.AutoSize = true;
  164. система_охлажденияLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  165. система_охлажденияLabel.Location = new System.Drawing.Point(447, 269);
  166. система_охлажденияLabel.Name = "система_охлажденияLabel";
  167. система_охлажденияLabel.Size = new System.Drawing.Size(208, 24);
  168. система_охлажденияLabel.TabIndex = 15;
  169. система_охлажденияLabel.Text = "Система охлаждения:";
  170. //
  171. // блок_питанияLabel
  172. //
  173. блок_питанияLabel.AutoSize = true;
  174. блок_питанияLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  175. блок_питанияLabel.Location = new System.Drawing.Point(447, 307);
  176. блок_питанияLabel.Name = "блок_питанияLabel";
  177. блок_питанияLabel.Size = new System.Drawing.Size(137, 24);
  178. блок_питанияLabel.TabIndex = 17;
  179. блок_питанияLabel.Text = "Блок питания:";
  180. //
  181. // sSDLabel
  182. //
  183. sSDLabel.AutoSize = true;
  184. sSDLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  185. sSDLabel.Location = new System.Drawing.Point(447, 346);
  186. sSDLabel.Name = "sSDLabel";
  187. sSDLabel.Size = new System.Drawing.Size(52, 24);
  188. sSDLabel.TabIndex = 19;
  189. sSDLabel.Text = "SSD:";
  190. //
  191. // номер_сборкиLabel
  192. //
  193. номер_сборкиLabel.AutoSize = true;
  194. номер_сборкиLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  195. номер_сборкиLabel.Location = new System.Drawing.Point(447, 388);
  196. номер_сборкиLabel.Name = "номер_сборкиLabel";
  197. номер_сборкиLabel.Size = new System.Drawing.Size(142, 24);
  198. номер_сборкиLabel.TabIndex = 21;
  199. номер_сборкиLabel.Text = "Номер сборки:";
  200. //
  201. // итоговая_ценаLabel
  202. //
  203. итоговая_ценаLabel.AutoSize = true;
  204. итоговая_ценаLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  205. итоговая_ценаLabel.Location = new System.Drawing.Point(447, 432);
  206. итоговая_ценаLabel.Name = "итоговая_ценаLabel";
  207. итоговая_ценаLabel.Size = new System.Drawing.Size(148, 24);
  208. итоговая_ценаLabel.TabIndex = 23;
  209. итоговая_ценаLabel.Text = "Итоговая цена:";
  210. //
  211. // digital_world_8DataSet1
  212. //
  213. this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
  214. this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  215. //
  216. // computer_assemblyBindingSource
  217. //
  218. this.computer_assemblyBindingSource.DataMember = "computer_assembly";
  219. this.computer_assemblyBindingSource.DataSource = this.digital_world_8DataSet1;
  220. //
  221. // computer_assemblyTableAdapter
  222. //
  223. this.computer_assemblyTableAdapter.ClearBeforeFill = true;
  224. //
  225. // tableAdapterManager
  226. //
  227. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  228. this.tableAdapterManager.ComponentsTableAdapter = null;
  229. this.tableAdapterManager.computer_assemblyTableAdapter = this.computer_assemblyTableAdapter;
  230. this.tableAdapterManager.order_by_clientsTableAdapter = null;
  231. this.tableAdapterManager.Order_statusTableAdapter = null;
  232. this.tableAdapterManager.OrderTableAdapter = null;
  233. this.tableAdapterManager.Postavka_materialTableAdapter = null;
  234. this.tableAdapterManager.providerTableAdapter = null;
  235. this.tableAdapterManager.RoleTableAdapter = null;
  236. this.tableAdapterManager.unit_of_measurementTableAdapter = null;
  237. this.tableAdapterManager.UpdateOrder = Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  238. this.tableAdapterManager.UsersTableAdapter = null;
  239. //
  240. // computer_assemblyDataGridView
  241. //
  242. this.computer_assemblyDataGridView.AutoGenerateColumns = false;
  243. this.computer_assemblyDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  244. this.computer_assemblyDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  245. this.dataGridViewTextBoxColumn11,
  246. this.dataGridViewTextBoxColumn1,
  247. this.dataGridViewTextBoxColumn2,
  248. this.dataGridViewTextBoxColumn3,
  249. this.dataGridViewTextBoxColumn4,
  250. this.dataGridViewTextBoxColumn5,
  251. this.dataGridViewTextBoxColumn6,
  252. this.dataGridViewTextBoxColumn7,
  253. this.dataGridViewTextBoxColumn8,
  254. this.dataGridViewTextBoxColumn9,
  255. this.dataGridViewTextBoxColumn10,
  256. this.dataGridViewTextBoxColumn12});
  257. this.computer_assemblyDataGridView.DataSource = this.computer_assemblyBindingSource;
  258. this.computer_assemblyDataGridView.Dock = System.Windows.Forms.DockStyle.Top;
  259. this.computer_assemblyDataGridView.Location = new System.Drawing.Point(0, 0);
  260. this.computer_assemblyDataGridView.Name = "computer_assemblyDataGridView";
  261. this.computer_assemblyDataGridView.Size = new System.Drawing.Size(1256, 220);
  262. this.computer_assemblyDataGridView.TabIndex = 1;
  263. this.computer_assemblyDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.computer_assemblyDataGridView_CellContentClick);
  264. //
  265. // dataGridViewTextBoxColumn11
  266. //
  267. this.dataGridViewTextBoxColumn11.DataPropertyName = "Номер сборки";
  268. this.dataGridViewTextBoxColumn11.HeaderText = "Номер сборки";
  269. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  270. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  271. //
  272. // dataGridViewTextBoxColumn1
  273. //
  274. this.dataGridViewTextBoxColumn1.DataPropertyName = "Видеокарта";
  275. this.dataGridViewTextBoxColumn1.HeaderText = "Видеокарта";
  276. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  277. //
  278. // dataGridViewTextBoxColumn2
  279. //
  280. this.dataGridViewTextBoxColumn2.DataPropertyName = "Материнская плата";
  281. this.dataGridViewTextBoxColumn2.HeaderText = "Материнская плата";
  282. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  283. //
  284. // dataGridViewTextBoxColumn3
  285. //
  286. this.dataGridViewTextBoxColumn3.DataPropertyName = "Процессор";
  287. this.dataGridViewTextBoxColumn3.HeaderText = "Процессор";
  288. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  289. //
  290. // dataGridViewTextBoxColumn4
  291. //
  292. this.dataGridViewTextBoxColumn4.DataPropertyName = "Оперативная память";
  293. this.dataGridViewTextBoxColumn4.HeaderText = "Оперативная память";
  294. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  295. //
  296. // dataGridViewTextBoxColumn5
  297. //
  298. this.dataGridViewTextBoxColumn5.DataPropertyName = "Оперативная_память";
  299. this.dataGridViewTextBoxColumn5.HeaderText = "Оперативная_память";
  300. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  301. //
  302. // dataGridViewTextBoxColumn6
  303. //
  304. this.dataGridViewTextBoxColumn6.DataPropertyName = "Жетский диск";
  305. this.dataGridViewTextBoxColumn6.HeaderText = "Жетский диск";
  306. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  307. //
  308. // dataGridViewTextBoxColumn7
  309. //
  310. this.dataGridViewTextBoxColumn7.DataPropertyName = "Куллер";
  311. this.dataGridViewTextBoxColumn7.HeaderText = "Куллер";
  312. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  313. //
  314. // dataGridViewTextBoxColumn8
  315. //
  316. this.dataGridViewTextBoxColumn8.DataPropertyName = "Система охлаждения";
  317. this.dataGridViewTextBoxColumn8.HeaderText = "Система охлаждения";
  318. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  319. //
  320. // dataGridViewTextBoxColumn9
  321. //
  322. this.dataGridViewTextBoxColumn9.DataPropertyName = "Блок питания";
  323. this.dataGridViewTextBoxColumn9.HeaderText = "Блок питания";
  324. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  325. //
  326. // dataGridViewTextBoxColumn10
  327. //
  328. this.dataGridViewTextBoxColumn10.DataPropertyName = "SSD";
  329. this.dataGridViewTextBoxColumn10.HeaderText = "SSD";
  330. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  331. //
  332. // dataGridViewTextBoxColumn12
  333. //
  334. this.dataGridViewTextBoxColumn12.DataPropertyName = "Итоговая цена";
  335. this.dataGridViewTextBoxColumn12.HeaderText = "Итоговая цена";
  336. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  337. //
  338. // видеокартаTextBox
  339. //
  340. this.видеокартаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Видеокарта", true));
  341. this.видеокартаTextBox.Location = new System.Drawing.Point(252, 249);
  342. this.видеокартаTextBox.Name = "видеокартаTextBox";
  343. this.видеокартаTextBox.Size = new System.Drawing.Size(100, 20);
  344. this.видеокартаTextBox.TabIndex = 2;
  345. //
  346. // материнская_платаTextBox
  347. //
  348. this.материнская_платаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Материнская плата", true));
  349. this.материнская_платаTextBox.Location = new System.Drawing.Point(252, 292);
  350. this.материнская_платаTextBox.Name = "материнская_платаTextBox";
  351. this.материнская_платаTextBox.Size = new System.Drawing.Size(100, 20);
  352. this.материнская_платаTextBox.TabIndex = 4;
  353. //
  354. // процессорTextBox
  355. //
  356. this.процессорTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Процессор", true));
  357. this.процессорTextBox.Location = new System.Drawing.Point(252, 327);
  358. this.процессорTextBox.Name = "процессорTextBox";
  359. this.процессорTextBox.Size = new System.Drawing.Size(100, 20);
  360. this.процессорTextBox.TabIndex = 6;
  361. //
  362. // оперативная_памятьTextBox
  363. //
  364. this.оперативная_памятьTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Оперативная память", true));
  365. this.оперативная_памятьTextBox.Location = new System.Drawing.Point(252, 369);
  366. this.оперативная_памятьTextBox.Name = "оперативная_памятьTextBox";
  367. this.оперативная_памятьTextBox.Size = new System.Drawing.Size(100, 20);
  368. this.оперативная_памятьTextBox.TabIndex = 8;
  369. //
  370. // оперативная_памятьTextBox1
  371. //
  372. this.оперативная_памятьTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Оперативная_память", true));
  373. this.оперативная_памятьTextBox1.Location = new System.Drawing.Point(252, 403);
  374. this.оперативная_памятьTextBox1.Name = "оперативная_памятьTextBox1";
  375. this.оперативная_памятьTextBox1.Size = new System.Drawing.Size(100, 20);
  376. this.оперативная_памятьTextBox1.TabIndex = 10;
  377. //
  378. // жетский_дискTextBox
  379. //
  380. this.жетский_дискTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Жетский диск", true));
  381. this.жетский_дискTextBox.Location = new System.Drawing.Point(252, 434);
  382. this.жетский_дискTextBox.Name = "жетский_дискTextBox";
  383. this.жетский_дискTextBox.Size = new System.Drawing.Size(100, 20);
  384. this.жетский_дискTextBox.TabIndex = 12;
  385. //
  386. // куллерTextBox
  387. //
  388. this.куллерTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Куллер", true));
  389. this.куллерTextBox.Location = new System.Drawing.Point(694, 243);
  390. this.куллерTextBox.Name = "куллерTextBox";
  391. this.куллерTextBox.Size = new System.Drawing.Size(100, 20);
  392. this.куллерTextBox.TabIndex = 14;
  393. //
  394. // система_охлажденияTextBox
  395. //
  396. this.система_охлажденияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Система охлаждения", true));
  397. this.система_охлажденияTextBox.Location = new System.Drawing.Point(694, 276);
  398. this.система_охлажденияTextBox.Name = "система_охлажденияTextBox";
  399. this.система_охлажденияTextBox.Size = new System.Drawing.Size(100, 20);
  400. this.система_охлажденияTextBox.TabIndex = 16;
  401. //
  402. // блок_питанияTextBox
  403. //
  404. this.блок_питанияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Блок питания", true));
  405. this.блок_питанияTextBox.Location = new System.Drawing.Point(694, 311);
  406. this.блок_питанияTextBox.Name = "блок_питанияTextBox";
  407. this.блок_питанияTextBox.Size = new System.Drawing.Size(100, 20);
  408. this.блок_питанияTextBox.TabIndex = 18;
  409. //
  410. // sSDTextBox
  411. //
  412. this.sSDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "SSD", true));
  413. this.sSDTextBox.Location = new System.Drawing.Point(694, 350);
  414. this.sSDTextBox.Name = "sSDTextBox";
  415. this.sSDTextBox.Size = new System.Drawing.Size(100, 20);
  416. this.sSDTextBox.TabIndex = 20;
  417. //
  418. // номер_сборкиTextBox
  419. //
  420. this.номер_сборкиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Номер сборки", true));
  421. this.номер_сборкиTextBox.Location = new System.Drawing.Point(694, 392);
  422. this.номер_сборкиTextBox.Name = "номер_сборкиTextBox";
  423. this.номер_сборкиTextBox.Size = new System.Drawing.Size(100, 20);
  424. this.номер_сборкиTextBox.TabIndex = 22;
  425. //
  426. // итоговая_ценаTextBox
  427. //
  428. this.итоговая_ценаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Итоговая цена", true));
  429. this.итоговая_ценаTextBox.Location = new System.Drawing.Point(694, 432);
  430. this.итоговая_ценаTextBox.Name = "итоговая_ценаTextBox";
  431. this.итоговая_ценаTextBox.Size = new System.Drawing.Size(100, 20);
  432. this.итоговая_ценаTextBox.TabIndex = 24;
  433. //
  434. // button1
  435. //
  436. this.button1.Location = new System.Drawing.Point(983, 346);
  437. this.button1.Name = "button1";
  438. this.button1.Size = new System.Drawing.Size(106, 42);
  439. this.button1.TabIndex = 25;
  440. this.button1.Text = "Сохранить сборку";
  441. this.button1.UseVisualStyleBackColor = true;
  442. this.button1.Click += new System.EventHandler(this.button1_Click);
  443. //
  444. // button2
  445. //
  446. this.button2.Location = new System.Drawing.Point(983, 289);
  447. this.button2.Name = "button2";
  448. this.button2.Size = new System.Drawing.Size(106, 42);
  449. this.button2.TabIndex = 26;
  450. this.button2.Text = "Добавить сборку";
  451. this.button2.UseVisualStyleBackColor = true;
  452. this.button2.Click += new System.EventHandler(this.button2_Click);
  453. //
  454. // button3
  455. //
  456. this.button3.Location = new System.Drawing.Point(983, 403);
  457. this.button3.Name = "button3";
  458. this.button3.Size = new System.Drawing.Size(106, 49);
  459. this.button3.TabIndex = 27;
  460. this.button3.Text = "закрыть";
  461. this.button3.UseVisualStyleBackColor = true;
  462. this.button3.Click += new System.EventHandler(this.button3_Click);
  463. //
  464. // buildPc
  465. //
  466. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  467. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  468. this.BackColor = System.Drawing.Color.White;
  469. this.ClientSize = new System.Drawing.Size(1256, 570);
  470. this.Controls.Add(this.button3);
  471. this.Controls.Add(this.button2);
  472. this.Controls.Add(this.button1);
  473. this.Controls.Add(итоговая_ценаLabel);
  474. this.Controls.Add(this.итоговая_ценаTextBox);
  475. this.Controls.Add(номер_сборкиLabel);
  476. this.Controls.Add(this.номер_сборкиTextBox);
  477. this.Controls.Add(sSDLabel);
  478. this.Controls.Add(this.sSDTextBox);
  479. this.Controls.Add(блок_питанияLabel);
  480. this.Controls.Add(this.блок_питанияTextBox);
  481. this.Controls.Add(система_охлажденияLabel);
  482. this.Controls.Add(this.система_охлажденияTextBox);
  483. this.Controls.Add(куллерLabel);
  484. this.Controls.Add(this.куллерTextBox);
  485. this.Controls.Add(жетский_дискLabel);
  486. this.Controls.Add(this.жетский_дискTextBox);
  487. this.Controls.Add(оперативная_памятьLabel1);
  488. this.Controls.Add(this.оперативная_памятьTextBox1);
  489. this.Controls.Add(оперативная_памятьLabel);
  490. this.Controls.Add(this.оперативная_памятьTextBox);
  491. this.Controls.Add(процессорLabel);
  492. this.Controls.Add(this.процессорTextBox);
  493. this.Controls.Add(материнская_платаLabel);
  494. this.Controls.Add(this.материнская_платаTextBox);
  495. this.Controls.Add(видеокартаLabel);
  496. this.Controls.Add(this.видеокартаTextBox);
  497. this.Controls.Add(this.computer_assemblyDataGridView);
  498. this.Name = "buildPc";
  499. this.Text = "buildPc";
  500. this.Load += new System.EventHandler(this.buildPc_Load);
  501. ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
  502. ((System.ComponentModel.ISupportInitialize)(this.computer_assemblyBindingSource)).EndInit();
  503. ((System.ComponentModel.ISupportInitialize)(this.computer_assemblyDataGridView)).EndInit();
  504. this.ResumeLayout(false);
  505. this.PerformLayout();
  506. }
  507. #endregion
  508. private digital_world_8DataSet1 digital_world_8DataSet1;
  509. private System.Windows.Forms.BindingSource computer_assemblyBindingSource;
  510. private digital_world_8DataSet1TableAdapters.computer_assemblyTableAdapter computer_assemblyTableAdapter;
  511. private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
  512. private System.Windows.Forms.DataGridView computer_assemblyDataGridView;
  513. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  514. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  517. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  518. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  519. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  520. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  521. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  522. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  523. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  524. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  525. private System.Windows.Forms.TextBox видеокартаTextBox;
  526. private System.Windows.Forms.TextBox материнская_платаTextBox;
  527. private System.Windows.Forms.TextBox процессорTextBox;
  528. private System.Windows.Forms.TextBox оперативная_памятьTextBox;
  529. private System.Windows.Forms.TextBox оперативная_памятьTextBox1;
  530. private System.Windows.Forms.TextBox жетский_дискTextBox;
  531. private System.Windows.Forms.TextBox куллерTextBox;
  532. private System.Windows.Forms.TextBox система_охлажденияTextBox;
  533. private System.Windows.Forms.TextBox блок_питанияTextBox;
  534. private System.Windows.Forms.TextBox sSDTextBox;
  535. private System.Windows.Forms.TextBox номер_сборкиTextBox;
  536. private System.Windows.Forms.TextBox итоговая_ценаTextBox;
  537. private System.Windows.Forms.Button button1;
  538. private System.Windows.Forms.Button button2;
  539. private System.Windows.Forms.Button button3;
  540. }
  541. }