Services_customersADD.Designer.cs 7.3 KB

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