Menu.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. namespace NN_TelekomPP.Forms
  2. {
  3. partial class Menu
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu));
  29. this.Calculation_button = new System.Windows.Forms.Button();
  30. this.Internet_button = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button4 = new System.Windows.Forms.Button();
  33. this.button5 = new System.Windows.Forms.Button();
  34. this.button6 = new System.Windows.Forms.Button();
  35. this.Number_button = new System.Windows.Forms.Button();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // Calculation_button
  42. //
  43. this.Calculation_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  44. this.Calculation_button.Location = new System.Drawing.Point(422, 44);
  45. this.Calculation_button.Name = "Calculation_button";
  46. this.Calculation_button.Size = new System.Drawing.Size(181, 75);
  47. this.Calculation_button.TabIndex = 0;
  48. this.Calculation_button.Text = "Расчет МГ и МН абонента";
  49. this.Calculation_button.UseVisualStyleBackColor = true;
  50. this.Calculation_button.Click += new System.EventHandler(this.button1_Click);
  51. //
  52. // Internet_button
  53. //
  54. this.Internet_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  55. this.Internet_button.Location = new System.Drawing.Point(629, 260);
  56. this.Internet_button.Name = "Internet_button";
  57. this.Internet_button.Size = new System.Drawing.Size(181, 75);
  58. this.Internet_button.TabIndex = 1;
  59. this.Internet_button.Text = "Интернет";
  60. this.Internet_button.UseVisualStyleBackColor = true;
  61. this.Internet_button.Click += new System.EventHandler(this.Internet_button_Click);
  62. //
  63. // button3
  64. //
  65. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  66. this.button3.Location = new System.Drawing.Point(12, 44);
  67. this.button3.Name = "button3";
  68. this.button3.Size = new System.Drawing.Size(181, 75);
  69. this.button3.TabIndex = 2;
  70. this.button3.Text = "Список абонентов";
  71. this.button3.UseVisualStyleBackColor = true;
  72. this.button3.Click += new System.EventHandler(this.button3_Click);
  73. //
  74. // button4
  75. //
  76. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  77. this.button4.Location = new System.Drawing.Point(629, 44);
  78. this.button4.Name = "button4";
  79. this.button4.Size = new System.Drawing.Size(181, 75);
  80. this.button4.TabIndex = 3;
  81. this.button4.Text = "Абонентские пакеты";
  82. this.button4.UseVisualStyleBackColor = true;
  83. this.button4.Click += new System.EventHandler(this.button4_Click);
  84. //
  85. // button5
  86. //
  87. this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  88. this.button5.Location = new System.Drawing.Point(214, 44);
  89. this.button5.Name = "button5";
  90. this.button5.Size = new System.Drawing.Size(181, 75);
  91. this.button5.TabIndex = 4;
  92. this.button5.Text = "Список ДВО";
  93. this.button5.UseVisualStyleBackColor = true;
  94. this.button5.Click += new System.EventHandler(this.button5_Click);
  95. //
  96. // button6
  97. //
  98. this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. this.button6.Location = new System.Drawing.Point(12, 150);
  100. this.button6.Name = "button6";
  101. this.button6.Size = new System.Drawing.Size(181, 75);
  102. this.button6.TabIndex = 5;
  103. this.button6.Text = "Постоянные абонентские услуги";
  104. this.button6.UseVisualStyleBackColor = true;
  105. this.button6.Click += new System.EventHandler(this.button6_Click);
  106. //
  107. // Number_button
  108. //
  109. this.Number_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  110. this.Number_button.Location = new System.Drawing.Point(12, 260);
  111. this.Number_button.Name = "Number_button";
  112. this.Number_button.Size = new System.Drawing.Size(181, 75);
  113. this.Number_button.TabIndex = 6;
  114. this.Number_button.Text = "Телефоны";
  115. this.Number_button.UseVisualStyleBackColor = true;
  116. this.Number_button.Click += new System.EventHandler(this.Number_button_Click);
  117. //
  118. // button1
  119. //
  120. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  121. this.button1.Location = new System.Drawing.Point(630, 150);
  122. this.button1.Name = "button1";
  123. this.button1.Size = new System.Drawing.Size(181, 75);
  124. this.button1.TabIndex = 7;
  125. this.button1.Text = "ДВО абонента";
  126. this.button1.UseVisualStyleBackColor = true;
  127. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  128. //
  129. // pictureBox1
  130. //
  131. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  132. this.pictureBox1.Location = new System.Drawing.Point(214, 135);
  133. this.pictureBox1.Name = "pictureBox1";
  134. this.pictureBox1.Size = new System.Drawing.Size(389, 215);
  135. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  136. this.pictureBox1.TabIndex = 8;
  137. this.pictureBox1.TabStop = false;
  138. //
  139. // Menu
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.BackColor = System.Drawing.Color.LightSkyBlue;
  144. this.ClientSize = new System.Drawing.Size(823, 352);
  145. this.Controls.Add(this.pictureBox1);
  146. this.Controls.Add(this.button1);
  147. this.Controls.Add(this.Number_button);
  148. this.Controls.Add(this.button6);
  149. this.Controls.Add(this.button5);
  150. this.Controls.Add(this.button4);
  151. this.Controls.Add(this.button3);
  152. this.Controls.Add(this.Internet_button);
  153. this.Controls.Add(this.Calculation_button);
  154. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  155. this.Name = "Menu";
  156. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  157. this.Text = "Главная";
  158. this.Load += new System.EventHandler(this.Menu_Load);
  159. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  160. this.ResumeLayout(false);
  161. }
  162. #endregion
  163. private System.Windows.Forms.Button Calculation_button;
  164. private System.Windows.Forms.Button Internet_button;
  165. private System.Windows.Forms.Button button3;
  166. private System.Windows.Forms.Button button4;
  167. private System.Windows.Forms.Button button5;
  168. private System.Windows.Forms.Button button6;
  169. private System.Windows.Forms.Button Number_button;
  170. private System.Windows.Forms.Button button1;
  171. private System.Windows.Forms.PictureBox pictureBox1;
  172. }
  173. }