123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
-
- namespace Praktika409
- {
- partial class Form4
- {
- /// <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.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
- this.checkedListBox2 = new System.Windows.Forms.CheckedListBox();
- this.checkedListBox3 = new System.Windows.Forms.CheckedListBox();
- this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
- this.domainUpDown1 = new System.Windows.Forms.DomainUpDown();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
- this.SuspendLayout();
- //
- // checkedListBox1
- //
- this.checkedListBox1.FormattingEnabled = true;
- this.checkedListBox1.Items.AddRange(new object[] {
- "Бразилия",
- "Аргентина",
- "Чили",
- "Уругвай",
- "Колумбия"});
- this.checkedListBox1.Location = new System.Drawing.Point(12, 12);
- this.checkedListBox1.Name = "checkedListBox1";
- this.checkedListBox1.Size = new System.Drawing.Size(120, 94);
- this.checkedListBox1.TabIndex = 0;
- //
- // checkedListBox2
- //
- this.checkedListBox2.FormattingEnabled = true;
- this.checkedListBox2.Items.AddRange(new object[] {
- "C#",
- "C/C++"});
- this.checkedListBox2.Location = new System.Drawing.Point(138, 12);
- this.checkedListBox2.Name = "checkedListBox2";
- this.checkedListBox2.Size = new System.Drawing.Size(120, 94);
- this.checkedListBox2.TabIndex = 1;
- //
- // checkedListBox3
- //
- this.checkedListBox3.FormattingEnabled = true;
- this.checkedListBox3.Items.AddRange(new object[] {
- "C#",
- "C/C++",
- "Java",
- "VB.NET",
- "JavaScript",
- "PHP",
- "Object-C",
- "Python",
- "Ruby",
- "Delphin",
- "Swift",
- "F#"});
- this.checkedListBox3.Location = new System.Drawing.Point(264, 12);
- this.checkedListBox3.MultiColumn = true;
- this.checkedListBox3.Name = "checkedListBox3";
- this.checkedListBox3.Size = new System.Drawing.Size(369, 94);
- this.checkedListBox3.TabIndex = 2;
- //
- // numericUpDown1
- //
- this.numericUpDown1.Location = new System.Drawing.Point(12, 133);
- this.numericUpDown1.Name = "numericUpDown1";
- this.numericUpDown1.Size = new System.Drawing.Size(120, 23);
- this.numericUpDown1.TabIndex = 3;
- this.numericUpDown1.ThousandsSeparator = true;
- //
- // domainUpDown1
- //
- this.domainUpDown1.Location = new System.Drawing.Point(138, 133);
- this.domainUpDown1.Name = "domainUpDown1";
- this.domainUpDown1.Size = new System.Drawing.Size(120, 23);
- this.domainUpDown1.TabIndex = 4;
- this.domainUpDown1.Text = "domainUpDown1";
- this.domainUpDown1.SelectedItemChanged += new System.EventHandler(this.domainUpDown1_SelectedItemChanged);
- //
- // Form4
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.domainUpDown1);
- this.Controls.Add(this.numericUpDown1);
- this.Controls.Add(this.checkedListBox3);
- this.Controls.Add(this.checkedListBox2);
- this.Controls.Add(this.checkedListBox1);
- this.Name = "Form4";
- this.Text = "Form4";
- this.Load += new System.EventHandler(this.Form4_Load);
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.CheckedListBox checkedListBox1;
- private System.Windows.Forms.CheckedListBox checkedListBox2;
- private System.Windows.Forms.CheckedListBox checkedListBox3;
- private System.Windows.Forms.NumericUpDown numericUpDown1;
- private System.Windows.Forms.DomainUpDown domainUpDown1;
- }
- }
|