namespace RestaurantApp { partial class ClientForm { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.dgvClients = new System.Windows.Forms.DataGridView(); this.txtSearch = new System.Windows.Forms.TextBox(); this.btnSearch = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button(); this.btnEdit = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.btnRefresh = new System.Windows.Forms.Button(); this.lblSearch = new System.Windows.Forms.Label(); this.panelButtons = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.dgvClients)).BeginInit(); this.panelButtons.SuspendLayout(); this.SuspendLayout(); // // dgvClients // this.dgvClients.AllowUserToAddRows = false; this.dgvClients.AllowUserToDeleteRows = false; this.dgvClients.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvClients.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvClients.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvClients.Location = new System.Drawing.Point(0, 50); this.dgvClients.Name = "dgvClients"; this.dgvClients.ReadOnly = true; this.dgvClients.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvClients.Size = new System.Drawing.Size(884, 461); this.dgvClients.TabIndex = 0; // // txtSearch // this.txtSearch.Location = new System.Drawing.Point(60, 15); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(200, 20); this.txtSearch.TabIndex = 1; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(270, 12); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(75, 23); this.btnSearch.TabIndex = 2; this.btnSearch.Text = "Поиск"; this.btnSearch.UseVisualStyleBackColor = true; // // btnAdd // this.btnAdd.Location = new System.Drawing.Point(370, 12); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(75, 23); this.btnAdd.TabIndex = 3; this.btnAdd.Text = "Добавить"; this.btnAdd.UseVisualStyleBackColor = true; // // btnEdit // this.btnEdit.Location = new System.Drawing.Point(460, 12); this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(75, 23); this.btnEdit.TabIndex = 4; this.btnEdit.Text = "Изменить"; this.btnEdit.UseVisualStyleBackColor = true; // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(550, 12); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(75, 23); this.btnDelete.TabIndex = 5; this.btnDelete.Text = "Удалить"; this.btnDelete.UseVisualStyleBackColor = true; // // btnRefresh // this.btnRefresh.Location = new System.Drawing.Point(640, 12); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 23); this.btnRefresh.TabIndex = 6; this.btnRefresh.Text = "Обновить"; this.btnRefresh.UseVisualStyleBackColor = true; // // lblSearch // this.lblSearch.AutoSize = true; this.lblSearch.Location = new System.Drawing.Point(12, 18); this.lblSearch.Name = "lblSearch"; this.lblSearch.Size = new System.Drawing.Size(42, 13); this.lblSearch.TabIndex = 7; this.lblSearch.Text = "Поиск:"; // // panelButtons // this.panelButtons.Controls.Add(this.lblSearch); this.panelButtons.Controls.Add(this.txtSearch); this.panelButtons.Controls.Add(this.btnRefresh); this.panelButtons.Controls.Add(this.btnSearch); this.panelButtons.Controls.Add(this.btnDelete); this.panelButtons.Controls.Add(this.btnAdd); this.panelButtons.Controls.Add(this.btnEdit); this.panelButtons.Dock = System.Windows.Forms.DockStyle.Top; this.panelButtons.Location = new System.Drawing.Point(0, 0); this.panelButtons.Name = "panelButtons"; this.panelButtons.Size = new System.Drawing.Size(884, 50); this.panelButtons.TabIndex = 8; // // ClientForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(884, 511); this.Controls.Add(this.dgvClients); this.Controls.Add(this.panelButtons); this.Name = "ClientForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Клиенты"; ((System.ComponentModel.ISupportInitialize)(this.dgvClients)).EndInit(); this.panelButtons.ResumeLayout(false); this.panelButtons.PerformLayout(); this.ResumeLayout(false); } private System.Windows.Forms.DataGridView dgvClients; private System.Windows.Forms.TextBox txtSearch; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Button btnEdit; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.Label lblSearch; private System.Windows.Forms.Panel panelButtons; } }