Number.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace NN_TelekomPP.Forms
  2. {
  3. partial class Number
  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(Number));
  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. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // dataGridView1
  41. //
  42. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  43. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  44. this.dataGridView1.Location = new System.Drawing.Point(12, 56);
  45. this.dataGridView1.Name = "dataGridView1";
  46. this.dataGridView1.Size = new System.Drawing.Size(306, 334);
  47. this.dataGridView1.TabIndex = 35;
  48. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  49. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  50. //
  51. // label1
  52. //
  53. this.label1.AutoSize = true;
  54. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  55. this.label1.Location = new System.Drawing.Point(29, 9);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(178, 24);
  58. this.label1.TabIndex = 20;
  59. this.label1.Text = "Введите название";
  60. //
  61. // StrokaSearch
  62. //
  63. this.StrokaSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  64. this.StrokaSearch.Location = new System.Drawing.Point(249, 12);
  65. this.StrokaSearch.MaxLength = 25;
  66. this.StrokaSearch.Name = "StrokaSearch";
  67. this.StrokaSearch.Size = new System.Drawing.Size(191, 26);
  68. this.StrokaSearch.TabIndex = 21;
  69. this.StrokaSearch.TextChanged += new System.EventHandler(this.StrokaSearch_TextChanged);
  70. //
  71. // InternetADD_button
  72. //
  73. this.InternetADD_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. this.InternetADD_button.Location = new System.Drawing.Point(344, 56);
  75. this.InternetADD_button.Name = "InternetADD_button";
  76. this.InternetADD_button.Size = new System.Drawing.Size(158, 37);
  77. this.InternetADD_button.TabIndex = 22;
  78. this.InternetADD_button.Text = "Добавить";
  79. this.InternetADD_button.UseVisualStyleBackColor = true;
  80. this.InternetADD_button.Click += new System.EventHandler(this.InternetADD_button_Click);
  81. //
  82. // UPD_button
  83. //
  84. this.UPD_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  85. this.UPD_button.Location = new System.Drawing.Point(344, 123);
  86. this.UPD_button.Name = "UPD_button";
  87. this.UPD_button.Size = new System.Drawing.Size(158, 37);
  88. this.UPD_button.TabIndex = 23;
  89. this.UPD_button.Text = "Изменить";
  90. this.UPD_button.UseVisualStyleBackColor = true;
  91. this.UPD_button.Click += new System.EventHandler(this.UPD_button_Click);
  92. //
  93. // Del_button
  94. //
  95. this.Del_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  96. this.Del_button.Location = new System.Drawing.Point(344, 185);
  97. this.Del_button.Name = "Del_button";
  98. this.Del_button.Size = new System.Drawing.Size(158, 37);
  99. this.Del_button.TabIndex = 24;
  100. this.Del_button.Text = "Удалить";
  101. this.Del_button.UseVisualStyleBackColor = true;
  102. this.Del_button.Click += new System.EventHandler(this.Del_button_Click);
  103. //
  104. // button_back
  105. //
  106. this.button_back.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  107. this.button_back.Location = new System.Drawing.Point(361, 353);
  108. this.button_back.Name = "button_back";
  109. this.button_back.Size = new System.Drawing.Size(121, 37);
  110. this.button_back.TabIndex = 25;
  111. this.button_back.Text = "Назад";
  112. this.button_back.UseVisualStyleBackColor = true;
  113. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  114. //
  115. // button1
  116. //
  117. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  118. this.button1.Location = new System.Drawing.Point(344, 246);
  119. this.button1.Name = "button1";
  120. this.button1.Size = new System.Drawing.Size(158, 37);
  121. this.button1.TabIndex = 36;
  122. this.button1.Text = "Сохранить";
  123. this.button1.UseVisualStyleBackColor = true;
  124. this.button1.Click += new System.EventHandler(this.button1_Click);
  125. //
  126. // Number
  127. //
  128. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  129. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  130. this.BackColor = System.Drawing.Color.LightSkyBlue;
  131. this.ClientSize = new System.Drawing.Size(540, 397);
  132. this.Controls.Add(this.button1);
  133. this.Controls.Add(this.button_back);
  134. this.Controls.Add(this.Del_button);
  135. this.Controls.Add(this.UPD_button);
  136. this.Controls.Add(this.InternetADD_button);
  137. this.Controls.Add(this.StrokaSearch);
  138. this.Controls.Add(this.label1);
  139. this.Controls.Add(this.dataGridView1);
  140. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  141. this.Name = "Number";
  142. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  143. this.Text = "Телефоны";
  144. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.global_FormClosed);
  145. this.Load += new System.EventHandler(this.Number_Load);
  146. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  147. this.ResumeLayout(false);
  148. this.PerformLayout();
  149. }
  150. #endregion
  151. private System.Windows.Forms.DataGridView dataGridView1;
  152. private System.Windows.Forms.Label label1;
  153. private System.Windows.Forms.TextBox StrokaSearch;
  154. private System.Windows.Forms.Button InternetADD_button;
  155. private System.Windows.Forms.Button UPD_button;
  156. private System.Windows.Forms.Button Del_button;
  157. private System.Windows.Forms.Button button_back;
  158. private System.Windows.Forms.Button button1;
  159. }
  160. }