** ERP 작업 전면 중단 (마크우선) ** 1. 마크 작성 ㄴ> 칸채우기에서 F3입력시 맨뒤에 "▽"가 생기고, 커서는 맨 앞으로 이동하는 버그 - 수정완료 ㄴ>비고1 최초 저장시 현재 마크작업창에서 보이지않고 창을 껏다켜야만 보이는 버그 - 수정완료 2. DVD/CD/LP ㄴ> 새폼 작성 완료 ㄴ> 현재 작성중에 있음. ㄴ>CD/LP(교보)는 완료. 3. 마크 작성 ㄴ> 020c/300a 등 단위표시가 필요한 태그들 칸채우기로 이동시 지워졌다가 다시 메모장으로 이동시 자동으로 생성하게. ㄴ> 300a의 경우는 조건에 따라서 붙을수도 있고 안붙을수도 있음. (조건은 참조) - 추가 완료
149 lines
5.9 KiB
C#
149 lines
5.9 KiB
C#
namespace WindowsFormsApp1
|
|
{
|
|
partial class login
|
|
{
|
|
/// <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.ID_text = new System.Windows.Forms.TextBox();
|
|
this.PW_text = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.chk_Save = new System.Windows.Forms.CheckBox();
|
|
this.lbl_IP = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// ID_text
|
|
//
|
|
this.ID_text.Location = new System.Drawing.Point(190, 57);
|
|
this.ID_text.Name = "ID_text";
|
|
this.ID_text.Size = new System.Drawing.Size(100, 21);
|
|
this.ID_text.TabIndex = 1;
|
|
this.ID_text.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ID_text_KeyDown);
|
|
//
|
|
// PW_text
|
|
//
|
|
this.PW_text.Location = new System.Drawing.Point(190, 84);
|
|
this.PW_text.Name = "PW_text";
|
|
this.PW_text.PasswordChar = '●';
|
|
this.PW_text.Size = new System.Drawing.Size(100, 21);
|
|
this.PW_text.TabIndex = 2;
|
|
this.PW_text.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PW_text_KeyDown);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(157, 138);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 3;
|
|
this.button1.Text = "Login";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.Login_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(252, 138);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
this.button2.TabIndex = 4;
|
|
this.button2.Text = "Exit";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.Btn_Close_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(136, 61);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "아이디";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(130, 88);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "비밀번호";
|
|
//
|
|
// chk_Save
|
|
//
|
|
this.chk_Save.AutoSize = true;
|
|
this.chk_Save.Location = new System.Drawing.Point(193, 111);
|
|
this.chk_Save.Name = "chk_Save";
|
|
this.chk_Save.Size = new System.Drawing.Size(95, 16);
|
|
this.chk_Save.TabIndex = 6;
|
|
this.chk_Save.Text = "ID / PW 저장";
|
|
this.chk_Save.UseVisualStyleBackColor = true;
|
|
//
|
|
// lbl_IP
|
|
//
|
|
this.lbl_IP.AutoSize = true;
|
|
this.lbl_IP.Location = new System.Drawing.Point(12, 198);
|
|
this.lbl_IP.Name = "lbl_IP";
|
|
this.lbl_IP.Size = new System.Drawing.Size(40, 12);
|
|
this.lbl_IP.TabIndex = 2;
|
|
this.lbl_IP.Text = "IPv4 : ";
|
|
//
|
|
// login
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(480, 219);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.chk_Save);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.lbl_IP);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.PW_text);
|
|
this.Controls.Add(this.ID_text);
|
|
this.Name = "login";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "로그인";
|
|
this.Load += new System.EventHandler(this.login_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox ID_text;
|
|
private System.Windows.Forms.TextBox PW_text;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.CheckBox chk_Save;
|
|
private System.Windows.Forms.Label lbl_IP;
|
|
}
|
|
} |