CalculetionFormUPD.Designer.cs 6.9 KB

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