업무일지 리포트 추가
This commit is contained in:
		
							
								
								
									
										545
									
								
								SubProject/FPJ0000/JobReport/fJobReport_Add.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										545
									
								
								SubProject/FPJ0000/JobReport/fJobReport_Add.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -29,127 +29,311 @@ | ||||
|         private void InitializeComponent() | ||||
|         { | ||||
|             this.components = new System.ComponentModel.Container(); | ||||
|             System.Windows.Forms.Label groupLabel; | ||||
|             System.Windows.Forms.Label uidLabel; | ||||
|             System.Windows.Forms.Label memoLabel; | ||||
|             System.Windows.Forms.Label hrsLabel; | ||||
|             System.Windows.Forms.Label projectLabel; | ||||
|             System.Windows.Forms.Label typeLabel; | ||||
|             System.Windows.Forms.Label label1; | ||||
|             System.Windows.Forms.Label label2; | ||||
|             this.dsPRJ = new FPJ0000.dsPRJ(); | ||||
|             System.Windows.Forms.Label projectLabel; | ||||
|             System.Windows.Forms.Label label4; | ||||
|             System.Windows.Forms.Label stateLabel; | ||||
|             System.Windows.Forms.Label label5; | ||||
|             this.lbSummary = new System.Windows.Forms.Label(); | ||||
|             this.tbHrs = new System.Windows.Forms.TextBox(); | ||||
|             this.bs = new System.Windows.Forms.BindingSource(this.components); | ||||
|             this.ta = new FPJ0000.dsPRJTableAdapters.JobReportTableAdapter(); | ||||
|             this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager(); | ||||
|             this.pdateTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.groupTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.memoTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.hrsTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.projectidxTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.projectTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.dsPRJ = new FPJ0000.dsPRJ(); | ||||
|             this.statusStrip1 = new System.Windows.Forms.StatusStrip(); | ||||
|             this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); | ||||
|             this.lbIndex = new System.Windows.Forms.ToolStripStatusLabel(); | ||||
|             this.comboBox1 = new System.Windows.Forms.ComboBox(); | ||||
|             this.typeComboBox = new System.Windows.Forms.ComboBox(); | ||||
|             this.linkLabel1 = new System.Windows.Forms.LinkLabel(); | ||||
|             this.button1 = new System.Windows.Forms.Button(); | ||||
|             this.textBox1 = new System.Windows.Forms.TextBox(); | ||||
|             this.textBox2 = new System.Windows.Forms.TextBox(); | ||||
|             groupLabel = new System.Windows.Forms.Label(); | ||||
|             uidLabel = new System.Windows.Forms.Label(); | ||||
|             memoLabel = new System.Windows.Forms.Label(); | ||||
|             this.cmbType = new System.Windows.Forms.ComboBox(); | ||||
|             this.btSave = new System.Windows.Forms.Button(); | ||||
|             this.tbDescription = new System.Windows.Forms.TextBox(); | ||||
|             this.dtPdate = new System.Windows.Forms.DateTimePicker(); | ||||
|             this.cmbUser = new System.Windows.Forms.ComboBox(); | ||||
|             this.tbProject = new System.Windows.Forms.TextBox(); | ||||
|             this.tbProjectIndex = new System.Windows.Forms.TextBox(); | ||||
|             this.tbOt = new System.Windows.Forms.TextBox(); | ||||
|             this.tbWW = new System.Windows.Forms.TextBox(); | ||||
|             this.cmbProcess = new System.Windows.Forms.ComboBox(); | ||||
|             this.cmbState = new System.Windows.Forms.ComboBox(); | ||||
|             this.cmbPackage = new System.Windows.Forms.ComboBox(); | ||||
|             this.cmbRequest = new System.Windows.Forms.ComboBox(); | ||||
|             this.ta = new FPJ0000.dsPRJTableAdapters.JobReportTableAdapter(); | ||||
|             this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager(); | ||||
|             hrsLabel = new System.Windows.Forms.Label(); | ||||
|             projectLabel = new System.Windows.Forms.Label(); | ||||
|             typeLabel = new System.Windows.Forms.Label(); | ||||
|             label1 = new System.Windows.Forms.Label(); | ||||
|             label2 = new System.Windows.Forms.Label(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit(); | ||||
|             projectLabel = new System.Windows.Forms.Label(); | ||||
|             label4 = new System.Windows.Forms.Label(); | ||||
|             stateLabel = new System.Windows.Forms.Label(); | ||||
|             label5 = new System.Windows.Forms.Label(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit(); | ||||
|             this.statusStrip1.SuspendLayout(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // groupLabel | ||||
|             //  | ||||
|             groupLabel.AutoSize = true; | ||||
|             groupLabel.Location = new System.Drawing.Point(43, 68); | ||||
|             groupLabel.Name = "groupLabel"; | ||||
|             groupLabel.Size = new System.Drawing.Size(47, 12); | ||||
|             groupLabel.TabIndex = 6; | ||||
|             groupLabel.Text = "request"; | ||||
|             //  | ||||
|             // uidLabel | ||||
|             //  | ||||
|             uidLabel.AutoSize = true; | ||||
|             uidLabel.Location = new System.Drawing.Point(64, 15); | ||||
|             uidLabel.Name = "uidLabel"; | ||||
|             uidLabel.Size = new System.Drawing.Size(26, 12); | ||||
|             uidLabel.TabIndex = 8; | ||||
|             uidLabel.Text = "uid:"; | ||||
|             //  | ||||
|             // memoLabel | ||||
|             //  | ||||
|             memoLabel.AutoSize = true; | ||||
|             memoLabel.Location = new System.Drawing.Point(46, 236); | ||||
|             memoLabel.Name = "memoLabel"; | ||||
|             memoLabel.Size = new System.Drawing.Size(44, 12); | ||||
|             memoLabel.TabIndex = 12; | ||||
|             memoLabel.Text = "remark"; | ||||
|             //  | ||||
|             // hrsLabel | ||||
|             //  | ||||
|             hrsLabel.AutoSize = true; | ||||
|             hrsLabel.Location = new System.Drawing.Point(188, 123); | ||||
|             hrsLabel.Location = new System.Drawing.Point(18, 162); | ||||
|             hrsLabel.Name = "hrsLabel"; | ||||
|             hrsLabel.Size = new System.Drawing.Size(27, 12); | ||||
|             hrsLabel.Size = new System.Drawing.Size(115, 12); | ||||
|             hrsLabel.TabIndex = 16; | ||||
|             hrsLabel.Text = "hrs:"; | ||||
|             //  | ||||
|             // projectLabel | ||||
|             //  | ||||
|             projectLabel.AutoSize = true; | ||||
|             projectLabel.Location = new System.Drawing.Point(43, 150); | ||||
|             projectLabel.Name = "projectLabel"; | ||||
|             projectLabel.Size = new System.Drawing.Size(47, 12); | ||||
|             projectLabel.TabIndex = 26; | ||||
|             projectLabel.Text = "project:"; | ||||
|             hrsLabel.Text = "근무시간 / 초과시간"; | ||||
|             //  | ||||
|             // typeLabel | ||||
|             //  | ||||
|             typeLabel.AutoSize = true; | ||||
|             typeLabel.Location = new System.Drawing.Point(57, 123); | ||||
|             typeLabel.Location = new System.Drawing.Point(18, 129); | ||||
|             typeLabel.Name = "typeLabel"; | ||||
|             typeLabel.Size = new System.Drawing.Size(33, 12); | ||||
|             typeLabel.TabIndex = 29; | ||||
|             typeLabel.Text = "type:"; | ||||
|             typeLabel.Size = new System.Drawing.Size(115, 12); | ||||
|             typeLabel.TabIndex = 13; | ||||
|             typeLabel.Text = "업무형태 / 업무분류"; | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             label1.AutoSize = true; | ||||
|             label1.Location = new System.Drawing.Point(37, 95); | ||||
|             label1.Location = new System.Drawing.Point(30, 100); | ||||
|             label1.Name = "label1"; | ||||
|             label1.Size = new System.Drawing.Size(53, 12); | ||||
|             label1.TabIndex = 33; | ||||
|             label1.Text = "package"; | ||||
|             label1.Size = new System.Drawing.Size(103, 12); | ||||
|             label1.TabIndex = 10; | ||||
|             label1.Text = "요청부서 / 패키지"; | ||||
|             //  | ||||
|             // label2 | ||||
|             //  | ||||
|             label2.AutoSize = true; | ||||
|             label2.Location = new System.Drawing.Point(22, 177); | ||||
|             label2.Location = new System.Drawing.Point(76, 190); | ||||
|             label2.Name = "label2"; | ||||
|             label2.Size = new System.Drawing.Size(68, 12); | ||||
|             label2.TabIndex = 35; | ||||
|             label2.Text = "Description"; | ||||
|             label2.Size = new System.Drawing.Size(57, 12); | ||||
|             label2.TabIndex = 18; | ||||
|             label2.Text = "진행 내용"; | ||||
|             //  | ||||
|             // projectLabel | ||||
|             //  | ||||
|             projectLabel.AutoSize = true; | ||||
|             projectLabel.Location = new System.Drawing.Point(30, 74); | ||||
|             projectLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||
|             projectLabel.Name = "projectLabel"; | ||||
|             projectLabel.Size = new System.Drawing.Size(103, 12); | ||||
|             projectLabel.TabIndex = 7; | ||||
|             projectLabel.Text = "프로젝트 (아이템)"; | ||||
|             //  | ||||
|             // label4 | ||||
|             //  | ||||
|             label4.AutoSize = true; | ||||
|             label4.Location = new System.Drawing.Point(92, 46); | ||||
|             label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||
|             label4.Name = "label4"; | ||||
|             label4.Size = new System.Drawing.Size(41, 12); | ||||
|             label4.TabIndex = 5; | ||||
|             label4.Text = "담당자"; | ||||
|             //  | ||||
|             // stateLabel | ||||
|             //  | ||||
|             stateLabel.AutoSize = true; | ||||
|             stateLabel.Location = new System.Drawing.Point(388, 18); | ||||
|             stateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||
|             stateLabel.Name = "stateLabel"; | ||||
|             stateLabel.Size = new System.Drawing.Size(29, 12); | ||||
|             stateLabel.TabIndex = 3; | ||||
|             stateLabel.Text = "상태"; | ||||
|             //  | ||||
|             // lbSummary | ||||
|             //  | ||||
|             this.lbSummary.AutoSize = true; | ||||
|             this.lbSummary.ForeColor = System.Drawing.Color.SlateGray; | ||||
|             this.lbSummary.Location = new System.Drawing.Point(309, 156); | ||||
|             this.lbSummary.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||
|             this.lbSummary.Name = "lbSummary"; | ||||
|             this.lbSummary.Size = new System.Drawing.Size(195, 24); | ||||
|             this.lbSummary.TabIndex = 53; | ||||
|             this.lbSummary.Text = "금월 근무시간 : {0:N1}h / {1:N0}h\r\n금월 초과시간 : {2:N1}h"; | ||||
|             //  | ||||
|             // label5 | ||||
|             //  | ||||
|             label5.AutoSize = true; | ||||
|             label5.Location = new System.Drawing.Point(92, 18); | ||||
|             label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||
|             label5.Name = "label5"; | ||||
|             label5.Size = new System.Drawing.Size(41, 12); | ||||
|             label5.TabIndex = 0; | ||||
|             label5.Text = "등록일"; | ||||
|             //  | ||||
|             // tbHrs | ||||
|             //  | ||||
|             this.tbHrs.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "hrs", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2")); | ||||
|             this.tbHrs.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.tbHrs.Location = new System.Drawing.Point(141, 151); | ||||
|             this.tbHrs.Name = "tbHrs"; | ||||
|             this.tbHrs.Size = new System.Drawing.Size(77, 33); | ||||
|             this.tbHrs.TabIndex = 17; | ||||
|             this.tbHrs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             //  | ||||
|             // bs | ||||
|             //  | ||||
|             this.bs.DataMember = "JobReport"; | ||||
|             this.bs.DataSource = this.dsPRJ; | ||||
|             //  | ||||
|             // dsPRJ | ||||
|             //  | ||||
|             this.dsPRJ.DataSetName = "dsPRJ"; | ||||
|             this.dsPRJ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||
|             //  | ||||
|             // bs | ||||
|             // statusStrip1 | ||||
|             //  | ||||
|             this.bs.DataMember = "JobReport"; | ||||
|             this.bs.DataSource = this.dsPRJ; | ||||
|             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.toolStripStatusLabel1, | ||||
|             this.lbIndex}); | ||||
|             this.statusStrip1.Location = new System.Drawing.Point(0, 351); | ||||
|             this.statusStrip1.Name = "statusStrip1"; | ||||
|             this.statusStrip1.Size = new System.Drawing.Size(538, 22); | ||||
|             this.statusStrip1.TabIndex = 28; | ||||
|             this.statusStrip1.Text = "statusStrip1"; | ||||
|             //  | ||||
|             // toolStripStatusLabel1 | ||||
|             //  | ||||
|             this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; | ||||
|             this.toolStripStatusLabel1.Size = new System.Drawing.Size(36, 17); | ||||
|             this.toolStripStatusLabel1.Text = "Index"; | ||||
|             //  | ||||
|             // lbIndex | ||||
|             //  | ||||
|             this.lbIndex.Name = "lbIndex"; | ||||
|             this.lbIndex.Size = new System.Drawing.Size(17, 17); | ||||
|             this.lbIndex.Text = "--"; | ||||
|             //  | ||||
|             // cmbType | ||||
|             //  | ||||
|             this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | ||||
|             this.cmbType.FormattingEnabled = true; | ||||
|             this.cmbType.Location = new System.Drawing.Point(141, 123); | ||||
|             this.cmbType.Name = "cmbType"; | ||||
|             this.cmbType.Size = new System.Drawing.Size(183, 20); | ||||
|             this.cmbType.TabIndex = 14; | ||||
|             this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged); | ||||
|             //  | ||||
|             // btSave | ||||
|             //  | ||||
|             this.btSave.Location = new System.Drawing.Point(141, 300); | ||||
|             this.btSave.Name = "btSave"; | ||||
|             this.btSave.Size = new System.Drawing.Size(381, 43); | ||||
|             this.btSave.TabIndex = 20; | ||||
|             this.btSave.Text = "확인"; | ||||
|             this.btSave.UseVisualStyleBackColor = true; | ||||
|             this.btSave.Click += new System.EventHandler(this.button1_Click); | ||||
|             //  | ||||
|             // tbDescription | ||||
|             //  | ||||
|             this.tbDescription.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "description", true)); | ||||
|             this.tbDescription.Location = new System.Drawing.Point(141, 190); | ||||
|             this.tbDescription.Multiline = true; | ||||
|             this.tbDescription.Name = "tbDescription"; | ||||
|             this.tbDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; | ||||
|             this.tbDescription.Size = new System.Drawing.Size(381, 101); | ||||
|             this.tbDescription.TabIndex = 19; | ||||
|             //  | ||||
|             // dtPdate | ||||
|             //  | ||||
|             this.dtPdate.Location = new System.Drawing.Point(141, 14); | ||||
|             this.dtPdate.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.dtPdate.Name = "dtPdate"; | ||||
|             this.dtPdate.Size = new System.Drawing.Size(178, 21); | ||||
|             this.dtPdate.TabIndex = 1; | ||||
|             this.dtPdate.ValueChanged += new System.EventHandler(this.dtPdate_ValueChanged); | ||||
|             //  | ||||
|             // cmbUser | ||||
|             //  | ||||
|             this.cmbUser.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; | ||||
|             this.cmbUser.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||
|             this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | ||||
|             this.cmbUser.FormattingEnabled = true; | ||||
|             this.cmbUser.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||
|             this.cmbUser.Location = new System.Drawing.Point(141, 42); | ||||
|             this.cmbUser.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.cmbUser.Name = "cmbUser"; | ||||
|             this.cmbUser.Size = new System.Drawing.Size(381, 20); | ||||
|             this.cmbUser.TabIndex = 6; | ||||
|             this.cmbUser.SelectedIndexChanged += new System.EventHandler(this.cmbUser_SelectedIndexChanged); | ||||
|             //  | ||||
|             // tbProject | ||||
|             //  | ||||
|             this.tbProject.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||
|             this.tbProject.ImeMode = System.Windows.Forms.ImeMode.Alpha; | ||||
|             this.tbProject.Location = new System.Drawing.Point(141, 69); | ||||
|             this.tbProject.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.tbProject.Name = "tbProject"; | ||||
|             this.tbProject.Size = new System.Drawing.Size(311, 21); | ||||
|             this.tbProject.TabIndex = 8; | ||||
|             //  | ||||
|             // tbProjectIndex | ||||
|             //  | ||||
|             this.tbProjectIndex.Location = new System.Drawing.Point(458, 69); | ||||
|             this.tbProjectIndex.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.tbProjectIndex.Name = "tbProjectIndex"; | ||||
|             this.tbProjectIndex.ReadOnly = true; | ||||
|             this.tbProjectIndex.Size = new System.Drawing.Size(64, 21); | ||||
|             this.tbProjectIndex.TabIndex = 9; | ||||
|             this.tbProjectIndex.TabStop = false; | ||||
|             this.tbProjectIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             //  | ||||
|             // tbOt | ||||
|             //  | ||||
|             this.tbOt.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "ot", true)); | ||||
|             this.tbOt.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.tbOt.ForeColor = System.Drawing.Color.Red; | ||||
|             this.tbOt.Location = new System.Drawing.Point(224, 151); | ||||
|             this.tbOt.Name = "tbOt"; | ||||
|             this.tbOt.Size = new System.Drawing.Size(77, 33); | ||||
|             this.tbOt.TabIndex = 17; | ||||
|             this.tbOt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             //  | ||||
|             // tbWW | ||||
|             //  | ||||
|             this.tbWW.Location = new System.Drawing.Point(321, 14); | ||||
|             this.tbWW.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.tbWW.Name = "tbWW"; | ||||
|             this.tbWW.ReadOnly = true; | ||||
|             this.tbWW.Size = new System.Drawing.Size(63, 21); | ||||
|             this.tbWW.TabIndex = 2; | ||||
|             this.tbWW.TabStop = false; | ||||
|             this.tbWW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             //  | ||||
|             // cmbProcess | ||||
|             //  | ||||
|             this.cmbProcess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | ||||
|             this.cmbProcess.FormattingEnabled = true; | ||||
|             this.cmbProcess.Location = new System.Drawing.Point(339, 123); | ||||
|             this.cmbProcess.Name = "cmbProcess"; | ||||
|             this.cmbProcess.Size = new System.Drawing.Size(183, 20); | ||||
|             this.cmbProcess.TabIndex = 15; | ||||
|             //  | ||||
|             // cmbState | ||||
|             //  | ||||
|             this.cmbState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||
|             this.cmbState.FormattingEnabled = true; | ||||
|             this.cmbState.Location = new System.Drawing.Point(421, 14); | ||||
|             this.cmbState.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.cmbState.Name = "cmbState"; | ||||
|             this.cmbState.Size = new System.Drawing.Size(101, 20); | ||||
|             this.cmbState.TabIndex = 4; | ||||
|             //  | ||||
|             // cmbPackage | ||||
|             //  | ||||
|             this.cmbPackage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | ||||
|             this.cmbPackage.FormattingEnabled = true; | ||||
|             this.cmbPackage.Location = new System.Drawing.Point(339, 97); | ||||
|             this.cmbPackage.Name = "cmbPackage"; | ||||
|             this.cmbPackage.Size = new System.Drawing.Size(183, 20); | ||||
|             this.cmbPackage.TabIndex = 12; | ||||
|             //  | ||||
|             // cmbRequest | ||||
|             //  | ||||
|             this.cmbRequest.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | ||||
|             this.cmbRequest.FormattingEnabled = true; | ||||
|             this.cmbRequest.Location = new System.Drawing.Point(141, 97); | ||||
|             this.cmbRequest.Name = "cmbRequest"; | ||||
|             this.cmbRequest.Size = new System.Drawing.Size(183, 20); | ||||
|             this.cmbRequest.TabIndex = 11; | ||||
|             //  | ||||
|             // ta | ||||
|             //  | ||||
| @@ -167,169 +351,43 @@ | ||||
|             this.tam.ProjectsTableAdapter = null; | ||||
|             this.tam.UpdateOrder = FPJ0000.dsPRJTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; | ||||
|             //  | ||||
|             // pdateTextBox | ||||
|             //  | ||||
|             this.pdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "pdate", true)); | ||||
|             this.pdateTextBox.Location = new System.Drawing.Point(98, 38); | ||||
|             this.pdateTextBox.Name = "pdateTextBox"; | ||||
|             this.pdateTextBox.Size = new System.Drawing.Size(200, 21); | ||||
|             this.pdateTextBox.TabIndex = 5; | ||||
|             //  | ||||
|             // groupTextBox | ||||
|             //  | ||||
|             this.groupTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "requestpart", true)); | ||||
|             this.groupTextBox.Location = new System.Drawing.Point(98, 65); | ||||
|             this.groupTextBox.Name = "groupTextBox"; | ||||
|             this.groupTextBox.Size = new System.Drawing.Size(200, 21); | ||||
|             this.groupTextBox.TabIndex = 7; | ||||
|             //  | ||||
|             // memoTextBox | ||||
|             //  | ||||
|             this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "remark", true)); | ||||
|             this.memoTextBox.Location = new System.Drawing.Point(98, 233); | ||||
|             this.memoTextBox.Name = "memoTextBox"; | ||||
|             this.memoTextBox.Size = new System.Drawing.Size(200, 21); | ||||
|             this.memoTextBox.TabIndex = 13; | ||||
|             //  | ||||
|             // hrsTextBox | ||||
|             //  | ||||
|             this.hrsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "hrs", true)); | ||||
|             this.hrsTextBox.Location = new System.Drawing.Point(221, 120); | ||||
|             this.hrsTextBox.Name = "hrsTextBox"; | ||||
|             this.hrsTextBox.Size = new System.Drawing.Size(77, 21); | ||||
|             this.hrsTextBox.TabIndex = 17; | ||||
|             //  | ||||
|             // projectidxTextBox | ||||
|             //  | ||||
|             this.projectidxTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); | ||||
|             this.projectidxTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "pidx", true)); | ||||
|             this.projectidxTextBox.Location = new System.Drawing.Point(247, 147); | ||||
|             this.projectidxTextBox.Name = "projectidxTextBox"; | ||||
|             this.projectidxTextBox.Size = new System.Drawing.Size(51, 21); | ||||
|             this.projectidxTextBox.TabIndex = 25; | ||||
|             this.projectidxTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             //  | ||||
|             // projectTextBox | ||||
|             //  | ||||
|             this.projectTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "projectName", true)); | ||||
|             this.projectTextBox.Location = new System.Drawing.Point(99, 147); | ||||
|             this.projectTextBox.Name = "projectTextBox"; | ||||
|             this.projectTextBox.Size = new System.Drawing.Size(143, 21); | ||||
|             this.projectTextBox.TabIndex = 27; | ||||
|             //  | ||||
|             // statusStrip1 | ||||
|             //  | ||||
|             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.toolStripStatusLabel1, | ||||
|             this.lbIndex}); | ||||
|             this.statusStrip1.Location = new System.Drawing.Point(0, 308); | ||||
|             this.statusStrip1.Name = "statusStrip1"; | ||||
|             this.statusStrip1.Size = new System.Drawing.Size(316, 22); | ||||
|             this.statusStrip1.TabIndex = 28; | ||||
|             this.statusStrip1.Text = "statusStrip1"; | ||||
|             //  | ||||
|             // toolStripStatusLabel1 | ||||
|             //  | ||||
|             this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; | ||||
|             this.toolStripStatusLabel1.Size = new System.Drawing.Size(36, 17); | ||||
|             this.toolStripStatusLabel1.Text = "Index"; | ||||
|             //  | ||||
|             // lbIndex | ||||
|             //  | ||||
|             this.lbIndex.Name = "lbIndex"; | ||||
|             this.lbIndex.Size = new System.Drawing.Size(17, 17); | ||||
|             this.lbIndex.Text = "--"; | ||||
|             //  | ||||
|             // comboBox1 | ||||
|             //  | ||||
|             this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "uid", true)); | ||||
|             this.comboBox1.FormattingEnabled = true; | ||||
|             this.comboBox1.Location = new System.Drawing.Point(98, 12); | ||||
|             this.comboBox1.Name = "comboBox1"; | ||||
|             this.comboBox1.Size = new System.Drawing.Size(200, 20); | ||||
|             this.comboBox1.TabIndex = 29; | ||||
|             //  | ||||
|             // typeComboBox | ||||
|             //  | ||||
|             this.typeComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "type", true)); | ||||
|             this.typeComboBox.FormattingEnabled = true; | ||||
|             this.typeComboBox.Location = new System.Drawing.Point(98, 120); | ||||
|             this.typeComboBox.Name = "typeComboBox"; | ||||
|             this.typeComboBox.Size = new System.Drawing.Size(77, 20); | ||||
|             this.typeComboBox.TabIndex = 30; | ||||
|             //  | ||||
|             // linkLabel1 | ||||
|             //  | ||||
|             this.linkLabel1.AutoSize = true; | ||||
|             this.linkLabel1.Location = new System.Drawing.Point(60, 41); | ||||
|             this.linkLabel1.Name = "linkLabel1"; | ||||
|             this.linkLabel1.Size = new System.Drawing.Size(30, 12); | ||||
|             this.linkLabel1.TabIndex = 31; | ||||
|             this.linkLabel1.TabStop = true; | ||||
|             this.linkLabel1.Text = "Date"; | ||||
|             this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); | ||||
|             //  | ||||
|             // button1 | ||||
|             //  | ||||
|             this.button1.Location = new System.Drawing.Point(97, 260); | ||||
|             this.button1.Name = "button1"; | ||||
|             this.button1.Size = new System.Drawing.Size(201, 31); | ||||
|             this.button1.TabIndex = 32; | ||||
|             this.button1.Text = "button1"; | ||||
|             this.button1.UseVisualStyleBackColor = true; | ||||
|             this.button1.Click += new System.EventHandler(this.button1_Click); | ||||
|             //  | ||||
|             // textBox1 | ||||
|             //  | ||||
|             this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "package", true)); | ||||
|             this.textBox1.Location = new System.Drawing.Point(98, 92); | ||||
|             this.textBox1.Name = "textBox1"; | ||||
|             this.textBox1.Size = new System.Drawing.Size(200, 21); | ||||
|             this.textBox1.TabIndex = 34; | ||||
|             //  | ||||
|             // textBox2 | ||||
|             //  | ||||
|             this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "description", true)); | ||||
|             this.textBox2.Location = new System.Drawing.Point(99, 174); | ||||
|             this.textBox2.Multiline = true; | ||||
|             this.textBox2.Name = "textBox2"; | ||||
|             this.textBox2.Size = new System.Drawing.Size(200, 51); | ||||
|             this.textBox2.TabIndex = 36; | ||||
|             //  | ||||
|             // fJobReport_Add | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(316, 330); | ||||
|             this.Controls.Add(label2); | ||||
|             this.Controls.Add(this.textBox2); | ||||
|             this.Controls.Add(label1); | ||||
|             this.Controls.Add(this.textBox1); | ||||
|             this.Controls.Add(this.button1); | ||||
|             this.Controls.Add(this.linkLabel1); | ||||
|             this.Controls.Add(typeLabel); | ||||
|             this.Controls.Add(this.typeComboBox); | ||||
|             this.Controls.Add(this.comboBox1); | ||||
|             this.Controls.Add(this.statusStrip1); | ||||
|             this.Controls.Add(this.pdateTextBox); | ||||
|             this.Controls.Add(groupLabel); | ||||
|             this.Controls.Add(this.groupTextBox); | ||||
|             this.Controls.Add(uidLabel); | ||||
|             this.Controls.Add(memoLabel); | ||||
|             this.Controls.Add(this.memoTextBox); | ||||
|             this.Controls.Add(hrsLabel); | ||||
|             this.Controls.Add(this.hrsTextBox); | ||||
|             this.Controls.Add(this.projectidxTextBox); | ||||
|             this.ClientSize = new System.Drawing.Size(538, 373); | ||||
|             this.Controls.Add(label5); | ||||
|             this.Controls.Add(this.lbSummary); | ||||
|             this.Controls.Add(this.cmbPackage); | ||||
|             this.Controls.Add(this.cmbRequest); | ||||
|             this.Controls.Add(this.cmbState); | ||||
|             this.Controls.Add(stateLabel); | ||||
|             this.Controls.Add(this.cmbProcess); | ||||
|             this.Controls.Add(this.tbWW); | ||||
|             this.Controls.Add(label4); | ||||
|             this.Controls.Add(this.tbOt); | ||||
|             this.Controls.Add(projectLabel); | ||||
|             this.Controls.Add(this.projectTextBox); | ||||
|             this.Controls.Add(this.tbProject); | ||||
|             this.Controls.Add(this.tbProjectIndex); | ||||
|             this.Controls.Add(this.cmbUser); | ||||
|             this.Controls.Add(this.dtPdate); | ||||
|             this.Controls.Add(label2); | ||||
|             this.Controls.Add(this.tbDescription); | ||||
|             this.Controls.Add(label1); | ||||
|             this.Controls.Add(this.btSave); | ||||
|             this.Controls.Add(typeLabel); | ||||
|             this.Controls.Add(this.cmbType); | ||||
|             this.Controls.Add(this.statusStrip1); | ||||
|             this.Controls.Add(hrsLabel); | ||||
|             this.Controls.Add(this.tbHrs); | ||||
|             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; | ||||
|             this.MaximizeBox = false; | ||||
|             this.MinimizeBox = false; | ||||
|             this.Name = "fJobReport_Add"; | ||||
|             this.Text = "fJobReport_Add"; | ||||
|             this.Text = "업무일지 등록/변경"; | ||||
|             this.Load += new System.EventHandler(this.fJobReport_Add_Load); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit(); | ||||
|             this.statusStrip1.ResumeLayout(false); | ||||
|             this.statusStrip1.PerformLayout(); | ||||
|             this.ResumeLayout(false); | ||||
| @@ -343,20 +401,23 @@ | ||||
|         private System.Windows.Forms.BindingSource bs; | ||||
|         private dsPRJTableAdapters.JobReportTableAdapter ta; | ||||
|         private dsPRJTableAdapters.TableAdapterManager tam; | ||||
|         private System.Windows.Forms.TextBox pdateTextBox; | ||||
|         private System.Windows.Forms.TextBox groupTextBox; | ||||
|         private System.Windows.Forms.TextBox memoTextBox; | ||||
|         private System.Windows.Forms.TextBox hrsTextBox; | ||||
|         private System.Windows.Forms.TextBox projectidxTextBox; | ||||
|         private System.Windows.Forms.TextBox projectTextBox; | ||||
|         private System.Windows.Forms.TextBox tbHrs; | ||||
|         private System.Windows.Forms.StatusStrip statusStrip1; | ||||
|         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; | ||||
|         private System.Windows.Forms.ToolStripStatusLabel lbIndex; | ||||
|         private System.Windows.Forms.ComboBox comboBox1; | ||||
|         private System.Windows.Forms.ComboBox typeComboBox; | ||||
|         private System.Windows.Forms.LinkLabel linkLabel1; | ||||
|         private System.Windows.Forms.Button button1; | ||||
|         private System.Windows.Forms.TextBox textBox1; | ||||
|         private System.Windows.Forms.TextBox textBox2; | ||||
|         private System.Windows.Forms.ComboBox cmbType; | ||||
|         private System.Windows.Forms.Button btSave; | ||||
|         private System.Windows.Forms.TextBox tbDescription; | ||||
|         private System.Windows.Forms.DateTimePicker dtPdate; | ||||
|         private System.Windows.Forms.ComboBox cmbUser; | ||||
|         private System.Windows.Forms.TextBox tbProject; | ||||
|         private System.Windows.Forms.TextBox tbProjectIndex; | ||||
|         private System.Windows.Forms.TextBox tbOt; | ||||
|         private System.Windows.Forms.TextBox tbWW; | ||||
|         private System.Windows.Forms.ComboBox cmbProcess; | ||||
|         private System.Windows.Forms.ComboBox cmbState; | ||||
|         private System.Windows.Forms.ComboBox cmbPackage; | ||||
|         private System.Windows.Forms.ComboBox cmbRequest; | ||||
|         private System.Windows.Forms.Label lbSummary; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chikyun.kim
					chikyun.kim