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.ButtonSave = new System.Windows.Forms.Button(); this.ButtonCancel = new System.Windows.Forms.Button(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DocumentName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Count = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // // labelShop // this.labelShop.AutoSize = true; this.labelShop.Location = new System.Drawing.Point(12, 21); this.labelShop.Name = "labelShop"; this.labelShop.Size = new System.Drawing.Size(69, 20); this.labelShop.TabIndex = 0; this.labelShop.Text = "Магазин"; // // labelAddress // this.labelAddress.AutoSize = true; this.labelAddress.Location = new System.Drawing.Point(195, 21); this.labelAddress.Name = "labelAddress"; this.labelAddress.Size = new System.Drawing.Size(51, 20); this.labelAddress.TabIndex = 1; this.labelAddress.Text = "Адрес"; // // labelDate // this.labelDate.AutoSize = true; this.labelDate.Location = new System.Drawing.Point(474, 21); this.labelDate.Name = "labelDate"; this.labelDate.Size = new System.Drawing.Size(110, 20); this.labelDate.TabIndex = 2; this.labelDate.Text = "Дата открытия"; // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(12, 44); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(160, 27); this.textBoxName.TabIndex = 3; // // textBoxAddress // this.textBoxAddress.Location = new System.Drawing.Point(195, 44); this.textBoxAddress.Name = "textBoxAddress"; this.textBoxAddress.Size = new System.Drawing.Size(246, 27); this.textBoxAddress.TabIndex = 4; // // dateTimePickerDateOpen // this.dateTimePickerDateOpen.Location = new System.Drawing.Point(474, 44); this.dateTimePickerDateOpen.Name = "dateTimePickerDateOpen"; this.dateTimePickerDateOpen.Size = new System.Drawing.Size(250, 27); 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(12, 77); this.dataGridView.Name = "dataGridView"; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.RowTemplate.Height = 29; this.dataGridView.Size = new System.Drawing.Size(712, 330); this.dataGridView.TabIndex = 6; // // ButtonSave // this.ButtonSave.Location = new System.Drawing.Point(490, 413); this.ButtonSave.Name = "ButtonSave"; this.ButtonSave.Size = new System.Drawing.Size(111, 29); 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(630, 413); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(94, 29); this.ButtonCancel.TabIndex = 8; this.ButtonCancel.Text = "Отмена"; this.ButtonCancel.UseVisualStyleBackColor = true; this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // 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"; // // FormShop // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(740, 450); 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.Name = "FormShop"; this.Text = "Магазин"; this.Load += new System.EventHandler(this.FormShop_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).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; } }