namespace BeautySalon { partial class FormMain { /// /// 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.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.справочникиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.услугиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.мастераToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.клиентыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.buttonCreateVisit = new System.Windows.Forms.Button(); this.buttonRef = new System.Windows.Forms.Button(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.справочникиToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1078, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // справочникиToolStripMenuItem // this.справочникиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.услугиToolStripMenuItem, this.мастераToolStripMenuItem, this.клиентыToolStripMenuItem}); this.справочникиToolStripMenuItem.Name = "справочникиToolStripMenuItem"; this.справочникиToolStripMenuItem.Size = new System.Drawing.Size(94, 20); this.справочникиToolStripMenuItem.Text = "Справочники"; // // услугиToolStripMenuItem // this.услугиToolStripMenuItem.Name = "услугиToolStripMenuItem"; this.услугиToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.услугиToolStripMenuItem.Text = "Услуги"; this.услугиToolStripMenuItem.Click += new System.EventHandler(this.УслугиToolStripMenuItem_Click); // // мастераToolStripMenuItem // this.мастераToolStripMenuItem.Name = "мастераToolStripMenuItem"; this.мастераToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.мастераToolStripMenuItem.Text = "Мастера"; this.мастераToolStripMenuItem.Click += new System.EventHandler(this.МастераToolStripMenuItem_Click); // // клиентыToolStripMenuItem // this.клиентыToolStripMenuItem.Name = "клиентыToolStripMenuItem"; this.клиентыToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.клиентыToolStripMenuItem.Text = "Клиенты"; this.клиентыToolStripMenuItem.Click += new System.EventHandler(this.КлиентыToolStripMenuItem_Click); // // dataGridView // this.dataGridView.BackgroundColor = System.Drawing.SystemColors.Control; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Location = new System.Drawing.Point(0, 27); this.dataGridView.Name = "dataGridView"; this.dataGridView.Size = new System.Drawing.Size(889, 397); this.dataGridView.TabIndex = 1; // // buttonCreateVisit // this.buttonCreateVisit.Location = new System.Drawing.Point(912, 60); this.buttonCreateVisit.Name = "buttonCreateVisit"; this.buttonCreateVisit.Size = new System.Drawing.Size(145, 23); this.buttonCreateVisit.TabIndex = 2; this.buttonCreateVisit.Text = "Создать посещение"; this.buttonCreateVisit.UseVisualStyleBackColor = true; this.buttonCreateVisit.Click += new System.EventHandler(this.ButtonCreateVisit_Click); // // buttonRef // this.buttonRef.Location = new System.Drawing.Point(912, 98); this.buttonRef.Name = "buttonRef"; this.buttonRef.Size = new System.Drawing.Size(145, 23); this.buttonRef.TabIndex = 3; this.buttonRef.Text = "Обновить список"; this.buttonRef.UseVisualStyleBackColor = true; this.buttonRef.Click += new System.EventHandler(this.ButtonRef_Click); // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1078, 425); this.Controls.Add(this.buttonRef); this.Controls.Add(this.buttonCreateVisit); this.Controls.Add(this.dataGridView); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "FormMain"; this.Text = "Салон красоты"; this.Load += new System.EventHandler(this.FormMain_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private MenuStrip menuStrip1; private ToolStripMenuItem справочникиToolStripMenuItem; private ToolStripMenuItem услугиToolStripMenuItem; private ToolStripMenuItem мастераToolStripMenuItem; private ToolStripMenuItem клиентыToolStripMenuItem; private DataGridView dataGridView; private Button buttonCreateVisit; private Button buttonRef; } }