Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 23.53 KB | None | 0 0
  1. namespace AntiLeo
  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.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  32.             this.label1 = new System.Windows.Forms.Label();
  33.             this.label2 = new System.Windows.Forms.Label();
  34.             this.button1 = new System.Windows.Forms.Button();
  35.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  37.             this.checkBox1 = new System.Windows.Forms.CheckBox();
  38.             this.checkBox2 = new System.Windows.Forms.CheckBox();
  39.             this.checkBox3 = new System.Windows.Forms.CheckBox();
  40.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  41.             this.button2 = new System.Windows.Forms.Button();
  42.             this.button3 = new System.Windows.Forms.Button();
  43.             this.groupBox3 = new System.Windows.Forms.GroupBox();
  44.             this.label3 = new System.Windows.Forms.Label();
  45.             this.textBox1 = new System.Windows.Forms.TextBox();
  46.             this.button4 = new System.Windows.Forms.Button();
  47.             this.radioButton1 = new System.Windows.Forms.RadioButton();
  48.             this.label4 = new System.Windows.Forms.Label();
  49.             this.radioButton2 = new System.Windows.Forms.RadioButton();
  50.             this.label5 = new System.Windows.Forms.Label();
  51.             this.groupBox4 = new System.Windows.Forms.GroupBox();
  52.             this.textBox2 = new System.Windows.Forms.TextBox();
  53.             this.groupBox5 = new System.Windows.Forms.GroupBox();
  54.             this.textBox3 = new System.Windows.Forms.TextBox();
  55.             this.label6 = new System.Windows.Forms.Label();
  56.             this.button5 = new System.Windows.Forms.Button();
  57.             this.button6 = new System.Windows.Forms.Button();
  58.             this.textBox4 = new System.Windows.Forms.TextBox();
  59.             this.groupBox6 = new System.Windows.Forms.GroupBox();
  60.             this.label7 = new System.Windows.Forms.Label();
  61.             this.label8 = new System.Windows.Forms.Label();
  62.             this.button7 = new System.Windows.Forms.Button();
  63.             this.label9 = new System.Windows.Forms.Label();
  64.             this.label10 = new System.Windows.Forms.Label();
  65.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  66.             this.groupBox1.SuspendLayout();
  67.             this.groupBox2.SuspendLayout();
  68.             this.groupBox3.SuspendLayout();
  69.             this.groupBox4.SuspendLayout();
  70.             this.groupBox5.SuspendLayout();
  71.             this.groupBox6.SuspendLayout();
  72.             this.SuspendLayout();
  73.             //
  74.             // label1
  75.             //
  76.             this.label1.AutoSize = true;
  77.             this.label1.Font = new System.Drawing.Font("Arial", 15F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
  78.             this.label1.ForeColor = System.Drawing.Color.DarkBlue;
  79.             this.label1.Location = new System.Drawing.Point(222, 12);
  80.             this.label1.Name = "label1";
  81.             this.label1.Size = new System.Drawing.Size(217, 24);
  82.             this.label1.TabIndex = 2;
  83.             this.label1.Text = "ANTI-LEO | אנטי-לאוניד";
  84.             //
  85.             // label2
  86.             //
  87.             this.label2.AutoSize = true;
  88.             this.label2.Font = new System.Drawing.Font("Arial", 9.5F, System.Drawing.FontStyle.Italic);
  89.             this.label2.ForeColor = System.Drawing.Color.Red;
  90.             this.label2.Location = new System.Drawing.Point(224, 36);
  91.             this.label2.Name = "label2";
  92.             this.label2.Size = new System.Drawing.Size(215, 16);
  93.             this.label2.TabIndex = 3;
  94.             this.label2.Text = "The ultimate weapon against Leonid";
  95.             //
  96.             // button1
  97.             //
  98.             this.button1.Enabled = false;
  99.             this.button1.Location = new System.Drawing.Point(6, 45);
  100.             this.button1.Name = "button1";
  101.             this.button1.Size = new System.Drawing.Size(75, 23);
  102.             this.button1.TabIndex = 4;
  103.             this.button1.Text = "יציאה";
  104.             this.button1.UseVisualStyleBackColor = true;
  105.             //
  106.             // pictureBox1
  107.             //
  108.             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  109.             this.pictureBox1.Location = new System.Drawing.Point(445, 12);
  110.             this.pictureBox1.Name = "pictureBox1";
  111.             this.pictureBox1.Size = new System.Drawing.Size(145, 168);
  112.             this.pictureBox1.TabIndex = 5;
  113.             this.pictureBox1.TabStop = false;
  114.             this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  115.             //
  116.             // groupBox1
  117.             //
  118.             this.groupBox1.Controls.Add(this.checkBox3);
  119.             this.groupBox1.Controls.Add(this.button2);
  120.             this.groupBox1.Controls.Add(this.checkBox2);
  121.             this.groupBox1.Controls.Add(this.checkBox1);
  122.             this.groupBox1.Location = new System.Drawing.Point(365, 186);
  123.             this.groupBox1.Name = "groupBox1";
  124.             this.groupBox1.Size = new System.Drawing.Size(225, 169);
  125.             this.groupBox1.TabIndex = 6;
  126.             this.groupBox1.TabStop = false;
  127.             this.groupBox1.Text = "אבטחה ואפשרויות";
  128.             //
  129.             // checkBox1
  130.             //
  131.             this.checkBox1.AutoSize = true;
  132.             this.checkBox1.Checked = true;
  133.             this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  134.             this.checkBox1.Location = new System.Drawing.Point(44, 19);
  135.             this.checkBox1.Name = "checkBox1";
  136.             this.checkBox1.Size = new System.Drawing.Size(175, 17);
  137.             this.checkBox1.TabIndex = 0;
  138.             this.checkBox1.Text = "לא לאפשר סגירה של התוכנה";
  139.             this.checkBox1.UseVisualStyleBackColor = true;
  140.             //
  141.             // checkBox2
  142.             //
  143.             this.checkBox2.AutoSize = true;
  144.             this.checkBox2.Location = new System.Drawing.Point(8, 42);
  145.             this.checkBox2.Name = "checkBox2";
  146.             this.checkBox2.Size = new System.Drawing.Size(211, 17);
  147.             this.checkBox2.TabIndex = 1;
  148.             this.checkBox2.Text = "לא לאפשר למורה לשלוט על המחשב";
  149.             this.checkBox2.UseVisualStyleBackColor = true;
  150.             //
  151.             // checkBox3
  152.             //
  153.             this.checkBox3.AutoSize = true;
  154.             this.checkBox3.Location = new System.Drawing.Point(71, 65);
  155.             this.checkBox3.Name = "checkBox3";
  156.             this.checkBox3.Size = new System.Drawing.Size(148, 17);
  157.             this.checkBox3.TabIndex = 2;
  158.             this.checkBox3.Text = "לא לאפשר Black Screen";
  159.             this.checkBox3.UseVisualStyleBackColor = true;
  160.             //
  161.             // groupBox2
  162.             //
  163.             this.groupBox2.Controls.Add(this.label5);
  164.             this.groupBox2.Controls.Add(this.radioButton2);
  165.             this.groupBox2.Controls.Add(this.label4);
  166.             this.groupBox2.Controls.Add(this.radioButton1);
  167.             this.groupBox2.Controls.Add(this.button3);
  168.             this.groupBox2.Location = new System.Drawing.Point(224, 186);
  169.             this.groupBox2.Name = "groupBox2";
  170.             this.groupBox2.Size = new System.Drawing.Size(135, 132);
  171.             this.groupBox2.TabIndex = 7;
  172.             this.groupBox2.TabStop = false;
  173.             this.groupBox2.Text = "הסתרת התוכנה";
  174.             //
  175.             // button2
  176.             //
  177.             this.button2.Location = new System.Drawing.Point(6, 88);
  178.             this.button2.Name = "button2";
  179.             this.button2.Size = new System.Drawing.Size(213, 23);
  180.             this.button2.TabIndex = 8;
  181.             this.button2.Text = "בטל שליטת מורה";
  182.             this.button2.UseVisualStyleBackColor = true;
  183.             //
  184.             // button3
  185.             //
  186.             this.button3.Location = new System.Drawing.Point(6, 19);
  187.             this.button3.Name = "button3";
  188.             this.button3.Size = new System.Drawing.Size(121, 23);
  189.             this.button3.TabIndex = 9;
  190.             this.button3.Text = "הסתר את התוכנה";
  191.             this.button3.UseVisualStyleBackColor = true;
  192.             //
  193.             // groupBox3
  194.             //
  195.             this.groupBox3.Controls.Add(this.button7);
  196.             this.groupBox3.Controls.Add(this.button4);
  197.             this.groupBox3.Controls.Add(this.textBox1);
  198.             this.groupBox3.Controls.Add(this.label3);
  199.             this.groupBox3.Controls.Add(this.button1);
  200.             this.groupBox3.Location = new System.Drawing.Point(12, 324);
  201.             this.groupBox3.Name = "groupBox3";
  202.             this.groupBox3.Size = new System.Drawing.Size(347, 77);
  203.             this.groupBox3.TabIndex = 8;
  204.             this.groupBox3.TabStop = false;
  205.             this.groupBox3.Text = "יציאה";
  206.             //
  207.             // label3
  208.             //
  209.             this.label3.AutoSize = true;
  210.             this.label3.Location = new System.Drawing.Point(263, 22);
  211.             this.label3.Name = "label3";
  212.             this.label3.Size = new System.Drawing.Size(78, 13);
  213.             this.label3.TabIndex = 5;
  214.             this.label3.Text = "סיסמת יציאה:";
  215.             //
  216.             // textBox1
  217.             //
  218.             this.textBox1.Location = new System.Drawing.Point(6, 19);
  219.             this.textBox1.Name = "textBox1";
  220.             this.textBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  221.             this.textBox1.Size = new System.Drawing.Size(251, 20);
  222.             this.textBox1.TabIndex = 6;
  223.             this.textBox1.UseSystemPasswordChar = true;
  224.             //
  225.             // button4
  226.             //
  227.             this.button4.Enabled = false;
  228.             this.button4.Location = new System.Drawing.Point(87, 45);
  229.             this.button4.Name = "button4";
  230.             this.button4.Size = new System.Drawing.Size(103, 23);
  231.             this.button4.TabIndex = 7;
  232.             this.button4.Text = "שינוי סיסמא";
  233.             this.button4.UseVisualStyleBackColor = true;
  234.             //
  235.             // radioButton1
  236.             //
  237.             this.radioButton1.AutoSize = true;
  238.             this.radioButton1.Checked = true;
  239.             this.radioButton1.Location = new System.Drawing.Point(69, 71);
  240.             this.radioButton1.Name = "radioButton1";
  241.             this.radioButton1.Size = new System.Drawing.Size(60, 17);
  242.             this.radioButton1.TabIndex = 10;
  243.             this.radioButton1.TabStop = true;
  244.             this.radioButton1.Text = "אייקון";
  245.             this.radioButton1.UseVisualStyleBackColor = true;
  246.             //
  247.             // label4
  248.             //
  249.             this.label4.AutoSize = true;
  250.             this.label4.Location = new System.Drawing.Point(37, 55);
  251.             this.label4.Name = "label4";
  252.             this.label4.Size = new System.Drawing.Size(90, 13);
  253.             this.label4.TabIndex = 11;
  254.             this.label4.Text = "להחזרת התוכנה:";
  255.             //
  256.             // radioButton2
  257.             //
  258.             this.radioButton2.AutoSize = true;
  259.             this.radioButton2.Location = new System.Drawing.Point(6, 71);
  260.             this.radioButton2.Name = "radioButton2";
  261.             this.radioButton2.Size = new System.Drawing.Size(57, 17);
  262.             this.radioButton2.TabIndex = 12;
  263.             this.radioButton2.Text = "כפתור";
  264.             this.radioButton2.UseVisualStyleBackColor = true;
  265.             //
  266.             // label5
  267.             //
  268.             this.label5.AutoSize = true;
  269.             this.label5.Location = new System.Drawing.Point(37, 97);
  270.             this.label5.Name = "label5";
  271.             this.label5.Size = new System.Drawing.Size(92, 13);
  272.             this.label5.TabIndex = 13;
  273.             this.label5.Text = "כפתור החזרה: F8";
  274.             this.label5.Visible = false;
  275.             //
  276.             // groupBox4
  277.             //
  278.             this.groupBox4.Controls.Add(this.textBox2);
  279.             this.groupBox4.Location = new System.Drawing.Point(365, 361);
  280.             this.groupBox4.Name = "groupBox4";
  281.             this.groupBox4.Size = new System.Drawing.Size(225, 40);
  282.             this.groupBox4.TabIndex = 9;
  283.             this.groupBox4.TabStop = false;
  284.             this.groupBox4.Text = "אודות";
  285.             //
  286.             // textBox2
  287.             //
  288.             this.textBox2.BackColor = System.Drawing.SystemColors.Control;
  289.             this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
  290.             this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  291.             this.textBox2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
  292.             this.textBox2.Location = new System.Drawing.Point(3, 16);
  293.             this.textBox2.Multiline = true;
  294.             this.textBox2.Name = "textBox2";
  295.             this.textBox2.Size = new System.Drawing.Size(219, 21);
  296.             this.textBox2.TabIndex = 0;
  297.             this.textBox2.Text = "כי גם לתלמידים מגיעה הזכות לשלוט!";
  298.             //
  299.             // groupBox5
  300.             //
  301.             this.groupBox5.Controls.Add(this.textBox4);
  302.             this.groupBox5.Controls.Add(this.button6);
  303.             this.groupBox5.Controls.Add(this.button5);
  304.             this.groupBox5.Controls.Add(this.label6);
  305.             this.groupBox5.Controls.Add(this.textBox3);
  306.             this.groupBox5.Location = new System.Drawing.Point(12, 90);
  307.             this.groupBox5.Name = "groupBox5";
  308.             this.groupBox5.Size = new System.Drawing.Size(206, 228);
  309.             this.groupBox5.TabIndex = 10;
  310.             this.groupBox5.TabStop = false;
  311.             this.groupBox5.Text = "נשק יום הדין";
  312.             //
  313.             // textBox3
  314.             //
  315.             this.textBox3.Location = new System.Drawing.Point(6, 39);
  316.             this.textBox3.Multiline = true;
  317.             this.textBox3.Name = "textBox3";
  318.             this.textBox3.ReadOnly = true;
  319.             this.textBox3.RightToLeft = System.Windows.Forms.RightToLeft.No;
  320.             this.textBox3.Size = new System.Drawing.Size(194, 154);
  321.             this.textBox3.TabIndex = 0;
  322.             //
  323.             // label6
  324.             //
  325.             this.label6.AutoSize = true;
  326.             this.label6.Location = new System.Drawing.Point(119, 16);
  327.             this.label6.Name = "label6";
  328.             this.label6.Size = new System.Drawing.Size(81, 13);
  329.             this.label6.TabIndex = 8;
  330.             this.label6.Text = "סיסמת שימוש:";
  331.             //
  332.             // button5
  333.             //
  334.             this.button5.Enabled = false;
  335.             this.button5.Font = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
  336.             this.button5.Location = new System.Drawing.Point(6, 199);
  337.             this.button5.Name = "button5";
  338.             this.button5.Size = new System.Drawing.Size(94, 23);
  339.             this.button5.TabIndex = 9;
  340.             this.button5.Text = "!GO";
  341.             this.button5.UseVisualStyleBackColor = true;
  342.             //
  343.             // button6
  344.             //
  345.             this.button6.Font = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
  346.             this.button6.Location = new System.Drawing.Point(106, 199);
  347.             this.button6.Name = "button6";
  348.             this.button6.Size = new System.Drawing.Size(94, 23);
  349.             this.button6.TabIndex = 10;
  350.             this.button6.Text = "RESET";
  351.             this.button6.UseVisualStyleBackColor = true;
  352.             //
  353.             // textBox4
  354.             //
  355.             this.textBox4.Location = new System.Drawing.Point(6, 13);
  356.             this.textBox4.MaxLength = 1;
  357.             this.textBox4.Name = "textBox4";
  358.             this.textBox4.RightToLeft = System.Windows.Forms.RightToLeft.No;
  359.             this.textBox4.Size = new System.Drawing.Size(24, 20);
  360.             this.textBox4.TabIndex = 11;
  361.             //
  362.             // groupBox6
  363.             //
  364.             this.groupBox6.Controls.Add(this.label9);
  365.             this.groupBox6.Controls.Add(this.label10);
  366.             this.groupBox6.Controls.Add(this.label8);
  367.             this.groupBox6.Controls.Add(this.label7);
  368.             this.groupBox6.Location = new System.Drawing.Point(224, 90);
  369.             this.groupBox6.Name = "groupBox6";
  370.             this.groupBox6.Size = new System.Drawing.Size(215, 90);
  371.             this.groupBox6.TabIndex = 11;
  372.             this.groupBox6.TabStop = false;
  373.             this.groupBox6.Text = "מצב";
  374.             //
  375.             // label7
  376.             //
  377.             this.label7.AutoSize = true;
  378.             this.label7.Location = new System.Drawing.Point(136, 16);
  379.             this.label7.Name = "label7";
  380.             this.label7.Size = new System.Drawing.Size(73, 13);
  381.             this.label7.TabIndex = 0;
  382.             this.label7.Text = "שליטת מורה:";
  383.             //
  384.             // label8
  385.             //
  386.             this.label8.AutoSize = true;
  387.             this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
  388.             this.label8.ForeColor = System.Drawing.Color.Red;
  389.             this.label8.Location = new System.Drawing.Point(6, 16);
  390.             this.label8.Name = "label8";
  391.             this.label8.Size = new System.Drawing.Size(30, 13);
  392.             this.label8.TabIndex = 1;
  393.             this.label8.Text = "OFF";
  394.             //
  395.             // button7
  396.             //
  397.             this.button7.Enabled = false;
  398.             this.button7.Location = new System.Drawing.Point(196, 45);
  399.             this.button7.Name = "button7";
  400.             this.button7.Size = new System.Drawing.Size(103, 23);
  401.             this.button7.TabIndex = 2;
  402.             this.button7.Text = "שמור הגדרות";
  403.             this.button7.UseVisualStyleBackColor = true;
  404.             //
  405.             // label9
  406.             //
  407.             this.label9.AutoSize = true;
  408.             this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
  409.             this.label9.ForeColor = System.Drawing.Color.Red;
  410.             this.label9.Location = new System.Drawing.Point(6, 39);
  411.             this.label9.Name = "label9";
  412.             this.label9.Size = new System.Drawing.Size(30, 13);
  413.             this.label9.TabIndex = 3;
  414.             this.label9.Text = "OFF";
  415.             //
  416.             // label10
  417.             //
  418.             this.label10.AutoSize = true;
  419.             this.label10.Location = new System.Drawing.Point(91, 39);
  420.             this.label10.Name = "label10";
  421.             this.label10.Size = new System.Drawing.Size(118, 13);
  422.             this.label10.TabIndex = 2;
  423.             this.label10.Text = "אפשרות שליטת מורה:";
  424.             //
  425.             // Form1
  426.             //
  427.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  428.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  429.             this.ClientSize = new System.Drawing.Size(602, 413);
  430.             this.Controls.Add(this.groupBox6);
  431.             this.Controls.Add(this.groupBox5);
  432.             this.Controls.Add(this.groupBox4);
  433.             this.Controls.Add(this.groupBox3);
  434.             this.Controls.Add(this.groupBox2);
  435.             this.Controls.Add(this.groupBox1);
  436.             this.Controls.Add(this.pictureBox1);
  437.             this.Controls.Add(this.label2);
  438.             this.Controls.Add(this.label1);
  439.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  440.             this.MaximizeBox = false;
  441.             this.MinimizeBox = false;
  442.             this.Name = "Form1";
  443.             this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  444.             this.ShowIcon = false;
  445.             this.Text = "Anti-Leo";
  446.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  447.             this.groupBox1.ResumeLayout(false);
  448.             this.groupBox1.PerformLayout();
  449.             this.groupBox2.ResumeLayout(false);
  450.             this.groupBox2.PerformLayout();
  451.             this.groupBox3.ResumeLayout(false);
  452.             this.groupBox3.PerformLayout();
  453.             this.groupBox4.ResumeLayout(false);
  454.             this.groupBox4.PerformLayout();
  455.             this.groupBox5.ResumeLayout(false);
  456.             this.groupBox5.PerformLayout();
  457.             this.groupBox6.ResumeLayout(false);
  458.             this.groupBox6.PerformLayout();
  459.             this.ResumeLayout(false);
  460.             this.PerformLayout();
  461.  
  462.         }
  463.  
  464.         #endregion
  465.  
  466.         private System.Windows.Forms.Label label1;
  467.         private System.Windows.Forms.Label label2;
  468.         private System.Windows.Forms.Button button1;
  469.         private System.Windows.Forms.PictureBox pictureBox1;
  470.         private System.Windows.Forms.GroupBox groupBox1;
  471.         private System.Windows.Forms.CheckBox checkBox3;
  472.         private System.Windows.Forms.CheckBox checkBox2;
  473.         private System.Windows.Forms.CheckBox checkBox1;
  474.         private System.Windows.Forms.GroupBox groupBox2;
  475.         private System.Windows.Forms.Button button3;
  476.         private System.Windows.Forms.Button button2;
  477.         private System.Windows.Forms.GroupBox groupBox3;
  478.         private System.Windows.Forms.Label label3;
  479.         private System.Windows.Forms.TextBox textBox1;
  480.         private System.Windows.Forms.Button button4;
  481.         private System.Windows.Forms.RadioButton radioButton2;
  482.         private System.Windows.Forms.Label label4;
  483.         private System.Windows.Forms.RadioButton radioButton1;
  484.         private System.Windows.Forms.Label label5;
  485.         private System.Windows.Forms.GroupBox groupBox4;
  486.         private System.Windows.Forms.TextBox textBox2;
  487.         private System.Windows.Forms.GroupBox groupBox5;
  488.         private System.Windows.Forms.Button button5;
  489.         private System.Windows.Forms.Label label6;
  490.         private System.Windows.Forms.TextBox textBox3;
  491.         private System.Windows.Forms.Button button6;
  492.         private System.Windows.Forms.TextBox textBox4;
  493.         private System.Windows.Forms.GroupBox groupBox6;
  494.         private System.Windows.Forms.Label label8;
  495.         private System.Windows.Forms.Label label7;
  496.         private System.Windows.Forms.Button button7;
  497.         private System.Windows.Forms.Label label9;
  498.         private System.Windows.Forms.Label label10;
  499.     }
  500. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement