SubscriptionFee.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. namespace NN_TelekomPP.Forms
  2. {
  3. partial class SubscriptionFee
  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(SubscriptionFee));
  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.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(320, 278);
  50. this.dataGridView1.TabIndex = 23;
  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. // label1
  55. //
  56. this.label1.AutoSize = true;
  57. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  58. this.label1.Location = new System.Drawing.Point(12, 24);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(178, 24);
  61. this.label1.TabIndex = 24;
  62. this.label1.Text = "Введите название";
  63. //
  64. // StrokaSearch
  65. //
  66. this.StrokaSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  67. this.StrokaSearch.Location = new System.Drawing.Point(226, 22);
  68. this.StrokaSearch.MaxLength = 25;
  69. this.StrokaSearch.Name = "StrokaSearch";
  70. this.StrokaSearch.Size = new System.Drawing.Size(191, 26);
  71. this.StrokaSearch.TabIndex = 25;
  72. this.StrokaSearch.TextChanged += new System.EventHandler(this.StrokaSearch_TextChanged);
  73. //
  74. // InternetADD_button
  75. //
  76. this.InternetADD_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  77. this.InternetADD_button.Location = new System.Drawing.Point(350, 76);
  78. this.InternetADD_button.Name = "InternetADD_button";
  79. this.InternetADD_button.Size = new System.Drawing.Size(158, 37);
  80. this.InternetADD_button.TabIndex = 26;
  81. this.InternetADD_button.Text = "Добавить";
  82. this.InternetADD_button.UseVisualStyleBackColor = true;
  83. this.InternetADD_button.Click += new System.EventHandler(this.InternetADD_button_Click);
  84. //
  85. // UPD_button
  86. //
  87. this.UPD_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  88. this.UPD_button.Location = new System.Drawing.Point(350, 130);
  89. this.UPD_button.Name = "UPD_button";
  90. this.UPD_button.Size = new System.Drawing.Size(158, 37);
  91. this.UPD_button.TabIndex = 27;
  92. this.UPD_button.Text = "Изменить";
  93. this.UPD_button.UseVisualStyleBackColor = true;
  94. this.UPD_button.Click += new System.EventHandler(this.UPD_button_Click);
  95. //
  96. // Del_button
  97. //
  98. this.Del_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. this.Del_button.Location = new System.Drawing.Point(350, 185);
  100. this.Del_button.Name = "Del_button";
  101. this.Del_button.Size = new System.Drawing.Size(158, 37);
  102. this.Del_button.TabIndex = 28;
  103. this.Del_button.Text = "Удалить";
  104. this.Del_button.UseVisualStyleBackColor = true;
  105. this.Del_button.Click += new System.EventHandler(this.Del_button_Click);
  106. //
  107. // button_back
  108. //
  109. this.button_back.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  110. this.button_back.Location = new System.Drawing.Point(365, 317);
  111. this.button_back.Name = "button_back";
  112. this.button_back.Size = new System.Drawing.Size(121, 37);
  113. this.button_back.TabIndex = 29;
  114. this.button_back.Text = "Назад";
  115. this.button_back.UseVisualStyleBackColor = true;
  116. this.button_back.Click += new System.EventHandler(this.button_back_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(350, 243);
  122. this.button1.Name = "button1";
  123. this.button1.Size = new System.Drawing.Size(158, 37);
  124. this.button1.TabIndex = 30;
  125. this.button1.Text = "Сохранить";
  126. this.button1.UseVisualStyleBackColor = true;
  127. this.button1.Click += new System.EventHandler(this.button1_Click);
  128. //
  129. // SubscriptionFee
  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(541, 366);
  135. this.Controls.Add(this.button1);
  136. this.Controls.Add(this.button_back);
  137. this.Controls.Add(this.Del_button);
  138. this.Controls.Add(this.UPD_button);
  139. this.Controls.Add(this.InternetADD_button);
  140. this.Controls.Add(this.StrokaSearch);
  141. this.Controls.Add(this.label1);
  142. this.Controls.Add(this.dataGridView1);
  143. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  144. this.Name = "SubscriptionFee";
  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.SubscriptionFee_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.Label label1;
  156. private System.Windows.Forms.TextBox StrokaSearch;
  157. private System.Windows.Forms.Button InternetADD_button;
  158. private System.Windows.Forms.Button UPD_button;
  159. private System.Windows.Forms.Button Del_button;
  160. private System.Windows.Forms.Button button_back;
  161. private System.Windows.Forms.Button button1;
  162. }
  163. }