CalculetionForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. namespace NN_TelekomPP.Forms
  2. {
  3. partial class CalculetionForm
  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(CalculetionForm));
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.StrokaSearch = new System.Windows.Forms.TextBox();
  32. this.InternetADD_button = new System.Windows.Forms.Button();
  33. this.UPD_button = new System.Windows.Forms.Button();
  34. this.Del_button = new System.Windows.Forms.Button();
  35. this.button_back = new System.Windows.Forms.Button();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.button3 = new System.Windows.Forms.Button();
  39. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // dataGridView1
  43. //
  44. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  45. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  46. this.dataGridView1.Location = new System.Drawing.Point(12, 60);
  47. this.dataGridView1.Name = "dataGridView1";
  48. this.dataGridView1.Size = new System.Drawing.Size(497, 321);
  49. this.dataGridView1.TabIndex = 1;
  50. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  51. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  52. //
  53. // label1
  54. //
  55. this.label1.AutoSize = true;
  56. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  57. this.label1.Location = new System.Drawing.Point(36, 19);
  58. this.label1.Name = "label1";
  59. this.label1.Size = new System.Drawing.Size(178, 24);
  60. this.label1.TabIndex = 21;
  61. this.label1.Text = "Введите название";
  62. //
  63. // StrokaSearch
  64. //
  65. this.StrokaSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  66. this.StrokaSearch.Location = new System.Drawing.Point(248, 19);
  67. this.StrokaSearch.MaxLength = 25;
  68. this.StrokaSearch.Name = "StrokaSearch";
  69. this.StrokaSearch.Size = new System.Drawing.Size(191, 26);
  70. this.StrokaSearch.TabIndex = 22;
  71. this.StrokaSearch.TextChanged += new System.EventHandler(this.StrokaSearch_TextChanged);
  72. //
  73. // InternetADD_button
  74. //
  75. this.InternetADD_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  76. this.InternetADD_button.Location = new System.Drawing.Point(536, 71);
  77. this.InternetADD_button.Name = "InternetADD_button";
  78. this.InternetADD_button.Size = new System.Drawing.Size(158, 37);
  79. this.InternetADD_button.TabIndex = 23;
  80. this.InternetADD_button.Text = "Добавить";
  81. this.InternetADD_button.UseVisualStyleBackColor = true;
  82. this.InternetADD_button.Click += new System.EventHandler(this.InternetADD_button_Click);
  83. //
  84. // UPD_button
  85. //
  86. this.UPD_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  87. this.UPD_button.Location = new System.Drawing.Point(536, 155);
  88. this.UPD_button.Name = "UPD_button";
  89. this.UPD_button.Size = new System.Drawing.Size(158, 37);
  90. this.UPD_button.TabIndex = 24;
  91. this.UPD_button.Text = "Изменить";
  92. this.UPD_button.UseVisualStyleBackColor = true;
  93. this.UPD_button.Click += new System.EventHandler(this.UPD_button_Click);
  94. //
  95. // Del_button
  96. //
  97. this.Del_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  98. this.Del_button.Location = new System.Drawing.Point(536, 239);
  99. this.Del_button.Name = "Del_button";
  100. this.Del_button.Size = new System.Drawing.Size(158, 37);
  101. this.Del_button.TabIndex = 25;
  102. this.Del_button.Text = "Удалить";
  103. this.Del_button.UseVisualStyleBackColor = true;
  104. this.Del_button.Click += new System.EventHandler(this.Del_button_Click);
  105. //
  106. // button_back
  107. //
  108. this.button_back.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  109. this.button_back.Location = new System.Drawing.Point(12, 397);
  110. this.button_back.Name = "button_back";
  111. this.button_back.Size = new System.Drawing.Size(121, 37);
  112. this.button_back.TabIndex = 26;
  113. this.button_back.Text = "Назад";
  114. this.button_back.UseVisualStyleBackColor = true;
  115. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  116. //
  117. // button1
  118. //
  119. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  120. this.button1.Location = new System.Drawing.Point(536, 320);
  121. this.button1.Name = "button1";
  122. this.button1.Size = new System.Drawing.Size(158, 37);
  123. this.button1.TabIndex = 27;
  124. this.button1.Text = "Сохранить";
  125. this.button1.UseVisualStyleBackColor = true;
  126. this.button1.Click += new System.EventHandler(this.button1_Click);
  127. //
  128. // button2
  129. //
  130. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  131. this.button2.Location = new System.Drawing.Point(461, 397);
  132. this.button2.Name = "button2";
  133. this.button2.Size = new System.Drawing.Size(233, 37);
  134. this.button2.TabIndex = 28;
  135. this.button2.Text = "Расчитать общую сумму ";
  136. this.button2.UseVisualStyleBackColor = true;
  137. this.button2.Click += new System.EventHandler(this.button2_Click);
  138. //
  139. // button3
  140. //
  141. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  142. this.button3.Location = new System.Drawing.Point(203, 397);
  143. this.button3.Name = "button3";
  144. this.button3.Size = new System.Drawing.Size(207, 37);
  145. this.button3.TabIndex = 29;
  146. this.button3.Text = "Вывод всей таблицы ";
  147. this.button3.UseVisualStyleBackColor = true;
  148. this.button3.Click += new System.EventHandler(this.button3_Click);
  149. //
  150. // CalculetionForm
  151. //
  152. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  153. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154. this.BackColor = System.Drawing.Color.LightSkyBlue;
  155. this.ClientSize = new System.Drawing.Size(721, 444);
  156. this.Controls.Add(this.button3);
  157. this.Controls.Add(this.button2);
  158. this.Controls.Add(this.button1);
  159. this.Controls.Add(this.button_back);
  160. this.Controls.Add(this.Del_button);
  161. this.Controls.Add(this.UPD_button);
  162. this.Controls.Add(this.InternetADD_button);
  163. this.Controls.Add(this.StrokaSearch);
  164. this.Controls.Add(this.label1);
  165. this.Controls.Add(this.dataGridView1);
  166. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  167. this.Name = "CalculetionForm";
  168. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  169. this.Text = "Расчет МГ и МН абонента";
  170. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  171. this.Load += new System.EventHandler(this.CalculetionForm_Load);
  172. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  173. this.ResumeLayout(false);
  174. this.PerformLayout();
  175. }
  176. #endregion
  177. private System.Windows.Forms.DataGridView dataGridView1;
  178. private System.Windows.Forms.Label label1;
  179. private System.Windows.Forms.TextBox StrokaSearch;
  180. private System.Windows.Forms.Button InternetADD_button;
  181. private System.Windows.Forms.Button UPD_button;
  182. private System.Windows.Forms.Button Del_button;
  183. private System.Windows.Forms.Button button_back;
  184. private System.Windows.Forms.Button button1;
  185. private System.Windows.Forms.Button button2;
  186. private System.Windows.Forms.Button button3;
  187. }
  188. }