NumberADD.Designer.cs 5.7 KB

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