OrganizationsADD.Designer.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace NN_TelekomPP.Forms
  2. {
  3. partial class OrganizationsADD
  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(OrganizationsADD));
  29. this.textBox1 = 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.SuspendLayout();
  34. //
  35. // textBox1
  36. //
  37. this.textBox1.Location = new System.Drawing.Point(140, 27);
  38. this.textBox1.Name = "textBox1";
  39. this.textBox1.Size = new System.Drawing.Size(150, 20);
  40. this.textBox1.TabIndex = 1;
  41. //
  42. // button_back
  43. //
  44. this.button_back.Location = new System.Drawing.Point(12, 76);
  45. this.button_back.Name = "button_back";
  46. this.button_back.Size = new System.Drawing.Size(121, 37);
  47. this.button_back.TabIndex = 5;
  48. this.button_back.Text = "Назад";
  49. this.button_back.UseVisualStyleBackColor = true;
  50. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  51. //
  52. // Save_button
  53. //
  54. this.Save_button.Location = new System.Drawing.Point(169, 76);
  55. this.Save_button.Name = "Save_button";
  56. this.Save_button.Size = new System.Drawing.Size(121, 37);
  57. this.Save_button.TabIndex = 6;
  58. this.Save_button.Text = "Сохранить";
  59. this.Save_button.UseVisualStyleBackColor = true;
  60. this.Save_button.Click += new System.EventHandler(this.Save_button_Click);
  61. //
  62. // label1
  63. //
  64. this.label1.AutoSize = true;
  65. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  66. this.label1.Location = new System.Drawing.Point(12, 27);
  67. this.label1.Name = "label1";
  68. this.label1.Size = new System.Drawing.Size(98, 18);
  69. this.label1.TabIndex = 7;
  70. this.label1.Text = "Организация";
  71. //
  72. // OrganizationsADD
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  75. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76. this.BackColor = System.Drawing.Color.LightSkyBlue;
  77. this.ClientSize = new System.Drawing.Size(304, 137);
  78. this.Controls.Add(this.label1);
  79. this.Controls.Add(this.Save_button);
  80. this.Controls.Add(this.button_back);
  81. this.Controls.Add(this.textBox1);
  82. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  83. this.Name = "OrganizationsADD";
  84. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  85. this.Text = "Добавление организации";
  86. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  87. this.ResumeLayout(false);
  88. this.PerformLayout();
  89. }
  90. #endregion
  91. private System.Windows.Forms.TextBox textBox1;
  92. private System.Windows.Forms.Button button_back;
  93. private System.Windows.Forms.Button Save_button;
  94. private System.Windows.Forms.Label label1;
  95. }
  96. }