/Sale of cars/Sale of cars/CarForms/CarModelForm.Designer.cs
https://bitbucket.org/invincible_ghost/sale-of-cars · C# · 119 lines · 84 code · 6 blank · 29 comment · 3 complexity · a89efaed0305f2de1e90db5632741c1c MD5 · raw file
- namespace Sale_of_cars.CarForms
- {
- partial class CarModelForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.button1 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.AllowUserToResizeColumns = false;
- this.dataGridView1.AllowUserToResizeRows = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Location = new System.Drawing.Point(1, 1);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.RowHeadersVisible = false;
- this.dataGridView1.Size = new System.Drawing.Size(240, 259);
- this.dataGridView1.TabIndex = 0;
- this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(1, 292);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(76, 23);
- this.button1.TabIndex = 1;
- this.button1.Text = "Зберегти";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(165, 292);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(76, 23);
- this.button3.TabIndex = 3;
- this.button3.Text = "Редагувати";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(1, 266);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(122, 20);
- this.textBox1.TabIndex = 4;
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(129, 266);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(112, 21);
- this.comboBox1.TabIndex = 5;
- //
- // CarModelForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(243, 316);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.dataGridView1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
- this.Name = "CarModelForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Моделі";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CarModelForm_FormClosed);
- this.Load += new System.EventHandler(this.CarModelForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.ComboBox comboBox1;
- }
- }