namespace Digital_World_08
{
partial class buildPc
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label видеокартаLabel;
System.Windows.Forms.Label материнская_платаLabel;
System.Windows.Forms.Label процессорLabel;
System.Windows.Forms.Label оперативная_памятьLabel;
System.Windows.Forms.Label оперативная_памятьLabel1;
System.Windows.Forms.Label жетский_дискLabel;
System.Windows.Forms.Label куллерLabel;
System.Windows.Forms.Label система_охлажденияLabel;
System.Windows.Forms.Label блок_питанияLabel;
System.Windows.Forms.Label sSDLabel;
System.Windows.Forms.Label номер_сборкиLabel;
System.Windows.Forms.Label итоговая_ценаLabel;
this.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
this.computer_assemblyBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.computer_assemblyTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.computer_assemblyTableAdapter();
this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
this.computer_assemblyDataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.видеокартаTextBox = new System.Windows.Forms.TextBox();
this.материнская_платаTextBox = new System.Windows.Forms.TextBox();
this.процессорTextBox = new System.Windows.Forms.TextBox();
this.оперативная_памятьTextBox = new System.Windows.Forms.TextBox();
this.оперативная_памятьTextBox1 = new System.Windows.Forms.TextBox();
this.жетский_дискTextBox = new System.Windows.Forms.TextBox();
this.куллерTextBox = new System.Windows.Forms.TextBox();
this.система_охлажденияTextBox = new System.Windows.Forms.TextBox();
this.блок_питанияTextBox = new System.Windows.Forms.TextBox();
this.sSDTextBox = new System.Windows.Forms.TextBox();
this.номер_сборкиTextBox = new System.Windows.Forms.TextBox();
this.итоговая_ценаTextBox = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
видеокартаLabel = new System.Windows.Forms.Label();
материнская_платаLabel = new System.Windows.Forms.Label();
процессорLabel = new System.Windows.Forms.Label();
оперативная_памятьLabel = new System.Windows.Forms.Label();
оперативная_памятьLabel1 = new System.Windows.Forms.Label();
жетский_дискLabel = new System.Windows.Forms.Label();
куллерLabel = new System.Windows.Forms.Label();
система_охлажденияLabel = new System.Windows.Forms.Label();
блок_питанияLabel = new System.Windows.Forms.Label();
sSDLabel = new System.Windows.Forms.Label();
номер_сборкиLabel = new System.Windows.Forms.Label();
итоговая_ценаLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.computer_assemblyBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.computer_assemblyDataGridView)).BeginInit();
this.SuspendLayout();
//
// видеокартаLabel
//
видеокартаLabel.AutoSize = true;
видеокартаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
видеокартаLabel.Location = new System.Drawing.Point(62, 250);
видеокартаLabel.Name = "видеокартаLabel";
видеокартаLabel.Size = new System.Drawing.Size(107, 21);
видеокартаLabel.TabIndex = 1;
видеокартаLabel.Text = "Видеокарта:";
//
// материнская_платаLabel
//
материнская_платаLabel.AutoSize = true;
материнская_платаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
материнская_платаLabel.Location = new System.Drawing.Point(62, 292);
материнская_платаLabel.Name = "материнская_платаLabel";
материнская_платаLabel.Size = new System.Drawing.Size(167, 21);
материнская_платаLabel.TabIndex = 3;
материнская_платаLabel.Text = "Материнская плата:";
//
// процессорLabel
//
процессорLabel.AutoSize = true;
процессорLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
процессорLabel.Location = new System.Drawing.Point(66, 328);
процессорLabel.Name = "процессорLabel";
процессорLabel.Size = new System.Drawing.Size(103, 21);
процессорLabel.TabIndex = 5;
процессорLabel.Text = "Процессор:";
//
// оперативная_памятьLabel
//
оперативная_памятьLabel.AutoSize = true;
оперативная_памятьLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
оперативная_памятьLabel.Location = new System.Drawing.Point(55, 370);
оперативная_памятьLabel.Name = "оперативная_памятьLabel";
оперативная_памятьLabel.Size = new System.Drawing.Size(179, 21);
оперативная_памятьLabel.TabIndex = 7;
оперативная_памятьLabel.Text = "Оперативная память:";
//
// оперативная_памятьLabel1
//
оперативная_памятьLabel1.AutoSize = true;
оперативная_памятьLabel1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
оперативная_памятьLabel1.Location = new System.Drawing.Point(55, 404);
оперативная_памятьLabel1.Name = "оперативная_памятьLabel1";
оперативная_памятьLabel1.Size = new System.Drawing.Size(179, 21);
оперативная_памятьLabel1.TabIndex = 9;
оперативная_памятьLabel1.Text = "Оперативная память:";
//
// жетский_дискLabel
//
жетский_дискLabel.AutoSize = true;
жетский_дискLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
жетский_дискLabel.Location = new System.Drawing.Point(55, 432);
жетский_дискLabel.Name = "жетский_дискLabel";
жетский_дискLabel.Size = new System.Drawing.Size(127, 21);
жетский_дискLabel.TabIndex = 11;
жетский_дискLabel.Text = "Жетский диск:";
//
// куллерLabel
//
куллерLabel.AutoSize = true;
куллерLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
куллерLabel.Location = new System.Drawing.Point(455, 243);
куллерLabel.Name = "куллерLabel";
куллерLabel.Size = new System.Drawing.Size(78, 24);
куллерLabel.TabIndex = 13;
куллерLabel.Text = "Куллер:";
//
// система_охлажденияLabel
//
система_охлажденияLabel.AutoSize = true;
система_охлажденияLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
система_охлажденияLabel.Location = new System.Drawing.Point(447, 269);
система_охлажденияLabel.Name = "система_охлажденияLabel";
система_охлажденияLabel.Size = new System.Drawing.Size(208, 24);
система_охлажденияLabel.TabIndex = 15;
система_охлажденияLabel.Text = "Система охлаждения:";
//
// блок_питанияLabel
//
блок_питанияLabel.AutoSize = true;
блок_питанияLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
блок_питанияLabel.Location = new System.Drawing.Point(447, 307);
блок_питанияLabel.Name = "блок_питанияLabel";
блок_питанияLabel.Size = new System.Drawing.Size(137, 24);
блок_питанияLabel.TabIndex = 17;
блок_питанияLabel.Text = "Блок питания:";
//
// sSDLabel
//
sSDLabel.AutoSize = true;
sSDLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
sSDLabel.Location = new System.Drawing.Point(447, 346);
sSDLabel.Name = "sSDLabel";
sSDLabel.Size = new System.Drawing.Size(52, 24);
sSDLabel.TabIndex = 19;
sSDLabel.Text = "SSD:";
//
// номер_сборкиLabel
//
номер_сборкиLabel.AutoSize = true;
номер_сборкиLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
номер_сборкиLabel.Location = new System.Drawing.Point(447, 388);
номер_сборкиLabel.Name = "номер_сборкиLabel";
номер_сборкиLabel.Size = new System.Drawing.Size(142, 24);
номер_сборкиLabel.TabIndex = 21;
номер_сборкиLabel.Text = "Номер сборки:";
//
// итоговая_ценаLabel
//
итоговая_ценаLabel.AutoSize = true;
итоговая_ценаLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
итоговая_ценаLabel.Location = new System.Drawing.Point(447, 432);
итоговая_ценаLabel.Name = "итоговая_ценаLabel";
итоговая_ценаLabel.Size = new System.Drawing.Size(148, 24);
итоговая_ценаLabel.TabIndex = 23;
итоговая_ценаLabel.Text = "Итоговая цена:";
//
// digital_world_8DataSet1
//
this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// computer_assemblyBindingSource
//
this.computer_assemblyBindingSource.DataMember = "computer_assembly";
this.computer_assemblyBindingSource.DataSource = this.digital_world_8DataSet1;
//
// computer_assemblyTableAdapter
//
this.computer_assemblyTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.ComponentsTableAdapter = null;
this.tableAdapterManager.computer_assemblyTableAdapter = this.computer_assemblyTableAdapter;
this.tableAdapterManager.order_by_clientsTableAdapter = null;
this.tableAdapterManager.Order_statusTableAdapter = null;
this.tableAdapterManager.OrderTableAdapter = null;
this.tableAdapterManager.Postavka_materialTableAdapter = null;
this.tableAdapterManager.providerTableAdapter = null;
this.tableAdapterManager.RoleTableAdapter = null;
this.tableAdapterManager.unit_of_measurementTableAdapter = null;
this.tableAdapterManager.UpdateOrder = Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.UsersTableAdapter = null;
//
// computer_assemblyDataGridView
//
this.computer_assemblyDataGridView.AutoGenerateColumns = false;
this.computer_assemblyDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.computer_assemblyDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn11,
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn8,
this.dataGridViewTextBoxColumn9,
this.dataGridViewTextBoxColumn10,
this.dataGridViewTextBoxColumn12});
this.computer_assemblyDataGridView.DataSource = this.computer_assemblyBindingSource;
this.computer_assemblyDataGridView.Dock = System.Windows.Forms.DockStyle.Top;
this.computer_assemblyDataGridView.Location = new System.Drawing.Point(0, 0);
this.computer_assemblyDataGridView.Name = "computer_assemblyDataGridView";
this.computer_assemblyDataGridView.Size = new System.Drawing.Size(1256, 220);
this.computer_assemblyDataGridView.TabIndex = 1;
this.computer_assemblyDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.computer_assemblyDataGridView_CellContentClick);
//
// dataGridViewTextBoxColumn11
//
this.dataGridViewTextBoxColumn11.DataPropertyName = "Номер сборки";
this.dataGridViewTextBoxColumn11.HeaderText = "Номер сборки";
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
this.dataGridViewTextBoxColumn11.ReadOnly = true;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Видеокарта";
this.dataGridViewTextBoxColumn1.HeaderText = "Видеокарта";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "Материнская плата";
this.dataGridViewTextBoxColumn2.HeaderText = "Материнская плата";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Процессор";
this.dataGridViewTextBoxColumn3.HeaderText = "Процессор";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "Оперативная память";
this.dataGridViewTextBoxColumn4.HeaderText = "Оперативная память";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "Оперативная_память";
this.dataGridViewTextBoxColumn5.HeaderText = "Оперативная_память";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "Жетский диск";
this.dataGridViewTextBoxColumn6.HeaderText = "Жетский диск";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "Куллер";
this.dataGridViewTextBoxColumn7.HeaderText = "Куллер";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "Система охлаждения";
this.dataGridViewTextBoxColumn8.HeaderText = "Система охлаждения";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
//
// dataGridViewTextBoxColumn9
//
this.dataGridViewTextBoxColumn9.DataPropertyName = "Блок питания";
this.dataGridViewTextBoxColumn9.HeaderText = "Блок питания";
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.DataPropertyName = "SSD";
this.dataGridViewTextBoxColumn10.HeaderText = "SSD";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
//
// dataGridViewTextBoxColumn12
//
this.dataGridViewTextBoxColumn12.DataPropertyName = "Итоговая цена";
this.dataGridViewTextBoxColumn12.HeaderText = "Итоговая цена";
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
//
// видеокартаTextBox
//
this.видеокартаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Видеокарта", true));
this.видеокартаTextBox.Location = new System.Drawing.Point(252, 249);
this.видеокартаTextBox.Name = "видеокартаTextBox";
this.видеокартаTextBox.Size = new System.Drawing.Size(100, 20);
this.видеокартаTextBox.TabIndex = 2;
//
// материнская_платаTextBox
//
this.материнская_платаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Материнская плата", true));
this.материнская_платаTextBox.Location = new System.Drawing.Point(252, 292);
this.материнская_платаTextBox.Name = "материнская_платаTextBox";
this.материнская_платаTextBox.Size = new System.Drawing.Size(100, 20);
this.материнская_платаTextBox.TabIndex = 4;
//
// процессорTextBox
//
this.процессорTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Процессор", true));
this.процессорTextBox.Location = new System.Drawing.Point(252, 327);
this.процессорTextBox.Name = "процессорTextBox";
this.процессорTextBox.Size = new System.Drawing.Size(100, 20);
this.процессорTextBox.TabIndex = 6;
//
// оперативная_памятьTextBox
//
this.оперативная_памятьTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Оперативная память", true));
this.оперативная_памятьTextBox.Location = new System.Drawing.Point(252, 369);
this.оперативная_памятьTextBox.Name = "оперативная_памятьTextBox";
this.оперативная_памятьTextBox.Size = new System.Drawing.Size(100, 20);
this.оперативная_памятьTextBox.TabIndex = 8;
//
// оперативная_памятьTextBox1
//
this.оперативная_памятьTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Оперативная_память", true));
this.оперативная_памятьTextBox1.Location = new System.Drawing.Point(252, 403);
this.оперативная_памятьTextBox1.Name = "оперативная_памятьTextBox1";
this.оперативная_памятьTextBox1.Size = new System.Drawing.Size(100, 20);
this.оперативная_памятьTextBox1.TabIndex = 10;
//
// жетский_дискTextBox
//
this.жетский_дискTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Жетский диск", true));
this.жетский_дискTextBox.Location = new System.Drawing.Point(252, 434);
this.жетский_дискTextBox.Name = "жетский_дискTextBox";
this.жетский_дискTextBox.Size = new System.Drawing.Size(100, 20);
this.жетский_дискTextBox.TabIndex = 12;
//
// куллерTextBox
//
this.куллерTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Куллер", true));
this.куллерTextBox.Location = new System.Drawing.Point(694, 243);
this.куллерTextBox.Name = "куллерTextBox";
this.куллерTextBox.Size = new System.Drawing.Size(100, 20);
this.куллерTextBox.TabIndex = 14;
//
// система_охлажденияTextBox
//
this.система_охлажденияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Система охлаждения", true));
this.система_охлажденияTextBox.Location = new System.Drawing.Point(694, 276);
this.система_охлажденияTextBox.Name = "система_охлажденияTextBox";
this.система_охлажденияTextBox.Size = new System.Drawing.Size(100, 20);
this.система_охлажденияTextBox.TabIndex = 16;
//
// блок_питанияTextBox
//
this.блок_питанияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Блок питания", true));
this.блок_питанияTextBox.Location = new System.Drawing.Point(694, 311);
this.блок_питанияTextBox.Name = "блок_питанияTextBox";
this.блок_питанияTextBox.Size = new System.Drawing.Size(100, 20);
this.блок_питанияTextBox.TabIndex = 18;
//
// sSDTextBox
//
this.sSDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "SSD", true));
this.sSDTextBox.Location = new System.Drawing.Point(694, 350);
this.sSDTextBox.Name = "sSDTextBox";
this.sSDTextBox.Size = new System.Drawing.Size(100, 20);
this.sSDTextBox.TabIndex = 20;
//
// номер_сборкиTextBox
//
this.номер_сборкиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Номер сборки", true));
this.номер_сборкиTextBox.Location = new System.Drawing.Point(694, 392);
this.номер_сборкиTextBox.Name = "номер_сборкиTextBox";
this.номер_сборкиTextBox.Size = new System.Drawing.Size(100, 20);
this.номер_сборкиTextBox.TabIndex = 22;
//
// итоговая_ценаTextBox
//
this.итоговая_ценаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.computer_assemblyBindingSource, "Итоговая цена", true));
this.итоговая_ценаTextBox.Location = new System.Drawing.Point(694, 432);
this.итоговая_ценаTextBox.Name = "итоговая_ценаTextBox";
this.итоговая_ценаTextBox.Size = new System.Drawing.Size(100, 20);
this.итоговая_ценаTextBox.TabIndex = 24;
//
// button1
//
this.button1.Location = new System.Drawing.Point(983, 346);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(106, 42);
this.button1.TabIndex = 25;
this.button1.Text = "Сохранить сборку";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(983, 289);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(106, 42);
this.button2.TabIndex = 26;
this.button2.Text = "Добавить сборку";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(983, 403);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(106, 49);
this.button3.TabIndex = 27;
this.button3.Text = "закрыть";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// buildPc
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1256, 570);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(итоговая_ценаLabel);
this.Controls.Add(this.итоговая_ценаTextBox);
this.Controls.Add(номер_сборкиLabel);
this.Controls.Add(this.номер_сборкиTextBox);
this.Controls.Add(sSDLabel);
this.Controls.Add(this.sSDTextBox);
this.Controls.Add(блок_питанияLabel);
this.Controls.Add(this.блок_питанияTextBox);
this.Controls.Add(система_охлажденияLabel);
this.Controls.Add(this.система_охлажденияTextBox);
this.Controls.Add(куллерLabel);
this.Controls.Add(this.куллерTextBox);
this.Controls.Add(жетский_дискLabel);
this.Controls.Add(this.жетский_дискTextBox);
this.Controls.Add(оперативная_памятьLabel1);
this.Controls.Add(this.оперативная_памятьTextBox1);
this.Controls.Add(оперативная_памятьLabel);
this.Controls.Add(this.оперативная_памятьTextBox);
this.Controls.Add(процессорLabel);
this.Controls.Add(this.процессорTextBox);
this.Controls.Add(материнская_платаLabel);
this.Controls.Add(this.материнская_платаTextBox);
this.Controls.Add(видеокартаLabel);
this.Controls.Add(this.видеокартаTextBox);
this.Controls.Add(this.computer_assemblyDataGridView);
this.Name = "buildPc";
this.Text = "buildPc";
this.Load += new System.EventHandler(this.buildPc_Load);
((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.computer_assemblyBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.computer_assemblyDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private digital_world_8DataSet1 digital_world_8DataSet1;
private System.Windows.Forms.BindingSource computer_assemblyBindingSource;
private digital_world_8DataSet1TableAdapters.computer_assemblyTableAdapter computer_assemblyTableAdapter;
private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.DataGridView computer_assemblyDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
private System.Windows.Forms.TextBox видеокартаTextBox;
private System.Windows.Forms.TextBox материнская_платаTextBox;
private System.Windows.Forms.TextBox процессорTextBox;
private System.Windows.Forms.TextBox оперативная_памятьTextBox;
private System.Windows.Forms.TextBox оперативная_памятьTextBox1;
private System.Windows.Forms.TextBox жетский_дискTextBox;
private System.Windows.Forms.TextBox куллерTextBox;
private System.Windows.Forms.TextBox система_охлажденияTextBox;
private System.Windows.Forms.TextBox блок_питанияTextBox;
private System.Windows.Forms.TextBox sSDTextBox;
private System.Windows.Forms.TextBox номер_сборкиTextBox;
private System.Windows.Forms.TextBox итоговая_ценаTextBox;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
}
}