namespace Transportation { partial class SortingVehicle { /// /// 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.VehiclesSortingDGV = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.VehiclesSortingDGV)).BeginInit(); this.SuspendLayout(); // // VehiclesSortingDGV // this.VehiclesSortingDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.VehiclesSortingDGV.Dock = System.Windows.Forms.DockStyle.Left; this.VehiclesSortingDGV.Location = new System.Drawing.Point(0, 0); this.VehiclesSortingDGV.Name = "VehiclesSortingDGV"; this.VehiclesSortingDGV.RowHeadersWidth = 51; this.VehiclesSortingDGV.RowTemplate.Height = 24; this.VehiclesSortingDGV.Size = new System.Drawing.Size(1402, 627); this.VehiclesSortingDGV.TabIndex = 2; this.VehiclesSortingDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.VehiclesSortingDGV_CellContentClick); // // SortingVehicle // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1402, 627); this.Controls.Add(this.VehiclesSortingDGV); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(1420, 674); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(1420, 674); this.Name = "SortingVehicle"; this.Text = "Сортировка"; this.Load += new System.EventHandler(this.SortingVehicle_Load); ((System.ComponentModel.ISupportInitialize)(this.VehiclesSortingDGV)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView VehiclesSortingDGV; } }