프로젝트에 category 추가, 컬럼명을 한글로 변경
This commit is contained in:
		
							
								
								
									
										266
									
								
								SubProject/FLG0000/LogSMTRepare/Add.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										266
									
								
								SubProject/FLG0000/LogSMTRepare/Add.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,266 @@ | ||||
| namespace FLG0000.LogData | ||||
| { | ||||
|     partial class Add | ||||
|     { | ||||
|         /// <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.components = new System.ComponentModel.Container(); | ||||
|             System.Windows.Forms.Label deptLabel; | ||||
|             System.Windows.Forms.Label label1; | ||||
|             System.Windows.Forms.Label label2; | ||||
|             this.tbRemark = new System.Windows.Forms.TextBox(); | ||||
|             this.dtPdate = new System.Windows.Forms.DateTimePicker(); | ||||
|             this.btSave = new System.Windows.Forms.Button(); | ||||
|             this.linkLabel7 = new System.Windows.Forms.LinkLabel(); | ||||
|             this.linkLabel6 = new System.Windows.Forms.LinkLabel(); | ||||
|             this.linkLabel5 = new System.Windows.Forms.LinkLabel(); | ||||
|             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); | ||||
|             this.dsLog = new FLG0000.DSLog(); | ||||
|             this.bs = new System.Windows.Forms.BindingSource(this.components); | ||||
|             this.ta = new FLG0000.DSLogTableAdapters.Log_SMTRepare_DataTableAdapter(); | ||||
|             this.tbLocation = new System.Windows.Forms.ComboBox(); | ||||
|             this.tbReason = new System.Windows.Forms.ComboBox(); | ||||
|             this.tbResult = new System.Windows.Forms.ComboBox(); | ||||
|             this.textBox1 = new System.Windows.Forms.TextBox(); | ||||
|             this.taItem = new FLG0000.DSLogTableAdapters.Log_SMTRepare_ItemTableAdapter(); | ||||
|             deptLabel = new System.Windows.Forms.Label(); | ||||
|             label1 = new System.Windows.Forms.Label(); | ||||
|             label2 = new System.Windows.Forms.Label(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsLog)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // deptLabel | ||||
|             //  | ||||
|             deptLabel.AutoSize = true; | ||||
|             deptLabel.Location = new System.Drawing.Point(29, 262); | ||||
|             deptLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); | ||||
|             deptLabel.Name = "deptLabel"; | ||||
|             deptLabel.Size = new System.Drawing.Size(52, 28); | ||||
|             deptLabel.TabIndex = 0; | ||||
|             deptLabel.Text = "비고"; | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             label1.AutoSize = true; | ||||
|             label1.Location = new System.Drawing.Point(9, 19); | ||||
|             label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); | ||||
|             label1.Name = "label1"; | ||||
|             label1.Size = new System.Drawing.Size(72, 28); | ||||
|             label1.TabIndex = 0; | ||||
|             label1.Text = "입력일"; | ||||
|             //  | ||||
|             // label2 | ||||
|             //  | ||||
|             label2.AutoSize = true; | ||||
|             label2.Location = new System.Drawing.Point(29, 64); | ||||
|             label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); | ||||
|             label2.Name = "label2"; | ||||
|             label2.Size = new System.Drawing.Size(46, 28); | ||||
|             label2.TabIndex = 9; | ||||
|             label2.Text = "S/N"; | ||||
|             //  | ||||
|             // tbRemark | ||||
|             //  | ||||
|             this.tbRemark.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||
|             this.tbRemark.Location = new System.Drawing.Point(90, 257); | ||||
|             this.tbRemark.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); | ||||
|             this.tbRemark.MaxLength = 500; | ||||
|             this.tbRemark.Name = "tbRemark"; | ||||
|             this.tbRemark.Size = new System.Drawing.Size(465, 34); | ||||
|             this.tbRemark.TabIndex = 7; | ||||
|             this.tbRemark.TabStop = false; | ||||
|             //  | ||||
|             // dtPdate | ||||
|             //  | ||||
|             this.dtPdate.Location = new System.Drawing.Point(90, 16); | ||||
|             this.dtPdate.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); | ||||
|             this.dtPdate.Name = "dtPdate"; | ||||
|             this.dtPdate.Size = new System.Drawing.Size(465, 34); | ||||
|             this.dtPdate.TabIndex = 1; | ||||
|             //  | ||||
|             // btSave | ||||
|             //  | ||||
|             this.btSave.Location = new System.Drawing.Point(23, 303); | ||||
|             this.btSave.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); | ||||
|             this.btSave.Name = "btSave"; | ||||
|             this.btSave.Size = new System.Drawing.Size(532, 69); | ||||
|             this.btSave.TabIndex = 8; | ||||
|             this.btSave.Text = "확인(&S)"; | ||||
|             this.btSave.UseVisualStyleBackColor = true; | ||||
|             this.btSave.Click += new System.EventHandler(this.button1_Click); | ||||
|             //  | ||||
|             // linkLabel7 | ||||
|             //  | ||||
|             this.linkLabel7.AutoSize = true; | ||||
|             this.linkLabel7.Location = new System.Drawing.Point(29, 212); | ||||
|             this.linkLabel7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); | ||||
|             this.linkLabel7.Name = "linkLabel7"; | ||||
|             this.linkLabel7.Size = new System.Drawing.Size(52, 28); | ||||
|             this.linkLabel7.TabIndex = 12; | ||||
|             this.linkLabel7.TabStop = true; | ||||
|             this.linkLabel7.Text = "결과"; | ||||
|             this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked); | ||||
|             //  | ||||
|             // linkLabel6 | ||||
|             //  | ||||
|             this.linkLabel6.AutoSize = true; | ||||
|             this.linkLabel6.Location = new System.Drawing.Point(29, 160); | ||||
|             this.linkLabel6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); | ||||
|             this.linkLabel6.Name = "linkLabel6"; | ||||
|             this.linkLabel6.Size = new System.Drawing.Size(52, 28); | ||||
|             this.linkLabel6.TabIndex = 11; | ||||
|             this.linkLabel6.TabStop = true; | ||||
|             this.linkLabel6.Text = "원인"; | ||||
|             this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked); | ||||
|             //  | ||||
|             // linkLabel5 | ||||
|             //  | ||||
|             this.linkLabel5.AutoSize = true; | ||||
|             this.linkLabel5.Location = new System.Drawing.Point(29, 108); | ||||
|             this.linkLabel5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); | ||||
|             this.linkLabel5.Name = "linkLabel5"; | ||||
|             this.linkLabel5.Size = new System.Drawing.Size(52, 28); | ||||
|             this.linkLabel5.TabIndex = 10; | ||||
|             this.linkLabel5.TabStop = true; | ||||
|             this.linkLabel5.Text = "위치"; | ||||
|             this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked); | ||||
|             //  | ||||
|             // dsLog | ||||
|             //  | ||||
|             this.dsLog.DataSetName = "dsPurchase"; | ||||
|             this.dsLog.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||
|             //  | ||||
|             // bs | ||||
|             //  | ||||
|             this.bs.DataMember = "Log_SMTRepare_Data"; | ||||
|             this.bs.DataSource = this.dsLog; | ||||
|             //  | ||||
|             // ta | ||||
|             //  | ||||
|             this.ta.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // tbLocation | ||||
|             //  | ||||
|             this.tbLocation.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; | ||||
|             this.tbLocation.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||
|             this.tbLocation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||
|             this.tbLocation.FormattingEnabled = true; | ||||
|             this.tbLocation.Location = new System.Drawing.Point(90, 104); | ||||
|             this.tbLocation.Name = "tbLocation"; | ||||
|             this.tbLocation.Size = new System.Drawing.Size(465, 36); | ||||
|             this.tbLocation.TabIndex = 4; | ||||
|             //  | ||||
|             // tbReason | ||||
|             //  | ||||
|             this.tbReason.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; | ||||
|             this.tbReason.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||
|             this.tbReason.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||
|             this.tbReason.FormattingEnabled = true; | ||||
|             this.tbReason.Location = new System.Drawing.Point(90, 155); | ||||
|             this.tbReason.Name = "tbReason"; | ||||
|             this.tbReason.Size = new System.Drawing.Size(465, 36); | ||||
|             this.tbReason.TabIndex = 5; | ||||
|             //  | ||||
|             // tbResult | ||||
|             //  | ||||
|             this.tbResult.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; | ||||
|             this.tbResult.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||
|             this.tbResult.BackColor = System.Drawing.Color.White; | ||||
|             this.tbResult.FormattingEnabled = true; | ||||
|             this.tbResult.Location = new System.Drawing.Point(90, 207); | ||||
|             this.tbResult.Name = "tbResult"; | ||||
|             this.tbResult.Size = new System.Drawing.Size(465, 36); | ||||
|             this.tbResult.TabIndex = 6; | ||||
|             //  | ||||
|             // textBox1 | ||||
|             //  | ||||
|             this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||
|             this.textBox1.Location = new System.Drawing.Point(90, 60); | ||||
|             this.textBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); | ||||
|             this.textBox1.MaxLength = 500; | ||||
|             this.textBox1.Name = "textBox1"; | ||||
|             this.textBox1.Size = new System.Drawing.Size(465, 34); | ||||
|             this.textBox1.TabIndex = 3; | ||||
|             this.textBox1.TabStop = false; | ||||
|             //  | ||||
|             // taItem | ||||
|             //  | ||||
|             this.taItem.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // Add | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 28F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(571, 389); | ||||
|             this.Controls.Add(this.textBox1); | ||||
|             this.Controls.Add(label2); | ||||
|             this.Controls.Add(this.tbResult); | ||||
|             this.Controls.Add(this.tbReason); | ||||
|             this.Controls.Add(this.tbLocation); | ||||
|             this.Controls.Add(this.linkLabel7); | ||||
|             this.Controls.Add(this.linkLabel6); | ||||
|             this.Controls.Add(this.btSave); | ||||
|             this.Controls.Add(this.linkLabel5); | ||||
|             this.Controls.Add(this.dtPdate); | ||||
|             this.Controls.Add(this.tbRemark); | ||||
|             this.Controls.Add(label1); | ||||
|             this.Controls.Add(deptLabel); | ||||
|             this.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; | ||||
|             this.Margin = new System.Windows.Forms.Padding(5, 7, 5, 7); | ||||
|             this.MaximizeBox = false; | ||||
|             this.MinimizeBox = false; | ||||
|             this.Name = "Add"; | ||||
|             this.Text = "로그 데이터 추가/변경"; | ||||
|             this.Load += new System.EventHandler(this.@__Load); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsLog)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private System.Windows.Forms.TextBox tbRemark; | ||||
|         private System.Windows.Forms.DateTimePicker dtPdate; | ||||
|         private System.Windows.Forms.Button btSave; | ||||
|         private DSLog dsLog; | ||||
|         private System.Windows.Forms.BindingSource bs; | ||||
|         private DSLogTableAdapters.Log_SMTRepare_DataTableAdapter ta; | ||||
|         private System.Windows.Forms.ToolTip toolTip1; | ||||
|         private System.Windows.Forms.LinkLabel linkLabel5; | ||||
|         private System.Windows.Forms.LinkLabel linkLabel6; | ||||
|         private System.Windows.Forms.LinkLabel linkLabel7; | ||||
|         private System.Windows.Forms.ComboBox tbLocation; | ||||
|         private System.Windows.Forms.ComboBox tbReason; | ||||
|         private System.Windows.Forms.ComboBox tbResult; | ||||
|         private System.Windows.Forms.TextBox textBox1; | ||||
|         private DSLogTableAdapters.Log_SMTRepare_ItemTableAdapter taItem; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chikyun.kim
					chikyun.kim