namespace PrecastConcretePlantView { 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.dateTimePicker = new System.Windows.Forms.DateTimePicker(); this.textBoxShop = new System.Windows.Forms.TextBox(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.textBoxAddress = new System.Windows.Forms.TextBox(); this.labelTime = new System.Windows.Forms.Label(); this.labelAddress = new System.Windows.Forms.Label(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.labelShop = new System.Windows.Forms.Label(); this.ColumnID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumnReinforcedName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumnCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // // dateTimePicker // this.dateTimePicker.Location = new System.Drawing.Point(393, 33); this.dateTimePicker.Name = "dateTimePicker"; this.dateTimePicker.Size = new System.Drawing.Size(207, 23); this.dateTimePicker.TabIndex = 28; // // textBoxShop // this.textBoxShop.Location = new System.Drawing.Point(19, 33); this.textBoxShop.Name = "textBoxShop"; this.textBoxShop.Size = new System.Drawing.Size(141, 23); this.textBoxShop.TabIndex = 27; // // buttonSave // this.buttonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonSave.Location = new System.Drawing.Point(372, 308); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(120, 22); this.buttonSave.TabIndex = 26; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Location = new System.Drawing.Point(497, 308); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(103, 23); this.buttonCancel.TabIndex = 25; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // textBoxAddress // this.textBoxAddress.Location = new System.Drawing.Point(166, 33); this.textBoxAddress.Name = "textBoxAddress"; this.textBoxAddress.Size = new System.Drawing.Size(221, 23); this.textBoxAddress.TabIndex = 24; // // labelTime // this.labelTime.AutoSize = true; this.labelTime.Location = new System.Drawing.Point(393, 15); this.labelTime.Name = "labelTime"; this.labelTime.Size = new System.Drawing.Size(87, 15); this.labelTime.TabIndex = 23; this.labelTime.Text = "Дата открытия"; // // labelAddress // this.labelAddress.AutoSize = true; this.labelAddress.Location = new System.Drawing.Point(166, 15); this.labelAddress.Name = "labelAddress"; this.labelAddress.Size = new System.Drawing.Size(40, 15); this.labelAddress.TabIndex = 22; this.labelAddress.Text = "Адрес"; // // dataGridView // this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ColumnID, this.ColumnReinforcedName, this.ColumnCount}); this.dataGridView.Location = new System.Drawing.Point(19, 62); this.dataGridView.Name = "dataGridView"; this.dataGridView.RowHeadersWidth = 62; this.dataGridView.RowTemplate.Height = 25; this.dataGridView.Size = new System.Drawing.Size(581, 240); this.dataGridView.TabIndex = 21; // // labelShop // this.labelShop.AutoSize = true; this.labelShop.Location = new System.Drawing.Point(19, 15); this.labelShop.Name = "labelShop"; this.labelShop.Size = new System.Drawing.Size(54, 15); this.labelShop.TabIndex = 20; this.labelShop.Text = "Магазин"; // // ColumnID // this.ColumnID.HeaderText = "ID"; this.ColumnID.MinimumWidth = 8; this.ColumnID.Name = "ColumnID"; this.ColumnID.Visible = false; this.ColumnID.Width = 150; // // ColumnReinforcedName // this.ColumnReinforcedName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.ColumnReinforcedName.HeaderText = "ЖБИ"; this.ColumnReinforcedName.MinimumWidth = 8; this.ColumnReinforcedName.Name = "ColumnReinforcedName"; // // ColumnCount // this.ColumnCount.HeaderText = "Количество"; this.ColumnCount.MinimumWidth = 8; this.ColumnCount.Name = "ColumnCount"; this.ColumnCount.Width = 150; // // FormShop // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(618, 347); this.Controls.Add(this.dateTimePicker); this.Controls.Add(this.textBoxShop); this.Controls.Add(this.buttonSave); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.textBoxAddress); this.Controls.Add(this.labelTime); this.Controls.Add(this.labelAddress); this.Controls.Add(this.dataGridView); 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 DateTimePicker dateTimePicker; private TextBox textBoxShop; private Button buttonSave; private Button buttonCancel; private TextBox textBoxAddress; private Label labelTime; private Label labelAddress; private DataGridView dataGridView; private Label labelShop; private DataGridViewTextBoxColumn ColumnID; private DataGridViewTextBoxColumn ColumnReinforcedName; private DataGridViewTextBoxColumn ColumnCount; } }