공정 항목 추가 (업무일지, 프로젝트)
구매내역에 s/c 정렬 기능 추가
This commit is contained in:
		
							
								
								
									
										27
									
								
								Project/_Common/fUserInfo.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										27
									
								
								Project/_Common/fUserInfo.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -43,6 +43,7 @@ | ||||
|             System.Windows.Forms.Label label2; | ||||
|             System.Windows.Forms.Label label3; | ||||
|             System.Windows.Forms.Label label4; | ||||
|             System.Windows.Forms.Label label5; | ||||
|             this.idTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.bs = new System.Windows.Forms.BindingSource(this.components); | ||||
|             this.dsMSSQL = new Project.dsMSSQL(); | ||||
| @@ -62,6 +63,7 @@ | ||||
|             this.textBox2 = new System.Windows.Forms.TextBox(); | ||||
|             this.textBox3 = new System.Windows.Forms.TextBox(); | ||||
|             this.tbKJPath = new System.Windows.Forms.TextBox(); | ||||
|             this.textBox4 = new System.Windows.Forms.TextBox(); | ||||
|             idLabel = new System.Windows.Forms.Label(); | ||||
|             passwordLabel = new System.Windows.Forms.Label(); | ||||
|             nameLabel = new System.Windows.Forms.Label(); | ||||
| @@ -76,6 +78,7 @@ | ||||
|             label2 = new System.Windows.Forms.Label(); | ||||
|             label3 = new System.Windows.Forms.Label(); | ||||
|             label4 = new System.Windows.Forms.Label(); | ||||
|             label5 = new System.Windows.Forms.Label(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit(); | ||||
|             this.SuspendLayout(); | ||||
| @@ -287,9 +290,8 @@ | ||||
|             //  | ||||
|             this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true)); | ||||
|             this.memoTextBox.Location = new System.Drawing.Point(407, 156); | ||||
|             this.memoTextBox.Multiline = true; | ||||
|             this.memoTextBox.Name = "memoTextBox"; | ||||
|             this.memoTextBox.Size = new System.Drawing.Size(189, 63); | ||||
|             this.memoTextBox.Size = new System.Drawing.Size(189, 29); | ||||
|             this.memoTextBox.TabIndex = 25; | ||||
|             //  | ||||
|             // button1 | ||||
| @@ -324,6 +326,7 @@ | ||||
|             this.tam.LineCodeTableAdapter = null; | ||||
|             this.tam.ProjectsTableAdapter = null; | ||||
|             this.tam.UpdateOrder = Project.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; | ||||
|             this.tam.UserGroupTableAdapter = null; | ||||
|             this.tam.UsersTableAdapter = this.ta; | ||||
|             //  | ||||
|             // textBox1 | ||||
| @@ -359,10 +362,29 @@ | ||||
|             this.tbKJPath.Size = new System.Drawing.Size(177, 29); | ||||
|             this.tbKJPath.TabIndex = 28; | ||||
|             //  | ||||
|             // label5 | ||||
|             //  | ||||
|             label5.AutoSize = true; | ||||
|             label5.Location = new System.Drawing.Point(360, 193); | ||||
|             label5.Name = "label5"; | ||||
|             label5.Size = new System.Drawing.Size(42, 21); | ||||
|             label5.TabIndex = 29; | ||||
|             label5.Text = "공정"; | ||||
|             //  | ||||
|             // textBox4 | ||||
|             //  | ||||
|             this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "processs", true)); | ||||
|             this.textBox4.Location = new System.Drawing.Point(407, 190); | ||||
|             this.textBox4.Name = "textBox4"; | ||||
|             this.textBox4.Size = new System.Drawing.Size(189, 29); | ||||
|             this.textBox4.TabIndex = 30; | ||||
|             //  | ||||
|             // fUserInfo | ||||
|             //  | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; | ||||
|             this.ClientSize = new System.Drawing.Size(601, 326); | ||||
|             this.Controls.Add(label5); | ||||
|             this.Controls.Add(this.textBox4); | ||||
|             this.Controls.Add(label4); | ||||
|             this.Controls.Add(this.tbKJPath); | ||||
|             this.Controls.Add(label3); | ||||
| @@ -426,5 +448,6 @@ | ||||
|         private System.Windows.Forms.TextBox textBox2; | ||||
|         private System.Windows.Forms.TextBox textBox3; | ||||
|         private System.Windows.Forms.TextBox tbKJPath; | ||||
|         private System.Windows.Forms.TextBox textBox4; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi