namespace Forms { partial class FormComponent { /// /// 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() { buttonDelete = new Button(); buttonUpdate = new Button(); buttonCreate = new Button(); textBoxTitle = new TextBox(); label4 = new Label(); label3 = new Label(); label2 = new Label(); label1 = new Label(); dataGridView = new DataGridView(); textBoxCountSklad = new TextBox(); textBoxPrice = new TextBox(); textBoxManufacturer = new TextBox(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // buttonDelete // buttonDelete.Location = new Point(688, 214); buttonDelete.Name = "buttonDelete"; buttonDelete.Size = new Size(75, 23); buttonDelete.TabIndex = 28; buttonDelete.Text = "delete"; buttonDelete.UseVisualStyleBackColor = true; buttonDelete.Click += buttonDelete_Click; // // buttonUpdate // buttonUpdate.Location = new Point(688, 185); buttonUpdate.Name = "buttonUpdate"; buttonUpdate.Size = new Size(75, 23); buttonUpdate.TabIndex = 27; buttonUpdate.Text = "update"; buttonUpdate.UseVisualStyleBackColor = true; buttonUpdate.Click += buttonUpdate_Click; // // buttonCreate // buttonCreate.Location = new Point(688, 156); buttonCreate.Name = "buttonCreate"; buttonCreate.Size = new Size(75, 23); buttonCreate.TabIndex = 26; buttonCreate.Text = "create"; buttonCreate.UseVisualStyleBackColor = true; buttonCreate.Click += buttonCreate_Click; // // textBoxTitle // textBoxTitle.Location = new Point(688, 11); textBoxTitle.Name = "textBoxTitle"; textBoxTitle.Size = new Size(100, 23); textBoxTitle.TabIndex = 21; // // label4 // label4.AutoSize = true; label4.Location = new Point(598, 101); label4.Name = "label4"; label4.Size = new Size(79, 15); label4.TabIndex = 19; label4.Text = "Manufacturer"; // // label3 // label3.AutoSize = true; label3.Location = new Point(598, 72); label3.Name = "label3"; label3.Size = new Size(33, 15); label3.TabIndex = 18; label3.Text = "Price"; // // label2 // label2.AutoSize = true; label2.Location = new Point(598, 43); label2.Name = "label2"; label2.Size = new Size(68, 15); label2.TabIndex = 17; label2.Text = "CountSklad"; // // label1 // label1.AutoSize = true; label1.Location = new Point(598, 14); label1.Name = "label1"; label1.Size = new Size(29, 15); label1.TabIndex = 16; label1.Text = "Title"; // // dataGridView // dataGridView.AllowUserToAddRows = false; dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Location = new Point(13, 14); dataGridView.Name = "dataGridView"; dataGridView.RowTemplate.Height = 25; dataGridView.Size = new Size(579, 426); dataGridView.TabIndex = 15; dataGridView.CellClick += dataGridView_CellClick; // // textBoxCountSklad // textBoxCountSklad.Location = new Point(688, 40); textBoxCountSklad.Name = "textBoxCountSklad"; textBoxCountSklad.Size = new Size(100, 23); textBoxCountSklad.TabIndex = 29; // // textBoxPrice // textBoxPrice.Location = new Point(688, 69); textBoxPrice.Name = "textBoxPrice"; textBoxPrice.Size = new Size(100, 23); textBoxPrice.TabIndex = 30; // // textBoxManufacturer // textBoxManufacturer.Location = new Point(688, 98); textBoxManufacturer.Name = "textBoxManufacturer"; textBoxManufacturer.Size = new Size(100, 23); textBoxManufacturer.TabIndex = 31; // // FormComponent // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(800, 450); Controls.Add(textBoxManufacturer); Controls.Add(textBoxPrice); Controls.Add(textBoxCountSklad); Controls.Add(buttonDelete); Controls.Add(buttonUpdate); Controls.Add(buttonCreate); Controls.Add(textBoxTitle); Controls.Add(label4); Controls.Add(label3); Controls.Add(label2); Controls.Add(label1); Controls.Add(dataGridView); Name = "FormComponent"; Text = "FormComponent"; Load += FormComponent_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Button buttonDelete; private Button buttonUpdate; private Button buttonCreate; private ComboBox comboBoxBodyType; private TextBox textBoxSeats; private TextBox textBoxYear; private TextBox textBoxModel; private TextBox textBoxTitle; private Label label5; private Label label4; private Label label3; private Label label2; private Label label1; private DataGridView dataGridView; private TextBox textBoxCountSklad; private TextBox textBoxPrice; private TextBox textBoxManufacturer; } }