181 lines
8.1 KiB
C#
181 lines
8.1 KiB
C#
namespace PlumbingRepairView
|
|
{
|
|
partial class FormStore
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.StoreNameLabel = new System.Windows.Forms.Label();
|
|
this.StoreAdressLabel = new System.Windows.Forms.Label();
|
|
this.OpeningDateLabel = new System.Windows.Forms.Label();
|
|
this.NameTextBox = new System.Windows.Forms.TextBox();
|
|
this.AdressTextBox = new System.Windows.Forms.TextBox();
|
|
this.DataGridView = new System.Windows.Forms.DataGridView();
|
|
this.WorkName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.WorkPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.WorkCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.SaveButton = new System.Windows.Forms.Button();
|
|
this.ButtonCancel = new System.Windows.Forms.Button();
|
|
this.OpeningDatePicker = new System.Windows.Forms.DateTimePicker();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// StoreNameLabel
|
|
//
|
|
this.StoreNameLabel.AutoSize = true;
|
|
this.StoreNameLabel.Location = new System.Drawing.Point(12, 9);
|
|
this.StoreNameLabel.Name = "StoreNameLabel";
|
|
this.StoreNameLabel.Size = new System.Drawing.Size(119, 15);
|
|
this.StoreNameLabel.TabIndex = 0;
|
|
this.StoreNameLabel.Text = "Название магазина: ";
|
|
//
|
|
// StoreAdressLabel
|
|
//
|
|
this.StoreAdressLabel.AutoSize = true;
|
|
this.StoreAdressLabel.Location = new System.Drawing.Point(12, 40);
|
|
this.StoreAdressLabel.Name = "StoreAdressLabel";
|
|
this.StoreAdressLabel.Size = new System.Drawing.Size(100, 15);
|
|
this.StoreAdressLabel.TabIndex = 1;
|
|
this.StoreAdressLabel.Text = "Адрес магазина: ";
|
|
//
|
|
// OpeningDateLabel
|
|
//
|
|
this.OpeningDateLabel.AutoSize = true;
|
|
this.OpeningDateLabel.Location = new System.Drawing.Point(12, 72);
|
|
this.OpeningDateLabel.Name = "OpeningDateLabel";
|
|
this.OpeningDateLabel.Size = new System.Drawing.Size(93, 15);
|
|
this.OpeningDateLabel.TabIndex = 2;
|
|
this.OpeningDateLabel.Text = "Дата открытия: ";
|
|
//
|
|
// NameComboBox
|
|
//
|
|
this.NameTextBox.Location = new System.Drawing.Point(137, 6);
|
|
this.NameTextBox.Name = "NameComboBox";
|
|
this.NameTextBox.Size = new System.Drawing.Size(174, 23);
|
|
this.NameTextBox.TabIndex = 3;
|
|
//
|
|
// AdressTextBox
|
|
//
|
|
this.AdressTextBox.Location = new System.Drawing.Point(137, 37);
|
|
this.AdressTextBox.Name = "AdressTextBox";
|
|
this.AdressTextBox.Size = new System.Drawing.Size(174, 23);
|
|
this.AdressTextBox.TabIndex = 4;
|
|
//
|
|
// DataGridView
|
|
//
|
|
this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.WorkName,
|
|
this.WorkPrice,
|
|
this.WorkCount});
|
|
this.DataGridView.Location = new System.Drawing.Point(12, 109);
|
|
this.DataGridView.Name = "DataGridView";
|
|
this.DataGridView.RowTemplate.Height = 25;
|
|
this.DataGridView.Size = new System.Drawing.Size(776, 288);
|
|
this.DataGridView.TabIndex = 6;
|
|
//
|
|
// PackageName
|
|
//
|
|
this.WorkName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.WorkName.HeaderText = "Название изделия";
|
|
this.WorkName.Name = "PackageName";
|
|
//
|
|
// PackagePrice
|
|
//
|
|
this.WorkPrice.HeaderText = "Цена";
|
|
this.WorkPrice.Name = "PackagePrice";
|
|
//
|
|
// PackageCount
|
|
//
|
|
this.WorkCount.HeaderText = "Количество";
|
|
this.WorkCount.Name = "PackageCount";
|
|
//
|
|
// SaveButton
|
|
//
|
|
this.SaveButton.Location = new System.Drawing.Point(552, 403);
|
|
this.SaveButton.Name = "SaveButton";
|
|
this.SaveButton.Size = new System.Drawing.Size(115, 35);
|
|
this.SaveButton.TabIndex = 7;
|
|
this.SaveButton.Text = "Сохранить";
|
|
this.SaveButton.UseVisualStyleBackColor = true;
|
|
this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
|
|
//
|
|
// ButtonCancel
|
|
//
|
|
this.ButtonCancel.Location = new System.Drawing.Point(673, 403);
|
|
this.ButtonCancel.Name = "ButtonCancel";
|
|
this.ButtonCancel.Size = new System.Drawing.Size(115, 35);
|
|
this.ButtonCancel.TabIndex = 8;
|
|
this.ButtonCancel.Text = "Отменить";
|
|
this.ButtonCancel.UseVisualStyleBackColor = true;
|
|
this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
|
//
|
|
// OpeningDatePicker
|
|
//
|
|
this.OpeningDatePicker.Location = new System.Drawing.Point(137, 66);
|
|
this.OpeningDatePicker.Name = "OpeningDatePicker";
|
|
this.OpeningDatePicker.Size = new System.Drawing.Size(174, 23);
|
|
this.OpeningDatePicker.TabIndex = 9;
|
|
//
|
|
// FormStore
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.OpeningDatePicker);
|
|
this.Controls.Add(this.ButtonCancel);
|
|
this.Controls.Add(this.SaveButton);
|
|
this.Controls.Add(this.DataGridView);
|
|
this.Controls.Add(this.AdressTextBox);
|
|
this.Controls.Add(this.NameTextBox);
|
|
this.Controls.Add(this.OpeningDateLabel);
|
|
this.Controls.Add(this.StoreAdressLabel);
|
|
this.Controls.Add(this.StoreNameLabel);
|
|
this.Name = "FormStore";
|
|
this.Text = "Изделия магазина";
|
|
this.Load += new System.EventHandler(this.FormStore_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label StoreNameLabel;
|
|
private Label StoreAdressLabel;
|
|
private Label OpeningDateLabel;
|
|
private TextBox NameTextBox;
|
|
private TextBox AdressTextBox;
|
|
private DataGridView DataGridView;
|
|
private Button SaveButton;
|
|
private Button ButtonCancel;
|
|
private DataGridViewTextBoxColumn WorkName;
|
|
private DataGridViewTextBoxColumn WorkPrice;
|
|
private DataGridViewTextBoxColumn WorkCount;
|
|
private DateTimePicker OpeningDatePicker;
|
|
}
|
|
} |