Form3.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. namespace PM11
  2. {
  3. partial class Form3
  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.button4 = new System.Windows.Forms.Button();
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  35. this.dataGridView3 = new System.Windows.Forms.DataGridView();
  36. this.dataGridView4 = new System.Windows.Forms.DataGridView();
  37. this.dataGridView5 = new System.Windows.Forms.DataGridView();
  38. this.dataGridView6 = new System.Windows.Forms.DataGridView();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.label6 = new System.Windows.Forms.Label();
  41. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.dataGridView5)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.dataGridView6)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // button4
  50. //
  51. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  52. this.button4.Location = new System.Drawing.Point(1005, 554);
  53. this.button4.Name = "button4";
  54. this.button4.Size = new System.Drawing.Size(119, 48);
  55. this.button4.TabIndex = 6;
  56. this.button4.Text = "Назад";
  57. this.button4.UseVisualStyleBackColor = true;
  58. this.button4.Click += new System.EventHandler(this.comeBack);
  59. //
  60. // dataGridView1
  61. //
  62. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  63. this.dataGridView1.Location = new System.Drawing.Point(31, 49);
  64. this.dataGridView1.Name = "dataGridView1";
  65. this.dataGridView1.Size = new System.Drawing.Size(335, 200);
  66. this.dataGridView1.TabIndex = 7;
  67. //
  68. // label1
  69. //
  70. this.label1.AutoSize = true;
  71. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. this.label1.Location = new System.Drawing.Point(27, 22);
  73. this.label1.Name = "label1";
  74. this.label1.Size = new System.Drawing.Size(72, 24);
  75. this.label1.TabIndex = 8;
  76. this.label1.Text = "Details";
  77. //
  78. // label2
  79. //
  80. this.label2.AutoSize = true;
  81. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  82. this.label2.Location = new System.Drawing.Point(401, 22);
  83. this.label2.Name = "label2";
  84. this.label2.Size = new System.Drawing.Size(79, 24);
  85. this.label2.TabIndex = 9;
  86. this.label2.Text = "Defects";
  87. //
  88. // label3
  89. //
  90. this.label3.AutoSize = true;
  91. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  92. this.label3.Location = new System.Drawing.Point(778, 22);
  93. this.label3.Name = "label3";
  94. this.label3.Size = new System.Drawing.Size(82, 24);
  95. this.label3.TabIndex = 10;
  96. this.label3.Text = "Masters";
  97. //
  98. // label4
  99. //
  100. this.label4.AutoSize = true;
  101. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  102. this.label4.Location = new System.Drawing.Point(27, 291);
  103. this.label4.Name = "label4";
  104. this.label4.Size = new System.Drawing.Size(138, 24);
  105. this.label4.TabIndex = 11;
  106. this.label4.Text = "Types_details";
  107. //
  108. // dataGridView2
  109. //
  110. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  111. this.dataGridView2.Location = new System.Drawing.Point(405, 49);
  112. this.dataGridView2.Name = "dataGridView2";
  113. this.dataGridView2.Size = new System.Drawing.Size(335, 200);
  114. this.dataGridView2.TabIndex = 12;
  115. //
  116. // dataGridView3
  117. //
  118. this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  119. this.dataGridView3.Location = new System.Drawing.Point(782, 49);
  120. this.dataGridView3.Name = "dataGridView3";
  121. this.dataGridView3.Size = new System.Drawing.Size(335, 200);
  122. this.dataGridView3.TabIndex = 13;
  123. //
  124. // dataGridView4
  125. //
  126. this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  127. this.dataGridView4.Location = new System.Drawing.Point(31, 318);
  128. this.dataGridView4.Name = "dataGridView4";
  129. this.dataGridView4.Size = new System.Drawing.Size(335, 200);
  130. this.dataGridView4.TabIndex = 14;
  131. //
  132. // dataGridView5
  133. //
  134. this.dataGridView5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  135. this.dataGridView5.Location = new System.Drawing.Point(405, 318);
  136. this.dataGridView5.Name = "dataGridView5";
  137. this.dataGridView5.Size = new System.Drawing.Size(335, 200);
  138. this.dataGridView5.TabIndex = 15;
  139. this.dataGridView5.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView5_CellContentClick);
  140. //
  141. // dataGridView6
  142. //
  143. this.dataGridView6.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  144. this.dataGridView6.Location = new System.Drawing.Point(789, 318);
  145. this.dataGridView6.Name = "dataGridView6";
  146. this.dataGridView6.Size = new System.Drawing.Size(335, 200);
  147. this.dataGridView6.TabIndex = 16;
  148. //
  149. // label5
  150. //
  151. this.label5.AutoSize = true;
  152. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  153. this.label5.Location = new System.Drawing.Point(401, 291);
  154. this.label5.Name = "label5";
  155. this.label5.Size = new System.Drawing.Size(63, 24);
  156. this.label5.TabIndex = 17;
  157. this.label5.Text = "Users";
  158. //
  159. // label6
  160. //
  161. this.label6.AutoSize = true;
  162. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  163. this.label6.Location = new System.Drawing.Point(785, 291);
  164. this.label6.Name = "label6";
  165. this.label6.Size = new System.Drawing.Size(63, 24);
  166. this.label6.TabIndex = 18;
  167. this.label6.Text = "Roles";
  168. //
  169. // Form3
  170. //
  171. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  172. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  173. this.ClientSize = new System.Drawing.Size(1154, 614);
  174. this.Controls.Add(this.label6);
  175. this.Controls.Add(this.label5);
  176. this.Controls.Add(this.dataGridView6);
  177. this.Controls.Add(this.dataGridView5);
  178. this.Controls.Add(this.dataGridView4);
  179. this.Controls.Add(this.dataGridView3);
  180. this.Controls.Add(this.dataGridView2);
  181. this.Controls.Add(this.label4);
  182. this.Controls.Add(this.label3);
  183. this.Controls.Add(this.label2);
  184. this.Controls.Add(this.label1);
  185. this.Controls.Add(this.dataGridView1);
  186. this.Controls.Add(this.button4);
  187. this.Name = "Form3";
  188. this.Text = "Form3";
  189. this.Load += new System.EventHandler(this.Form3_Load);
  190. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).EndInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.dataGridView5)).EndInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.dataGridView6)).EndInit();
  196. this.ResumeLayout(false);
  197. this.PerformLayout();
  198. }
  199. #endregion
  200. private System.Windows.Forms.Button button4;
  201. private System.Windows.Forms.DataGridView dataGridView1;
  202. private System.Windows.Forms.Label label1;
  203. private System.Windows.Forms.Label label2;
  204. private System.Windows.Forms.Label label3;
  205. private System.Windows.Forms.Label label4;
  206. private System.Windows.Forms.DataGridView dataGridView2;
  207. private System.Windows.Forms.DataGridView dataGridView3;
  208. private System.Windows.Forms.DataGridView dataGridView4;
  209. private System.Windows.Forms.DataGridView dataGridView5;
  210. private System.Windows.Forms.DataGridView dataGridView6;
  211. private System.Windows.Forms.Label label5;
  212. private System.Windows.Forms.Label label6;
  213. }
  214. }