InternetADD.Designer.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. namespace NN_TelekomPP.Forms
  2. {
  3. partial class InternetADD
  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(InternetADD));
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.textBox2 = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.button_back = new System.Windows.Forms.Button();
  34. this.Save_button = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // textBox1
  38. //
  39. this.textBox1.Location = new System.Drawing.Point(113, 34);
  40. this.textBox1.Name = "textBox1";
  41. this.textBox1.Size = new System.Drawing.Size(150, 20);
  42. this.textBox1.TabIndex = 0;
  43. //
  44. // label1
  45. //
  46. this.label1.AutoSize = true;
  47. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  48. this.label1.Location = new System.Drawing.Point(9, 36);
  49. this.label1.Name = "label1";
  50. this.label1.Size = new System.Drawing.Size(73, 18);
  51. this.label1.TabIndex = 1;
  52. this.label1.Text = "Интернет";
  53. //
  54. // textBox2
  55. //
  56. this.textBox2.Location = new System.Drawing.Point(113, 75);
  57. this.textBox2.Name = "textBox2";
  58. this.textBox2.Size = new System.Drawing.Size(150, 20);
  59. this.textBox2.TabIndex = 2;
  60. this.textBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox2_KeyPress);
  61. //
  62. // label2
  63. //
  64. this.label2.AutoSize = true;
  65. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  66. this.label2.Location = new System.Drawing.Point(9, 77);
  67. this.label2.Name = "label2";
  68. this.label2.Size = new System.Drawing.Size(86, 18);
  69. this.label2.TabIndex = 3;
  70. this.label2.Text = "Стоимость";
  71. //
  72. // button_back
  73. //
  74. this.button_back.Location = new System.Drawing.Point(12, 125);
  75. this.button_back.Name = "button_back";
  76. this.button_back.Size = new System.Drawing.Size(121, 37);
  77. this.button_back.TabIndex = 4;
  78. this.button_back.Text = "Назад";
  79. this.button_back.UseVisualStyleBackColor = true;
  80. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  81. //
  82. // Save_button
  83. //
  84. this.Save_button.Location = new System.Drawing.Point(167, 125);
  85. this.Save_button.Name = "Save_button";
  86. this.Save_button.Size = new System.Drawing.Size(121, 37);
  87. this.Save_button.TabIndex = 5;
  88. this.Save_button.Text = "Сохранить";
  89. this.Save_button.UseVisualStyleBackColor = true;
  90. this.Save_button.Click += new System.EventHandler(this.button1_Click);
  91. //
  92. // InternetADD
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.BackColor = System.Drawing.Color.LightSkyBlue;
  97. this.ClientSize = new System.Drawing.Size(301, 182);
  98. this.Controls.Add(this.Save_button);
  99. this.Controls.Add(this.button_back);
  100. this.Controls.Add(this.label2);
  101. this.Controls.Add(this.textBox2);
  102. this.Controls.Add(this.label1);
  103. this.Controls.Add(this.textBox1);
  104. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  105. this.Name = "InternetADD";
  106. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  107. this.Text = "Добавление интернета";
  108. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  109. this.ResumeLayout(false);
  110. this.PerformLayout();
  111. }
  112. #endregion
  113. private System.Windows.Forms.TextBox textBox1;
  114. private System.Windows.Forms.Label label1;
  115. private System.Windows.Forms.TextBox textBox2;
  116. private System.Windows.Forms.Label label2;
  117. private System.Windows.Forms.Button button_back;
  118. private System.Windows.Forms.Button Save_button;
  119. }
  120. }