namespace SecureShopView { partial class FormSecure { /// /// 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.labelName = new System.Windows.Forms.Label(); this.labelPrice = new System.Windows.Forms.Label(); this.textBoxName = new System.Windows.Forms.TextBox(); this.textBoxPrice = new System.Windows.Forms.TextBox(); this.groupBoxFacilitiess = new System.Windows.Forms.GroupBox(); this.buttonRef = new System.Windows.Forms.Button(); this.buttonDel = new System.Windows.Forms.Button(); this.buttonUpd = new System.Windows.Forms.Button(); this.buttonAdd = new System.Windows.Forms.Button(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumnFacilitiesName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumnCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBoxFacilitiess.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // // labelName // this.labelName.AutoSize = true; this.labelName.Location = new System.Drawing.Point(10, 7); this.labelName.Name = "labelName"; this.labelName.Size = new System.Drawing.Size(62, 15); this.labelName.TabIndex = 0; this.labelName.Text = "Название:"; // // labelPrice // this.labelPrice.AutoSize = true; this.labelPrice.Location = new System.Drawing.Point(10, 34); this.labelPrice.Name = "labelPrice"; this.labelPrice.Size = new System.Drawing.Size(70, 15); this.labelPrice.TabIndex = 1; this.labelPrice.Text = "Стоимость:"; // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(86, 4); this.textBoxName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(276, 23); this.textBoxName.TabIndex = 2; // // textBoxPrice // this.textBoxPrice.Enabled = false; this.textBoxPrice.Location = new System.Drawing.Point(86, 29); this.textBoxPrice.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxPrice.Name = "textBoxPrice"; this.textBoxPrice.Size = new System.Drawing.Size(138, 23); this.textBoxPrice.TabIndex = 3; // // groupBoxFacilitiess // this.groupBoxFacilitiess.Controls.Add(this.buttonRef); this.groupBoxFacilitiess.Controls.Add(this.buttonDel); this.groupBoxFacilitiess.Controls.Add(this.buttonUpd); this.groupBoxFacilitiess.Controls.Add(this.buttonAdd); this.groupBoxFacilitiess.Controls.Add(this.dataGridView); this.groupBoxFacilitiess.Location = new System.Drawing.Point(13, 62); this.groupBoxFacilitiess.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBoxFacilitiess.Name = "groupBoxFacilitiess"; this.groupBoxFacilitiess.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBoxFacilitiess.Size = new System.Drawing.Size(612, 206); this.groupBoxFacilitiess.TabIndex = 4; this.groupBoxFacilitiess.TabStop = false; this.groupBoxFacilitiess.Text = "Оборудование"; // // buttonRef // this.buttonRef.Location = new System.Drawing.Point(456, 98); this.buttonRef.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonRef.Name = "buttonRef"; this.buttonRef.Size = new System.Drawing.Size(136, 22); this.buttonRef.TabIndex = 4; this.buttonRef.Text = "Обновить"; this.buttonRef.UseVisualStyleBackColor = true; this.buttonRef.Click += new System.EventHandler(this.ButtonRef_Click); // // buttonDel // this.buttonDel.Location = new System.Drawing.Point(456, 72); this.buttonDel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonDel.Name = "buttonDel"; this.buttonDel.Size = new System.Drawing.Size(136, 22); this.buttonDel.TabIndex = 3; this.buttonDel.Text = "Удалить"; this.buttonDel.UseVisualStyleBackColor = true; this.buttonDel.Click += new System.EventHandler(this.ButtonDel_Click); // // buttonUpd // this.buttonUpd.Location = new System.Drawing.Point(456, 46); this.buttonUpd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonUpd.Name = "buttonUpd"; this.buttonUpd.Size = new System.Drawing.Size(136, 22); this.buttonUpd.TabIndex = 2; this.buttonUpd.Text = "Изменить"; this.buttonUpd.UseVisualStyleBackColor = true; this.buttonUpd.Click += new System.EventHandler(this.ButtonUpd_Click); // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(456, 20); this.buttonAdd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(136, 22); this.buttonAdd.TabIndex = 1; this.buttonAdd.Text = "Добавить"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.ButtonAdd_Click); // // dataGridView // this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.ColumnFacilitiesName, this.ColumnCount}); this.dataGridView.Location = new System.Drawing.Point(5, 20); 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(429, 182); this.dataGridView.TabIndex = 0; this.dataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellContentClick); // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(312, 284); this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(136, 22); this.buttonSave.TabIndex = 5; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(469, 284); this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(136, 22); this.buttonCancel.TabIndex = 6; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // ID // this.ID.HeaderText = "ID"; this.ID.Name = "ID"; this.ID.Visible = false; // // ColumnFacilitiesName // this.ColumnFacilitiesName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.ColumnFacilitiesName.HeaderText = "Оборудование"; this.ColumnFacilitiesName.MinimumWidth = 6; this.ColumnFacilitiesName.Name = "ColumnFacilitiesName"; this.ColumnFacilitiesName.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // ColumnCount // this.ColumnCount.HeaderText = "Количество"; this.ColumnCount.MinimumWidth = 6; this.ColumnCount.Name = "ColumnCount"; this.ColumnCount.Width = 125; // // FormSecure // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(635, 320); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.groupBoxFacilitiess); this.Controls.Add(this.textBoxPrice); this.Controls.Add(this.textBoxName); this.Controls.Add(this.labelPrice); this.Controls.Add(this.labelName); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FormSecure"; this.Text = "Система безопасности"; this.Load += new System.EventHandler(this.FormSecure_Load); this.groupBoxFacilitiess.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label labelName; private Label labelPrice; private TextBox textBoxName; private TextBox textBoxPrice; private GroupBox groupBoxFacilitiess; private DataGridView dataGridView; private Button buttonRef; private Button buttonDel; private Button buttonUpd; private Button buttonAdd; private Button buttonSave; private Button buttonCancel; private DataGridViewTextBoxColumn ID; private DataGridViewTextBoxColumn ColumnFacilitiesName; private DataGridViewTextBoxColumn ColumnCount; } }