252 lines
13 KiB
C#
252 lines
13 KiB
C#
namespace PrecastConcretePlantView
|
|
{
|
|
partial class FormReinforced
|
|
{
|
|
/// <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()
|
|
{
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.ReinforcedNameLabel = new System.Windows.Forms.Label();
|
|
this.PriceLabel = new System.Windows.Forms.Label();
|
|
this.ReinforcedNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.PriceTextBox = new System.Windows.Forms.TextBox();
|
|
this.ComponentsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.UpdateButton = new System.Windows.Forms.Button();
|
|
this.DeleteButton = new System.Windows.Forms.Button();
|
|
this.ChangeButton = new System.Windows.Forms.Button();
|
|
this.AddButton = new System.Windows.Forms.Button();
|
|
this.DataGridView = new System.Windows.Forms.DataGridView();
|
|
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ComponentNameField = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CountField = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ButtonCancel = new System.Windows.Forms.Button();
|
|
this.SaveButton = new System.Windows.Forms.Button();
|
|
this.ComponentsGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ReinforcedNameLabel
|
|
//
|
|
this.ReinforcedNameLabel.AutoSize = true;
|
|
this.ReinforcedNameLabel.Location = new System.Drawing.Point(12, 9);
|
|
this.ReinforcedNameLabel.Name = "ReinforcedNameLabel";
|
|
this.ReinforcedNameLabel.Size = new System.Drawing.Size(65, 15);
|
|
this.ReinforcedNameLabel.TabIndex = 0;
|
|
this.ReinforcedNameLabel.Text = "Название: ";
|
|
//
|
|
// PriceLabel
|
|
//
|
|
this.PriceLabel.AutoSize = true;
|
|
this.PriceLabel.Location = new System.Drawing.Point(12, 43);
|
|
this.PriceLabel.Name = "PriceLabel";
|
|
this.PriceLabel.Size = new System.Drawing.Size(73, 15);
|
|
this.PriceLabel.TabIndex = 1;
|
|
this.PriceLabel.Text = "Стоимость: ";
|
|
//
|
|
// ReinforcedNameTextBox
|
|
//
|
|
this.ReinforcedNameTextBox.Location = new System.Drawing.Point(83, 6);
|
|
this.ReinforcedNameTextBox.Name = "ReinforcedNameTextBox";
|
|
this.ReinforcedNameTextBox.Size = new System.Drawing.Size(283, 23);
|
|
this.ReinforcedNameTextBox.TabIndex = 2;
|
|
//
|
|
// PriceTextBox
|
|
//
|
|
this.PriceTextBox.Location = new System.Drawing.Point(83, 40);
|
|
this.PriceTextBox.Name = "PriceTextBox";
|
|
this.PriceTextBox.Size = new System.Drawing.Size(283, 23);
|
|
this.PriceTextBox.TabIndex = 3;
|
|
//
|
|
// ComponentsGroupBox
|
|
//
|
|
this.ComponentsGroupBox.Controls.Add(this.UpdateButton);
|
|
this.ComponentsGroupBox.Controls.Add(this.DeleteButton);
|
|
this.ComponentsGroupBox.Controls.Add(this.ChangeButton);
|
|
this.ComponentsGroupBox.Controls.Add(this.AddButton);
|
|
this.ComponentsGroupBox.Controls.Add(this.DataGridView);
|
|
this.ComponentsGroupBox.Location = new System.Drawing.Point(12, 80);
|
|
this.ComponentsGroupBox.Name = "ComponentsGroupBox";
|
|
this.ComponentsGroupBox.Size = new System.Drawing.Size(722, 350);
|
|
this.ComponentsGroupBox.TabIndex = 5;
|
|
this.ComponentsGroupBox.TabStop = false;
|
|
this.ComponentsGroupBox.Text = "Компоненты";
|
|
//
|
|
// UpdateButton
|
|
//
|
|
this.UpdateButton.Location = new System.Drawing.Point(590, 203);
|
|
this.UpdateButton.Name = "UpdateButton";
|
|
this.UpdateButton.Size = new System.Drawing.Size(110, 38);
|
|
this.UpdateButton.TabIndex = 4;
|
|
this.UpdateButton.Text = "Обновить";
|
|
this.UpdateButton.UseVisualStyleBackColor = true;
|
|
this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click);
|
|
//
|
|
// DeleteButton
|
|
//
|
|
this.DeleteButton.Location = new System.Drawing.Point(590, 143);
|
|
this.DeleteButton.Name = "DeleteButton";
|
|
this.DeleteButton.Size = new System.Drawing.Size(110, 38);
|
|
this.DeleteButton.TabIndex = 3;
|
|
this.DeleteButton.Text = "Удалить";
|
|
this.DeleteButton.UseVisualStyleBackColor = true;
|
|
this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
|
|
//
|
|
// ChangeButton
|
|
//
|
|
this.ChangeButton.Location = new System.Drawing.Point(590, 82);
|
|
this.ChangeButton.Name = "ChangeButton";
|
|
this.ChangeButton.Size = new System.Drawing.Size(110, 38);
|
|
this.ChangeButton.TabIndex = 2;
|
|
this.ChangeButton.Text = "Изменить";
|
|
this.ChangeButton.UseVisualStyleBackColor = true;
|
|
this.ChangeButton.Click += new System.EventHandler(this.ChangeButton_Click);
|
|
//
|
|
// AddButton
|
|
//
|
|
this.AddButton.Location = new System.Drawing.Point(590, 22);
|
|
this.AddButton.Name = "AddButton";
|
|
this.AddButton.Size = new System.Drawing.Size(110, 38);
|
|
this.AddButton.TabIndex = 1;
|
|
this.AddButton.Text = "Добавить";
|
|
this.AddButton.UseVisualStyleBackColor = true;
|
|
this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
|
|
//
|
|
// DataGridView
|
|
//
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.ID,
|
|
this.ComponentNameField,
|
|
this.CountField});
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.DataGridView.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.DataGridView.Location = new System.Drawing.Point(6, 22);
|
|
this.DataGridView.Name = "DataGridView";
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.DataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
|
|
this.DataGridView.RowTemplate.Height = 25;
|
|
this.DataGridView.Size = new System.Drawing.Size(561, 322);
|
|
this.DataGridView.TabIndex = 0;
|
|
//
|
|
// ID
|
|
//
|
|
this.ID.HeaderText = "ID";
|
|
this.ID.Name = "ID";
|
|
this.ID.Visible = false;
|
|
//
|
|
// ComponentNameField
|
|
//
|
|
this.ComponentNameField.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.ComponentNameField.HeaderText = "Компонент";
|
|
this.ComponentNameField.Name = "ComponentNameField";
|
|
//
|
|
// CountField
|
|
//
|
|
this.CountField.HeaderText = "Количество";
|
|
this.CountField.Name = "CountField";
|
|
//
|
|
// ButtonCancel
|
|
//
|
|
this.ButtonCancel.Location = new System.Drawing.Point(602, 446);
|
|
this.ButtonCancel.Name = "ButtonCancel";
|
|
this.ButtonCancel.Size = new System.Drawing.Size(110, 34);
|
|
this.ButtonCancel.TabIndex = 7;
|
|
this.ButtonCancel.Text = "Отмена";
|
|
this.ButtonCancel.UseVisualStyleBackColor = true;
|
|
this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
|
//
|
|
// SaveButton
|
|
//
|
|
this.SaveButton.Location = new System.Drawing.Point(486, 446);
|
|
this.SaveButton.Name = "SaveButton";
|
|
this.SaveButton.Size = new System.Drawing.Size(110, 34);
|
|
this.SaveButton.TabIndex = 8;
|
|
this.SaveButton.Text = "Сохранить";
|
|
this.SaveButton.UseVisualStyleBackColor = true;
|
|
this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
|
|
//
|
|
// FormReinforced
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(746, 498);
|
|
this.Controls.Add(this.SaveButton);
|
|
this.Controls.Add(this.ButtonCancel);
|
|
this.Controls.Add(this.ComponentsGroupBox);
|
|
this.Controls.Add(this.PriceTextBox);
|
|
this.Controls.Add(this.ReinforcedNameTextBox);
|
|
this.Controls.Add(this.PriceLabel);
|
|
this.Controls.Add(this.ReinforcedNameLabel);
|
|
this.Name = "FormReinforced";
|
|
this.Text = "Изделие";
|
|
this.ComponentsGroupBox.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label ReinforcedNameLabel;
|
|
private Label PriceLabel;
|
|
private TextBox ReinforcedNameTextBox;
|
|
private TextBox PriceTextBox;
|
|
private GroupBox ComponentsGroupBox;
|
|
private Button UpdateButton;
|
|
private Button DeleteButton;
|
|
private Button ChangeButton;
|
|
private Button AddButton;
|
|
private DataGridView DataGridView;
|
|
private DataGridViewTextBoxColumn ID;
|
|
private DataGridViewTextBoxColumn ComponentNameField;
|
|
private DataGridViewTextBoxColumn CountField;
|
|
private Button ButtonCancel;
|
|
private Button SaveButton;
|
|
}
|
|
} |