UpdateExecutor.Designer.cs 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. 
  2. namespace Transportation
  3. {
  4. partial class UpdateExecutor
  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. this.UpdateBTN = new System.Windows.Forms.Button();
  30. this.label4 = new System.Windows.Forms.Label();
  31. this.MidnameExecutorTB = new System.Windows.Forms.TextBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.NameExecutorTB = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.SurnameExecutorTB = new System.Windows.Forms.TextBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // UpdateBTN
  40. //
  41. this.UpdateBTN.Location = new System.Drawing.Point(511, 103);
  42. this.UpdateBTN.Name = "UpdateBTN";
  43. this.UpdateBTN.Size = new System.Drawing.Size(101, 23);
  44. this.UpdateBTN.TabIndex = 44;
  45. this.UpdateBTN.Text = "Изменить";
  46. this.UpdateBTN.UseVisualStyleBackColor = true;
  47. this.UpdateBTN.Click += new System.EventHandler(this.UpdateBTN_Click);
  48. //
  49. // label4
  50. //
  51. this.label4.AutoSize = true;
  52. this.label4.Location = new System.Drawing.Point(417, 59);
  53. this.label4.Name = "label4";
  54. this.label4.Size = new System.Drawing.Size(71, 17);
  55. this.label4.TabIndex = 43;
  56. this.label4.Text = "Отчество";
  57. //
  58. // MidnameExecutorTB
  59. //
  60. this.MidnameExecutorTB.Location = new System.Drawing.Point(494, 56);
  61. this.MidnameExecutorTB.Name = "MidnameExecutorTB";
  62. this.MidnameExecutorTB.Size = new System.Drawing.Size(118, 22);
  63. this.MidnameExecutorTB.TabIndex = 42;
  64. //
  65. // label3
  66. //
  67. this.label3.AutoSize = true;
  68. this.label3.Location = new System.Drawing.Point(233, 59);
  69. this.label3.Name = "label3";
  70. this.label3.Size = new System.Drawing.Size(35, 17);
  71. this.label3.TabIndex = 41;
  72. this.label3.Text = "Имя";
  73. //
  74. // NameExecutorTB
  75. //
  76. this.NameExecutorTB.Location = new System.Drawing.Point(274, 56);
  77. this.NameExecutorTB.Name = "NameExecutorTB";
  78. this.NameExecutorTB.Size = new System.Drawing.Size(118, 22);
  79. this.NameExecutorTB.TabIndex = 40;
  80. //
  81. // label1
  82. //
  83. this.label1.AutoSize = true;
  84. this.label1.Location = new System.Drawing.Point(14, 59);
  85. this.label1.Name = "label1";
  86. this.label1.Size = new System.Drawing.Size(70, 17);
  87. this.label1.TabIndex = 39;
  88. this.label1.Text = "Фамилия";
  89. //
  90. // SurnameExecutorTB
  91. //
  92. this.SurnameExecutorTB.Location = new System.Drawing.Point(90, 56);
  93. this.SurnameExecutorTB.Name = "SurnameExecutorTB";
  94. this.SurnameExecutorTB.Size = new System.Drawing.Size(118, 22);
  95. this.SurnameExecutorTB.TabIndex = 38;
  96. //
  97. // label2
  98. //
  99. this.label2.AutoSize = true;
  100. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  101. this.label2.Location = new System.Drawing.Point(12, 9);
  102. this.label2.Name = "label2";
  103. this.label2.Size = new System.Drawing.Size(257, 25);
  104. this.label2.TabIndex = 37;
  105. this.label2.Text = "Изменить исполнителя";
  106. //
  107. // UpdateExecutor
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.ClientSize = new System.Drawing.Size(643, 152);
  112. this.Controls.Add(this.UpdateBTN);
  113. this.Controls.Add(this.label4);
  114. this.Controls.Add(this.MidnameExecutorTB);
  115. this.Controls.Add(this.label3);
  116. this.Controls.Add(this.NameExecutorTB);
  117. this.Controls.Add(this.label1);
  118. this.Controls.Add(this.SurnameExecutorTB);
  119. this.Controls.Add(this.label2);
  120. this.MaximizeBox = false;
  121. this.MaximumSize = new System.Drawing.Size(661, 199);
  122. this.MinimizeBox = false;
  123. this.MinimumSize = new System.Drawing.Size(661, 199);
  124. this.Name = "UpdateExecutor";
  125. this.Text = "Изменение исполнителя";
  126. this.Load += new System.EventHandler(this.UpdateExecutor_Load);
  127. this.ResumeLayout(false);
  128. this.PerformLayout();
  129. }
  130. #endregion
  131. private System.Windows.Forms.Button UpdateBTN;
  132. private System.Windows.Forms.Label label4;
  133. private System.Windows.Forms.TextBox MidnameExecutorTB;
  134. private System.Windows.Forms.Label label3;
  135. private System.Windows.Forms.TextBox NameExecutorTB;
  136. private System.Windows.Forms.Label label1;
  137. private System.Windows.Forms.TextBox SurnameExecutorTB;
  138. private System.Windows.Forms.Label label2;
  139. }
  140. }