123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353 |
-
- namespace Transportation
- {
- partial class AddVehicle
- {
- /// <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.ExecutorsCB = new System.Windows.Forms.ComboBox();
- this.BrandTB = new System.Windows.Forms.TextBox();
- this.ModelTB = new System.Windows.Forms.TextBox();
- this.NumberMTB = new System.Windows.Forms.MaskedTextBox();
- this.CategoryCB = new System.Windows.Forms.ComboBox();
- this.VolumeNUD = new System.Windows.Forms.NumericUpDown();
- this.LengthNUD = new System.Windows.Forms.NumericUpDown();
- this.WidthNUD = new System.Windows.Forms.NumericUpDown();
- this.HeightNUD = new System.Windows.Forms.NumericUpDown();
- this.AddBtn = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.VolumeNUD)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.LengthNUD)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.WidthNUD)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.HeightNUD)).BeginInit();
- this.SuspendLayout();
- //
- // ExecutorsCB
- //
- this.ExecutorsCB.FormattingEnabled = true;
- this.ExecutorsCB.Location = new System.Drawing.Point(115, 52);
- this.ExecutorsCB.Name = "ExecutorsCB";
- this.ExecutorsCB.Size = new System.Drawing.Size(298, 24);
- this.ExecutorsCB.TabIndex = 0;
- //
- // BrandTB
- //
- this.BrandTB.Location = new System.Drawing.Point(70, 93);
- this.BrandTB.Name = "BrandTB";
- this.BrandTB.Size = new System.Drawing.Size(126, 22);
- this.BrandTB.TabIndex = 1;
- //
- // ModelTB
- //
- this.ModelTB.Location = new System.Drawing.Point(287, 93);
- this.ModelTB.Name = "ModelTB";
- this.ModelTB.Size = new System.Drawing.Size(126, 22);
- this.ModelTB.TabIndex = 2;
- //
- // NumberMTB
- //
- this.NumberMTB.Location = new System.Drawing.Point(100, 130);
- this.NumberMTB.Mask = "L000LL 009";
- this.NumberMTB.Name = "NumberMTB";
- this.NumberMTB.Size = new System.Drawing.Size(96, 22);
- this.NumberMTB.TabIndex = 3;
- //
- // CategoryCB
- //
- this.CategoryCB.FormattingEnabled = true;
- this.CategoryCB.Location = new System.Drawing.Point(366, 130);
- this.CategoryCB.Name = "CategoryCB";
- this.CategoryCB.Size = new System.Drawing.Size(121, 24);
- this.CategoryCB.TabIndex = 4;
- //
- // VolumeNUD
- //
- this.VolumeNUD.DecimalPlaces = 1;
- this.VolumeNUD.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.VolumeNUD.Location = new System.Drawing.Point(73, 172);
- this.VolumeNUD.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.VolumeNUD.Name = "VolumeNUD";
- this.VolumeNUD.Size = new System.Drawing.Size(51, 22);
- this.VolumeNUD.TabIndex = 5;
- this.VolumeNUD.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // LengthNUD
- //
- this.LengthNUD.DecimalPlaces = 1;
- this.LengthNUD.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.LengthNUD.Location = new System.Drawing.Point(187, 172);
- this.LengthNUD.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.LengthNUD.Name = "LengthNUD";
- this.LengthNUD.Size = new System.Drawing.Size(51, 22);
- this.LengthNUD.TabIndex = 6;
- this.LengthNUD.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // WidthNUD
- //
- this.WidthNUD.DecimalPlaces = 1;
- this.WidthNUD.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.WidthNUD.Location = new System.Drawing.Point(309, 172);
- this.WidthNUD.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.WidthNUD.Name = "WidthNUD";
- this.WidthNUD.Size = new System.Drawing.Size(51, 22);
- this.WidthNUD.TabIndex = 7;
- this.WidthNUD.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // HeightNUD
- //
- this.HeightNUD.DecimalPlaces = 1;
- this.HeightNUD.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.HeightNUD.Location = new System.Drawing.Point(429, 172);
- this.HeightNUD.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.HeightNUD.Name = "HeightNUD";
- this.HeightNUD.Size = new System.Drawing.Size(51, 22);
- this.HeightNUD.TabIndex = 8;
- this.HeightNUD.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // AddBtn
- //
- this.AddBtn.Location = new System.Drawing.Point(385, 215);
- this.AddBtn.Name = "AddBtn";
- this.AddBtn.Size = new System.Drawing.Size(95, 23);
- this.AddBtn.TabIndex = 9;
- this.AddBtn.Text = "Добавить";
- this.AddBtn.UseVisualStyleBackColor = true;
- this.AddBtn.Click += new System.EventHandler(this.AddBtn_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(14, 55);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(95, 17);
- this.label1.TabIndex = 10;
- this.label1.Text = "Исполнитель";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(12, 9);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(269, 25);
- this.label2.TabIndex = 11;
- this.label2.Text = "Добавление автомобиля";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(14, 96);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(50, 17);
- this.label3.TabIndex = 12;
- this.label3.Text = "Марка";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(223, 96);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(58, 17);
- this.label4.TabIndex = 13;
- this.label4.Text = "Модель";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(14, 133);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(80, 17);
- this.label5.TabIndex = 14;
- this.label5.Text = "Гос. номер";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(223, 133);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(137, 17);
- this.label6.TabIndex = 15;
- this.label6.Text = "Категория прицепа";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(14, 174);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(53, 17);
- this.label7.TabIndex = 16;
- this.label7.Text = "Объем";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(130, 174);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(51, 17);
- this.label8.TabIndex = 17;
- this.label8.Text = "Длина";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(244, 174);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(59, 17);
- this.label9.TabIndex = 18;
- this.label9.Text = "Ширина";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(366, 174);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(57, 17);
- this.label10.TabIndex = 19;
- this.label10.Text = "Высота";
- //
- // AddVehicle
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(515, 260);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.AddBtn);
- this.Controls.Add(this.HeightNUD);
- this.Controls.Add(this.WidthNUD);
- this.Controls.Add(this.LengthNUD);
- this.Controls.Add(this.VolumeNUD);
- this.Controls.Add(this.CategoryCB);
- this.Controls.Add(this.NumberMTB);
- this.Controls.Add(this.ModelTB);
- this.Controls.Add(this.BrandTB);
- this.Controls.Add(this.ExecutorsCB);
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(533, 307);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(533, 307);
- this.Name = "AddVehicle";
- this.Text = "Добавление автомобиля";
- this.Load += new System.EventHandler(this.AddVehicle_Load);
- ((System.ComponentModel.ISupportInitialize)(this.VolumeNUD)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.LengthNUD)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.WidthNUD)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.HeightNUD)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ComboBox ExecutorsCB;
- private System.Windows.Forms.TextBox BrandTB;
- private System.Windows.Forms.TextBox ModelTB;
- private System.Windows.Forms.MaskedTextBox NumberMTB;
- private System.Windows.Forms.ComboBox CategoryCB;
- private System.Windows.Forms.NumericUpDown VolumeNUD;
- private System.Windows.Forms.NumericUpDown LengthNUD;
- private System.Windows.Forms.NumericUpDown WidthNUD;
- private System.Windows.Forms.NumericUpDown HeightNUD;
- private System.Windows.Forms.Button AddBtn;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label10;
- }
- }
|