namespace WinFormsApp3 { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { flowLayoutPanel1 = new FlowLayoutPanel(); button1 = new Button(); button2 = new Button(); panel1 = new Panel(); label2 = new Label(); label1 = new Label(); button3 = new Button(); textBox1 = new TextBox(); comboBox1 = new ComboBox(); mySqlCommand1 = new MySqlConnector.MySqlCommand(); panel1.SuspendLayout(); SuspendLayout(); // // flowLayoutPanel1 // flowLayoutPanel1.BackColor = Color.FromArgb(171, 207, 206); flowLayoutPanel1.ForeColor = Color.FromArgb(171, 207, 206); flowLayoutPanel1.Location = new Point(12, 125); flowLayoutPanel1.Name = "flowLayoutPanel1"; flowLayoutPanel1.Size = new Size(776, 202); flowLayoutPanel1.TabIndex = 0; // // button1 // button1.Location = new Point(34, 354); button1.Name = "button1"; button1.Size = new Size(75, 23); button1.TabIndex = 1; button1.Text = "button1"; button1.UseVisualStyleBackColor = true; // // button2 // button2.Location = new Point(115, 354); button2.Name = "button2"; button2.Size = new Size(75, 23); button2.TabIndex = 2; button2.Text = "button2"; button2.UseVisualStyleBackColor = true; // // panel1 // panel1.BackColor = Color.FromArgb(84, 111, 148); panel1.Controls.Add(label2); panel1.Controls.Add(label1); panel1.Location = new Point(12, 12); panel1.Name = "panel1"; panel1.Size = new Size(200, 100); panel1.TabIndex = 3; // // label2 // label2.AutoSize = true; label2.Location = new Point(40, 62); label2.Name = "label2"; label2.Size = new Size(34, 15); label2.TabIndex = 1; label2.Text = "Роль"; // // label1 // label1.AutoSize = true; label1.Location = new Point(40, 25); label1.Name = "label1"; label1.Size = new Size(31, 15); label1.TabIndex = 0; label1.Text = "Имя"; // // button3 // button3.Location = new Point(708, 26); button3.Name = "button3"; button3.Size = new Size(75, 23); button3.TabIndex = 4; button3.Text = "Выход"; button3.UseVisualStyleBackColor = true; // // textBox1 // textBox1.Location = new Point(349, 77); textBox1.Name = "textBox1"; textBox1.Size = new Size(100, 23); textBox1.TabIndex = 5; // // comboBox1 // comboBox1.FormattingEnabled = true; comboBox1.Location = new Point(455, 77); comboBox1.Name = "comboBox1"; comboBox1.Size = new Size(121, 23); comboBox1.TabIndex = 7; // // mySqlCommand1 // mySqlCommand1.CommandTimeout = 0; mySqlCommand1.Connection = null; mySqlCommand1.Transaction = null; mySqlCommand1.UpdatedRowSource = System.Data.UpdateRowSource.None; // // MainForm // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(800, 450); Controls.Add(comboBox1); Controls.Add(textBox1); Controls.Add(button3); Controls.Add(panel1); Controls.Add(button2); Controls.Add(button1); Controls.Add(flowLayoutPanel1); Name = "MainForm"; Text = "MainForm"; panel1.ResumeLayout(false); panel1.PerformLayout(); ResumeLayout(false); PerformLayout(); } #endregion private FlowLayoutPanel flowLayoutPanel1; private Button button1; private Button button2; private Panel panel1; private Label label2; private Label label1; private Button button3; private TextBox textBox1; private ComboBox comboBox1; private MySqlConnector.MySqlCommand mySqlCommand1; } }