Advertisement
Anonim_999

Designer

Mar 29th, 2023
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 13.08 KB | None | 0 0
  1. using System.Windows.Forms;
  2.  
  3. namespace WindowsFormsApp4
  4. {
  5.     partial class Form1
  6.     {
  7.         /// <summary>
  8.         /// Required designer variable.
  9.         /// </summary>
  10.         private System.ComponentModel.IContainer components = null;
  11.  
  12.         /// <summary>
  13.         /// Clean up any resources being used.
  14.         /// </summary>
  15.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16.         protected override void Dispose(bool disposing)
  17.         {
  18.             if (disposing && (components != null))
  19.             {
  20.                 components.Dispose();
  21.             }
  22.  
  23.             base.Dispose(disposing);
  24.         }
  25.  
  26.         #region Windows Form Designer generated code
  27.  
  28.         /// <summary>
  29.         /// Required method for Designer support - do not modify
  30.         /// the contents of this method with the code editor.
  31.         /// </summary>
  32.         private void InitializeComponent()
  33.         {
  34.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  35.             this.button1 = new System.Windows.Forms.Button();
  36.             this.label5 = new System.Windows.Forms.Label();
  37.             this.comboBox1 = new System.Windows.Forms.ComboBox();
  38.             this.button2 = new System.Windows.Forms.Button();
  39.             this.textBox4 = new System.Windows.Forms.TextBox();
  40.             this.textBox3 = new System.Windows.Forms.TextBox();
  41.             this.textBox2 = new System.Windows.Forms.TextBox();
  42.             this.textBox1 = new System.Windows.Forms.TextBox();
  43.             this.label4 = new System.Windows.Forms.Label();
  44.             this.label3 = new System.Windows.Forms.Label();
  45.             this.label2 = new System.Windows.Forms.Label();
  46.             this.label1 = new System.Windows.Forms.Label();
  47.             this.groupBox4 = new System.Windows.Forms.GroupBox();
  48.             this.button3 = new System.Windows.Forms.Button();
  49.             this.comboBox2 = new System.Windows.Forms.ComboBox();
  50.             this.groupBox1.SuspendLayout();
  51.             this.groupBox4.SuspendLayout();
  52.             this.SuspendLayout();
  53.             this.FormClosing += new FormClosingEventHandler(this.Form1_FormClosing);
  54.             //
  55.             // groupBox1
  56.             //
  57.             this.groupBox1.Controls.Add(this.button1);
  58.             this.groupBox1.Controls.Add(this.label5);
  59.             this.groupBox1.Controls.Add(this.comboBox1);
  60.             this.groupBox1.Controls.Add(this.button2);
  61.             this.groupBox1.Controls.Add(this.textBox4);
  62.             this.groupBox1.Controls.Add(this.textBox3);
  63.             this.groupBox1.Controls.Add(this.textBox2);
  64.             this.groupBox1.Controls.Add(this.textBox1);
  65.             this.groupBox1.Controls.Add(this.label4);
  66.             this.groupBox1.Controls.Add(this.label3);
  67.             this.groupBox1.Controls.Add(this.label2);
  68.             this.groupBox1.Controls.Add(this.label1);
  69.             this.groupBox1.Location = new System.Drawing.Point(301, 12);
  70.             this.groupBox1.Name = "groupBox1";
  71.             this.groupBox1.Size = new System.Drawing.Size(441, 281);
  72.             this.groupBox1.TabIndex = 10;
  73.             this.groupBox1.TabStop = false;
  74.             this.groupBox1.Text = "Данные";
  75.             this.groupBox1.Visible = false;
  76.             //
  77.             // button1
  78.             //
  79.             this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204)));
  80.             this.button1.Location = new System.Drawing.Point(6, 244);
  81.             this.button1.Name = "button1";
  82.             this.button1.Size = new System.Drawing.Size(205, 31);
  83.             this.button1.TabIndex = 7;
  84.             this.button1.Text = "Сохранить";
  85.             this.button1.UseVisualStyleBackColor = true;
  86.             this.button1.Click += new System.EventHandler(this.button1_Click);
  87.             //
  88.             // label5
  89.             //
  90.             this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204)));
  91.             this.label5.Location = new System.Drawing.Point(175, 124);
  92.             this.label5.Name = "label5";
  93.             this.label5.Size = new System.Drawing.Size(133, 23);
  94.             this.label5.TabIndex = 11;
  95.             this.label5.Text = "Выбор цвета";
  96.             //
  97.             // comboBox1
  98.             //
  99.             this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  100.             this.comboBox1.FormattingEnabled = true;
  101.             this.comboBox1.Location = new System.Drawing.Point(314, 123);
  102.             this.comboBox1.Name = "comboBox1";
  103.             this.comboBox1.Size = new System.Drawing.Size(121, 24);
  104.             this.comboBox1.TabIndex = 0;
  105.             this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  106.             //
  107.             // button2
  108.             //
  109.             this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204)));
  110.             this.button2.Location = new System.Drawing.Point(230, 244);
  111.             this.button2.Name = "button2";
  112.             this.button2.Size = new System.Drawing.Size(205, 31);
  113.             this.button2.TabIndex = 5;
  114.             this.button2.Text = "Отменить изменения";
  115.             this.button2.TextAlign = System.Drawing.ContentAlignment.TopLeft;
  116.             this.button2.UseVisualStyleBackColor = true;
  117.             this.button2.Click += new System.EventHandler(this.button2_Click);
  118.             //
  119.             // textBox4
  120.             //
  121.             this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204)));
  122.             this.textBox4.Location = new System.Drawing.Point(124, 211);
  123.             this.textBox4.Name = "textBox4";
  124.             this.textBox4.Size = new System.Drawing.Size(311, 30);
  125.             this.textBox4.TabIndex = 4;
  126.             //
  127.             // textBox3
  128.             //
  129.             this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204)));
  130.             this.textBox3.Location = new System.Drawing.Point(124, 87);
  131.             this.textBox3.Name = "textBox3";
  132.             this.textBox3.Size = new System.Drawing.Size(311, 30);
  133.             this.textBox3.TabIndex = 6;
  134.             this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
  135.             //
  136.             // textBox2
  137.             //
  138.             this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204)));
  139.             this.textBox2.Location = new System.Drawing.Point(124, 51);
  140.             this.textBox2.Name = "textBox2";
  141.             this.textBox2.Size = new System.Drawing.Size(311, 30);
  142.             this.textBox2.TabIndex = 2;
  143.             //
  144.             // textBox1
  145.             //
  146.             this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204)));
  147.             this.textBox1.Location = new System.Drawing.Point(124, 15);
  148.             this.textBox1.Name = "textBox1";
  149.             this.textBox1.Size = new System.Drawing.Size(311, 30);
  150.             this.textBox1.TabIndex = 1;
  151.             //
  152.             // label4
  153.             //
  154.             this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204)));
  155.             this.label4.Location = new System.Drawing.Point(6, 187);
  156.             this.label4.Name = "label4";
  157.             this.label4.Size = new System.Drawing.Size(112, 54);
  158.             this.label4.TabIndex = 3;
  159.             this.label4.Text = "ФИО\r\nвладельца";
  160.             //
  161.             // label3
  162.             //
  163.             this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204)));
  164.             this.label3.Location = new System.Drawing.Point(6, 94);
  165.             this.label3.Name = "label3";
  166.             this.label3.Size = new System.Drawing.Size(100, 23);
  167.             this.label3.TabIndex = 2;
  168.             this.label3.Text = "цвет";
  169.             //
  170.             // label2
  171.             //
  172.             this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204)));
  173.             this.label2.Location = new System.Drawing.Point(6, 58);
  174.             this.label2.Name = "label2";
  175.             this.label2.Size = new System.Drawing.Size(100, 23);
  176.             this.label2.TabIndex = 1;
  177.             this.label2.Text = "модель";
  178.             //
  179.             // label1
  180.             //
  181.             this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204)));
  182.             this.label1.Location = new System.Drawing.Point(6, 22);
  183.             this.label1.Name = "label1";
  184.             this.label1.Size = new System.Drawing.Size(112, 23);
  185.             this.label1.TabIndex = 0;
  186.             this.label1.Text = "госномер";
  187.             //
  188.             // groupBox4
  189.             //
  190.             this.groupBox4.Controls.Add(this.button3);
  191.             this.groupBox4.Controls.Add(this.comboBox2);
  192.             this.groupBox4.Location = new System.Drawing.Point(12, 12);
  193.             this.groupBox4.Name = "groupBox4";
  194.             this.groupBox4.Size = new System.Drawing.Size(283, 281);
  195.             this.groupBox4.TabIndex = 1;
  196.             this.groupBox4.TabStop = false;
  197.             this.groupBox4.Text = "Список номеров";
  198.             //
  199.             // button3
  200.             //
  201.             this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204)));
  202.             this.button3.Location = new System.Drawing.Point(6, 243);
  203.             this.button3.Name = "button3";
  204.             this.button3.Size = new System.Drawing.Size(271, 31);
  205.             this.button3.TabIndex = 6;
  206.             this.button3.Text = "Удалить";
  207.             this.button3.UseVisualStyleBackColor = true;
  208.             this.button3.Click += new System.EventHandler(this.button3_Click);
  209.             //
  210.             // comboBox2
  211.             //
  212.             this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
  213.             this.comboBox2.FormattingEnabled = true;
  214.             this.comboBox2.Location = new System.Drawing.Point(6, 21);
  215.             this.comboBox2.Name = "comboBox2";
  216.             this.comboBox2.Size = new System.Drawing.Size(271, 216);
  217.             this.comboBox2.TabIndex = 3;
  218.             this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
  219.             this.comboBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox2_KeyPress);
  220.             //
  221.             // Form1
  222.             //
  223.             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  224.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  225.             this.ClientSize = new System.Drawing.Size(754, 305);
  226.             this.Controls.Add(this.groupBox4);
  227.             this.Controls.Add(this.groupBox1);
  228.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  229.             this.MaximizeBox = false;
  230.             this.MinimizeBox = false;
  231.             this.Name = "Form1";
  232.             this.ShowIcon = false;
  233.             this.ShowInTaskbar = false;
  234.             this.Text = "дата";
  235.             this.Load += new System.EventHandler(this.Form1_Load);
  236.             this.groupBox1.ResumeLayout(false);
  237.             this.groupBox1.PerformLayout();
  238.             this.groupBox4.ResumeLayout(false);
  239.             this.ResumeLayout(false);
  240.         }
  241.  
  242.         private System.Windows.Forms.Button button3;
  243.  
  244.         private System.Windows.Forms.ComboBox comboBox2;
  245.  
  246.         private System.Windows.Forms.ComboBox comboBox1;
  247.         private System.Windows.Forms.Label label5;
  248.  
  249.         private System.Windows.Forms.Button button2;
  250.  
  251.         private System.Windows.Forms.Button button1;
  252.         private System.Windows.Forms.TextBox textBox2;
  253.         private System.Windows.Forms.TextBox textBox3;
  254.         private System.Windows.Forms.TextBox textBox4;
  255.  
  256.         private System.Windows.Forms.Label label2;
  257.         private System.Windows.Forms.Label label3;
  258.         private System.Windows.Forms.Label label4;
  259.         private System.Windows.Forms.TextBox textBox1;
  260.  
  261.         private System.Windows.Forms.GroupBox groupBox1;
  262.         private System.Windows.Forms.GroupBox groupBox4;
  263.         private System.Windows.Forms.Label label1;
  264.  
  265.         #endregion
  266.     }
  267. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement