123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- namespace ЭлектронныйЖурнал
- {
- partial class ДобавитьПол
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ДобавитьПол));
- this.LoginB = new System.Windows.Forms.TextBox();
- this.PassB = new System.Windows.Forms.TextBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.AddButton = new System.Windows.Forms.Button();
- this.DeleteButton = new System.Windows.Forms.Button();
- this.Back = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // LoginB
- //
- this.LoginB.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LoginB.Location = new System.Drawing.Point(103, 167);
- this.LoginB.Multiline = true;
- this.LoginB.Name = "LoginB";
- this.LoginB.Size = new System.Drawing.Size(185, 30);
- this.LoginB.TabIndex = 0;
- //
- // PassB
- //
- this.PassB.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.PassB.Location = new System.Drawing.Point(103, 203);
- this.PassB.Multiline = true;
- this.PassB.Name = "PassB";
- this.PassB.Size = new System.Drawing.Size(185, 30);
- this.PassB.TabIndex = 1;
- //
- // dataGridView1
- //
- dataGridViewCellStyle1.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Gold;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
- this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dataGridView1.BackgroundColor = System.Drawing.Color.PowderBlue;
- this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Gold;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Location = new System.Drawing.Point(12, 11);
- this.dataGridView1.Name = "dataGridView1";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Gold;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.Gold;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
- this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dataGridView1.Size = new System.Drawing.Size(360, 150);
- this.dataGridView1.TabIndex = 2;
- //
- // AddButton
- //
- this.AddButton.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.AddButton.Location = new System.Drawing.Point(12, 319);
- this.AddButton.Name = "AddButton";
- this.AddButton.Size = new System.Drawing.Size(90, 30);
- this.AddButton.TabIndex = 3;
- this.AddButton.Text = "Добавить";
- this.AddButton.UseVisualStyleBackColor = true;
- this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
- //
- // DeleteButton
- //
- this.DeleteButton.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.DeleteButton.Location = new System.Drawing.Point(108, 319);
- this.DeleteButton.Name = "DeleteButton";
- this.DeleteButton.Size = new System.Drawing.Size(90, 30);
- this.DeleteButton.TabIndex = 4;
- this.DeleteButton.Text = "Удалить";
- this.DeleteButton.UseVisualStyleBackColor = true;
- this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
- //
- // Back
- //
- this.Back.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Back.Location = new System.Drawing.Point(282, 319);
- this.Back.Name = "Back";
- this.Back.Size = new System.Drawing.Size(90, 30);
- this.Back.TabIndex = 5;
- this.Back.Text = "Назад";
- this.Back.UseVisualStyleBackColor = true;
- this.Back.Click += new System.EventHandler(this.Back_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(40, 170);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(58, 23);
- this.label1.TabIndex = 6;
- this.label1.Text = "Логин";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(29, 206);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(69, 23);
- this.label2.TabIndex = 7;
- this.label2.Text = "Пароль";
- //
- // ДобавитьПол
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.PowderBlue;
- this.ClientSize = new System.Drawing.Size(384, 361);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.Back);
- this.Controls.Add(this.DeleteButton);
- this.Controls.Add(this.AddButton);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.PassB);
- this.Controls.Add(this.LoginB);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "ДобавитьПол";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Пользователи";
- this.Load += new System.EventHandler(this.Пользователи_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox LoginB;
- private System.Windows.Forms.TextBox PassB;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.Button AddButton;
- private System.Windows.Forms.Button DeleteButton;
- private System.Windows.Forms.Button Back;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- }
- }
|