namespace LawFirmView { partial class FormShop { /// /// 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.labelShop = new System.Windows.Forms.Label(); this.labelAddress = new System.Windows.Forms.Label(); this.labelDate = new System.Windows.Forms.Label(); this.textBoxName = new System.Windows.Forms.TextBox(); this.textBoxAddress = new System.Windows.Forms.TextBox(); this.dateTimePickerDateOpen = new System.Windows.Forms.DateTimePicker(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DocumentName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Count = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ButtonSave = new System.Windows.Forms.Button(); this.ButtonCancel = new System.Windows.Forms.Button(); this.numericUpDownCapacity = new System.Windows.Forms.NumericUpDown(); this.labelCapacity = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCapacity)).BeginInit(); this.SuspendLayout(); // // labelShop // this.labelShop.AutoSize = true; this.labelShop.Location = new System.Drawing.Point(10, 16); this.labelShop.Name = "labelShop"; this.labelShop.Size = new System.Drawing.Size(54, 15); this.labelShop.TabIndex = 0; this.labelShop.Text = "Магазин"; // // labelAddress // this.labelAddress.AutoSize = true; this.labelAddress.Location = new System.Drawing.Point(156, 16); this.labelAddress.Name = "labelAddress"; this.labelAddress.Size = new System.Drawing.Size(40, 15); this.labelAddress.TabIndex = 1; this.labelAddress.Text = "Адрес"; // // labelDate // this.labelDate.AutoSize = true; this.labelDate.Location = new System.Drawing.Point(375, 16); this.labelDate.Name = "labelDate"; this.labelDate.Size = new System.Drawing.Size(87, 15); this.labelDate.TabIndex = 2; this.labelDate.Text = "Дата открытия"; // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(10, 33); this.textBoxName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(140, 23); this.textBoxName.TabIndex = 3; // // textBoxAddress // this.textBoxAddress.Location = new System.Drawing.Point(156, 33); this.textBoxAddress.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxAddress.Name = "textBoxAddress"; this.textBoxAddress.Size = new System.Drawing.Size(216, 23); this.textBoxAddress.TabIndex = 4; // // dateTimePickerDateOpen // this.dateTimePickerDateOpen.Location = new System.Drawing.Point(375, 33); this.dateTimePickerDateOpen.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dateTimePickerDateOpen.Name = "dateTimePickerDateOpen"; this.dateTimePickerDateOpen.Size = new System.Drawing.Size(123, 23); this.dateTimePickerDateOpen.TabIndex = 5; // // dataGridView // this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.DocumentName, this.Count}); this.dataGridView.Location = new System.Drawing.Point(10, 58); 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(623, 248); this.dataGridView.TabIndex = 6; // // ID // this.ID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.ID.HeaderText = "ID"; this.ID.MinimumWidth = 6; this.ID.Name = "ID"; this.ID.Visible = false; // // DocumentName // this.DocumentName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.DocumentName.HeaderText = "DocumentName"; this.DocumentName.MinimumWidth = 6; this.DocumentName.Name = "DocumentName"; // // Count // this.Count.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Count.HeaderText = "Count"; this.Count.MinimumWidth = 6; this.Count.Name = "Count"; // // ButtonSave // this.ButtonSave.Location = new System.Drawing.Point(429, 310); this.ButtonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ButtonSave.Name = "ButtonSave"; this.ButtonSave.Size = new System.Drawing.Size(97, 22); this.ButtonSave.TabIndex = 7; this.ButtonSave.Text = "Сохранить"; this.ButtonSave.UseVisualStyleBackColor = true; this.ButtonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // ButtonCancel // this.ButtonCancel.Location = new System.Drawing.Point(551, 310); this.ButtonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(82, 22); this.ButtonCancel.TabIndex = 8; this.ButtonCancel.Text = "Отмена"; this.ButtonCancel.UseVisualStyleBackColor = true; this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // numericUpDownCapacity // this.numericUpDownCapacity.Location = new System.Drawing.Point(504, 33); this.numericUpDownCapacity.Name = "numericUpDownCapacity"; this.numericUpDownCapacity.Size = new System.Drawing.Size(120, 23); this.numericUpDownCapacity.TabIndex = 9; // // labelCapacity // this.labelCapacity.AutoSize = true; this.labelCapacity.Location = new System.Drawing.Point(504, 16); this.labelCapacity.Name = "labelCapacity"; this.labelCapacity.Size = new System.Drawing.Size(134, 15); this.labelCapacity.TabIndex = 10; this.labelCapacity.Text = "Вместимость магазина"; // // FormShop // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(648, 338); this.Controls.Add(this.labelCapacity); this.Controls.Add(this.numericUpDownCapacity); this.Controls.Add(this.ButtonCancel); this.Controls.Add(this.ButtonSave); this.Controls.Add(this.dataGridView); this.Controls.Add(this.dateTimePickerDateOpen); this.Controls.Add(this.textBoxAddress); this.Controls.Add(this.textBoxName); this.Controls.Add(this.labelDate); this.Controls.Add(this.labelAddress); this.Controls.Add(this.labelShop); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FormShop"; this.Text = "Магазин"; this.Load += new System.EventHandler(this.FormShop_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCapacity)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label labelShop; private Label labelAddress; private Label labelDate; private TextBox textBoxName; private TextBox textBoxAddress; private DateTimePicker dateTimePickerDateOpen; private DataGridView dataGridView; private Button ButtonSave; private Button ButtonCancel; private DataGridViewTextBoxColumn ID; private DataGridViewTextBoxColumn DocumentName; private DataGridViewTextBoxColumn Count; private NumericUpDown numericUpDownCapacity; private Label labelCapacity; } }