ДобавитьПол.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. namespace ЭлектронныйЖурнал
  2. {
  3. partial class ДобавитьПол
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ДобавитьПол));
  33. this.LoginB = new System.Windows.Forms.TextBox();
  34. this.PassB = new System.Windows.Forms.TextBox();
  35. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  36. this.AddButton = new System.Windows.Forms.Button();
  37. this.DeleteButton = new System.Windows.Forms.Button();
  38. this.Back = new System.Windows.Forms.Button();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.label2 = new System.Windows.Forms.Label();
  41. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // LoginB
  45. //
  46. this.LoginB.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  47. this.LoginB.Location = new System.Drawing.Point(103, 167);
  48. this.LoginB.Multiline = true;
  49. this.LoginB.Name = "LoginB";
  50. this.LoginB.Size = new System.Drawing.Size(185, 30);
  51. this.LoginB.TabIndex = 0;
  52. //
  53. // PassB
  54. //
  55. this.PassB.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  56. this.PassB.Location = new System.Drawing.Point(103, 203);
  57. this.PassB.Multiline = true;
  58. this.PassB.Name = "PassB";
  59. this.PassB.Size = new System.Drawing.Size(185, 30);
  60. this.PassB.TabIndex = 1;
  61. //
  62. // dataGridView1
  63. //
  64. dataGridViewCellStyle1.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  65. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
  66. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Gold;
  67. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
  68. this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  69. this.dataGridView1.BackgroundColor = System.Drawing.Color.PowderBlue;
  70. this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  71. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  72. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  73. dataGridViewCellStyle2.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  75. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Gold;
  76. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
  77. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  78. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  79. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  80. this.dataGridView1.Location = new System.Drawing.Point(12, 11);
  81. this.dataGridView1.Name = "dataGridView1";
  82. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  83. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  84. dataGridViewCellStyle3.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  85. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  86. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Gold;
  87. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
  88. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  89. this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  90. dataGridViewCellStyle4.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  91. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black;
  92. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.Gold;
  93. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
  94. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle4;
  95. this.dataGridView1.Size = new System.Drawing.Size(360, 150);
  96. this.dataGridView1.TabIndex = 2;
  97. //
  98. // AddButton
  99. //
  100. this.AddButton.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  101. this.AddButton.Location = new System.Drawing.Point(12, 319);
  102. this.AddButton.Name = "AddButton";
  103. this.AddButton.Size = new System.Drawing.Size(90, 30);
  104. this.AddButton.TabIndex = 3;
  105. this.AddButton.Text = "Добавить";
  106. this.AddButton.UseVisualStyleBackColor = true;
  107. this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
  108. //
  109. // DeleteButton
  110. //
  111. this.DeleteButton.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  112. this.DeleteButton.Location = new System.Drawing.Point(108, 319);
  113. this.DeleteButton.Name = "DeleteButton";
  114. this.DeleteButton.Size = new System.Drawing.Size(90, 30);
  115. this.DeleteButton.TabIndex = 4;
  116. this.DeleteButton.Text = "Удалить";
  117. this.DeleteButton.UseVisualStyleBackColor = true;
  118. this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
  119. //
  120. // Back
  121. //
  122. this.Back.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  123. this.Back.Location = new System.Drawing.Point(282, 319);
  124. this.Back.Name = "Back";
  125. this.Back.Size = new System.Drawing.Size(90, 30);
  126. this.Back.TabIndex = 5;
  127. this.Back.Text = "Назад";
  128. this.Back.UseVisualStyleBackColor = true;
  129. this.Back.Click += new System.EventHandler(this.Back_Click);
  130. //
  131. // label1
  132. //
  133. this.label1.AutoSize = true;
  134. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  135. this.label1.Location = new System.Drawing.Point(40, 170);
  136. this.label1.Name = "label1";
  137. this.label1.Size = new System.Drawing.Size(58, 23);
  138. this.label1.TabIndex = 6;
  139. this.label1.Text = "Логин";
  140. //
  141. // label2
  142. //
  143. this.label2.AutoSize = true;
  144. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  145. this.label2.Location = new System.Drawing.Point(29, 206);
  146. this.label2.Name = "label2";
  147. this.label2.Size = new System.Drawing.Size(69, 23);
  148. this.label2.TabIndex = 7;
  149. this.label2.Text = "Пароль";
  150. //
  151. // ДобавитьПол
  152. //
  153. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  154. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  155. this.BackColor = System.Drawing.Color.PowderBlue;
  156. this.ClientSize = new System.Drawing.Size(384, 361);
  157. this.Controls.Add(this.label2);
  158. this.Controls.Add(this.label1);
  159. this.Controls.Add(this.Back);
  160. this.Controls.Add(this.DeleteButton);
  161. this.Controls.Add(this.AddButton);
  162. this.Controls.Add(this.dataGridView1);
  163. this.Controls.Add(this.PassB);
  164. this.Controls.Add(this.LoginB);
  165. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  166. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  167. this.Name = "ДобавитьПол";
  168. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  169. this.Text = "Пользователи";
  170. this.Load += new System.EventHandler(this.Пользователи_Load);
  171. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  172. this.ResumeLayout(false);
  173. this.PerformLayout();
  174. }
  175. #endregion
  176. private System.Windows.Forms.TextBox LoginB;
  177. private System.Windows.Forms.TextBox PassB;
  178. private System.Windows.Forms.DataGridView dataGridView1;
  179. private System.Windows.Forms.Button AddButton;
  180. private System.Windows.Forms.Button DeleteButton;
  181. private System.Windows.Forms.Button Back;
  182. private System.Windows.Forms.Label label1;
  183. private System.Windows.Forms.Label label2;
  184. }
  185. }