LessPassForm.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. namespace WindowsFormsApp1
  2. {
  3. partial class LessPassForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LessPassForm));
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.BackButton = new System.Windows.Forms.Button();
  31. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // dataGridView1
  35. //
  36. this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
  37. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  38. this.dataGridView1.Location = new System.Drawing.Point(12, 12);
  39. this.dataGridView1.Name = "dataGridView1";
  40. this.dataGridView1.Size = new System.Drawing.Size(760, 354);
  41. this.dataGridView1.TabIndex = 0;
  42. //
  43. // BackButton
  44. //
  45. this.BackButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  46. this.BackButton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  47. this.BackButton.Location = new System.Drawing.Point(12, 372);
  48. this.BackButton.Name = "BackButton";
  49. this.BackButton.Size = new System.Drawing.Size(99, 30);
  50. this.BackButton.TabIndex = 3;
  51. this.BackButton.Text = "Назад";
  52. this.BackButton.UseVisualStyleBackColor = true;
  53. this.BackButton.Click += new System.EventHandler(this.BackButton_Click);
  54. //
  55. // LessPassForm
  56. //
  57. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  58. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  59. this.BackColor = System.Drawing.Color.White;
  60. this.ClientSize = new System.Drawing.Size(784, 411);
  61. this.Controls.Add(this.BackButton);
  62. this.Controls.Add(this.dataGridView1);
  63. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  64. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  65. this.MaximizeBox = false;
  66. this.MinimizeBox = false;
  67. this.Name = "LessPassForm";
  68. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  69. this.Text = "LessPassForm";
  70. this.Load += new System.EventHandler(this.LessPassForm_Load);
  71. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  72. this.ResumeLayout(false);
  73. }
  74. #endregion
  75. private System.Windows.Forms.DataGridView dataGridView1;
  76. private System.Windows.Forms.Button BackButton;
  77. }
  78. }