namespace SushiBarView { partial class FormClients { /// /// 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() { buttonDel = new Button(); buttonRef = new Button(); dataGridView = new DataGridView(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // buttonDel // buttonDel.Location = new Point(382, 12); buttonDel.Name = "buttonDel"; buttonDel.Size = new Size(119, 38); buttonDel.TabIndex = 0; buttonDel.Text = "Удалить"; buttonDel.UseVisualStyleBackColor = true; buttonDel.Click += buttonDel_Click; // // buttonRef // buttonRef.Location = new Point(382, 56); buttonRef.Name = "buttonRef"; buttonRef.Size = new Size(119, 37); buttonRef.TabIndex = 1; buttonRef.Text = "Обновить"; buttonRef.UseVisualStyleBackColor = true; buttonRef.Click += buttonRef_Click; // // dataGridView // dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Location = new Point(2, 2); dataGridView.Name = "dataGridView"; dataGridView.Size = new Size(374, 447); dataGridView.TabIndex = 2; // // FormClients // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(513, 450); Controls.Add(dataGridView); Controls.Add(buttonRef); Controls.Add(buttonDel); Name = "FormClients"; Text = "Клиенты"; Load += FormClients_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private Button buttonDel; private Button buttonRef; private DataGridView dataGridView; } }