namespace Forum { partial class FormAddTopics { /// /// 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() { this.dataGridView = new System.Windows.Forms.DataGridView(); this.textBoxCategory = new System.Windows.Forms.TextBox(); this.buttonCreate = new System.Windows.Forms.Button(); this.buttonChange = new System.Windows.Forms.Button(); this.buttonDelete = new System.Windows.Forms.Button(); this.buttonUpdate = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // // dataGridView // this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Location = new System.Drawing.Point(10, 40); this.dataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dataGridView.Name = "dataGridView"; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.RowTemplate.Height = 29; this.dataGridView.Size = new System.Drawing.Size(357, 141); this.dataGridView.TabIndex = 0; // // textBoxCategory // this.textBoxCategory.Location = new System.Drawing.Point(10, 9); this.textBoxCategory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxCategory.Name = "textBoxCategory"; this.textBoxCategory.ReadOnly = true; this.textBoxCategory.Size = new System.Drawing.Size(110, 23); this.textBoxCategory.TabIndex = 1; // // buttonCreate // this.buttonCreate.Location = new System.Drawing.Point(381, 40); this.buttonCreate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonCreate.Name = "buttonCreate"; this.buttonCreate.Size = new System.Drawing.Size(82, 22); this.buttonCreate.TabIndex = 2; this.buttonCreate.Text = "Создать"; this.buttonCreate.UseVisualStyleBackColor = true; this.buttonCreate.Click += new System.EventHandler(this.buttonCreate_Click); // // buttonChange // this.buttonChange.Location = new System.Drawing.Point(381, 67); this.buttonChange.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonChange.Name = "buttonChange"; this.buttonChange.Size = new System.Drawing.Size(82, 22); this.buttonChange.TabIndex = 3; this.buttonChange.Text = "Изменить"; this.buttonChange.UseVisualStyleBackColor = true; this.buttonChange.Click += new System.EventHandler(this.buttonChange_Click); // // buttonDelete // this.buttonDelete.Location = new System.Drawing.Point(381, 93); this.buttonDelete.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Size = new System.Drawing.Size(82, 22); this.buttonDelete.TabIndex = 4; this.buttonDelete.Text = "Удалить"; this.buttonDelete.UseVisualStyleBackColor = true; this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click); // // buttonUpdate // this.buttonUpdate.Location = new System.Drawing.Point(381, 119); this.buttonUpdate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonUpdate.Name = "buttonUpdate"; this.buttonUpdate.Size = new System.Drawing.Size(82, 22); this.buttonUpdate.TabIndex = 5; this.buttonUpdate.Text = "Обновить"; this.buttonUpdate.UseVisualStyleBackColor = true; this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click); // // FormAddTopics // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(469, 190); this.Controls.Add(this.buttonUpdate); this.Controls.Add(this.buttonDelete); this.Controls.Add(this.buttonChange); this.Controls.Add(this.buttonCreate); this.Controls.Add(this.textBoxCategory); this.Controls.Add(this.dataGridView); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FormAddTopics"; this.Text = "Добавление тем"; this.Load += new System.EventHandler(this.FormAddTopic_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DataGridView dataGridView; private TextBox textBoxCategory; private Button buttonCreate; private Button buttonChange; private Button buttonDelete; private Button buttonUpdate; } }