AssignManagerForm.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. namespace WindowsFormsApp4
  2. {
  3. partial class AssignManagerForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. {
  10. components.Dispose();
  11. }
  12. base.Dispose(disposing);
  13. }
  14. private void InitializeComponent()
  15. {
  16. this.cmbManager = new System.Windows.Forms.ComboBox();
  17. this.btnAssign = new System.Windows.Forms.Button();
  18. this.btnCancel = new System.Windows.Forms.Button();
  19. this.lblTitle = new System.Windows.Forms.Label();
  20. this.lblSelectManager = new System.Windows.Forms.Label();
  21. this.panelHeader = new System.Windows.Forms.Panel();
  22. this.panelHeader.SuspendLayout();
  23. this.SuspendLayout();
  24. //
  25. // cmbManager
  26. //
  27. this.cmbManager.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  28. this.cmbManager.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  29. this.cmbManager.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  30. this.cmbManager.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  31. this.cmbManager.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  32. this.cmbManager.Location = new System.Drawing.Point(26, 98);
  33. this.cmbManager.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  34. this.cmbManager.Name = "cmbManager";
  35. this.cmbManager.Size = new System.Drawing.Size(248, 28);
  36. this.cmbManager.TabIndex = 2;
  37. //
  38. // btnAssign
  39. //
  40. this.btnAssign.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  41. this.btnAssign.FlatAppearance.BorderSize = 0;
  42. this.btnAssign.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  43. this.btnAssign.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  44. this.btnAssign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  45. this.btnAssign.Location = new System.Drawing.Point(42, 146);
  46. this.btnAssign.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  47. this.btnAssign.Name = "btnAssign";
  48. this.btnAssign.Size = new System.Drawing.Size(112, 32);
  49. this.btnAssign.TabIndex = 3;
  50. this.btnAssign.Text = "Назначить";
  51. this.btnAssign.UseVisualStyleBackColor = false;
  52. //
  53. // btnCancel
  54. //
  55. this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  56. this.btnCancel.FlatAppearance.BorderSize = 0;
  57. this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  58. this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  59. this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  60. this.btnCancel.Location = new System.Drawing.Point(158, 146);
  61. this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  62. this.btnCancel.Name = "btnCancel";
  63. this.btnCancel.Size = new System.Drawing.Size(82, 32);
  64. this.btnCancel.TabIndex = 4;
  65. this.btnCancel.Text = "Отмена";
  66. this.btnCancel.UseVisualStyleBackColor = false;
  67. //
  68. // lblTitle
  69. //
  70. this.lblTitle.AutoSize = true;
  71. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
  72. this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  73. this.lblTitle.Location = new System.Drawing.Point(75, 12);
  74. this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  75. this.lblTitle.Name = "lblTitle";
  76. this.lblTitle.Size = new System.Drawing.Size(145, 26);
  77. this.lblTitle.TabIndex = 0;
  78. this.lblTitle.Text = "Назначение";
  79. //
  80. // lblSelectManager
  81. //
  82. this.lblSelectManager.AutoSize = true;
  83. this.lblSelectManager.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  84. this.lblSelectManager.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  85. this.lblSelectManager.Location = new System.Drawing.Point(22, 73);
  86. this.lblSelectManager.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  87. this.lblSelectManager.Name = "lblSelectManager";
  88. this.lblSelectManager.Size = new System.Drawing.Size(180, 20);
  89. this.lblSelectManager.TabIndex = 1;
  90. this.lblSelectManager.Text = "Выберите менеджера:";
  91. //
  92. // panelHeader
  93. //
  94. this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  95. this.panelHeader.Controls.Add(this.lblTitle);
  96. this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
  97. this.panelHeader.Location = new System.Drawing.Point(0, 0);
  98. this.panelHeader.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  99. this.panelHeader.Name = "panelHeader";
  100. this.panelHeader.Size = new System.Drawing.Size(300, 49);
  101. this.panelHeader.TabIndex = 0;
  102. //
  103. // AssignManagerForm
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  108. this.ClientSize = new System.Drawing.Size(300, 211);
  109. this.Controls.Add(this.btnCancel);
  110. this.Controls.Add(this.btnAssign);
  111. this.Controls.Add(this.cmbManager);
  112. this.Controls.Add(this.lblSelectManager);
  113. this.Controls.Add(this.panelHeader);
  114. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  115. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  116. this.MaximizeBox = false;
  117. this.Name = "AssignManagerForm";
  118. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  119. this.Text = "Назначение менеджера";
  120. this.panelHeader.ResumeLayout(false);
  121. this.panelHeader.PerformLayout();
  122. this.ResumeLayout(false);
  123. this.PerformLayout();
  124. }
  125. private System.Windows.Forms.ComboBox cmbManager;
  126. private System.Windows.Forms.Button btnAssign;
  127. private System.Windows.Forms.Button btnCancel;
  128. private System.Windows.Forms.Label lblTitle;
  129. private System.Windows.Forms.Label lblSelectManager;
  130. private System.Windows.Forms.Panel panelHeader;
  131. }
  132. }