344 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			344 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace WindowsFormsApp1.Delivery
 | |
| {
 | |
|     partial class Commodity_Edit
 | |
|     {
 | |
|         /// <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.Old_Date = new System.Windows.Forms.TextBox();
 | |
|             this.Old_Dlv = new System.Windows.Forms.TextBox();
 | |
|             this.Old_Clit = new System.Windows.Forms.TextBox();
 | |
|             this.Old_User = new System.Windows.Forms.TextBox();
 | |
|             this.Old_Num = new System.Windows.Forms.TextBox();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.label5 = new System.Windows.Forms.Label();
 | |
|             this.label4 = new System.Windows.Forms.Label();
 | |
|             this.label3 = new System.Windows.Forms.Label();
 | |
|             this.label2 = new System.Windows.Forms.Label();
 | |
|             this.label1 = new System.Windows.Forms.Label();
 | |
|             this.label6 = new System.Windows.Forms.Label();
 | |
|             this.panel2 = new System.Windows.Forms.Panel();
 | |
|             this.label11 = new System.Windows.Forms.Label();
 | |
|             this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
 | |
|             this.label10 = new System.Windows.Forms.Label();
 | |
|             this.New_Num = new System.Windows.Forms.TextBox();
 | |
|             this.label9 = new System.Windows.Forms.Label();
 | |
|             this.New_Dlv = new System.Windows.Forms.TextBox();
 | |
|             this.label8 = new System.Windows.Forms.Label();
 | |
|             this.New_User = new System.Windows.Forms.TextBox();
 | |
|             this.label7 = new System.Windows.Forms.Label();
 | |
|             this.New_Clit = new System.Windows.Forms.TextBox();
 | |
|             this.btn_OK = new System.Windows.Forms.Button();
 | |
|             this.Btn_Cancel = new System.Windows.Forms.Button();
 | |
|             this.panel1.SuspendLayout();
 | |
|             this.panel2.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // Old_Date
 | |
|             // 
 | |
|             this.Old_Date.Enabled = false;
 | |
|             this.Old_Date.Location = new System.Drawing.Point(69, 14);
 | |
|             this.Old_Date.Name = "Old_Date";
 | |
|             this.Old_Date.Size = new System.Drawing.Size(100, 21);
 | |
|             this.Old_Date.TabIndex = 0;
 | |
|             // 
 | |
|             // Old_Dlv
 | |
|             // 
 | |
|             this.Old_Dlv.Enabled = false;
 | |
|             this.Old_Dlv.Location = new System.Drawing.Point(69, 41);
 | |
|             this.Old_Dlv.Name = "Old_Dlv";
 | |
|             this.Old_Dlv.Size = new System.Drawing.Size(100, 21);
 | |
|             this.Old_Dlv.TabIndex = 0;
 | |
|             // 
 | |
|             // Old_Clit
 | |
|             // 
 | |
|             this.Old_Clit.Enabled = false;
 | |
|             this.Old_Clit.Location = new System.Drawing.Point(69, 68);
 | |
|             this.Old_Clit.Name = "Old_Clit";
 | |
|             this.Old_Clit.Size = new System.Drawing.Size(100, 21);
 | |
|             this.Old_Clit.TabIndex = 0;
 | |
|             // 
 | |
|             // Old_User
 | |
|             // 
 | |
|             this.Old_User.Enabled = false;
 | |
|             this.Old_User.Location = new System.Drawing.Point(69, 95);
 | |
|             this.Old_User.Name = "Old_User";
 | |
|             this.Old_User.Size = new System.Drawing.Size(100, 21);
 | |
|             this.Old_User.TabIndex = 0;
 | |
|             // 
 | |
|             // Old_Num
 | |
|             // 
 | |
|             this.Old_Num.Enabled = false;
 | |
|             this.Old_Num.Location = new System.Drawing.Point(69, 122);
 | |
|             this.Old_Num.Name = "Old_Num";
 | |
|             this.Old_Num.Size = new System.Drawing.Size(100, 21);
 | |
|             this.Old_Num.TabIndex = 0;
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.Controls.Add(this.label5);
 | |
|             this.panel1.Controls.Add(this.label4);
 | |
|             this.panel1.Controls.Add(this.label3);
 | |
|             this.panel1.Controls.Add(this.label2);
 | |
|             this.panel1.Controls.Add(this.label1);
 | |
|             this.panel1.Controls.Add(this.Old_Date);
 | |
|             this.panel1.Controls.Add(this.Old_Num);
 | |
|             this.panel1.Controls.Add(this.Old_Dlv);
 | |
|             this.panel1.Controls.Add(this.Old_User);
 | |
|             this.panel1.Controls.Add(this.Old_Clit);
 | |
|             this.panel1.Location = new System.Drawing.Point(12, 12);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(181, 154);
 | |
|             this.panel1.TabIndex = 1;
 | |
|             // 
 | |
|             // label5
 | |
|             // 
 | |
|             this.label5.AutoSize = true;
 | |
|             this.label5.Location = new System.Drawing.Point(13, 126);
 | |
|             this.label5.Name = "label5";
 | |
|             this.label5.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label5.TabIndex = 1;
 | |
|             this.label5.Text = "목록번호";
 | |
|             // 
 | |
|             // label4
 | |
|             // 
 | |
|             this.label4.AutoSize = true;
 | |
|             this.label4.Location = new System.Drawing.Point(13, 99);
 | |
|             this.label4.Name = "label4";
 | |
|             this.label4.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label4.TabIndex = 1;
 | |
|             this.label4.Text = "담당자";
 | |
|             // 
 | |
|             // label3
 | |
|             // 
 | |
|             this.label3.AutoSize = true;
 | |
|             this.label3.Location = new System.Drawing.Point(13, 72);
 | |
|             this.label3.Name = "label3";
 | |
|             this.label3.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label3.TabIndex = 1;
 | |
|             this.label3.Text = "거래처";
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.AutoSize = true;
 | |
|             this.label2.Location = new System.Drawing.Point(13, 45);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label2.TabIndex = 1;
 | |
|             this.label2.Text = "납품목록";
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.AutoSize = true;
 | |
|             this.label1.Location = new System.Drawing.Point(13, 18);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label1.TabIndex = 1;
 | |
|             this.label1.Text = "목록일자";
 | |
|             // 
 | |
|             // label6
 | |
|             // 
 | |
|             this.label6.AutoSize = true;
 | |
|             this.label6.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.label6.Location = new System.Drawing.Point(206, 85);
 | |
|             this.label6.Name = "label6";
 | |
|             this.label6.Size = new System.Drawing.Size(50, 16);
 | |
|             this.label6.TabIndex = 1;
 | |
|             this.label6.Text = "= = >";
 | |
|             // 
 | |
|             // panel2
 | |
|             // 
 | |
|             this.panel2.Controls.Add(this.label11);
 | |
|             this.panel2.Controls.Add(this.dateTimePicker2);
 | |
|             this.panel2.Controls.Add(this.label10);
 | |
|             this.panel2.Controls.Add(this.New_Num);
 | |
|             this.panel2.Controls.Add(this.label9);
 | |
|             this.panel2.Controls.Add(this.New_Dlv);
 | |
|             this.panel2.Controls.Add(this.label8);
 | |
|             this.panel2.Controls.Add(this.New_User);
 | |
|             this.panel2.Controls.Add(this.label7);
 | |
|             this.panel2.Controls.Add(this.New_Clit);
 | |
|             this.panel2.Location = new System.Drawing.Point(267, 12);
 | |
|             this.panel2.Name = "panel2";
 | |
|             this.panel2.Size = new System.Drawing.Size(181, 154);
 | |
|             this.panel2.TabIndex = 1;
 | |
|             // 
 | |
|             // label11
 | |
|             // 
 | |
|             this.label11.AutoSize = true;
 | |
|             this.label11.Location = new System.Drawing.Point(10, 126);
 | |
|             this.label11.Name = "label11";
 | |
|             this.label11.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label11.TabIndex = 1;
 | |
|             this.label11.Text = "목록번호";
 | |
|             // 
 | |
|             // dateTimePicker2
 | |
|             // 
 | |
|             this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
 | |
|             this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
 | |
|             this.dateTimePicker2.Location = new System.Drawing.Point(69, 14);
 | |
|             this.dateTimePicker2.Name = "dateTimePicker2";
 | |
|             this.dateTimePicker2.Size = new System.Drawing.Size(85, 21);
 | |
|             this.dateTimePicker2.TabIndex = 6;
 | |
|             // 
 | |
|             // label10
 | |
|             // 
 | |
|             this.label10.AutoSize = true;
 | |
|             this.label10.Location = new System.Drawing.Point(10, 99);
 | |
|             this.label10.Name = "label10";
 | |
|             this.label10.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label10.TabIndex = 1;
 | |
|             this.label10.Text = "담당자";
 | |
|             // 
 | |
|             // New_Num
 | |
|             // 
 | |
|             this.New_Num.Location = new System.Drawing.Point(69, 122);
 | |
|             this.New_Num.Name = "New_Num";
 | |
|             this.New_Num.Size = new System.Drawing.Size(100, 21);
 | |
|             this.New_Num.TabIndex = 0;
 | |
|             // 
 | |
|             // label9
 | |
|             // 
 | |
|             this.label9.AutoSize = true;
 | |
|             this.label9.Location = new System.Drawing.Point(10, 72);
 | |
|             this.label9.Name = "label9";
 | |
|             this.label9.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label9.TabIndex = 1;
 | |
|             this.label9.Text = "거래처";
 | |
|             // 
 | |
|             // New_Dlv
 | |
|             // 
 | |
|             this.New_Dlv.Location = new System.Drawing.Point(69, 41);
 | |
|             this.New_Dlv.Name = "New_Dlv";
 | |
|             this.New_Dlv.Size = new System.Drawing.Size(100, 21);
 | |
|             this.New_Dlv.TabIndex = 0;
 | |
|             // 
 | |
|             // label8
 | |
|             // 
 | |
|             this.label8.AutoSize = true;
 | |
|             this.label8.Location = new System.Drawing.Point(10, 45);
 | |
|             this.label8.Name = "label8";
 | |
|             this.label8.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label8.TabIndex = 1;
 | |
|             this.label8.Text = "납품목록";
 | |
|             // 
 | |
|             // New_User
 | |
|             // 
 | |
|             this.New_User.Location = new System.Drawing.Point(69, 95);
 | |
|             this.New_User.Name = "New_User";
 | |
|             this.New_User.Size = new System.Drawing.Size(100, 21);
 | |
|             this.New_User.TabIndex = 0;
 | |
|             // 
 | |
|             // label7
 | |
|             // 
 | |
|             this.label7.AutoSize = true;
 | |
|             this.label7.Location = new System.Drawing.Point(10, 18);
 | |
|             this.label7.Name = "label7";
 | |
|             this.label7.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label7.TabIndex = 1;
 | |
|             this.label7.Text = "목록일자";
 | |
|             // 
 | |
|             // New_Clit
 | |
|             // 
 | |
|             this.New_Clit.Location = new System.Drawing.Point(69, 68);
 | |
|             this.New_Clit.Name = "New_Clit";
 | |
|             this.New_Clit.Size = new System.Drawing.Size(100, 21);
 | |
|             this.New_Clit.TabIndex = 0;
 | |
|             this.New_Clit.KeyDown += new System.Windows.Forms.KeyEventHandler(this.New_Clit_KeyDown);
 | |
|             // 
 | |
|             // btn_OK
 | |
|             // 
 | |
|             this.btn_OK.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.btn_OK.Location = new System.Drawing.Point(110, 178);
 | |
|             this.btn_OK.Name = "btn_OK";
 | |
|             this.btn_OK.Size = new System.Drawing.Size(88, 40);
 | |
|             this.btn_OK.TabIndex = 2;
 | |
|             this.btn_OK.Text = "확   인";
 | |
|             this.btn_OK.UseVisualStyleBackColor = true;
 | |
|             this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
 | |
|             // 
 | |
|             // Btn_Cancel
 | |
|             // 
 | |
|             this.Btn_Cancel.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.Btn_Cancel.Location = new System.Drawing.Point(262, 178);
 | |
|             this.Btn_Cancel.Name = "Btn_Cancel";
 | |
|             this.Btn_Cancel.Size = new System.Drawing.Size(88, 40);
 | |
|             this.Btn_Cancel.TabIndex = 2;
 | |
|             this.Btn_Cancel.Text = "취   소";
 | |
|             this.Btn_Cancel.UseVisualStyleBackColor = true;
 | |
|             this.Btn_Cancel.Click += new System.EventHandler(this.Btn_Cancel_Click);
 | |
|             // 
 | |
|             // Commodity_Edit
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(460, 231);
 | |
|             this.Controls.Add(this.Btn_Cancel);
 | |
|             this.Controls.Add(this.btn_OK);
 | |
|             this.Controls.Add(this.panel2);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Controls.Add(this.label6);
 | |
|             this.Name = "Commodity_Edit";
 | |
|             this.Text = "Commodity_Edit";
 | |
|             this.Load += new System.EventHandler(this.Commodity_Edit_Load);
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel1.PerformLayout();
 | |
|             this.panel2.ResumeLayout(false);
 | |
|             this.panel2.PerformLayout();
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.TextBox Old_Date;
 | |
|         private System.Windows.Forms.TextBox Old_Dlv;
 | |
|         private System.Windows.Forms.TextBox Old_Clit;
 | |
|         private System.Windows.Forms.TextBox Old_User;
 | |
|         private System.Windows.Forms.TextBox Old_Num;
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.Label label5;
 | |
|         private System.Windows.Forms.Label label4;
 | |
|         private System.Windows.Forms.Label label3;
 | |
|         private System.Windows.Forms.Label label2;
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private System.Windows.Forms.Label label6;
 | |
|         private System.Windows.Forms.Panel panel2;
 | |
|         private System.Windows.Forms.TextBox New_Num;
 | |
|         private System.Windows.Forms.TextBox New_Dlv;
 | |
|         private System.Windows.Forms.TextBox New_User;
 | |
|         private System.Windows.Forms.Label label11;
 | |
|         private System.Windows.Forms.DateTimePicker dateTimePicker2;
 | |
|         private System.Windows.Forms.Label label10;
 | |
|         private System.Windows.Forms.Label label9;
 | |
|         private System.Windows.Forms.Label label8;
 | |
|         private System.Windows.Forms.Label label7;
 | |
|         private System.Windows.Forms.Button btn_OK;
 | |
|         private System.Windows.Forms.Button Btn_Cancel;
 | |
|         public System.Windows.Forms.TextBox New_Clit;
 | |
|     }
 | |
| } | 
