Zakaz.Designer.cs 5.9 KB

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