namespace DeviceAdmin { partial class FormKinds { /// /// 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() { dataGridView = new DataGridView(); buttonAdd = new Button(); buttonEdit = new Button(); buttonDelete = new Button(); buttonRefresh = new Button(); textBoxTitle = new TextBox(); numericUpDownFrequency = new NumericUpDown(); label1 = new Label(); label2 = new Label(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); ((System.ComponentModel.ISupportInitialize)numericUpDownFrequency).BeginInit(); SuspendLayout(); // // dataGridView // dataGridView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells; dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Dock = DockStyle.Left; dataGridView.Location = new Point(0, 0); dataGridView.Margin = new Padding(5, 6, 5, 6); dataGridView.Name = "dataGridView"; dataGridView.ReadOnly = true; dataGridView.RowHeadersWidth = 62; dataGridView.Size = new Size(514, 482); dataGridView.TabIndex = 0; // // buttonAdd // buttonAdd.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204); buttonAdd.Location = new Point(530, 107); buttonAdd.Margin = new Padding(5, 6, 5, 6); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(197, 80); buttonAdd.TabIndex = 5; buttonAdd.Text = "Добавить"; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += ButtonAdd_Click; // // buttonEdit // buttonEdit.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204); buttonEdit.Location = new Point(530, 295); buttonEdit.Margin = new Padding(5, 6, 5, 6); buttonEdit.Name = "buttonEdit"; buttonEdit.Size = new Size(197, 80); buttonEdit.TabIndex = 4; buttonEdit.Text = "Изменить"; buttonEdit.UseVisualStyleBackColor = true; buttonEdit.Click += ButtonEdit_Click; // // buttonDelete // buttonDelete.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204); buttonDelete.Location = new Point(530, 387); buttonDelete.Margin = new Padding(5, 6, 5, 6); buttonDelete.Name = "buttonDelete"; buttonDelete.Size = new Size(197, 80); buttonDelete.TabIndex = 3; buttonDelete.Text = "Удалить"; buttonDelete.UseVisualStyleBackColor = true; buttonDelete.Click += ButtonDelete_Click; // // buttonRefresh // buttonRefresh.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204); buttonRefresh.Location = new Point(530, 15); buttonRefresh.Margin = new Padding(5, 6, 5, 6); buttonRefresh.Name = "buttonRefresh"; buttonRefresh.Size = new Size(197, 80); buttonRefresh.TabIndex = 2; buttonRefresh.Text = "Обновить"; buttonRefresh.UseVisualStyleBackColor = true; buttonRefresh.Click += ButtonRefresh_Click; // // textBoxTitle // textBoxTitle.Location = new Point(622, 206); textBoxTitle.Margin = new Padding(5, 6, 5, 6); textBoxTitle.Name = "textBoxTitle"; textBoxTitle.Size = new Size(105, 31); textBoxTitle.TabIndex = 1; // // numericUpDownFrequency // numericUpDownFrequency.Location = new Point(662, 248); numericUpDownFrequency.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); numericUpDownFrequency.Name = "numericUpDownFrequency"; numericUpDownFrequency.Size = new Size(65, 31); numericUpDownFrequency.TabIndex = 6; // // label1 // label1.AutoSize = true; label1.Location = new Point(530, 209); label1.Name = "label1"; label1.Size = new Size(94, 25); label1.TabIndex = 11; label1.Text = "Название:"; // // label2 // label2.AutoSize = true; label2.Location = new Point(530, 250); label2.Name = "label2"; label2.Size = new Size(126, 25); label2.TabIndex = 12; label2.Text = "Частота обсл.:"; // // FormKinds // AutoScaleDimensions = new SizeF(10F, 25F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(741, 482); Controls.Add(label2); Controls.Add(label1); Controls.Add(numericUpDownFrequency); Controls.Add(textBoxTitle); Controls.Add(buttonRefresh); Controls.Add(buttonDelete); Controls.Add(buttonEdit); Controls.Add(buttonAdd); Controls.Add(dataGridView); Margin = new Padding(5, 6, 5, 6); Name = "FormKinds"; Text = "Виды устройств"; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ((System.ComponentModel.ISupportInitialize)numericUpDownFrequency).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DataGridView dataGridView; private Button buttonAdd; private Button buttonEdit; private Button buttonDelete; private Button buttonRefresh; private TextBox roomTextBox; private TextBox textBoxTitle; private NumericUpDown numericUpDownFrequency; private Label label1; private Label label2; } }