174 lines
8.4 KiB
C#
174 lines
8.4 KiB
C#
namespace modul
|
|
{
|
|
partial class Admin
|
|
{
|
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Admin));
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.button1.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.button1.Location = new System.Drawing.Point(51, 365);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(104, 34);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "Добавить ";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.button2.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.button2.Location = new System.Drawing.Point(60, 299);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 42);
|
|
this.button2.TabIndex = 1;
|
|
this.button2.Text = "Поиск";
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Location = new System.Drawing.Point(216, 12);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.Size = new System.Drawing.Size(524, 426);
|
|
this.dataGridView1.TabIndex = 18;
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|
"Книги",
|
|
"Авторы",
|
|
"Клиенты",
|
|
"История продаж"});
|
|
this.comboBox1.Location = new System.Drawing.Point(216, 12);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBox1.TabIndex = 3;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.BackColor = System.Drawing.Color.DarkRed;
|
|
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.button3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.button3.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.button3.Location = new System.Drawing.Point(746, -3);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(56, 27);
|
|
this.button3.TabIndex = 7;
|
|
this.button3.Text = "X";
|
|
this.button3.UseVisualStyleBackColor = false;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(37, 136);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(142, 20);
|
|
this.textBox1.TabIndex = 8;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.label1.Location = new System.Drawing.Point(33, 90);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(146, 20);
|
|
this.label1.TabIndex = 9;
|
|
this.label1.Text = "Введите запрос";
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.button4.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.button4.Location = new System.Drawing.Point(37, 242);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(118, 40);
|
|
this.button4.TabIndex = 19;
|
|
this.button4.Text = "Удаление";
|
|
this.button4.UseVisualStyleBackColor = false;
|
|
//
|
|
// Admin
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "Admin";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Admin";
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button4;
|
|
}
|
|
} |