Administrator.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. namespace Digital_World_08
  2. {
  3. partial class Administrator
  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.button1 = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // button1
  35. //
  36. this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  37. this.button1.Location = new System.Drawing.Point(126, 148);
  38. this.button1.Name = "button1";
  39. this.button1.Size = new System.Drawing.Size(100, 43);
  40. this.button1.TabIndex = 0;
  41. this.button1.Text = "Добавить";
  42. this.button1.UseVisualStyleBackColor = true;
  43. this.button1.Click += new System.EventHandler(this.button1_Click);
  44. //
  45. // label1
  46. //
  47. this.label1.AutoSize = true;
  48. this.label1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  49. this.label1.Location = new System.Drawing.Point(47, 91);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(310, 21);
  52. this.label1.TabIndex = 1;
  53. this.label1.Text = "Добавление пользователей в систему";
  54. //
  55. // label2
  56. //
  57. this.label2.AutoSize = true;
  58. this.label2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. this.label2.Location = new System.Drawing.Point(442, 91);
  60. this.label2.Name = "label2";
  61. this.label2.Size = new System.Drawing.Size(295, 21);
  62. this.label2.TabIndex = 2;
  63. this.label2.Text = "Загрузка данных о комплектующих";
  64. //
  65. // button2
  66. //
  67. this.button2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  68. this.button2.Location = new System.Drawing.Point(558, 148);
  69. this.button2.Name = "button2";
  70. this.button2.Size = new System.Drawing.Size(100, 43);
  71. this.button2.TabIndex = 3;
  72. this.button2.Text = "Добавить";
  73. this.button2.UseVisualStyleBackColor = true;
  74. this.button2.Click += new System.EventHandler(this.button2_Click);
  75. //
  76. // Administrator
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.BackColor = System.Drawing.Color.White;
  81. this.ClientSize = new System.Drawing.Size(800, 450);
  82. this.Controls.Add(this.button2);
  83. this.Controls.Add(this.label2);
  84. this.Controls.Add(this.label1);
  85. this.Controls.Add(this.button1);
  86. this.Name = "Administrator";
  87. this.Text = "Administrator";
  88. this.ResumeLayout(false);
  89. this.PerformLayout();
  90. }
  91. #endregion
  92. private System.Windows.Forms.Button button1;
  93. private System.Windows.Forms.Label label1;
  94. private System.Windows.Forms.Label label2;
  95. private System.Windows.Forms.Button button2;
  96. }
  97. }