181210 chi NR구매등록시 이미지 표시 및 추가 기능
NR구매목록에서 권한 없는 사람이 더블클릭으로 편집할 수 있는 버그 수정
This commit is contained in:
224
Project/_Common/fNewID.Designer.cs
generated
224
Project/_Common/fNewID.Designer.cs
generated
@@ -1,113 +1,113 @@
|
||||
namespace Project._Common
|
||||
{
|
||||
partial class fNewID
|
||||
{
|
||||
/// <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.Windows.Forms.Label nameLabel;
|
||||
System.Windows.Forms.Label label1;
|
||||
this.tbIDO = new System.Windows.Forms.TextBox();
|
||||
this.tbIDN = new System.Windows.Forms.TextBox();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
nameLabel = new System.Windows.Forms.Label();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// nameLabel
|
||||
//
|
||||
nameLabel.AutoSize = true;
|
||||
nameLabel.Location = new System.Drawing.Point(60, 15);
|
||||
nameLabel.Name = "nameLabel";
|
||||
nameLabel.Size = new System.Drawing.Size(46, 12);
|
||||
nameLabel.TabIndex = 0;
|
||||
nameLabel.Text = "User ID";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
label1.Location = new System.Drawing.Point(60, 41);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(46, 12);
|
||||
label1.TabIndex = 2;
|
||||
label1.Text = "New ID";
|
||||
//
|
||||
// tbIDO
|
||||
//
|
||||
this.tbIDO.Location = new System.Drawing.Point(112, 12);
|
||||
this.tbIDO.Name = "tbIDO";
|
||||
this.tbIDO.ReadOnly = true;
|
||||
this.tbIDO.Size = new System.Drawing.Size(170, 21);
|
||||
this.tbIDO.TabIndex = 1;
|
||||
this.tbIDO.TabStop = false;
|
||||
this.tbIDO.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbIDN
|
||||
//
|
||||
this.tbIDN.Location = new System.Drawing.Point(112, 38);
|
||||
this.tbIDN.Name = "tbIDN";
|
||||
this.tbIDN.Size = new System.Drawing.Size(170, 21);
|
||||
this.tbIDN.TabIndex = 3;
|
||||
this.tbIDN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(112, 65);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(170, 30);
|
||||
this.button1.TabIndex = 4;
|
||||
this.button1.Text = "OK";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// fNewID
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(296, 110);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(label1);
|
||||
this.Controls.Add(this.tbIDN);
|
||||
this.Controls.Add(nameLabel);
|
||||
this.Controls.Add(this.tbIDO);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "fNewID";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "fNewPassword";
|
||||
this.Load += new System.EventHandler(this.fNewPassword_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button button1;
|
||||
public System.Windows.Forms.TextBox tbIDO;
|
||||
public System.Windows.Forms.TextBox tbIDN;
|
||||
}
|
||||
namespace Project._Common
|
||||
{
|
||||
partial class fNewID
|
||||
{
|
||||
/// <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.Windows.Forms.Label nameLabel;
|
||||
System.Windows.Forms.Label label1;
|
||||
this.tbIDO = new System.Windows.Forms.TextBox();
|
||||
this.tbIDN = new System.Windows.Forms.TextBox();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
nameLabel = new System.Windows.Forms.Label();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// nameLabel
|
||||
//
|
||||
nameLabel.AutoSize = true;
|
||||
nameLabel.Location = new System.Drawing.Point(60, 15);
|
||||
nameLabel.Name = "nameLabel";
|
||||
nameLabel.Size = new System.Drawing.Size(46, 12);
|
||||
nameLabel.TabIndex = 0;
|
||||
nameLabel.Text = "User ID";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
label1.Location = new System.Drawing.Point(60, 41);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(46, 12);
|
||||
label1.TabIndex = 2;
|
||||
label1.Text = "New ID";
|
||||
//
|
||||
// tbIDO
|
||||
//
|
||||
this.tbIDO.Location = new System.Drawing.Point(112, 12);
|
||||
this.tbIDO.Name = "tbIDO";
|
||||
this.tbIDO.ReadOnly = true;
|
||||
this.tbIDO.Size = new System.Drawing.Size(170, 21);
|
||||
this.tbIDO.TabIndex = 1;
|
||||
this.tbIDO.TabStop = false;
|
||||
this.tbIDO.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbIDN
|
||||
//
|
||||
this.tbIDN.Location = new System.Drawing.Point(112, 38);
|
||||
this.tbIDN.Name = "tbIDN";
|
||||
this.tbIDN.Size = new System.Drawing.Size(170, 21);
|
||||
this.tbIDN.TabIndex = 3;
|
||||
this.tbIDN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(112, 65);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(170, 30);
|
||||
this.button1.TabIndex = 4;
|
||||
this.button1.Text = "OK";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// fNewID
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(296, 110);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(label1);
|
||||
this.Controls.Add(this.tbIDN);
|
||||
this.Controls.Add(nameLabel);
|
||||
this.Controls.Add(this.tbIDO);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "fNewID";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "fNewPassword";
|
||||
this.Load += new System.EventHandler(this.fNewPassword_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button button1;
|
||||
public System.Windows.Forms.TextBox tbIDO;
|
||||
public System.Windows.Forms.TextBox tbIDN;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user