namespace JewelryStore { partial class FormJewels { /// /// 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.DataGridView = new System.Windows.Forms.DataGridView(); this.AddButton = new System.Windows.Forms.Button(); this.ChangeButton = new System.Windows.Forms.Button(); this.DeleteButton = new System.Windows.Forms.Button(); this.UpdateButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit(); this.SuspendLayout(); // // DataGridView // this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DataGridView.Location = new System.Drawing.Point(1, 2); this.DataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.DataGridView.Name = "DataGridView"; this.DataGridView.RowHeadersWidth = 62; this.DataGridView.RowTemplate.Height = 25; this.DataGridView.Size = new System.Drawing.Size(597, 547); this.DataGridView.TabIndex = 0; // // AddButton // this.AddButton.Location = new System.Drawing.Point(615, 12); this.AddButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.AddButton.Name = "AddButton"; this.AddButton.Size = new System.Drawing.Size(171, 39); this.AddButton.TabIndex = 1; this.AddButton.Text = "Добавить"; this.AddButton.UseVisualStyleBackColor = true; this.AddButton.Click += new System.EventHandler(this.AddButton_Click); // // ChangeButton // this.ChangeButton.Location = new System.Drawing.Point(615, 110); this.ChangeButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.ChangeButton.Name = "ChangeButton"; this.ChangeButton.Size = new System.Drawing.Size(171, 39); this.ChangeButton.TabIndex = 2; this.ChangeButton.Text = "Изменить"; this.ChangeButton.UseVisualStyleBackColor = true; this.ChangeButton.Click += new System.EventHandler(this.ChangeButton_Click); // // DeleteButton // this.DeleteButton.Location = new System.Drawing.Point(615, 209); this.DeleteButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.DeleteButton.Name = "DeleteButton"; this.DeleteButton.Size = new System.Drawing.Size(171, 39); this.DeleteButton.TabIndex = 3; this.DeleteButton.Text = "Удалить"; this.DeleteButton.UseVisualStyleBackColor = true; this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click); // // UpdateButton // this.UpdateButton.Location = new System.Drawing.Point(615, 310); this.UpdateButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.UpdateButton.Name = "UpdateButton"; this.UpdateButton.Size = new System.Drawing.Size(171, 39); this.UpdateButton.TabIndex = 4; this.UpdateButton.Text = "Обновить"; this.UpdateButton.UseVisualStyleBackColor = true; this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click); // // FormJewels // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(805, 563); this.Controls.Add(this.UpdateButton); this.Controls.Add(this.DeleteButton); this.Controls.Add(this.ChangeButton); this.Controls.Add(this.AddButton); this.Controls.Add(this.DataGridView); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FormJewels"; this.Text = "Драгоценности"; this.Load += new System.EventHandler(this.FormJewels_Load); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit(); this.ResumeLayout(false); } #endregion private DataGridView DataGridView; private Button AddButton; private Button ChangeButton; private Button DeleteButton; private Button UpdateButton; } }