namespace HotelView { 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() { dataGridView = new DataGridView(); buttonDel = new Button(); buttonUpd = new Button(); buttonAdd = new Button(); button1 = new Button(); button2 = new Button(); button3 = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // dataGridView // dataGridView.AllowUserToAddRows = false; dataGridView.AllowUserToDeleteRows = false; dataGridView.BackgroundColor = Color.White; dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Dock = DockStyle.Left; dataGridView.Location = new Point(0, 0); dataGridView.Margin = new Padding(3, 4, 3, 4); dataGridView.Name = "dataGridView"; dataGridView.ReadOnly = true; dataGridView.RowHeadersWidth = 51; dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect; dataGridView.ShowCellToolTips = false; dataGridView.ShowEditingIcon = false; dataGridView.Size = new Size(600, 600); dataGridView.TabIndex = 1; // // buttonDel // buttonDel.Location = new Point(645, 155); buttonDel.Margin = new Padding(3, 4, 3, 4); buttonDel.Name = "buttonDel"; buttonDel.Size = new Size(141, 47); buttonDel.TabIndex = 7; buttonDel.Text = "Удалить"; buttonDel.UseVisualStyleBackColor = true; buttonDel.Click += buttonDel_Click; // // buttonUpd // buttonUpd.Location = new Point(645, 87); buttonUpd.Margin = new Padding(3, 4, 3, 4); buttonUpd.Name = "buttonUpd"; buttonUpd.Size = new Size(141, 47); buttonUpd.TabIndex = 6; buttonUpd.Text = "Изменить"; buttonUpd.UseVisualStyleBackColor = true; buttonUpd.Click += buttonUpd_Click; // // buttonAdd // buttonAdd.Location = new Point(645, 20); buttonAdd.Margin = new Padding(3, 4, 3, 4); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(141, 47); buttonAdd.TabIndex = 5; buttonAdd.Text = "Добавить"; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += buttonAdd_Click; // // button1 // button1.Location = new Point(645, 220); button1.Name = "button1"; button1.Size = new Size(141, 47); button1.TabIndex = 8; button1.Text = "Тест добавления"; button1.UseVisualStyleBackColor = true; button1.Click += button1_Click; // // button2 // button2.Location = new Point(645, 287); button2.Name = "button2"; button2.Size = new Size(141, 47); button2.TabIndex = 9; button2.Text = "Тест удаления"; button2.UseVisualStyleBackColor = true; button2.Click += button2_Click; // // button3 // button3.Location = new Point(645, 352); button3.Name = "button3"; button3.Size = new Size(141, 47); button3.TabIndex = 10; button3.Text = "Тест обновления"; button3.UseVisualStyleBackColor = true; button3.Click += button3_Click; // // FormClients // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(818, 600); Controls.Add(button3); Controls.Add(button2); Controls.Add(button1); Controls.Add(buttonDel); Controls.Add(buttonUpd); Controls.Add(buttonAdd); Controls.Add(dataGridView); Margin = new Padding(3, 4, 3, 4); Name = "FormClients"; Text = "Покупатели"; Load += FormClients_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private DataGridView dataGridView; private Button buttonDel; private Button buttonUpd; private Button buttonAdd; private Button button1; private Button button2; private Button button3; } }