VidNomenklatury_add.Designer.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace proba
  2. {
  3. partial class VidNomenklatury_add
  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. this.text_description = new System.Windows.Forms.TextBox();
  29. this.description = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.button_save = new System.Windows.Forms.Button();
  32. this.button_back = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // text_description
  36. //
  37. this.text_description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  38. this.text_description.Location = new System.Drawing.Point(272, 101);
  39. this.text_description.Name = "text_description";
  40. this.text_description.Size = new System.Drawing.Size(210, 29);
  41. this.text_description.TabIndex = 17;
  42. //
  43. // description
  44. //
  45. this.description.AutoSize = true;
  46. this.description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  47. this.description.Location = new System.Drawing.Point(77, 101);
  48. this.description.Name = "description";
  49. this.description.RightToLeft = System.Windows.Forms.RightToLeft.No;
  50. this.description.Size = new System.Drawing.Size(167, 24);
  51. this.description.TabIndex = 15;
  52. this.description.Text = "Вид инструмента";
  53. //
  54. // label2
  55. //
  56. this.label2.AutoSize = true;
  57. this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  58. this.label2.Location = new System.Drawing.Point(45, 49);
  59. this.label2.Name = "label2";
  60. this.label2.Size = new System.Drawing.Size(456, 26);
  61. this.label2.TabIndex = 19;
  62. this.label2.Text = "ДОБАВЛЕНИЕ ВИДА ИНСТРУМЕНТА";
  63. //
  64. // button_save
  65. //
  66. this.button_save.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(111)))), ((int)(((byte)(14)))));
  67. this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
  68. this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  69. this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  70. this.button_save.Location = new System.Drawing.Point(348, 179);
  71. this.button_save.Name = "button_save";
  72. this.button_save.Size = new System.Drawing.Size(111, 30);
  73. this.button_save.TabIndex = 21;
  74. this.button_save.Text = "Сохранить";
  75. this.button_save.UseVisualStyleBackColor = false;
  76. this.button_save.Click += new System.EventHandler(this.button_save_Click);
  77. //
  78. // button_back
  79. //
  80. this.button_back.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(111)))), ((int)(((byte)(14)))));
  81. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  82. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  83. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  84. this.button_back.Location = new System.Drawing.Point(81, 179);
  85. this.button_back.Name = "button_back";
  86. this.button_back.Size = new System.Drawing.Size(111, 30);
  87. this.button_back.TabIndex = 20;
  88. this.button_back.Text = "Назад";
  89. this.button_back.UseVisualStyleBackColor = false;
  90. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  91. //
  92. // VidNomenklatury_add
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(140)))), ((int)(((byte)(21)))));
  97. this.ClientSize = new System.Drawing.Size(541, 244);
  98. this.Controls.Add(this.button_save);
  99. this.Controls.Add(this.button_back);
  100. this.Controls.Add(this.label2);
  101. this.Controls.Add(this.text_description);
  102. this.Controls.Add(this.description);
  103. this.Name = "VidNomenklatury_add";
  104. this.Text = "VidNomenklatury_add";
  105. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.VidNomenklatury_add_FormClosing);
  106. this.ResumeLayout(false);
  107. this.PerformLayout();
  108. }
  109. #endregion
  110. private System.Windows.Forms.TextBox text_description;
  111. private System.Windows.Forms.Label description;
  112. private System.Windows.Forms.Label label2;
  113. private System.Windows.Forms.Button button_save;
  114. private System.Windows.Forms.Button button_back;
  115. }
  116. }