Main.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace WindowsFormsApp4
  2. {
  3. partial class MainForm
  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.lblWelcome = new System.Windows.Forms.Label();
  17. this.lblUserInfo = new System.Windows.Forms.Label();
  18. this.btnRequests = new System.Windows.Forms.Button();
  19. this.btnClients = new System.Windows.Forms.Button();
  20. this.btnManagers = new System.Windows.Forms.Button();
  21. this.btnReports = new System.Windows.Forms.Button();
  22. this.btnAddresses = new System.Windows.Forms.Button();
  23. this.btnLogout = new System.Windows.Forms.Button();
  24. this.SuspendLayout();
  25. //
  26. // lblWelcome
  27. //
  28. this.lblWelcome.AutoSize = true;
  29. this.lblWelcome.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
  30. this.lblWelcome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  31. this.lblWelcome.Location = new System.Drawing.Point(20, 20);
  32. this.lblWelcome.Name = "lblWelcome";
  33. this.lblWelcome.Size = new System.Drawing.Size(216, 26);
  34. this.lblWelcome.TabIndex = 7;
  35. this.lblWelcome.Text = "Обработка заявок";
  36. //
  37. // lblUserInfo
  38. //
  39. this.lblUserInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  40. this.lblUserInfo.AutoSize = true;
  41. this.lblUserInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  42. this.lblUserInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  43. this.lblUserInfo.Location = new System.Drawing.Point(420, 25);
  44. this.lblUserInfo.Name = "lblUserInfo";
  45. this.lblUserInfo.Size = new System.Drawing.Size(105, 17);
  46. this.lblUserInfo.TabIndex = 6;
  47. this.lblUserInfo.Text = "Пользователь:";
  48. //
  49. // btnRequests
  50. //
  51. this.btnRequests.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  52. this.btnRequests.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  53. this.btnRequests.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  54. this.btnRequests.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  55. this.btnRequests.Location = new System.Drawing.Point(180, 80);
  56. this.btnRequests.Name = "btnRequests";
  57. this.btnRequests.Size = new System.Drawing.Size(240, 50);
  58. this.btnRequests.TabIndex = 5;
  59. this.btnRequests.Text = "Заявки";
  60. this.btnRequests.UseVisualStyleBackColor = false;
  61. //
  62. // btnClients
  63. //
  64. this.btnClients.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  65. this.btnClients.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  66. this.btnClients.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  67. this.btnClients.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  68. this.btnClients.Location = new System.Drawing.Point(180, 140);
  69. this.btnClients.Name = "btnClients";
  70. this.btnClients.Size = new System.Drawing.Size(240, 50);
  71. this.btnClients.TabIndex = 4;
  72. this.btnClients.Text = "Клиенты";
  73. this.btnClients.UseVisualStyleBackColor = false;
  74. //
  75. // btnManagers
  76. //
  77. this.btnManagers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  78. this.btnManagers.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  79. this.btnManagers.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  80. this.btnManagers.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  81. this.btnManagers.Location = new System.Drawing.Point(180, 200);
  82. this.btnManagers.Name = "btnManagers";
  83. this.btnManagers.Size = new System.Drawing.Size(240, 50);
  84. this.btnManagers.TabIndex = 3;
  85. this.btnManagers.Text = "Менеджеры";
  86. this.btnManagers.UseVisualStyleBackColor = false;
  87. //
  88. // btnReports
  89. //
  90. this.btnReports.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  91. this.btnReports.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  92. this.btnReports.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  93. this.btnReports.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  94. this.btnReports.Location = new System.Drawing.Point(180, 260);
  95. this.btnReports.Name = "btnReports";
  96. this.btnReports.Size = new System.Drawing.Size(240, 50);
  97. this.btnReports.TabIndex = 2;
  98. this.btnReports.Text = "Отчёты";
  99. this.btnReports.UseVisualStyleBackColor = false;
  100. //
  101. // btnAddresses
  102. //
  103. this.btnAddresses.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  104. this.btnAddresses.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  105. this.btnAddresses.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  106. this.btnAddresses.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  107. this.btnAddresses.Location = new System.Drawing.Point(180, 320);
  108. this.btnAddresses.Name = "btnAddresses";
  109. this.btnAddresses.Size = new System.Drawing.Size(240, 50);
  110. this.btnAddresses.TabIndex = 1;
  111. this.btnAddresses.Text = "Мои адреса";
  112. this.btnAddresses.UseVisualStyleBackColor = false;
  113. //
  114. // btnLogout
  115. //
  116. this.btnLogout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  117. this.btnLogout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  118. this.btnLogout.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  119. this.btnLogout.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  120. this.btnLogout.Location = new System.Drawing.Point(180, 380);
  121. this.btnLogout.Name = "btnLogout";
  122. this.btnLogout.Size = new System.Drawing.Size(240, 50);
  123. this.btnLogout.TabIndex = 0;
  124. this.btnLogout.Text = "Выход";
  125. this.btnLogout.UseVisualStyleBackColor = false;
  126. //
  127. // MainForm
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  132. this.ClientSize = new System.Drawing.Size(600, 470);
  133. this.Controls.Add(this.btnLogout);
  134. this.Controls.Add(this.btnAddresses);
  135. this.Controls.Add(this.btnReports);
  136. this.Controls.Add(this.btnManagers);
  137. this.Controls.Add(this.btnClients);
  138. this.Controls.Add(this.btnRequests);
  139. this.Controls.Add(this.lblUserInfo);
  140. this.Controls.Add(this.lblWelcome);
  141. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  142. this.MaximizeBox = false;
  143. this.Name = "MainForm";
  144. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  145. this.Text = "Главное меню - Обработка заявок";
  146. this.ResumeLayout(false);
  147. this.PerformLayout();
  148. }
  149. private System.Windows.Forms.Label lblWelcome;
  150. private System.Windows.Forms.Label lblUserInfo;
  151. private System.Windows.Forms.Button btnRequests;
  152. private System.Windows.Forms.Button btnClients;
  153. private System.Windows.Forms.Button btnManagers;
  154. private System.Windows.Forms.Button btnReports;
  155. private System.Windows.Forms.Button btnAddresses;
  156. private System.Windows.Forms.Button btnLogout;
  157. }
  158. }