Sotrudniki.Designer.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. 
  2. namespace Kafe
  3. {
  4. partial class Sotrudniki
  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.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.button3 = new System.Windows.Forms.Button();
  33. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // dataGridView1
  37. //
  38. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
  39. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  40. this.dataGridView1.Location = new System.Drawing.Point(12, 12);
  41. this.dataGridView1.Name = "dataGridView1";
  42. this.dataGridView1.Size = new System.Drawing.Size(807, 273);
  43. this.dataGridView1.TabIndex = 0;
  44. //
  45. // button1
  46. //
  47. this.button1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  48. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  49. this.button1.Location = new System.Drawing.Point(12, 308);
  50. this.button1.Name = "button1";
  51. this.button1.Size = new System.Drawing.Size(141, 40);
  52. this.button1.TabIndex = 1;
  53. this.button1.Text = "Добавить";
  54. this.button1.UseVisualStyleBackColor = false;
  55. //
  56. // button2
  57. //
  58. this.button2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  59. this.button2.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. this.button2.Location = new System.Drawing.Point(187, 308);
  61. this.button2.Name = "button2";
  62. this.button2.Size = new System.Drawing.Size(184, 40);
  63. this.button2.TabIndex = 2;
  64. this.button2.Text = "Изменить статус";
  65. this.button2.UseVisualStyleBackColor = false;
  66. //
  67. // button3
  68. //
  69. this.button3.BackColor = System.Drawing.SystemColors.ActiveCaption;
  70. this.button3.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.button3.Location = new System.Drawing.Point(635, 308);
  72. this.button3.Name = "button3";
  73. this.button3.Size = new System.Drawing.Size(184, 40);
  74. this.button3.TabIndex = 3;
  75. this.button3.Text = "Назад";
  76. this.button3.UseVisualStyleBackColor = false;
  77. this.button3.Click += new System.EventHandler(this.button3_Click);
  78. //
  79. // Sotrudniki
  80. //
  81. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  82. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  83. this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  84. this.ClientSize = new System.Drawing.Size(836, 373);
  85. this.Controls.Add(this.button3);
  86. this.Controls.Add(this.button2);
  87. this.Controls.Add(this.button1);
  88. this.Controls.Add(this.dataGridView1);
  89. this.Name = "Sotrudniki";
  90. this.Text = "Список всех сотрудников";
  91. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  92. this.ResumeLayout(false);
  93. }
  94. #endregion
  95. private System.Windows.Forms.DataGridView dataGridView1;
  96. private System.Windows.Forms.Button button1;
  97. private System.Windows.Forms.Button button2;
  98. private System.Windows.Forms.Button button3;
  99. }
  100. }