ADD_customersUPD.Designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. namespace NN_TelekomPP.Forms
  2. {
  3. partial class ADD_customersUPD
  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(ADD_customersUPD));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.comboBox1 = new System.Windows.Forms.ComboBox();
  32. this.comboBox2 = 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.SuspendLayout();
  36. //
  37. // label1
  38. //
  39. this.label1.AutoSize = true;
  40. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  41. this.label1.Location = new System.Drawing.Point(12, 32);
  42. this.label1.Name = "label1";
  43. this.label1.Size = new System.Drawing.Size(166, 18);
  44. this.label1.TabIndex = 4;
  45. this.label1.Text = "Название организации";
  46. //
  47. // label2
  48. //
  49. this.label2.AutoSize = true;
  50. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  51. this.label2.Location = new System.Drawing.Point(14, 88);
  52. this.label2.Name = "label2";
  53. this.label2.Size = new System.Drawing.Size(168, 18);
  54. this.label2.TabIndex = 6;
  55. this.label2.Text = "Дополнительна услуга";
  56. //
  57. // comboBox1
  58. //
  59. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  60. this.comboBox1.FormattingEnabled = true;
  61. this.comboBox1.Location = new System.Drawing.Point(206, 33);
  62. this.comboBox1.Name = "comboBox1";
  63. this.comboBox1.Size = new System.Drawing.Size(121, 21);
  64. this.comboBox1.TabIndex = 7;
  65. //
  66. // comboBox2
  67. //
  68. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  69. this.comboBox2.FormattingEnabled = true;
  70. this.comboBox2.Location = new System.Drawing.Point(206, 85);
  71. this.comboBox2.Name = "comboBox2";
  72. this.comboBox2.Size = new System.Drawing.Size(121, 21);
  73. this.comboBox2.TabIndex = 8;
  74. //
  75. // button_back
  76. //
  77. this.button_back.Location = new System.Drawing.Point(27, 141);
  78. this.button_back.Name = "button_back";
  79. this.button_back.Size = new System.Drawing.Size(121, 37);
  80. this.button_back.TabIndex = 9;
  81. this.button_back.Text = "Назад";
  82. this.button_back.UseVisualStyleBackColor = true;
  83. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  84. //
  85. // Save_button
  86. //
  87. this.Save_button.Location = new System.Drawing.Point(206, 141);
  88. this.Save_button.Name = "Save_button";
  89. this.Save_button.Size = new System.Drawing.Size(121, 37);
  90. this.Save_button.TabIndex = 10;
  91. this.Save_button.Text = "Сохранить";
  92. this.Save_button.UseVisualStyleBackColor = true;
  93. this.Save_button.Click += new System.EventHandler(this.Save_button_Click);
  94. //
  95. // ADD_customersUPD
  96. //
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.BackColor = System.Drawing.Color.LightSkyBlue;
  100. this.ClientSize = new System.Drawing.Size(339, 200);
  101. this.Controls.Add(this.Save_button);
  102. this.Controls.Add(this.button_back);
  103. this.Controls.Add(this.comboBox2);
  104. this.Controls.Add(this.comboBox1);
  105. this.Controls.Add(this.label2);
  106. this.Controls.Add(this.label1);
  107. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  108. this.Name = "ADD_customersUPD";
  109. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  110. this.Text = "Изменение ДВО абонента";
  111. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  112. this.ResumeLayout(false);
  113. this.PerformLayout();
  114. }
  115. #endregion
  116. private System.Windows.Forms.Label label1;
  117. private System.Windows.Forms.Label label2;
  118. private System.Windows.Forms.ComboBox comboBox1;
  119. private System.Windows.Forms.ComboBox comboBox2;
  120. private System.Windows.Forms.Button button_back;
  121. private System.Windows.Forms.Button Save_button;
  122. }
  123. }