2024-11-20 00:53:28 +04:00
|
|
|
|
namespace ProjectGarage.Forms
|
|
|
|
|
{
|
|
|
|
|
partial class FormTransportations
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
buttonAddTransportation = new Button();
|
|
|
|
|
dataGridViewTransportations = new DataGridView();
|
|
|
|
|
panelFormTransportationsButtons = new Panel();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridViewTransportations).BeginInit();
|
|
|
|
|
panelFormTransportationsButtons.SuspendLayout();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// buttonAddTransportation
|
|
|
|
|
//
|
|
|
|
|
buttonAddTransportation.BackgroundImage = Properties.Resources.плюсик;
|
|
|
|
|
buttonAddTransportation.BackgroundImageLayout = ImageLayout.Stretch;
|
|
|
|
|
buttonAddTransportation.Location = new Point(35, 23);
|
|
|
|
|
buttonAddTransportation.Name = "buttonAddTransportation";
|
|
|
|
|
buttonAddTransportation.Size = new Size(94, 75);
|
|
|
|
|
buttonAddTransportation.TabIndex = 0;
|
|
|
|
|
buttonAddTransportation.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonAddTransportation.Click += ButtonAddTransportation_Click;
|
|
|
|
|
//
|
|
|
|
|
// dataGridViewTransportations
|
|
|
|
|
//
|
|
|
|
|
dataGridViewTransportations.AllowUserToAddRows = false;
|
|
|
|
|
dataGridViewTransportations.AllowUserToDeleteRows = false;
|
|
|
|
|
dataGridViewTransportations.AllowUserToResizeColumns = false;
|
|
|
|
|
dataGridViewTransportations.AllowUserToResizeRows = false;
|
|
|
|
|
dataGridViewTransportations.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
dataGridViewTransportations.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
dataGridViewTransportations.Dock = DockStyle.Fill;
|
|
|
|
|
dataGridViewTransportations.Location = new Point(0, 0);
|
|
|
|
|
dataGridViewTransportations.Name = "dataGridViewTransportations";
|
|
|
|
|
dataGridViewTransportations.ReadOnly = true;
|
|
|
|
|
dataGridViewTransportations.RowHeadersVisible = false;
|
|
|
|
|
dataGridViewTransportations.RowHeadersWidth = 51;
|
|
|
|
|
dataGridViewTransportations.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
|
|
|
|
dataGridViewTransportations.Size = new Size(639, 450);
|
|
|
|
|
dataGridViewTransportations.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// panelFormTransportationsButtons
|
|
|
|
|
//
|
|
|
|
|
panelFormTransportationsButtons.Controls.Add(buttonAddTransportation);
|
|
|
|
|
panelFormTransportationsButtons.Dock = DockStyle.Right;
|
|
|
|
|
panelFormTransportationsButtons.Location = new Point(639, 0);
|
|
|
|
|
panelFormTransportationsButtons.Name = "panelFormTransportationsButtons";
|
|
|
|
|
panelFormTransportationsButtons.Size = new Size(161, 450);
|
|
|
|
|
panelFormTransportationsButtons.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// FormTransportations
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(800, 450);
|
|
|
|
|
Controls.Add(dataGridViewTransportations);
|
|
|
|
|
Controls.Add(panelFormTransportationsButtons);
|
|
|
|
|
Name = "FormTransportations";
|
|
|
|
|
Text = "FormTransportations";
|
2024-11-20 14:50:06 +04:00
|
|
|
|
Load += FormTransportations_Load;
|
2024-11-20 00:53:28 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridViewTransportations).EndInit();
|
|
|
|
|
panelFormTransportationsButtons.ResumeLayout(false);
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Button buttonAddTransportation;
|
|
|
|
|
private DataGridView dataGridViewTransportations;
|
|
|
|
|
private Panel panelFormTransportationsButtons;
|
|
|
|
|
}
|
|
|
|
|
}
|