| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- namespace GBDD
- {
- partial class AddViolation
- {
- /// <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()
- {
- comboBox1 = new ComboBox();
- comboBox2 = new ComboBox();
- comboBox3 = new ComboBox();
- label1 = new Label();
- label2 = new Label();
- label3 = new Label();
- textBox1 = new TextBox();
- label4 = new Label();
- button1 = new Button();
- button2 = new Button();
- label5 = new Label();
- textBox2 = new TextBox();
- SuspendLayout();
- //
- // comboBox1
- //
- comboBox1.FormattingEnabled = true;
- comboBox1.Location = new Point(56, 72);
- comboBox1.Margin = new Padding(4);
- comboBox1.Name = "comboBox1";
- comboBox1.Size = new Size(266, 29);
- comboBox1.TabIndex = 0;
- //
- // comboBox2
- //
- comboBox2.FormattingEnabled = true;
- comboBox2.Location = new Point(56, 149);
- comboBox2.Margin = new Padding(4);
- comboBox2.Name = "comboBox2";
- comboBox2.Size = new Size(266, 29);
- comboBox2.TabIndex = 1;
- //
- // comboBox3
- //
- comboBox3.FormattingEnabled = true;
- comboBox3.Location = new Point(56, 225);
- comboBox3.Margin = new Padding(4);
- comboBox3.Name = "comboBox3";
- comboBox3.Size = new Size(266, 29);
- comboBox3.TabIndex = 2;
- //
- // label1
- //
- label1.AutoSize = true;
- label1.Font = new Font("Segoe UI", 12F);
- label1.Location = new Point(148, 47);
- label1.Margin = new Padding(4, 0, 4, 0);
- label1.Name = "label1";
- label1.Size = new Size(77, 21);
- label1.TabIndex = 3;
- label1.Text = "Водитель";
- //
- // label2
- //
- label2.AutoSize = true;
- label2.Font = new Font("Segoe UI", 12F);
- label2.Location = new Point(172, 124);
- label2.Margin = new Padding(4, 0, 4, 0);
- label2.Name = "label2";
- label2.Size = new Size(28, 21);
- label2.TabIndex = 4;
- label2.Text = "ТС";
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Font = new Font("Segoe UI", 12F);
- label3.Location = new Point(132, 200);
- label3.Margin = new Padding(4, 0, 4, 0);
- label3.Name = "label3";
- label3.Size = new Size(121, 21);
- label3.TabIndex = 5;
- label3.Text = "Тип нарушения";
- //
- // textBox1
- //
- textBox1.Location = new Point(56, 313);
- textBox1.Margin = new Padding(4);
- textBox1.Name = "textBox1";
- textBox1.Size = new Size(266, 29);
- textBox1.TabIndex = 6;
- //
- // label4
- //
- label4.AutoSize = true;
- label4.Font = new Font("Segoe UI", 12F);
- label4.Location = new Point(132, 288);
- label4.Margin = new Padding(4, 0, 4, 0);
- label4.Name = "label4";
- label4.Size = new Size(102, 21);
- label4.TabIndex = 7;
- label4.Text = "УИН штрафа";
- //
- // button1
- //
- button1.BackColor = SystemColors.ActiveCaption;
- button1.ForeColor = SystemColors.ControlText;
- button1.Location = new Point(162, 446);
- button1.Margin = new Padding(4);
- button1.Name = "button1";
- button1.Size = new Size(162, 49);
- button1.TabIndex = 8;
- button1.Text = "Добавить";
- button1.UseVisualStyleBackColor = false;
- //
- // button2
- //
- button2.BackColor = Color.FromArgb(255, 128, 128);
- button2.Location = new Point(56, 446);
- button2.Margin = new Padding(4);
- button2.Name = "button2";
- button2.Size = new Size(98, 49);
- button2.TabIndex = 9;
- button2.Text = "Отменить";
- button2.UseVisualStyleBackColor = false;
- //
- // label5
- //
- label5.AutoSize = true;
- label5.Font = new Font("Segoe UI", 12F);
- label5.Location = new Point(132, 351);
- label5.Margin = new Padding(4, 0, 4, 0);
- label5.Name = "label5";
- label5.Size = new Size(118, 21);
- label5.TabIndex = 11;
- label5.Text = "Сумма штрафа";
- //
- // textBox2
- //
- textBox2.Location = new Point(56, 376);
- textBox2.Margin = new Padding(4);
- textBox2.Name = "textBox2";
- textBox2.Size = new Size(266, 29);
- textBox2.TabIndex = 10;
- //
- // AddViolation
- //
- AutoScaleDimensions = new SizeF(9F, 21F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(399, 579);
- Controls.Add(label5);
- Controls.Add(textBox2);
- Controls.Add(button2);
- Controls.Add(button1);
- Controls.Add(label4);
- Controls.Add(textBox1);
- Controls.Add(label3);
- Controls.Add(label2);
- Controls.Add(label1);
- Controls.Add(comboBox3);
- Controls.Add(comboBox2);
- Controls.Add(comboBox1);
- Font = new Font("Segoe UI", 12F);
- Margin = new Padding(4);
- Name = "AddViolation";
- Text = "AddViolation";
- ResumeLayout(false);
- PerformLayout();
- }
- #endregion
- private ComboBox comboBox1;
- private ComboBox comboBox2;
- private ComboBox comboBox3;
- private Label label1;
- private Label label2;
- private Label label3;
- private TextBox textBox1;
- private Label label4;
- private Button button1;
- private Button button2;
- private Label label5;
- private TextBox textBox2;
- }
- }
|