123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518 |
-
- namespace Transportation
- {
- partial class MainMenu
- {
- /// <summary>
- /// Обязательная переменная конструктора.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Освободить все используемые ресурсы.
- /// </summary>
- /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Код, автоматически созданный конструктором форм Windows
- /// <summary>
- /// Требуемый метод для поддержки конструктора — не изменяйте
- /// содержимое этого метода с помощью редактора кода.
- /// </summary>
- private void InitializeComponent()
- {
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.VehiclesTP = new System.Windows.Forms.TabPage();
- this.SortingGB = new System.Windows.Forms.GroupBox();
- this.label1 = new System.Windows.Forms.Label();
- this.volume = new System.Windows.Forms.NumericUpDown();
- this.check = new System.Windows.Forms.Button();
- this.VehiclesDGV = new System.Windows.Forms.DataGridView();
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.AddVehicleTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.ChangeVehicleTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.DropVehicleTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.DriversTP = new System.Windows.Forms.TabPage();
- this.DriversDGV = new System.Windows.Forms.DataGridView();
- this.menuStrip2 = new System.Windows.Forms.MenuStrip();
- this.AddDriverTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.ChangeDriverTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.DropDriverTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.ExecutorsTP = new System.Windows.Forms.TabPage();
- this.ExecutorsDGV = new System.Windows.Forms.DataGridView();
- this.menuStrip3 = new System.Windows.Forms.MenuStrip();
- this.AddExecutorTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.UpdateExecutorTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.DropExecutorTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.LogisticiansTP = new System.Windows.Forms.TabPage();
- this.LogisticiansDGV = new System.Windows.Forms.DataGridView();
- this.menuStrip4 = new System.Windows.Forms.MenuStrip();
- this.AddLogisticianTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.UpdateLogisticianTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.DropLogisticianTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.RequestsTP = new System.Windows.Forms.TabPage();
- this.RequestsDGV = new System.Windows.Forms.DataGridView();
- this.menuStrip5 = new System.Windows.Forms.MenuStrip();
- this.AddRequestTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.UpdateRequestTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.DropRequestTSMI = new System.Windows.Forms.ToolStripMenuItem();
- this.tabControl1.SuspendLayout();
- this.VehiclesTP.SuspendLayout();
- this.SortingGB.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.volume)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.VehiclesDGV)).BeginInit();
- this.menuStrip1.SuspendLayout();
- this.DriversTP.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DriversDGV)).BeginInit();
- this.menuStrip2.SuspendLayout();
- this.ExecutorsTP.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ExecutorsDGV)).BeginInit();
- this.menuStrip3.SuspendLayout();
- this.LogisticiansTP.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.LogisticiansDGV)).BeginInit();
- this.menuStrip4.SuspendLayout();
- this.RequestsTP.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.RequestsDGV)).BeginInit();
- this.menuStrip5.SuspendLayout();
- this.SuspendLayout();
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.VehiclesTP);
- this.tabControl1.Controls.Add(this.DriversTP);
- this.tabControl1.Controls.Add(this.ExecutorsTP);
- this.tabControl1.Controls.Add(this.LogisticiansTP);
- this.tabControl1.Controls.Add(this.RequestsTP);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1197, 627);
- this.tabControl1.TabIndex = 0;
- //
- // VehiclesTP
- //
- this.VehiclesTP.Controls.Add(this.SortingGB);
- this.VehiclesTP.Controls.Add(this.VehiclesDGV);
- this.VehiclesTP.Controls.Add(this.menuStrip1);
- this.VehiclesTP.Location = new System.Drawing.Point(4, 25);
- this.VehiclesTP.Name = "VehiclesTP";
- this.VehiclesTP.Padding = new System.Windows.Forms.Padding(3);
- this.VehiclesTP.Size = new System.Drawing.Size(1189, 598);
- this.VehiclesTP.TabIndex = 0;
- this.VehiclesTP.Text = "Автомобили";
- this.VehiclesTP.UseVisualStyleBackColor = true;
- //
- // SortingGB
- //
- this.SortingGB.Controls.Add(this.label1);
- this.SortingGB.Controls.Add(this.volume);
- this.SortingGB.Controls.Add(this.check);
- this.SortingGB.Location = new System.Drawing.Point(1016, 31);
- this.SortingGB.Name = "SortingGB";
- this.SortingGB.Size = new System.Drawing.Size(165, 564);
- this.SortingGB.TabIndex = 2;
- this.SortingGB.TabStop = false;
- this.SortingGB.Text = "Сортировка";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(26, 38);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(58, 17);
- this.label1.TabIndex = 3;
- this.label1.Text = "Тоннаж";
- //
- // volume
- //
- this.volume.DecimalPlaces = 1;
- this.volume.Location = new System.Drawing.Point(90, 36);
- this.volume.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.volume.Name = "volume";
- this.volume.Size = new System.Drawing.Size(52, 22);
- this.volume.TabIndex = 2;
- this.volume.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // check
- //
- this.check.Location = new System.Drawing.Point(29, 73);
- this.check.Name = "check";
- this.check.Size = new System.Drawing.Size(111, 23);
- this.check.TabIndex = 1;
- this.check.Text = "Сортировать";
- this.check.UseVisualStyleBackColor = true;
- this.check.Click += new System.EventHandler(this.check_Click);
- //
- // VehiclesDGV
- //
- this.VehiclesDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.VehiclesDGV.Dock = System.Windows.Forms.DockStyle.Left;
- this.VehiclesDGV.Location = new System.Drawing.Point(3, 31);
- this.VehiclesDGV.Name = "VehiclesDGV";
- this.VehiclesDGV.RowHeadersWidth = 51;
- this.VehiclesDGV.RowTemplate.Height = 24;
- this.VehiclesDGV.Size = new System.Drawing.Size(1007, 564);
- this.VehiclesDGV.TabIndex = 1;
- //
- // menuStrip1
- //
- this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.AddVehicleTSMI,
- this.ChangeVehicleTSMI,
- this.DropVehicleTSMI});
- this.menuStrip1.Location = new System.Drawing.Point(3, 3);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(1183, 28);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // AddVehicleTSMI
- //
- this.AddVehicleTSMI.Name = "AddVehicleTSMI";
- this.AddVehicleTSMI.Size = new System.Drawing.Size(90, 24);
- this.AddVehicleTSMI.Text = "Добавить";
- this.AddVehicleTSMI.Click += new System.EventHandler(this.AddVehicleTSMI_Click);
- //
- // ChangeVehicleTSMI
- //
- this.ChangeVehicleTSMI.Name = "ChangeVehicleTSMI";
- this.ChangeVehicleTSMI.Size = new System.Drawing.Size(92, 24);
- this.ChangeVehicleTSMI.Text = "Изменить";
- this.ChangeVehicleTSMI.Click += new System.EventHandler(this.ChangeVehicleTSMI_Click);
- //
- // DropVehicleTSMI
- //
- this.DropVehicleTSMI.Name = "DropVehicleTSMI";
- this.DropVehicleTSMI.Size = new System.Drawing.Size(79, 24);
- this.DropVehicleTSMI.Text = "Удалить";
- this.DropVehicleTSMI.Click += new System.EventHandler(this.DropVehicleTSMI_Click);
- //
- // DriversTP
- //
- this.DriversTP.Controls.Add(this.DriversDGV);
- this.DriversTP.Controls.Add(this.menuStrip2);
- this.DriversTP.Location = new System.Drawing.Point(4, 25);
- this.DriversTP.Name = "DriversTP";
- this.DriversTP.Padding = new System.Windows.Forms.Padding(3);
- this.DriversTP.Size = new System.Drawing.Size(1189, 598);
- this.DriversTP.TabIndex = 1;
- this.DriversTP.Text = "Водители";
- this.DriversTP.UseVisualStyleBackColor = true;
- //
- // DriversDGV
- //
- this.DriversDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DriversDGV.Dock = System.Windows.Forms.DockStyle.Left;
- this.DriversDGV.Location = new System.Drawing.Point(3, 31);
- this.DriversDGV.Name = "DriversDGV";
- this.DriversDGV.RowHeadersWidth = 51;
- this.DriversDGV.RowTemplate.Height = 24;
- this.DriversDGV.Size = new System.Drawing.Size(1183, 564);
- this.DriversDGV.TabIndex = 3;
- //
- // menuStrip2
- //
- this.menuStrip2.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.AddDriverTSMI,
- this.ChangeDriverTSMI,
- this.DropDriverTSMI});
- this.menuStrip2.Location = new System.Drawing.Point(3, 3);
- this.menuStrip2.Name = "menuStrip2";
- this.menuStrip2.Size = new System.Drawing.Size(1183, 28);
- this.menuStrip2.TabIndex = 2;
- this.menuStrip2.Text = "menuStrip2";
- //
- // AddDriverTSMI
- //
- this.AddDriverTSMI.Name = "AddDriverTSMI";
- this.AddDriverTSMI.Size = new System.Drawing.Size(90, 24);
- this.AddDriverTSMI.Text = "Добавить";
- this.AddDriverTSMI.Click += new System.EventHandler(this.AddDriverTSMI_Click);
- //
- // ChangeDriverTSMI
- //
- this.ChangeDriverTSMI.Name = "ChangeDriverTSMI";
- this.ChangeDriverTSMI.Size = new System.Drawing.Size(92, 24);
- this.ChangeDriverTSMI.Text = "Изменить";
- this.ChangeDriverTSMI.Click += new System.EventHandler(this.ChangeDriverTSMI_Click);
- //
- // DropDriverTSMI
- //
- this.DropDriverTSMI.Name = "DropDriverTSMI";
- this.DropDriverTSMI.Size = new System.Drawing.Size(79, 24);
- this.DropDriverTSMI.Text = "Удалить";
- this.DropDriverTSMI.Click += new System.EventHandler(this.DropDriverTSMI_Click);
- //
- // ExecutorsTP
- //
- this.ExecutorsTP.Controls.Add(this.ExecutorsDGV);
- this.ExecutorsTP.Controls.Add(this.menuStrip3);
- this.ExecutorsTP.Location = new System.Drawing.Point(4, 25);
- this.ExecutorsTP.Name = "ExecutorsTP";
- this.ExecutorsTP.Size = new System.Drawing.Size(1189, 598);
- this.ExecutorsTP.TabIndex = 2;
- this.ExecutorsTP.Text = "Исполнители";
- this.ExecutorsTP.UseVisualStyleBackColor = true;
- //
- // ExecutorsDGV
- //
- this.ExecutorsDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.ExecutorsDGV.Dock = System.Windows.Forms.DockStyle.Left;
- this.ExecutorsDGV.Location = new System.Drawing.Point(0, 28);
- this.ExecutorsDGV.Name = "ExecutorsDGV";
- this.ExecutorsDGV.RowHeadersWidth = 51;
- this.ExecutorsDGV.RowTemplate.Height = 24;
- this.ExecutorsDGV.Size = new System.Drawing.Size(1186, 570);
- this.ExecutorsDGV.TabIndex = 5;
- //
- // menuStrip3
- //
- this.menuStrip3.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.menuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.AddExecutorTSMI,
- this.UpdateExecutorTSMI,
- this.DropExecutorTSMI});
- this.menuStrip3.Location = new System.Drawing.Point(0, 0);
- this.menuStrip3.Name = "menuStrip3";
- this.menuStrip3.Size = new System.Drawing.Size(1189, 28);
- this.menuStrip3.TabIndex = 4;
- this.menuStrip3.Text = "menuStrip3";
- //
- // AddExecutorTSMI
- //
- this.AddExecutorTSMI.Name = "AddExecutorTSMI";
- this.AddExecutorTSMI.Size = new System.Drawing.Size(90, 24);
- this.AddExecutorTSMI.Text = "Добавить";
- this.AddExecutorTSMI.Click += new System.EventHandler(this.AddExecutorTSMI_Click);
- //
- // UpdateExecutorTSMI
- //
- this.UpdateExecutorTSMI.Name = "UpdateExecutorTSMI";
- this.UpdateExecutorTSMI.Size = new System.Drawing.Size(92, 24);
- this.UpdateExecutorTSMI.Text = "Изменить";
- this.UpdateExecutorTSMI.Click += new System.EventHandler(this.UpdateExecutorTSMI_Click);
- //
- // DropExecutorTSMI
- //
- this.DropExecutorTSMI.Name = "DropExecutorTSMI";
- this.DropExecutorTSMI.Size = new System.Drawing.Size(79, 24);
- this.DropExecutorTSMI.Text = "Удалить";
- this.DropExecutorTSMI.Click += new System.EventHandler(this.DropExecutorTSMI_Click);
- //
- // LogisticiansTP
- //
- this.LogisticiansTP.Controls.Add(this.LogisticiansDGV);
- this.LogisticiansTP.Controls.Add(this.menuStrip4);
- this.LogisticiansTP.Location = new System.Drawing.Point(4, 25);
- this.LogisticiansTP.Name = "LogisticiansTP";
- this.LogisticiansTP.Size = new System.Drawing.Size(1189, 598);
- this.LogisticiansTP.TabIndex = 3;
- this.LogisticiansTP.Text = "Логисты";
- this.LogisticiansTP.UseVisualStyleBackColor = true;
- //
- // LogisticiansDGV
- //
- this.LogisticiansDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.LogisticiansDGV.Dock = System.Windows.Forms.DockStyle.Left;
- this.LogisticiansDGV.Location = new System.Drawing.Point(0, 28);
- this.LogisticiansDGV.Name = "LogisticiansDGV";
- this.LogisticiansDGV.RowHeadersWidth = 51;
- this.LogisticiansDGV.RowTemplate.Height = 24;
- this.LogisticiansDGV.Size = new System.Drawing.Size(1186, 570);
- this.LogisticiansDGV.TabIndex = 6;
- //
- // menuStrip4
- //
- this.menuStrip4.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.menuStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.AddLogisticianTSMI,
- this.UpdateLogisticianTSMI,
- this.DropLogisticianTSMI});
- this.menuStrip4.Location = new System.Drawing.Point(0, 0);
- this.menuStrip4.Name = "menuStrip4";
- this.menuStrip4.Size = new System.Drawing.Size(1189, 28);
- this.menuStrip4.TabIndex = 5;
- this.menuStrip4.Text = "menuStrip4";
- //
- // AddLogisticianTSMI
- //
- this.AddLogisticianTSMI.Name = "AddLogisticianTSMI";
- this.AddLogisticianTSMI.Size = new System.Drawing.Size(90, 24);
- this.AddLogisticianTSMI.Text = "Добавить";
- this.AddLogisticianTSMI.Click += new System.EventHandler(this.AddLogisticianTSMI_Click);
- //
- // UpdateLogisticianTSMI
- //
- this.UpdateLogisticianTSMI.Name = "UpdateLogisticianTSMI";
- this.UpdateLogisticianTSMI.Size = new System.Drawing.Size(92, 24);
- this.UpdateLogisticianTSMI.Text = "Изменить";
- this.UpdateLogisticianTSMI.Click += new System.EventHandler(this.UpdateLogisticianTSMI_Click);
- //
- // DropLogisticianTSMI
- //
- this.DropLogisticianTSMI.Name = "DropLogisticianTSMI";
- this.DropLogisticianTSMI.Size = new System.Drawing.Size(79, 24);
- this.DropLogisticianTSMI.Text = "Удалить";
- this.DropLogisticianTSMI.Click += new System.EventHandler(this.DropLogisticianTSMI_Click);
- //
- // RequestsTP
- //
- this.RequestsTP.Controls.Add(this.RequestsDGV);
- this.RequestsTP.Controls.Add(this.menuStrip5);
- this.RequestsTP.Location = new System.Drawing.Point(4, 25);
- this.RequestsTP.Name = "RequestsTP";
- this.RequestsTP.Size = new System.Drawing.Size(1189, 598);
- this.RequestsTP.TabIndex = 4;
- this.RequestsTP.Text = "Заявки";
- this.RequestsTP.UseVisualStyleBackColor = true;
- //
- // RequestsDGV
- //
- this.RequestsDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.RequestsDGV.Dock = System.Windows.Forms.DockStyle.Left;
- this.RequestsDGV.Location = new System.Drawing.Point(0, 28);
- this.RequestsDGV.Name = "RequestsDGV";
- this.RequestsDGV.RowHeadersWidth = 51;
- this.RequestsDGV.RowTemplate.Height = 24;
- this.RequestsDGV.Size = new System.Drawing.Size(1186, 570);
- this.RequestsDGV.TabIndex = 8;
- //
- // menuStrip5
- //
- this.menuStrip5.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.menuStrip5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.AddRequestTSMI,
- this.UpdateRequestTSMI,
- this.DropRequestTSMI});
- this.menuStrip5.Location = new System.Drawing.Point(0, 0);
- this.menuStrip5.Name = "menuStrip5";
- this.menuStrip5.Size = new System.Drawing.Size(1189, 28);
- this.menuStrip5.TabIndex = 7;
- this.menuStrip5.Text = "menuStrip5";
- //
- // AddRequestTSMI
- //
- this.AddRequestTSMI.Name = "AddRequestTSMI";
- this.AddRequestTSMI.Size = new System.Drawing.Size(90, 24);
- this.AddRequestTSMI.Text = "Добавить";
- this.AddRequestTSMI.Click += new System.EventHandler(this.AddRequestTSMI_Click);
- //
- // UpdateRequestTSMI
- //
- this.UpdateRequestTSMI.Name = "UpdateRequestTSMI";
- this.UpdateRequestTSMI.Size = new System.Drawing.Size(92, 24);
- this.UpdateRequestTSMI.Text = "Изменить";
- this.UpdateRequestTSMI.Click += new System.EventHandler(this.UpdateRequestTSMI_Click);
- //
- // DropRequestTSMI
- //
- this.DropRequestTSMI.Name = "DropRequestTSMI";
- this.DropRequestTSMI.Size = new System.Drawing.Size(79, 24);
- this.DropRequestTSMI.Text = "Удалить";
- this.DropRequestTSMI.Click += new System.EventHandler(this.DropRequestTSMI_Click);
- //
- // MainMenu
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1197, 627);
- this.Controls.Add(this.tabControl1);
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(1215, 674);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(1215, 674);
- this.Name = "MainMenu";
- this.Text = "Каравелла";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.tabControl1.ResumeLayout(false);
- this.VehiclesTP.ResumeLayout(false);
- this.VehiclesTP.PerformLayout();
- this.SortingGB.ResumeLayout(false);
- this.SortingGB.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.volume)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.VehiclesDGV)).EndInit();
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.DriversTP.ResumeLayout(false);
- this.DriversTP.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DriversDGV)).EndInit();
- this.menuStrip2.ResumeLayout(false);
- this.menuStrip2.PerformLayout();
- this.ExecutorsTP.ResumeLayout(false);
- this.ExecutorsTP.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ExecutorsDGV)).EndInit();
- this.menuStrip3.ResumeLayout(false);
- this.menuStrip3.PerformLayout();
- this.LogisticiansTP.ResumeLayout(false);
- this.LogisticiansTP.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.LogisticiansDGV)).EndInit();
- this.menuStrip4.ResumeLayout(false);
- this.menuStrip4.PerformLayout();
- this.RequestsTP.ResumeLayout(false);
- this.RequestsTP.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.RequestsDGV)).EndInit();
- this.menuStrip5.ResumeLayout(false);
- this.menuStrip5.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage VehiclesTP;
- private System.Windows.Forms.TabPage DriversTP;
- private System.Windows.Forms.TabPage ExecutorsTP;
- private System.Windows.Forms.TabPage LogisticiansTP;
- private System.Windows.Forms.TabPage RequestsTP;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem AddVehicleTSMI;
- private System.Windows.Forms.ToolStripMenuItem ChangeVehicleTSMI;
- private System.Windows.Forms.ToolStripMenuItem DropVehicleTSMI;
- private System.Windows.Forms.GroupBox SortingGB;
- private System.Windows.Forms.DataGridView VehiclesDGV;
- private System.Windows.Forms.MenuStrip menuStrip2;
- private System.Windows.Forms.ToolStripMenuItem AddDriverTSMI;
- private System.Windows.Forms.ToolStripMenuItem ChangeDriverTSMI;
- private System.Windows.Forms.ToolStripMenuItem DropDriverTSMI;
- private System.Windows.Forms.DataGridView DriversDGV;
- private System.Windows.Forms.DataGridView ExecutorsDGV;
- private System.Windows.Forms.MenuStrip menuStrip3;
- private System.Windows.Forms.ToolStripMenuItem AddExecutorTSMI;
- private System.Windows.Forms.ToolStripMenuItem UpdateExecutorTSMI;
- private System.Windows.Forms.ToolStripMenuItem DropExecutorTSMI;
- private System.Windows.Forms.DataGridView LogisticiansDGV;
- private System.Windows.Forms.MenuStrip menuStrip4;
- private System.Windows.Forms.ToolStripMenuItem AddLogisticianTSMI;
- private System.Windows.Forms.ToolStripMenuItem UpdateLogisticianTSMI;
- private System.Windows.Forms.ToolStripMenuItem DropLogisticianTSMI;
- private System.Windows.Forms.Button check;
- private System.Windows.Forms.NumericUpDown volume;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.DataGridView RequestsDGV;
- private System.Windows.Forms.MenuStrip menuStrip5;
- private System.Windows.Forms.ToolStripMenuItem AddRequestTSMI;
- private System.Windows.Forms.ToolStripMenuItem UpdateRequestTSMI;
- private System.Windows.Forms.ToolStripMenuItem DropRequestTSMI;
- }
- }
|