namespace ConfectioneryView { partial class FormPastrys { /// /// 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() { dataGridView = new DataGridView(); buttonAdd = new Button(); buttonUpd = new Button(); buttonDel = new Button(); buttonRef = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // dataGridView // dataGridView.BackgroundColor = Color.AliceBlue; dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Location = new Point(12, 12); dataGridView.Name = "dataGridView"; dataGridView.RowHeadersWidth = 62; dataGridView.RowTemplate.Height = 33; dataGridView.Size = new Size(916, 479); dataGridView.TabIndex = 0; // // buttonAdd // buttonAdd.Anchor = AnchorStyles.Top | AnchorStyles.Right; buttonAdd.Location = new Point(975, 53); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(133, 46); buttonAdd.TabIndex = 1; buttonAdd.Text = "Добавить"; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += buttonAdd_Click; // // buttonUpd // buttonUpd.Anchor = AnchorStyles.Top | AnchorStyles.Right; buttonUpd.Location = new Point(975, 119); buttonUpd.Name = "buttonUpd"; buttonUpd.Size = new Size(133, 46); buttonUpd.TabIndex = 2; buttonUpd.Text = "Изменить"; buttonUpd.UseVisualStyleBackColor = true; buttonUpd.Click += buttonUpd_Click; // // buttonDel // buttonDel.Anchor = AnchorStyles.Top | AnchorStyles.Right; buttonDel.Location = new Point(975, 185); buttonDel.Name = "buttonDel"; buttonDel.Size = new Size(133, 45); buttonDel.TabIndex = 3; buttonDel.Text = "Удалить"; buttonDel.UseVisualStyleBackColor = true; buttonDel.Click += buttonDel_Click; // // buttonRef // buttonRef.Anchor = AnchorStyles.Top | AnchorStyles.Right; buttonRef.Location = new Point(975, 251); buttonRef.Name = "buttonRef"; buttonRef.Size = new Size(133, 48); buttonRef.TabIndex = 4; buttonRef.Text = "Обновить"; buttonRef.UseVisualStyleBackColor = true; buttonRef.Click += buttonRef_Click; // // FormPastrys // AutoScaleDimensions = new SizeF(10F, 25F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1139, 518); Controls.Add(buttonRef); Controls.Add(buttonDel); Controls.Add(buttonUpd); Controls.Add(buttonAdd); Controls.Add(dataGridView); Name = "FormPastrys"; Text = "Кондитерские изделия"; Load += FormPastrys_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private DataGridView dataGridView; private Button buttonAdd; private Button buttonUpd; private Button buttonDel; private Button buttonRef; } }