namespace BeautySalon { partial class FormMaster { /// /// 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.labelName = new System.Windows.Forms.Label(); this.textBoxName = new System.Windows.Forms.TextBox(); this.groupBox = new System.Windows.Forms.GroupBox(); this.buttonRef = new System.Windows.Forms.Button(); this.buttonDel = new System.Windows.Forms.Button(); this.buttonUpd = new System.Windows.Forms.Button(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.buttonAdd = new System.Windows.Forms.Button(); this.labelWorkingHours = new System.Windows.Forms.Label(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.textBoxWorkingHours = new System.Windows.Forms.TextBox(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.NameService = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Time = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // // labelName // this.labelName.AutoSize = true; this.labelName.Location = new System.Drawing.Point(24, 27); this.labelName.Name = "labelName"; this.labelName.Size = new System.Drawing.Size(37, 15); this.labelName.TabIndex = 0; this.labelName.Text = "ФИО:"; // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(123, 24); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(301, 23); this.textBoxName.TabIndex = 1; // // groupBox // this.groupBox.Controls.Add(this.buttonRef); this.groupBox.Controls.Add(this.buttonDel); this.groupBox.Controls.Add(this.buttonUpd); this.groupBox.Controls.Add(this.dataGridView); this.groupBox.Controls.Add(this.buttonAdd); this.groupBox.Location = new System.Drawing.Point(12, 112); this.groupBox.Name = "groupBox"; this.groupBox.Size = new System.Drawing.Size(551, 292); this.groupBox.TabIndex = 2; this.groupBox.TabStop = false; this.groupBox.Text = "Услуги"; // // buttonRef // this.buttonRef.Location = new System.Drawing.Point(438, 164); this.buttonRef.Name = "buttonRef"; this.buttonRef.Size = new System.Drawing.Size(75, 23); this.buttonRef.TabIndex = 4; this.buttonRef.Text = "Обновить"; this.buttonRef.UseVisualStyleBackColor = true; this.buttonRef.Click += new System.EventHandler(this.ButtonRef_Click); // // buttonDel // this.buttonDel.Location = new System.Drawing.Point(438, 121); this.buttonDel.Name = "buttonDel"; this.buttonDel.Size = new System.Drawing.Size(75, 23); this.buttonDel.TabIndex = 3; this.buttonDel.Text = "Удалить"; this.buttonDel.UseVisualStyleBackColor = true; this.buttonDel.Click += new System.EventHandler(this.ButtonDel_Click); // // buttonUpd // this.buttonUpd.Location = new System.Drawing.Point(438, 78); this.buttonUpd.Name = "buttonUpd"; this.buttonUpd.Size = new System.Drawing.Size(75, 23); this.buttonUpd.TabIndex = 2; this.buttonUpd.Text = "Изменить"; this.buttonUpd.UseVisualStyleBackColor = true; this.buttonUpd.Click += new System.EventHandler(this.ButtonUpd_Click); // // dataGridView // this.dataGridView.BackgroundColor = System.Drawing.SystemColors.Control; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.NameService, this.Time}); this.dataGridView.GridColor = System.Drawing.SystemColors.Control; this.dataGridView.Location = new System.Drawing.Point(6, 16); this.dataGridView.Name = "dataGridView"; this.dataGridView.RowTemplate.Height = 25; this.dataGridView.Size = new System.Drawing.Size(398, 270); this.dataGridView.TabIndex = 1; // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(438, 36); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(75, 23); this.buttonAdd.TabIndex = 0; this.buttonAdd.Text = "Добавить"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.ButtonAdd_Click); // // labelWorkingHours // this.labelWorkingHours.AutoSize = true; this.labelWorkingHours.Location = new System.Drawing.Point(24, 59); this.labelWorkingHours.Name = "labelWorkingHours"; this.labelWorkingHours.Size = new System.Drawing.Size(93, 15); this.labelWorkingHours.TabIndex = 3; this.labelWorkingHours.Text = "Рабочее время:"; // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(369, 410); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(75, 23); this.buttonSave.TabIndex = 5; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(450, 410); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 6; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // textBoxWorkingHours // this.textBoxWorkingHours.Location = new System.Drawing.Point(123, 53); this.textBoxWorkingHours.Name = "textBoxWorkingHours"; this.textBoxWorkingHours.ReadOnly = true; this.textBoxWorkingHours.Size = new System.Drawing.Size(152, 23); this.textBoxWorkingHours.TabIndex = 7; // // ID // this.ID.HeaderText = "ID"; this.ID.Name = "ID"; this.ID.Visible = false; // // NameService // this.NameService.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.NameService.HeaderText = "Услуга"; this.NameService.Name = "NameService"; // // Time // this.Time.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Time.HeaderText = "Время на услугу, час(ов)"; this.Time.Name = "Time"; // // FormMaster // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(575, 444); this.Controls.Add(this.textBoxWorkingHours); this.Controls.Add(this.buttonSave); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.labelWorkingHours); this.Controls.Add(this.groupBox); this.Controls.Add(this.textBoxName); this.Controls.Add(this.labelName); this.Name = "FormMaster"; this.Text = "Мастер"; this.groupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label labelName; private TextBox textBoxName; private GroupBox groupBox; private Button buttonRef; private Button buttonDel; private Button buttonUpd; private DataGridView dataGridView; private Button buttonAdd; private Label labelWorkingHours; private Button buttonSave; private Button buttonCancel; private DataGridViewTextBoxColumn ID; private DataGridViewTextBoxColumn NameService; private DataGridViewTextBoxColumn Time; private TextBox textBoxWorkingHours; } }