namespace TZotGPT { partial class Form1 { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.maslo = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.benz = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tipTS = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.markaTS = new System.Windows.Forms.TextBox(); this.modelTS = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.vin = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.godvuhod = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.probeg = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.gruz = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.pass = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.pathtofile = new System.Windows.Forms.TextBox(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 13); this.label1.TabIndex = 0; this.label1.Text = "Тип ТС"; // // groupBox1 // this.groupBox1.Controls.Add(this.maslo); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.benz); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(310, 9); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(129, 107); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Стоимость"; // // maslo // this.maslo.Location = new System.Drawing.Point(7, 79); this.maslo.Name = "maslo"; this.maslo.Size = new System.Drawing.Size(106, 20); this.maslo.TabIndex = 7; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(7, 62); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(40, 13); this.label5.TabIndex = 6; this.label5.Text = "Масло"; // // benz // this.benz.Location = new System.Drawing.Point(7, 37); this.benz.Name = "benz"; this.benz.Size = new System.Drawing.Size(106, 20); this.benz.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 20); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(91, 13); this.label2.TabIndex = 0; this.label2.Text = "Бензин (за литр)"; // // tipTS // this.tipTS.FormattingEnabled = true; this.tipTS.Location = new System.Drawing.Point(150, 9); this.tipTS.Name = "tipTS"; this.tipTS.Size = new System.Drawing.Size(154, 21); this.tipTS.TabIndex = 2; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(13, 36); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(40, 13); this.label6.TabIndex = 3; this.label6.Text = "Марка"; // // markaTS // this.markaTS.Location = new System.Drawing.Point(150, 33); this.markaTS.Name = "markaTS"; this.markaTS.Size = new System.Drawing.Size(154, 20); this.markaTS.TabIndex = 4; // // modelTS // this.modelTS.Location = new System.Drawing.Point(150, 59); this.modelTS.Name = "modelTS"; this.modelTS.Size = new System.Drawing.Size(154, 20); this.modelTS.TabIndex = 6; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(13, 62); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(46, 13); this.label7.TabIndex = 5; this.label7.Text = "Модель"; // // vin // this.vin.Location = new System.Drawing.Point(150, 85); this.vin.Name = "vin"; this.vin.Size = new System.Drawing.Size(154, 20); this.vin.TabIndex = 8; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(13, 88); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(25, 13); this.label8.TabIndex = 7; this.label8.Text = "VIN"; // // godvuhod // this.godvuhod.Location = new System.Drawing.Point(150, 111); this.godvuhod.Name = "godvuhod"; this.godvuhod.Size = new System.Drawing.Size(154, 20); this.godvuhod.TabIndex = 10; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(13, 114); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(71, 13); this.label9.TabIndex = 9; this.label9.Text = "Год выпуска"; // // probeg // this.probeg.Location = new System.Drawing.Point(150, 137); this.probeg.Name = "probeg"; this.probeg.Size = new System.Drawing.Size(154, 20); this.probeg.TabIndex = 12; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(13, 140); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(79, 13); this.label10.TabIndex = 11; this.label10.Text = "Пробег за год"; // // button1 // this.button1.Location = new System.Drawing.Point(257, 191); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(182, 23); this.button1.TabIndex = 13; this.button1.Text = "Рассчитать и показать"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(257, 219); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(182, 23); this.button2.TabIndex = 14; this.button2.Text = "Сохранить вычисление в файл"; this.button2.UseVisualStyleBackColor = true; // // gruz // this.gruz.Location = new System.Drawing.Point(150, 163); this.gruz.Name = "gruz"; this.gruz.Size = new System.Drawing.Size(154, 20); this.gruz.TabIndex = 16; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(13, 166); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(104, 13); this.label11.TabIndex = 15; this.label11.Text = "Грузоподъемность"; // // pass // this.pass.Location = new System.Drawing.Point(150, 163); this.pass.Name = "pass"; this.pass.Size = new System.Drawing.Size(154, 20); this.pass.TabIndex = 18; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(13, 166); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(131, 13); this.label12.TabIndex = 17; this.label12.Text = "Количество пассажиров"; // // pathtofile // this.pathtofile.Location = new System.Drawing.Point(13, 219); this.pathtofile.Name = "pathtofile"; this.pathtofile.Size = new System.Drawing.Size(238, 20); this.pathtofile.TabIndex = 19; // // folderBrowserDialog1 // this.folderBrowserDialog1.HelpRequest += new System.EventHandler(this.folderBrowserDialog1_HelpRequest); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(451, 252); this.Controls.Add(this.pathtofile); this.Controls.Add(this.pass); this.Controls.Add(this.label12); this.Controls.Add(this.gruz); this.Controls.Add(this.label11); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.probeg); this.Controls.Add(this.label10); this.Controls.Add(this.godvuhod); this.Controls.Add(this.label9); this.Controls.Add(this.vin); this.Controls.Add(this.label8); this.Controls.Add(this.modelTS); this.Controls.Add(this.label7); this.Controls.Add(this.markaTS); this.Controls.Add(this.label6); this.Controls.Add(this.tipTS); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label1); this.MaximizeBox = false; this.Name = "Form1"; this.ShowIcon = false; this.Text = "Учёт транспорта в автопарке"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox maslo; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox benz; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox tipTS; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox markaTS; private System.Windows.Forms.TextBox modelTS; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox vin; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox godvuhod; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox probeg; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox gruz; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox pass; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox pathtofile; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; } }