namespace BlogViewModel { partial class FormUsers { /// /// 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 InitializeUser() { this.DataGridView = new System.Windows.Forms.DataGridView(); this.AddButton = new System.Windows.Forms.Button(); this.ChangeButton = new System.Windows.Forms.Button(); this.DeleteButton = new System.Windows.Forms.Button(); this.UpdateButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit(); this.SuspendLayout(); // // DataGridView // this.DataGridView.AllowUserToAddRows = false; this.DataGridView.AllowUserToDeleteRows = false; this.DataGridView.AllowUserToResizeColumns = false; this.DataGridView.BackgroundColor = System.Drawing.SystemColors.Control; this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DataGridView.Dock = System.Windows.Forms.DockStyle.Left; this.DataGridView.Location = new System.Drawing.Point(0, 0); this.DataGridView.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.DataGridView.Name = "DataGridView"; this.DataGridView.ReadOnly = true; this.DataGridView.RowHeadersVisible = false; this.DataGridView.RowHeadersWidth = 51; this.DataGridView.RowTemplate.Height = 25; this.DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DataGridView.Size = new System.Drawing.Size(630, 736); this.DataGridView.TabIndex = 0; // // AddButton // this.AddButton.Location = new System.Drawing.Point(653, 35); this.AddButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.AddButton.Name = "AddButton"; this.AddButton.Size = new System.Drawing.Size(162, 60); this.AddButton.TabIndex = 1; this.AddButton.Text = "Добавить"; this.AddButton.UseVisualStyleBackColor = true; this.AddButton.Click += new System.EventHandler(this.AddButton_Click); // // ChangeButton // this.ChangeButton.Location = new System.Drawing.Point(653, 124); this.ChangeButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.ChangeButton.Name = "ChangeButton"; this.ChangeButton.Size = new System.Drawing.Size(162, 60); this.ChangeButton.TabIndex = 2; this.ChangeButton.Text = "Изменить"; this.ChangeButton.UseVisualStyleBackColor = true; this.ChangeButton.Click += new System.EventHandler(this.ChangeButton_Click); // // DeleteButton // this.DeleteButton.Location = new System.Drawing.Point(653, 216); this.DeleteButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.DeleteButton.Name = "DeleteButton"; this.DeleteButton.Size = new System.Drawing.Size(162, 60); this.DeleteButton.TabIndex = 3; this.DeleteButton.Text = "Удалить"; this.DeleteButton.UseVisualStyleBackColor = true; this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click); // // UpdateButton // this.UpdateButton.Location = new System.Drawing.Point(653, 307); this.UpdateButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.UpdateButton.Name = "UpdateButton"; this.UpdateButton.Size = new System.Drawing.Size(162, 60); this.UpdateButton.TabIndex = 4; this.UpdateButton.Text = "Обновить"; this.UpdateButton.UseVisualStyleBackColor = true; this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click); // // FormUsers // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(829, 736); this.Controls.Add(this.UpdateButton); this.Controls.Add(this.DeleteButton); this.Controls.Add(this.ChangeButton); this.Controls.Add(this.AddButton); this.Controls.Add(this.DataGridView); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormUsers"; this.Text = "Компоненты"; this.Load += new System.EventHandler(this.FormUsers_Load); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit(); this.ResumeLayout(false); } #endregion private DataGridView DataGridView; private Button AddButton; private Button ChangeButton; private Button DeleteButton; private Button UpdateButton; } }