Operator.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. namespace Blanki_ekzamena
  2. {
  3. partial class Operator
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.panel3 = new System.Windows.Forms.Panel();
  33. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  34. this.panel1.SuspendLayout();
  35. this.panel2.SuspendLayout();
  36. this.panel3.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // panel1
  41. //
  42. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  43. this.panel1.Controls.Add(this.button1);
  44. this.panel1.Controls.Add(this.label1);
  45. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  46. this.panel1.Location = new System.Drawing.Point(0, 0);
  47. this.panel1.Name = "panel1";
  48. this.panel1.Size = new System.Drawing.Size(800, 59);
  49. this.panel1.TabIndex = 0;
  50. this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  51. //
  52. // button1
  53. //
  54. this.button1.BackColor = System.Drawing.Color.RoyalBlue;
  55. this.button1.Dock = System.Windows.Forms.DockStyle.Right;
  56. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  57. this.button1.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  58. this.button1.ForeColor = System.Drawing.Color.White;
  59. this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  60. this.button1.Location = new System.Drawing.Point(585, 0);
  61. this.button1.Margin = new System.Windows.Forms.Padding(4);
  62. this.button1.Name = "button1";
  63. this.button1.Size = new System.Drawing.Size(215, 59);
  64. this.button1.TabIndex = 38;
  65. this.button1.Text = "Добавить заявку";
  66. this.button1.UseVisualStyleBackColor = false;
  67. this.button1.Click += new System.EventHandler(this.button1_Click);
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Font = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.label1.ForeColor = System.Drawing.Color.White;
  74. this.label1.Location = new System.Drawing.Point(1, 9);
  75. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(371, 37);
  78. this.label1.TabIndex = 37;
  79. this.label1.Text = "Трифонова А. Р. - Оператор";
  80. //
  81. // panel2
  82. //
  83. this.panel2.BackColor = System.Drawing.Color.Blue;
  84. this.panel2.Controls.Add(this.panel3);
  85. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.panel2.Location = new System.Drawing.Point(0, 59);
  87. this.panel2.Name = "panel2";
  88. this.panel2.Padding = new System.Windows.Forms.Padding(8);
  89. this.panel2.Size = new System.Drawing.Size(800, 391);
  90. this.panel2.TabIndex = 1;
  91. //
  92. // panel3
  93. //
  94. this.panel3.BackColor = System.Drawing.Color.White;
  95. this.panel3.Controls.Add(this.dataGridView1);
  96. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.panel3.Location = new System.Drawing.Point(8, 8);
  98. this.panel3.Name = "panel3";
  99. this.panel3.Size = new System.Drawing.Size(784, 375);
  100. this.panel3.TabIndex = 0;
  101. //
  102. // dataGridView1
  103. //
  104. this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
  105. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  106. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  108. this.dataGridView1.Name = "dataGridView1";
  109. this.dataGridView1.RowHeadersWidth = 51;
  110. this.dataGridView1.RowTemplate.Height = 24;
  111. this.dataGridView1.Size = new System.Drawing.Size(784, 375);
  112. this.dataGridView1.TabIndex = 0;
  113. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  114. //
  115. // Operator
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.ClientSize = new System.Drawing.Size(800, 450);
  120. this.Controls.Add(this.panel2);
  121. this.Controls.Add(this.panel1);
  122. this.MaximumSize = new System.Drawing.Size(818, 497);
  123. this.MinimumSize = new System.Drawing.Size(818, 497);
  124. this.Name = "Operator";
  125. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  126. this.Text = "Бланки экзамена";
  127. this.Load += new System.EventHandler(this.Operator_Load);
  128. this.panel1.ResumeLayout(false);
  129. this.panel1.PerformLayout();
  130. this.panel2.ResumeLayout(false);
  131. this.panel3.ResumeLayout(false);
  132. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  133. this.ResumeLayout(false);
  134. }
  135. #endregion
  136. private System.Windows.Forms.Panel panel1;
  137. private System.Windows.Forms.Panel panel2;
  138. private System.Windows.Forms.Panel panel3;
  139. private System.Windows.Forms.Button button1;
  140. private System.Windows.Forms.Label label1;
  141. private System.Windows.Forms.DataGridView dataGridView1;
  142. }
  143. }