Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 33.72 KB | None | 0 0
  1. namespace Pimp_My_Rides
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Windows Form Designer generated code
  24.  
  25.         /// <summary>
  26.         /// Required method for Designer support - do not modify
  27.         /// the contents of this method with the code editor.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32.             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  33.             this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34.             this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35.             this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36.             this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37.             this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38.             this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39.             this.addANewCarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40.             this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41.             this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42.             this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43.             this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44.             this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45.             this.sortByToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46.             this.brandToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47.             this.yearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  48.             this.priceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  49.             this.selectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50.             this.yearToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  51.             this.brandToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  52.             this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  53.             this.viewHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  54.             this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  55.             this.label1 = new System.Windows.Forms.Label();
  56.             this.label2 = new System.Windows.Forms.Label();
  57.             this.label3 = new System.Windows.Forms.Label();
  58.             this.textBox1 = new System.Windows.Forms.TextBox();
  59.             this.textBox2 = new System.Windows.Forms.TextBox();
  60.             this.textBox3 = new System.Windows.Forms.TextBox();
  61.             this.label4 = new System.Windows.Forms.Label();
  62.             this.textBox4 = new System.Windows.Forms.TextBox();
  63.             this.label5 = new System.Windows.Forms.Label();
  64.             this.textBox5 = new System.Windows.Forms.TextBox();
  65.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  66.             this.radioButton1 = new System.Windows.Forms.RadioButton();
  67.             this.radioButton2 = new System.Windows.Forms.RadioButton();
  68.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  69.             this.textBox6 = new System.Windows.Forms.TextBox();
  70.             this.button1 = new System.Windows.Forms.Button();
  71.             this.textBox7 = new System.Windows.Forms.TextBox();
  72.             this.button2 = new System.Windows.Forms.Button();
  73.             this.groupBox3 = new System.Windows.Forms.GroupBox();
  74.             this.radioButton3 = new System.Windows.Forms.RadioButton();
  75.             this.radioButton4 = new System.Windows.Forms.RadioButton();
  76.             this.radioButton5 = new System.Windows.Forms.RadioButton();
  77.             this.radioButton6 = new System.Windows.Forms.RadioButton();
  78.             this.radioButton7 = new System.Windows.Forms.RadioButton();
  79.             this.radioButton8 = new System.Windows.Forms.RadioButton();
  80.             this.radioButton9 = new System.Windows.Forms.RadioButton();
  81.             this.groupBox4 = new System.Windows.Forms.GroupBox();
  82.             this.label6 = new System.Windows.Forms.Label();
  83.             this.button3 = new System.Windows.Forms.Button();
  84.             this.button4 = new System.Windows.Forms.Button();
  85.             this.label7 = new System.Windows.Forms.Label();
  86.             this.button5 = new System.Windows.Forms.Button();
  87.             this.button6 = new System.Windows.Forms.Button();
  88.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  89.             this.menuStrip1.SuspendLayout();
  90.             this.groupBox1.SuspendLayout();
  91.             this.groupBox2.SuspendLayout();
  92.             this.groupBox3.SuspendLayout();
  93.             this.groupBox4.SuspendLayout();
  94.             this.SuspendLayout();
  95.             //
  96.             // pictureBox1
  97.             //
  98.             this.pictureBox1.Location = new System.Drawing.Point(12, 27);
  99.             this.pictureBox1.Name = "pictureBox1";
  100.             this.pictureBox1.Size = new System.Drawing.Size(317, 247);
  101.             this.pictureBox1.TabIndex = 0;
  102.             this.pictureBox1.TabStop = false;
  103.             //
  104.             // menuStrip1
  105.             //
  106.             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  107.             this.fileToolStripMenuItem,
  108.             this.editToolStripMenuItem,
  109.             this.viewToolStripMenuItem,
  110.             this.helpToolStripMenuItem});
  111.             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  112.             this.menuStrip1.Name = "menuStrip1";
  113.             this.menuStrip1.Size = new System.Drawing.Size(670, 24);
  114.             this.menuStrip1.TabIndex = 1;
  115.             this.menuStrip1.Text = "menuStrip1";
  116.             //
  117.             // fileToolStripMenuItem
  118.             //
  119.             this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  120.             this.openToolStripMenuItem,
  121.             this.saveToolStripMenuItem,
  122.             this.saveAsToolStripMenuItem,
  123.             this.exitToolStripMenuItem});
  124.             this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  125.             this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
  126.             this.fileToolStripMenuItem.Text = "File";
  127.             //
  128.             // openToolStripMenuItem
  129.             //
  130.             this.openToolStripMenuItem.Name = "openToolStripMenuItem";
  131.             this.openToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
  132.             this.openToolStripMenuItem.Text = "Open";
  133.             //
  134.             // saveToolStripMenuItem
  135.             //
  136.             this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
  137.             this.saveToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
  138.             this.saveToolStripMenuItem.Text = "Save";
  139.             //
  140.             // saveAsToolStripMenuItem
  141.             //
  142.             this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
  143.             this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
  144.             this.saveAsToolStripMenuItem.Text = "Save as...";
  145.             //
  146.             // exitToolStripMenuItem
  147.             //
  148.             this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
  149.             this.exitToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
  150.             this.exitToolStripMenuItem.Text = "Exit";
  151.             this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
  152.             //
  153.             // editToolStripMenuItem
  154.             //
  155.             this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  156.             this.addANewCarToolStripMenuItem,
  157.             this.cutToolStripMenuItem,
  158.             this.copyToolStripMenuItem,
  159.             this.pasteToolStripMenuItem,
  160.             this.deleteToolStripMenuItem});
  161.             this.editToolStripMenuItem.Name = "editToolStripMenuItem";
  162.             this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
  163.             this.editToolStripMenuItem.Text = "Edit";
  164.             //
  165.             // addANewCarToolStripMenuItem
  166.             //
  167.             this.addANewCarToolStripMenuItem.Name = "addANewCarToolStripMenuItem";
  168.             this.addANewCarToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
  169.             this.addANewCarToolStripMenuItem.Text = "Add a new car";
  170.             //
  171.             // cutToolStripMenuItem
  172.             //
  173.             this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
  174.             this.cutToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
  175.             this.cutToolStripMenuItem.Text = "Cut";
  176.             //
  177.             // copyToolStripMenuItem
  178.             //
  179.             this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
  180.             this.copyToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
  181.             this.copyToolStripMenuItem.Text = "Copy";
  182.             //
  183.             // pasteToolStripMenuItem
  184.             //
  185.             this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
  186.             this.pasteToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
  187.             this.pasteToolStripMenuItem.Text = "Paste";
  188.             //
  189.             // deleteToolStripMenuItem
  190.             //
  191.             this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
  192.             this.deleteToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
  193.             this.deleteToolStripMenuItem.Text = "Delete";
  194.             //
  195.             // viewToolStripMenuItem
  196.             //
  197.             this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  198.             this.sortByToolStripMenuItem,
  199.             this.selectToolStripMenuItem});
  200.             this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
  201.             this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
  202.             this.viewToolStripMenuItem.Text = "View";
  203.             //
  204.             // sortByToolStripMenuItem
  205.             //
  206.             this.sortByToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  207.             this.brandToolStripMenuItem,
  208.             this.yearToolStripMenuItem,
  209.             this.priceToolStripMenuItem});
  210.             this.sortByToolStripMenuItem.Name = "sortByToolStripMenuItem";
  211.             this.sortByToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
  212.             this.sortByToolStripMenuItem.Text = "Sort by";
  213.             //
  214.             // brandToolStripMenuItem
  215.             //
  216.             this.brandToolStripMenuItem.Name = "brandToolStripMenuItem";
  217.             this.brandToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
  218.             this.brandToolStripMenuItem.Text = "Brand";
  219.             //
  220.             // yearToolStripMenuItem
  221.             //
  222.             this.yearToolStripMenuItem.Name = "yearToolStripMenuItem";
  223.             this.yearToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
  224.             this.yearToolStripMenuItem.Text = "Year";
  225.             //
  226.             // priceToolStripMenuItem
  227.             //
  228.             this.priceToolStripMenuItem.Name = "priceToolStripMenuItem";
  229.             this.priceToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
  230.             this.priceToolStripMenuItem.Text = "Price";
  231.             //
  232.             // selectToolStripMenuItem
  233.             //
  234.             this.selectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  235.             this.yearToolStripMenuItem1,
  236.             this.brandToolStripMenuItem1});
  237.             this.selectToolStripMenuItem.Name = "selectToolStripMenuItem";
  238.             this.selectToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
  239.             this.selectToolStripMenuItem.Text = "Select";
  240.             //
  241.             // yearToolStripMenuItem1
  242.             //
  243.             this.yearToolStripMenuItem1.Name = "yearToolStripMenuItem1";
  244.             this.yearToolStripMenuItem1.Size = new System.Drawing.Size(105, 22);
  245.             this.yearToolStripMenuItem1.Text = "Year";
  246.             //
  247.             // brandToolStripMenuItem1
  248.             //
  249.             this.brandToolStripMenuItem1.Name = "brandToolStripMenuItem1";
  250.             this.brandToolStripMenuItem1.Size = new System.Drawing.Size(105, 22);
  251.             this.brandToolStripMenuItem1.Text = "Brand";
  252.             //
  253.             // helpToolStripMenuItem
  254.             //
  255.             this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  256.             this.viewHelpToolStripMenuItem,
  257.             this.aboutToolStripMenuItem});
  258.             this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
  259.             this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
  260.             this.helpToolStripMenuItem.Text = "Help";
  261.             //
  262.             // viewHelpToolStripMenuItem
  263.             //
  264.             this.viewHelpToolStripMenuItem.Name = "viewHelpToolStripMenuItem";
  265.             this.viewHelpToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
  266.             this.viewHelpToolStripMenuItem.Text = "View help";
  267.             //
  268.             // aboutToolStripMenuItem
  269.             //
  270.             this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
  271.             this.aboutToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
  272.             this.aboutToolStripMenuItem.Text = "About";
  273.             this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
  274.             //
  275.             // label1
  276.             //
  277.             this.label1.AutoSize = true;
  278.             this.label1.Location = new System.Drawing.Point(9, 20);
  279.             this.label1.Name = "label1";
  280.             this.label1.Size = new System.Drawing.Size(38, 13);
  281.             this.label1.TabIndex = 2;
  282.             this.label1.Text = "Brand:";
  283.             //
  284.             // label2
  285.             //
  286.             this.label2.AutoSize = true;
  287.             this.label2.Location = new System.Drawing.Point(9, 58);
  288.             this.label2.Name = "label2";
  289.             this.label2.Size = new System.Drawing.Size(39, 13);
  290.             this.label2.TabIndex = 3;
  291.             this.label2.Text = "Model:";
  292.             //
  293.             // label3
  294.             //
  295.             this.label3.AutoSize = true;
  296.             this.label3.Location = new System.Drawing.Point(9, 89);
  297.             this.label3.Name = "label3";
  298.             this.label3.Size = new System.Drawing.Size(62, 13);
  299.             this.label3.TabIndex = 4;
  300.             this.label3.Text = "Num. Miles:";
  301.             //
  302.             // textBox1
  303.             //
  304.             this.textBox1.Location = new System.Drawing.Point(53, 20);
  305.             this.textBox1.Name = "textBox1";
  306.             this.textBox1.ReadOnly = true;
  307.             this.textBox1.Size = new System.Drawing.Size(100, 20);
  308.             this.textBox1.TabIndex = 5;
  309.             //
  310.             // textBox2
  311.             //
  312.             this.textBox2.Location = new System.Drawing.Point(53, 55);
  313.             this.textBox2.Name = "textBox2";
  314.             this.textBox2.ReadOnly = true;
  315.             this.textBox2.Size = new System.Drawing.Size(100, 20);
  316.             this.textBox2.TabIndex = 6;
  317.             //
  318.             // textBox3
  319.             //
  320.             this.textBox3.Location = new System.Drawing.Point(77, 86);
  321.             this.textBox3.Name = "textBox3";
  322.             this.textBox3.ReadOnly = true;
  323.             this.textBox3.Size = new System.Drawing.Size(100, 20);
  324.             this.textBox3.TabIndex = 7;
  325.             //
  326.             // label4
  327.             //
  328.             this.label4.AutoSize = true;
  329.             this.label4.Location = new System.Drawing.Point(190, 20);
  330.             this.label4.Name = "label4";
  331.             this.label4.Size = new System.Drawing.Size(34, 13);
  332.             this.label4.TabIndex = 8;
  333.             this.label4.Text = "Price:";
  334.             //
  335.             // textBox4
  336.             //
  337.             this.textBox4.Location = new System.Drawing.Point(230, 17);
  338.             this.textBox4.Name = "textBox4";
  339.             this.textBox4.ReadOnly = true;
  340.             this.textBox4.Size = new System.Drawing.Size(82, 20);
  341.             this.textBox4.TabIndex = 9;
  342.             //
  343.             // label5
  344.             //
  345.             this.label5.AutoSize = true;
  346.             this.label5.Location = new System.Drawing.Point(190, 58);
  347.             this.label5.Name = "label5";
  348.             this.label5.Size = new System.Drawing.Size(32, 13);
  349.             this.label5.TabIndex = 10;
  350.             this.label5.Text = "Year:";
  351.             //
  352.             // textBox5
  353.             //
  354.             this.textBox5.Location = new System.Drawing.Point(228, 55);
  355.             this.textBox5.Name = "textBox5";
  356.             this.textBox5.ReadOnly = true;
  357.             this.textBox5.Size = new System.Drawing.Size(84, 20);
  358.             this.textBox5.TabIndex = 11;
  359.             //
  360.             // groupBox1
  361.             //
  362.             this.groupBox1.Controls.Add(this.textBox5);
  363.             this.groupBox1.Controls.Add(this.label5);
  364.             this.groupBox1.Controls.Add(this.textBox4);
  365.             this.groupBox1.Controls.Add(this.label4);
  366.             this.groupBox1.Controls.Add(this.textBox3);
  367.             this.groupBox1.Controls.Add(this.textBox2);
  368.             this.groupBox1.Controls.Add(this.textBox1);
  369.             this.groupBox1.Controls.Add(this.label3);
  370.             this.groupBox1.Controls.Add(this.label2);
  371.             this.groupBox1.Controls.Add(this.label1);
  372.             this.groupBox1.Location = new System.Drawing.Point(9, 282);
  373.             this.groupBox1.Name = "groupBox1";
  374.             this.groupBox1.Size = new System.Drawing.Size(320, 124);
  375.             this.groupBox1.TabIndex = 12;
  376.             this.groupBox1.TabStop = false;
  377.             this.groupBox1.Text = "Characteristics";
  378.             //
  379.             // radioButton1
  380.             //
  381.             this.radioButton1.AutoSize = true;
  382.             this.radioButton1.Location = new System.Drawing.Point(11, 18);
  383.             this.radioButton1.Name = "radioButton1";
  384.             this.radioButton1.Size = new System.Drawing.Size(60, 17);
  385.             this.radioButton1.TabIndex = 13;
  386.             this.radioButton1.TabStop = true;
  387.             this.radioButton1.Text = "Manual";
  388.             this.radioButton1.UseVisualStyleBackColor = true;
  389.             //
  390.             // radioButton2
  391.             //
  392.             this.radioButton2.AutoSize = true;
  393.             this.radioButton2.Location = new System.Drawing.Point(192, 18);
  394.             this.radioButton2.Name = "radioButton2";
  395.             this.radioButton2.Size = new System.Drawing.Size(72, 17);
  396.             this.radioButton2.TabIndex = 14;
  397.             this.radioButton2.TabStop = true;
  398.             this.radioButton2.Text = "Automatic";
  399.             this.radioButton2.UseVisualStyleBackColor = true;
  400.             //
  401.             // groupBox2
  402.             //
  403.             this.groupBox2.Controls.Add(this.radioButton2);
  404.             this.groupBox2.Controls.Add(this.radioButton1);
  405.             this.groupBox2.Location = new System.Drawing.Point(9, 416);
  406.             this.groupBox2.Name = "groupBox2";
  407.             this.groupBox2.Size = new System.Drawing.Size(319, 51);
  408.             this.groupBox2.TabIndex = 15;
  409.             this.groupBox2.TabStop = false;
  410.             this.groupBox2.Text = "Gearbox";
  411.             //
  412.             // textBox6
  413.             //
  414.             this.textBox6.Location = new System.Drawing.Point(8, 15);
  415.             this.textBox6.Multiline = true;
  416.             this.textBox6.Name = "textBox6";
  417.             this.textBox6.Size = new System.Drawing.Size(283, 172);
  418.             this.textBox6.TabIndex = 16;
  419.             //
  420.             // button1
  421.             //
  422.             this.button1.Location = new System.Drawing.Point(8, 193);
  423.             this.button1.Name = "button1";
  424.             this.button1.Size = new System.Drawing.Size(283, 23);
  425.             this.button1.TabIndex = 17;
  426.             this.button1.Text = "Clear information";
  427.             this.button1.UseVisualStyleBackColor = true;
  428.             //
  429.             // textBox7
  430.             //
  431.             this.textBox7.Location = new System.Drawing.Point(110, 223);
  432.             this.textBox7.Name = "textBox7";
  433.             this.textBox7.Size = new System.Drawing.Size(181, 20);
  434.             this.textBox7.TabIndex = 18;
  435.             //
  436.             // button2
  437.             //
  438.             this.button2.Location = new System.Drawing.Point(8, 220);
  439.             this.button2.Name = "button2";
  440.             this.button2.Size = new System.Drawing.Size(96, 23);
  441.             this.button2.TabIndex = 19;
  442.             this.button2.Text = "Add";
  443.             this.button2.UseVisualStyleBackColor = true;
  444.             //
  445.             // groupBox3
  446.             //
  447.             this.groupBox3.Controls.Add(this.button2);
  448.             this.groupBox3.Controls.Add(this.textBox7);
  449.             this.groupBox3.Controls.Add(this.button1);
  450.             this.groupBox3.Controls.Add(this.textBox6);
  451.             this.groupBox3.Location = new System.Drawing.Point(354, 27);
  452.             this.groupBox3.Name = "groupBox3";
  453.             this.groupBox3.Size = new System.Drawing.Size(299, 253);
  454.             this.groupBox3.TabIndex = 20;
  455.             this.groupBox3.TabStop = false;
  456.             this.groupBox3.Text = "Information";
  457.             //
  458.             // radioButton3
  459.             //
  460.             this.radioButton3.AutoSize = true;
  461.             this.radioButton3.Location = new System.Drawing.Point(7, 14);
  462.             this.radioButton3.Name = "radioButton3";
  463.             this.radioButton3.Size = new System.Drawing.Size(78, 17);
  464.             this.radioButton3.TabIndex = 21;
  465.             this.radioButton3.TabStop = true;
  466.             this.radioButton3.Text = "Hatchback";
  467.             this.radioButton3.UseVisualStyleBackColor = true;
  468.             //
  469.             // radioButton4
  470.             //
  471.             this.radioButton4.AutoSize = true;
  472.             this.radioButton4.Location = new System.Drawing.Point(7, 37);
  473.             this.radioButton4.Name = "radioButton4";
  474.             this.radioButton4.Size = new System.Drawing.Size(58, 17);
  475.             this.radioButton4.TabIndex = 22;
  476.             this.radioButton4.TabStop = true;
  477.             this.radioButton4.Text = "Saloon";
  478.             this.radioButton4.UseVisualStyleBackColor = true;
  479.             //
  480.             // radioButton5
  481.             //
  482.             this.radioButton5.AutoSize = true;
  483.             this.radioButton5.Location = new System.Drawing.Point(7, 60);
  484.             this.radioButton5.Name = "radioButton5";
  485.             this.radioButton5.Size = new System.Drawing.Size(55, 17);
  486.             this.radioButton5.TabIndex = 23;
  487.             this.radioButton5.TabStop = true;
  488.             this.radioButton5.Text = "Estate";
  489.             this.radioButton5.UseVisualStyleBackColor = true;
  490.             //
  491.             // radioButton6
  492.             //
  493.             this.radioButton6.AutoSize = true;
  494.             this.radioButton6.Location = new System.Drawing.Point(91, 14);
  495.             this.radioButton6.Name = "radioButton6";
  496.             this.radioButton6.Size = new System.Drawing.Size(48, 17);
  497.             this.radioButton6.TabIndex = 24;
  498.             this.radioButton6.TabStop = true;
  499.             this.radioButton6.Text = "MPV";
  500.             this.radioButton6.UseVisualStyleBackColor = true;
  501.             //
  502.             // radioButton7
  503.             //
  504.             this.radioButton7.AutoSize = true;
  505.             this.radioButton7.Location = new System.Drawing.Point(91, 37);
  506.             this.radioButton7.Name = "radioButton7";
  507.             this.radioButton7.Size = new System.Drawing.Size(78, 17);
  508.             this.radioButton7.TabIndex = 25;
  509.             this.radioButton7.TabStop = true;
  510.             this.radioButton7.Text = "Convertible";
  511.             this.radioButton7.UseVisualStyleBackColor = true;
  512.             //
  513.             // radioButton8
  514.             //
  515.             this.radioButton8.AutoSize = true;
  516.             this.radioButton8.Location = new System.Drawing.Point(91, 60);
  517.             this.radioButton8.Name = "radioButton8";
  518.             this.radioButton8.Size = new System.Drawing.Size(47, 17);
  519.             this.radioButton8.TabIndex = 26;
  520.             this.radioButton8.TabStop = true;
  521.             this.radioButton8.Text = "SUV";
  522.             this.radioButton8.UseVisualStyleBackColor = true;
  523.             //
  524.             // radioButton9
  525.             //
  526.             this.radioButton9.AutoSize = true;
  527.             this.radioButton9.Location = new System.Drawing.Point(167, 14);
  528.             this.radioButton9.Name = "radioButton9";
  529.             this.radioButton9.Size = new System.Drawing.Size(56, 17);
  530.             this.radioButton9.TabIndex = 27;
  531.             this.radioButton9.TabStop = true;
  532.             this.radioButton9.Text = "Coupe";
  533.             this.radioButton9.UseVisualStyleBackColor = true;
  534.             //
  535.             // groupBox4
  536.             //
  537.             this.groupBox4.Controls.Add(this.radioButton9);
  538.             this.groupBox4.Controls.Add(this.radioButton8);
  539.             this.groupBox4.Controls.Add(this.radioButton7);
  540.             this.groupBox4.Controls.Add(this.radioButton6);
  541.             this.groupBox4.Controls.Add(this.radioButton5);
  542.             this.groupBox4.Controls.Add(this.radioButton4);
  543.             this.groupBox4.Controls.Add(this.radioButton3);
  544.             this.groupBox4.Location = new System.Drawing.Point(354, 291);
  545.             this.groupBox4.Name = "groupBox4";
  546.             this.groupBox4.Size = new System.Drawing.Size(297, 97);
  547.             this.groupBox4.TabIndex = 28;
  548.             this.groupBox4.TabStop = false;
  549.             this.groupBox4.Text = "Body type";
  550.             //
  551.             // label6
  552.             //
  553.             this.label6.AutoSize = true;
  554.             this.label6.Location = new System.Drawing.Point(354, 395);
  555.             this.label6.Name = "label6";
  556.             this.label6.Size = new System.Drawing.Size(35, 13);
  557.             this.label6.TabIndex = 29;
  558.             this.label6.Text = "label6";
  559.             //
  560.             // button3
  561.             //
  562.             this.button3.Location = new System.Drawing.Point(578, 395);
  563.             this.button3.Name = "button3";
  564.             this.button3.Size = new System.Drawing.Size(73, 23);
  565.             this.button3.TabIndex = 30;
  566.             this.button3.Text = "Edit car";
  567.             this.button3.UseVisualStyleBackColor = true;
  568.             //
  569.             // button4
  570.             //
  571.             this.button4.Location = new System.Drawing.Point(578, 424);
  572.             this.button4.Name = "button4";
  573.             this.button4.Size = new System.Drawing.Size(73, 23);
  574.             this.button4.TabIndex = 31;
  575.             this.button4.Text = "Save car";
  576.             this.button4.UseVisualStyleBackColor = true;
  577.             //
  578.             // label7
  579.             //
  580.             this.label7.AutoSize = true;
  581.             this.label7.Location = new System.Drawing.Point(354, 424);
  582.             this.label7.Name = "label7";
  583.             this.label7.Size = new System.Drawing.Size(35, 13);
  584.             this.label7.TabIndex = 32;
  585.             this.label7.Text = "label7";
  586.             //
  587.             // button5
  588.             //
  589.             this.button5.Location = new System.Drawing.Point(110, 506);
  590.             this.button5.Name = "button5";
  591.             this.button5.Size = new System.Drawing.Size(218, 23);
  592.             this.button5.TabIndex = 33;
  593.             this.button5.Text = "<< Precious car";
  594.             this.button5.UseVisualStyleBackColor = true;
  595.             //
  596.             // button6
  597.             //
  598.             this.button6.Location = new System.Drawing.Point(334, 506);
  599.             this.button6.Name = "button6";
  600.             this.button6.Size = new System.Drawing.Size(218, 23);
  601.             this.button6.TabIndex = 34;
  602.             this.button6.Text = "Next car >>";
  603.             this.button6.UseVisualStyleBackColor = true;
  604.             //
  605.             // Form1
  606.             //
  607.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  608.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  609.             this.ClientSize = new System.Drawing.Size(670, 557);
  610.             this.Controls.Add(this.button6);
  611.             this.Controls.Add(this.button5);
  612.             this.Controls.Add(this.label7);
  613.             this.Controls.Add(this.button4);
  614.             this.Controls.Add(this.button3);
  615.             this.Controls.Add(this.label6);
  616.             this.Controls.Add(this.groupBox4);
  617.             this.Controls.Add(this.groupBox3);
  618.             this.Controls.Add(this.groupBox2);
  619.             this.Controls.Add(this.groupBox1);
  620.             this.Controls.Add(this.pictureBox1);
  621.             this.Controls.Add(this.menuStrip1);
  622.             this.MainMenuStrip = this.menuStrip1;
  623.             this.Name = "Form1";
  624.             this.Text = "Car Manager";
  625.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  626.             this.menuStrip1.ResumeLayout(false);
  627.             this.menuStrip1.PerformLayout();
  628.             this.groupBox1.ResumeLayout(false);
  629.             this.groupBox1.PerformLayout();
  630.             this.groupBox2.ResumeLayout(false);
  631.             this.groupBox2.PerformLayout();
  632.             this.groupBox3.ResumeLayout(false);
  633.             this.groupBox3.PerformLayout();
  634.             this.groupBox4.ResumeLayout(false);
  635.             this.groupBox4.PerformLayout();
  636.             this.ResumeLayout(false);
  637.             this.PerformLayout();
  638.  
  639.         }
  640.  
  641.         #endregion
  642.  
  643.         private System.Windows.Forms.PictureBox pictureBox1;
  644.         private System.Windows.Forms.MenuStrip menuStrip1;
  645.         private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
  646.         private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
  647.         private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
  648.         private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
  649.         private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
  650.         private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
  651.         private System.Windows.Forms.ToolStripMenuItem addANewCarToolStripMenuItem;
  652.         private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
  653.         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
  654.         private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
  655.         private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
  656.         private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
  657.         private System.Windows.Forms.ToolStripMenuItem sortByToolStripMenuItem;
  658.         private System.Windows.Forms.ToolStripMenuItem brandToolStripMenuItem;
  659.         private System.Windows.Forms.ToolStripMenuItem yearToolStripMenuItem;
  660.         private System.Windows.Forms.ToolStripMenuItem priceToolStripMenuItem;
  661.         private System.Windows.Forms.ToolStripMenuItem selectToolStripMenuItem;
  662.         private System.Windows.Forms.ToolStripMenuItem yearToolStripMenuItem1;
  663.         private System.Windows.Forms.ToolStripMenuItem brandToolStripMenuItem1;
  664.         private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
  665.         private System.Windows.Forms.ToolStripMenuItem viewHelpToolStripMenuItem;
  666.         private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
  667.         private System.Windows.Forms.Label label1;
  668.         private System.Windows.Forms.Label label2;
  669.         private System.Windows.Forms.Label label3;
  670.         private System.Windows.Forms.TextBox textBox1;
  671.         private System.Windows.Forms.TextBox textBox2;
  672.         private System.Windows.Forms.TextBox textBox3;
  673.         private System.Windows.Forms.Label label4;
  674.         private System.Windows.Forms.TextBox textBox4;
  675.         private System.Windows.Forms.Label label5;
  676.         private System.Windows.Forms.TextBox textBox5;
  677.         private System.Windows.Forms.GroupBox groupBox1;
  678.         private System.Windows.Forms.RadioButton radioButton1;
  679.         private System.Windows.Forms.RadioButton radioButton2;
  680.         private System.Windows.Forms.GroupBox groupBox2;
  681.         private System.Windows.Forms.TextBox textBox6;
  682.         private System.Windows.Forms.Button button1;
  683.         private System.Windows.Forms.TextBox textBox7;
  684.         private System.Windows.Forms.Button button2;
  685.         private System.Windows.Forms.GroupBox groupBox3;
  686.         private System.Windows.Forms.RadioButton radioButton3;
  687.         private System.Windows.Forms.RadioButton radioButton4;
  688.         private System.Windows.Forms.RadioButton radioButton5;
  689.         private System.Windows.Forms.RadioButton radioButton6;
  690.         private System.Windows.Forms.RadioButton radioButton7;
  691.         private System.Windows.Forms.RadioButton radioButton8;
  692.         private System.Windows.Forms.RadioButton radioButton9;
  693.         private System.Windows.Forms.GroupBox groupBox4;
  694.         private System.Windows.Forms.Label label6;
  695.         private System.Windows.Forms.Button button3;
  696.         private System.Windows.Forms.Button button4;
  697.         private System.Windows.Forms.Label label7;
  698.         private System.Windows.Forms.Button button5;
  699.         private System.Windows.Forms.Button button6;
  700.     }
  701. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement