12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
-
- namespace Transportation
- {
- partial class SortingVehicle
- {
- /// <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.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;
- }
- }
|