InternetForm.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. namespace NN_TelekomPP.Forms
  2. {
  3. partial class InternetForm
  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(InternetForm));
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.button_back = new System.Windows.Forms.Button();
  31. this.InternetADD_button = new System.Windows.Forms.Button();
  32. this.UPD_button = new System.Windows.Forms.Button();
  33. this.StrokaSearch = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.Del_button = new System.Windows.Forms.Button();
  36. this.button1 = new System.Windows.Forms.Button();
  37. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // dataGridView1
  41. //
  42. this.dataGridView1.AllowUserToAddRows = false;
  43. this.dataGridView1.AllowUserToDeleteRows = false;
  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, 76);
  47. this.dataGridView1.Name = "dataGridView1";
  48. this.dataGridView1.ReadOnly = true;
  49. this.dataGridView1.Size = new System.Drawing.Size(362, 302);
  50. this.dataGridView1.TabIndex = 0;
  51. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  52. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  53. //
  54. // button_back
  55. //
  56. this.button_back.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  57. this.button_back.Location = new System.Drawing.Point(421, 341);
  58. this.button_back.Name = "button_back";
  59. this.button_back.Size = new System.Drawing.Size(121, 37);
  60. this.button_back.TabIndex = 1;
  61. this.button_back.Text = "Назад";
  62. this.button_back.UseVisualStyleBackColor = true;
  63. this.button_back.Click += new System.EventHandler(this.button1_Click);
  64. //
  65. // InternetADD_button
  66. //
  67. this.InternetADD_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  68. this.InternetADD_button.Location = new System.Drawing.Point(403, 76);
  69. this.InternetADD_button.Name = "InternetADD_button";
  70. this.InternetADD_button.Size = new System.Drawing.Size(158, 37);
  71. this.InternetADD_button.TabIndex = 2;
  72. this.InternetADD_button.Text = "Добавить";
  73. this.InternetADD_button.UseVisualStyleBackColor = true;
  74. this.InternetADD_button.Click += new System.EventHandler(this.InternetADD_button_Click);
  75. //
  76. // UPD_button
  77. //
  78. this.UPD_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. this.UPD_button.Location = new System.Drawing.Point(403, 147);
  80. this.UPD_button.Name = "UPD_button";
  81. this.UPD_button.Size = new System.Drawing.Size(158, 37);
  82. this.UPD_button.TabIndex = 3;
  83. this.UPD_button.Text = "Изменить";
  84. this.UPD_button.UseVisualStyleBackColor = true;
  85. this.UPD_button.Click += new System.EventHandler(this.UPD_button_Click);
  86. //
  87. // StrokaSearch
  88. //
  89. this.StrokaSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  90. this.StrokaSearch.Location = new System.Drawing.Point(225, 25);
  91. this.StrokaSearch.MaxLength = 25;
  92. this.StrokaSearch.Name = "StrokaSearch";
  93. this.StrokaSearch.Size = new System.Drawing.Size(191, 26);
  94. this.StrokaSearch.TabIndex = 18;
  95. this.StrokaSearch.TextChanged += new System.EventHandler(this.StrokaSearch_TextChanged);
  96. //
  97. // label1
  98. //
  99. this.label1.AutoSize = true;
  100. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  101. this.label1.Location = new System.Drawing.Point(12, 25);
  102. this.label1.Name = "label1";
  103. this.label1.Size = new System.Drawing.Size(178, 24);
  104. this.label1.TabIndex = 19;
  105. this.label1.Text = "Введите название";
  106. //
  107. // Del_button
  108. //
  109. this.Del_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  110. this.Del_button.Location = new System.Drawing.Point(403, 208);
  111. this.Del_button.Name = "Del_button";
  112. this.Del_button.Size = new System.Drawing.Size(158, 37);
  113. this.Del_button.TabIndex = 20;
  114. this.Del_button.Text = "Удалить";
  115. this.Del_button.UseVisualStyleBackColor = true;
  116. this.Del_button.Click += new System.EventHandler(this.Del_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(403, 265);
  122. this.button1.Name = "button1";
  123. this.button1.Size = new System.Drawing.Size(158, 37);
  124. this.button1.TabIndex = 21;
  125. this.button1.Text = "Сохранить";
  126. this.button1.UseVisualStyleBackColor = true;
  127. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  128. //
  129. // InternetForm
  130. //
  131. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  132. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  133. this.BackColor = System.Drawing.Color.LightSkyBlue;
  134. this.ClientSize = new System.Drawing.Size(597, 390);
  135. this.Controls.Add(this.button1);
  136. this.Controls.Add(this.Del_button);
  137. this.Controls.Add(this.label1);
  138. this.Controls.Add(this.StrokaSearch);
  139. this.Controls.Add(this.UPD_button);
  140. this.Controls.Add(this.InternetADD_button);
  141. this.Controls.Add(this.button_back);
  142. this.Controls.Add(this.dataGridView1);
  143. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  144. this.Name = "InternetForm";
  145. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  146. this.Text = "Интернет";
  147. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  148. this.Load += new System.EventHandler(this.InternetForm_Load);
  149. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  150. this.ResumeLayout(false);
  151. this.PerformLayout();
  152. }
  153. #endregion
  154. private System.Windows.Forms.DataGridView dataGridView1;
  155. private System.Windows.Forms.Button button_back;
  156. private System.Windows.Forms.Button InternetADD_button;
  157. private System.Windows.Forms.Button UPD_button;
  158. private System.Windows.Forms.TextBox StrokaSearch;
  159. private System.Windows.Forms.Label label1;
  160. private System.Windows.Forms.Button Del_button;
  161. private System.Windows.Forms.Button button1;
  162. }
  163. }