Skip to content
Snippets Groups Projects
Select Git revision
  • 83e8cfc1ba425d88639d7f9ca658c362159db575
  • master default
2 results

06_ko.html

Blame
  • Loginform.Designer.cs 4.38 KiB
    namespace RDPClient
    {
        partial class Loginform
        {
            /// <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()
            {
                System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Loginform));
                this.Email = new System.Windows.Forms.Label();
                this.label2 = new System.Windows.Forms.Label();
                this.Email_txt = new System.Windows.Forms.TextBox();
                this.PW_txt = new System.Windows.Forms.TextBox();
                this.Login_button = new System.Windows.Forms.Button();
                this.SuspendLayout();
                // 
                // Email
                // 
                this.Email.AutoSize = true;
                this.Email.BackColor = System.Drawing.SystemColors.ButtonFace;
                this.Email.Location = new System.Drawing.Point(52, 62);
                this.Email.Name = "Email";
                this.Email.Size = new System.Drawing.Size(37, 12);
                this.Email.TabIndex = 0;
                this.Email.Text = "Email";
                // 
                // label2
                // 
                this.label2.AutoSize = true;
                this.label2.Location = new System.Drawing.Point(52, 96);
                this.label2.Name = "label2";
                this.label2.Size = new System.Drawing.Size(62, 12);
                this.label2.TabIndex = 1;
                this.label2.Text = "Password";
                // 
                // Email_txt
                // 
                this.Email_txt.Location = new System.Drawing.Point(119, 59);
                this.Email_txt.Name = "Email_txt";
                this.Email_txt.Size = new System.Drawing.Size(141, 21);
                this.Email_txt.TabIndex = 2;
                // 
                // PW_txt
                // 
                this.PW_txt.Location = new System.Drawing.Point(120, 87);
                this.PW_txt.Name = "PW_txt";
                this.PW_txt.PasswordChar = '*';
                this.PW_txt.Size = new System.Drawing.Size(140, 21);