CalculetionFormADD.Designer.cs 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. namespace NN_TelekomPP.Forms
  2. {
  3. partial class CalculetionFormADD
  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(CalculetionFormADD));
  29. this.comboBox1 = new System.Windows.Forms.ComboBox();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.textBox2 = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.button_back = new System.Windows.Forms.Button();
  36. this.Save_button = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // comboBox1
  40. //
  41. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  42. this.comboBox1.FormattingEnabled = true;
  43. this.comboBox1.Location = new System.Drawing.Point(166, 23);
  44. this.comboBox1.Name = "comboBox1";
  45. this.comboBox1.Size = new System.Drawing.Size(121, 21);
  46. this.comboBox1.TabIndex = 0;
  47. //
  48. // textBox1
  49. //
  50. this.textBox1.Location = new System.Drawing.Point(166, 69);
  51. this.textBox1.Name = "textBox1";
  52. this.textBox1.Size = new System.Drawing.Size(121, 20);
  53. this.textBox1.TabIndex = 1;
  54. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  55. this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
  56. //
  57. // textBox2
  58. //
  59. this.textBox2.Location = new System.Drawing.Point(166, 107);
  60. this.textBox2.Name = "textBox2";
  61. this.textBox2.Size = new System.Drawing.Size(121, 20);
  62. this.textBox2.TabIndex = 2;
  63. this.textBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox2_KeyPress);
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  69. this.label1.Location = new System.Drawing.Point(21, 26);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(98, 18);
  72. this.label1.TabIndex = 3;
  73. this.label1.Text = "Организация";
  74. //
  75. // label2
  76. //
  77. this.label2.AutoSize = true;
  78. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. this.label2.Location = new System.Drawing.Point(45, 72);
  80. this.label2.Name = "label2";
  81. this.label2.Size = new System.Drawing.Size(38, 18);
  82. this.label2.TabIndex = 4;
  83. this.label2.Text = "МГ1";
  84. //
  85. // label3
  86. //
  87. this.label3.AutoSize = true;
  88. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. this.label3.Location = new System.Drawing.Point(45, 110);
  90. this.label3.Name = "label3";
  91. this.label3.Size = new System.Drawing.Size(38, 18);
  92. this.label3.TabIndex = 5;
  93. this.label3.Text = "МГ2";
  94. //
  95. // button_back
  96. //
  97. this.button_back.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  98. this.button_back.Location = new System.Drawing.Point(12, 149);
  99. this.button_back.Name = "button_back";
  100. this.button_back.Size = new System.Drawing.Size(121, 37);
  101. this.button_back.TabIndex = 8;
  102. this.button_back.Text = "Назад";
  103. this.button_back.UseVisualStyleBackColor = true;
  104. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  105. //
  106. // Save_button
  107. //
  108. this.Save_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  109. this.Save_button.Location = new System.Drawing.Point(166, 149);
  110. this.Save_button.Name = "Save_button";
  111. this.Save_button.Size = new System.Drawing.Size(121, 37);
  112. this.Save_button.TabIndex = 9;
  113. this.Save_button.Text = "Сохранить";
  114. this.Save_button.UseVisualStyleBackColor = true;
  115. this.Save_button.Click += new System.EventHandler(this.Save_button_Click);
  116. //
  117. // CalculetionFormADD
  118. //
  119. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  120. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  121. this.BackColor = System.Drawing.Color.LightSkyBlue;
  122. this.ClientSize = new System.Drawing.Size(299, 198);
  123. this.Controls.Add(this.Save_button);
  124. this.Controls.Add(this.button_back);
  125. this.Controls.Add(this.label3);
  126. this.Controls.Add(this.label2);
  127. this.Controls.Add(this.label1);
  128. this.Controls.Add(this.textBox2);
  129. this.Controls.Add(this.textBox1);
  130. this.Controls.Add(this.comboBox1);
  131. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  132. this.Name = "CalculetionFormADD";
  133. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  134. this.Text = "Добавления расчета МГ и МН ";
  135. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  136. this.ResumeLayout(false);
  137. this.PerformLayout();
  138. }
  139. #endregion
  140. private System.Windows.Forms.ComboBox comboBox1;
  141. private System.Windows.Forms.TextBox textBox1;
  142. private System.Windows.Forms.TextBox textBox2;
  143. private System.Windows.Forms.Label label1;
  144. private System.Windows.Forms.Label label2;
  145. private System.Windows.Forms.Label label3;
  146. private System.Windows.Forms.Button button_back;
  147. private System.Windows.Forms.Button Save_button;
  148. }
  149. }