Performer_update.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. 
  2. namespace proba
  3. {
  4. partial class Performer_update
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Performer_update));
  30. this.button_save = new System.Windows.Forms.Button();
  31. this.button_back = new System.Windows.Forms.Button();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.SuspendLayout();
  36. //
  37. // button_save
  38. //
  39. this.button_save.BackColor = System.Drawing.Color.Gray;
  40. this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
  41. this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  42. this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  43. this.button_save.Location = new System.Drawing.Point(270, 160);
  44. this.button_save.Name = "button_save";
  45. this.button_save.Size = new System.Drawing.Size(111, 30);
  46. this.button_save.TabIndex = 34;
  47. this.button_save.Text = "Сохранить";
  48. this.button_save.UseVisualStyleBackColor = false;
  49. this.button_save.Click += new System.EventHandler(this.button_save_Click);
  50. //
  51. // button_back
  52. //
  53. this.button_back.BackColor = System.Drawing.Color.Gray;
  54. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  55. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  56. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  57. this.button_back.Location = new System.Drawing.Point(93, 160);
  58. this.button_back.Name = "button_back";
  59. this.button_back.Size = new System.Drawing.Size(111, 30);
  60. this.button_back.TabIndex = 33;
  61. this.button_back.Text = "Назад";
  62. this.button_back.UseVisualStyleBackColor = false;
  63. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  64. //
  65. // textBox1
  66. //
  67. this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  68. this.textBox1.Location = new System.Drawing.Point(202, 99);
  69. this.textBox1.MaxLength = 25;
  70. this.textBox1.Name = "textBox1";
  71. this.textBox1.Size = new System.Drawing.Size(210, 29);
  72. this.textBox1.TabIndex = 32;
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  78. this.label1.Location = new System.Drawing.Point(42, 102);
  79. this.label1.Name = "label1";
  80. this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  81. this.label1.Size = new System.Drawing.Size(129, 24);
  82. this.label1.TabIndex = 31;
  83. this.label1.Text = "Исполнитель";
  84. //
  85. // label2
  86. //
  87. this.label2.AutoSize = true;
  88. this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. this.label2.Location = new System.Drawing.Point(51, 31);
  90. this.label2.Name = "label2";
  91. this.label2.Size = new System.Drawing.Size(373, 26);
  92. this.label2.TabIndex = 30;
  93. this.label2.Text = "ИЗМЕНЕНИЕ ИСПОЛНИТЕЛЯ";
  94. //
  95. // Performer_update
  96. //
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  100. this.ClientSize = new System.Drawing.Size(468, 235);
  101. this.Controls.Add(this.button_save);
  102. this.Controls.Add(this.button_back);
  103. this.Controls.Add(this.textBox1);
  104. this.Controls.Add(this.label1);
  105. this.Controls.Add(this.label2);
  106. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  107. this.MaximumSize = new System.Drawing.Size(484, 274);
  108. this.MinimumSize = new System.Drawing.Size(484, 274);
  109. this.Name = "Performer_update";
  110. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  111. this.Text = "Изменение исполнителя";
  112. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  113. this.ResumeLayout(false);
  114. this.PerformLayout();
  115. }
  116. #endregion
  117. private System.Windows.Forms.Button button_save;
  118. private System.Windows.Forms.Button button_back;
  119. private System.Windows.Forms.TextBox textBox1;
  120. private System.Windows.Forms.Label label1;
  121. private System.Windows.Forms.Label label2;
  122. }
  123. }