Main.Designer.cs 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. 
  2. namespace project
  3. {
  4. partial class Main
  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.button2 = new System.Windows.Forms.Button();
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.button4 = new System.Windows.Forms.Button();
  33. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  34. this.groupBox1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // dataGridView1
  38. //
  39. this.dataGridView1.AllowUserToAddRows = false;
  40. this.dataGridView1.AllowUserToDeleteRows = false;
  41. this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(250)))), ((int)(((byte)(220)))));
  42. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  43. this.dataGridView1.GridColor = System.Drawing.SystemColors.ActiveBorder;
  44. this.dataGridView1.Location = new System.Drawing.Point(22, 65);
  45. this.dataGridView1.Name = "dataGridView1";
  46. this.dataGridView1.ReadOnly = true;
  47. this.dataGridView1.Size = new System.Drawing.Size(776, 385);
  48. this.dataGridView1.TabIndex = 1;
  49. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
  50. //
  51. // button2
  52. //
  53. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  54. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  55. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  56. this.button2.ForeColor = System.Drawing.SystemColors.Window;
  57. this.button2.Location = new System.Drawing.Point(145, 19);
  58. this.button2.Name = "button2";
  59. this.button2.Size = new System.Drawing.Size(123, 35);
  60. this.button2.TabIndex = 14;
  61. this.button2.Text = "Удалить";
  62. this.button2.UseVisualStyleBackColor = false;
  63. this.button2.Visible = false;
  64. this.button2.Click += new System.EventHandler(this.button2_Click);
  65. //
  66. // groupBox1
  67. //
  68. this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  69. this.groupBox1.Controls.Add(this.button4);
  70. this.groupBox1.Controls.Add(this.button2);
  71. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  72. this.groupBox1.Location = new System.Drawing.Point(6, 0);
  73. this.groupBox1.Name = "groupBox1";
  74. this.groupBox1.Size = new System.Drawing.Size(808, 462);
  75. this.groupBox1.TabIndex = 15;
  76. this.groupBox1.TabStop = false;
  77. //
  78. // button4
  79. //
  80. this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  81. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  82. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. this.button4.ForeColor = System.Drawing.SystemColors.Window;
  84. this.button4.Location = new System.Drawing.Point(16, 19);
  85. this.button4.Name = "button4";
  86. this.button4.Size = new System.Drawing.Size(123, 35);
  87. this.button4.TabIndex = 17;
  88. this.button4.Text = "Добавить";
  89. this.button4.UseVisualStyleBackColor = false;
  90. this.button4.Visible = false;
  91. this.button4.Click += new System.EventHandler(this.button4_Click);
  92. //
  93. // Main
  94. //
  95. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  96. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  97. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(180)))), ((int)(((byte)(145)))));
  98. this.ClientSize = new System.Drawing.Size(820, 468);
  99. this.Controls.Add(this.dataGridView1);
  100. this.Controls.Add(this.groupBox1);
  101. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  102. this.Name = "Main";
  103. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  104. this.Text = "НТГХиП";
  105. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Main_FormClosed);
  106. this.Load += new System.EventHandler(this.Main_Load);
  107. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  108. this.groupBox1.ResumeLayout(false);
  109. this.ResumeLayout(false);
  110. }
  111. #endregion
  112. private System.Windows.Forms.DataGridView dataGridView1;
  113. private System.Windows.Forms.Button button2;
  114. private System.Windows.Forms.GroupBox groupBox1;
  115. private System.Windows.Forms.Button button4;
  116. }
  117. }