namespace NN_TelekomPP.Forms { partial class Menu { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu)); this.Calculation_button = new System.Windows.Forms.Button(); this.Internet_button = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.Number_button = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // Calculation_button // this.Calculation_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Calculation_button.Location = new System.Drawing.Point(422, 44); this.Calculation_button.Name = "Calculation_button"; this.Calculation_button.Size = new System.Drawing.Size(181, 75); this.Calculation_button.TabIndex = 0; this.Calculation_button.Text = "Расчет МГ и МН абонента"; this.Calculation_button.UseVisualStyleBackColor = true; this.Calculation_button.Click += new System.EventHandler(this.button1_Click); // // Internet_button // this.Internet_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Internet_button.Location = new System.Drawing.Point(629, 260); this.Internet_button.Name = "Internet_button"; this.Internet_button.Size = new System.Drawing.Size(181, 75); this.Internet_button.TabIndex = 1; this.Internet_button.Text = "Интернет"; this.Internet_button.UseVisualStyleBackColor = true; this.Internet_button.Click += new System.EventHandler(this.Internet_button_Click); // // button3 // this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button3.Location = new System.Drawing.Point(12, 44); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(181, 75); this.button3.TabIndex = 2; this.button3.Text = "Список абонентов"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button4.Location = new System.Drawing.Point(629, 44); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(181, 75); this.button4.TabIndex = 3; this.button4.Text = "Абонентские пакеты"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button5.Location = new System.Drawing.Point(214, 44); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(181, 75); this.button5.TabIndex = 4; this.button5.Text = "Список ДВО"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button6.Location = new System.Drawing.Point(12, 150); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(181, 75); this.button6.TabIndex = 5; this.button6.Text = "Постоянные абонентские услуги"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // Number_button // this.Number_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Number_button.Location = new System.Drawing.Point(12, 260); this.Number_button.Name = "Number_button"; this.Number_button.Size = new System.Drawing.Size(181, 75); this.Number_button.TabIndex = 6; this.Number_button.Text = "Телефоны"; this.Number_button.UseVisualStyleBackColor = true; this.Number_button.Click += new System.EventHandler(this.Number_button_Click); // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(630, 150); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(181, 75); this.button1.TabIndex = 7; this.button1.Text = "ДВО абонента"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(214, 135); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(389, 215); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 8; this.pictureBox1.TabStop = false; // // Menu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.LightSkyBlue; this.ClientSize = new System.Drawing.Size(823, 352); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.button1); this.Controls.Add(this.Number_button); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.Internet_button); this.Controls.Add(this.Calculation_button); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Menu"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Главная"; this.Load += new System.EventHandler(this.Menu_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button Calculation_button; private System.Windows.Forms.Button Internet_button; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button Number_button; private System.Windows.Forms.Button button1; private System.Windows.Forms.PictureBox pictureBox1; } }