개정판 f2776d44
issue #0000
- date 조건추가 진행 중
- ID2 시작일, ID2 종료일, AVEVA 변환일, AVEVA 검토일
Change-Id: I7eeb9a02b904e56413bdd0660f9884c5aa23ec2f
ID2.Manager/ID2.Manager.Common/Informations.cs | ||
---|---|---|
82 | 82 |
{ |
83 | 83 |
get { return _IsSuccess; } |
84 | 84 |
} |
85 |
|
|
86 |
private readonly Dictionary<string, string> _DateType = new Dictionary<string, string>() |
|
87 |
{ |
|
88 |
{ "ID2StartDate", "ID2 시작일" }, |
|
89 |
{ "ID2EndDate", "ID2 종료일" }, |
|
90 |
{ "AVEVAConvertDate", "AVEVA 변환일" }, |
|
91 |
{ "AVEVAReviewDate", "AVEVA 검토일" } |
|
92 |
}; |
|
93 |
public Dictionary<string, string> DateType |
|
94 |
{ |
|
95 |
get { return _DateType; } |
|
96 |
} |
|
85 | 97 |
} |
86 | 98 |
} |
ID2.Manager/ID2.Manager/Main.Designer.cs | ||
---|---|---|
135 | 135 |
this.radLabel5 = new Telerik.WinControls.UI.RadLabel(); |
136 | 136 |
this.radDropDownListGateway = new Telerik.WinControls.UI.RadDropDownList(); |
137 | 137 |
this.radDropDownListRegistration = new Telerik.WinControls.UI.RadDropDownList(); |
138 |
this.radLabel8 = new Telerik.WinControls.UI.RadLabel(); |
|
139 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|
140 |
this.radCheckedDropDownListDateType = new Telerik.WinControls.UI.RadCheckedDropDownList(); |
|
141 |
this.radDateTimePickerFr = new Telerik.WinControls.UI.RadDateTimePicker(); |
|
142 |
this.radDateTimePickerTo = new Telerik.WinControls.UI.RadDateTimePicker(); |
|
143 |
this.radButtonDateClear = new Telerik.WinControls.UI.RadButton(); |
|
144 |
this.radLabelSplit = new Telerik.WinControls.UI.RadLabel(); |
|
138 | 145 |
this.tableLayoutPanelGroup = new System.Windows.Forms.TableLayoutPanel(); |
139 | 146 |
this.radLabelGroupVIew = new Telerik.WinControls.UI.RadLabel(); |
140 | 147 |
this.radCheckBox4 = new Telerik.WinControls.UI.RadCheckBox(); |
... | ... | |
211 | 218 |
((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit(); |
212 | 219 |
((System.ComponentModel.ISupportInitialize)(this.radDropDownListGateway)).BeginInit(); |
213 | 220 |
((System.ComponentModel.ISupportInitialize)(this.radDropDownListRegistration)).BeginInit(); |
221 |
((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit(); |
|
222 |
this.tableLayoutPanel1.SuspendLayout(); |
|
223 |
((System.ComponentModel.ISupportInitialize)(this.radCheckedDropDownListDateType)).BeginInit(); |
|
224 |
((System.ComponentModel.ISupportInitialize)(this.radDateTimePickerFr)).BeginInit(); |
|
225 |
((System.ComponentModel.ISupportInitialize)(this.radDateTimePickerTo)).BeginInit(); |
|
226 |
((System.ComponentModel.ISupportInitialize)(this.radButtonDateClear)).BeginInit(); |
|
227 |
((System.ComponentModel.ISupportInitialize)(this.radLabelSplit)).BeginInit(); |
|
214 | 228 |
this.tableLayoutPanelGroup.SuspendLayout(); |
215 | 229 |
((System.ComponentModel.ISupportInitialize)(this.radLabelGroupVIew)).BeginInit(); |
216 | 230 |
((System.ComponentModel.ISupportInitialize)(this.radCheckBox4)).BeginInit(); |
... | ... | |
440 | 454 |
this.LayoutMain.Location = new System.Drawing.Point(0, 0); |
441 | 455 |
this.LayoutMain.Name = "LayoutMain"; |
442 | 456 |
this.LayoutMain.RowCount = 4; |
443 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F));
|
|
457 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 180F));
|
|
444 | 458 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
445 | 459 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
446 | 460 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
... | ... | |
461 | 475 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); |
462 | 476 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F)); |
463 | 477 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); |
464 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F)); |
|
465 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListFrReviewStatus, 4, 1); |
|
466 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListToIsDiscussion, 2, 1); |
|
467 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelFrReviewStatus, 3, 1); |
|
468 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelToIsDiscussion, 1, 1); |
|
469 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel9, 1, 3); |
|
470 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelAVEVAStatus, 3, 2); |
|
471 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelIsID2Work, 5, 1); |
|
472 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelJobLevel, 5, 0); |
|
473 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel4, 0, 3); |
|
474 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel3, 0, 2); |
|
475 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel2, 0, 1); |
|
476 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelTeam, 1, 0); |
|
477 |
this.tableLayoutPanelCondition.Controls.Add(this.radButtonSearch, 9, 0); |
|
478 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListProject, 2, 0); |
|
479 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelDocumentNo, 7, 0); |
|
480 |
this.tableLayoutPanelCondition.Controls.Add(this.radTextBoxDocumentNo, 8, 0); |
|
481 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelPersonInCharge, 3, 0); |
|
482 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListPersonInCharge, 4, 0); |
|
483 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel1, 0, 0); |
|
484 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListJobLevel, 6, 0); |
|
485 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelID2Status, 1, 2); |
|
486 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel10, 3, 3); |
|
487 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListIsID2Work, 6, 1); |
|
488 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListID2Status, 2, 2); |
|
489 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListAVEVAStatus, 4, 2); |
|
490 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListProdIsResult, 2, 3); |
|
491 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListClientIsResult, 4, 3); |
|
492 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel6, 0, 4); |
|
493 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel7, 3, 4); |
|
494 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel5, 1, 4); |
|
495 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListGateway, 2, 4); |
|
496 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListRegistration, 4, 4); |
|
478 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 72F)); |
|
479 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListFrReviewStatus, 4, 2); |
|
480 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListToIsDiscussion, 2, 2); |
|
481 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelFrReviewStatus, 3, 2); |
|
482 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelToIsDiscussion, 1, 2); |
|
483 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel9, 1, 4); |
|
484 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelAVEVAStatus, 3, 3); |
|
485 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelIsID2Work, 5, 2); |
|
486 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelJobLevel, 5, 1); |
|
487 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel4, 0, 4); |
|
488 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel3, 0, 3); |
|
489 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel2, 0, 2); |
|
490 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelTeam, 1, 1); |
|
491 |
this.tableLayoutPanelCondition.Controls.Add(this.radButtonSearch, 9, 1); |
|
492 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListProject, 2, 1); |
|
493 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelDocumentNo, 7, 1); |
|
494 |
this.tableLayoutPanelCondition.Controls.Add(this.radTextBoxDocumentNo, 8, 1); |
|
495 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelPersonInCharge, 3, 1); |
|
496 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListPersonInCharge, 4, 1); |
|
497 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel1, 0, 1); |
|
498 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListJobLevel, 6, 1); |
|
499 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelID2Status, 1, 3); |
|
500 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel10, 3, 4); |
|
501 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListIsID2Work, 6, 2); |
|
502 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListID2Status, 2, 3); |
|
503 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListAVEVAStatus, 4, 3); |
|
504 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListProdIsResult, 2, 4); |
|
505 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListClientIsResult, 4, 4); |
|
506 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel6, 0, 5); |
|
507 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel7, 3, 5); |
|
508 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel5, 1, 5); |
|
509 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListGateway, 2, 5); |
|
510 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListRegistration, 4, 5); |
|
511 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel8, 0, 0); |
|
512 |
this.tableLayoutPanelCondition.Controls.Add(this.tableLayoutPanel1, 1, 0); |
|
497 | 513 |
this.tableLayoutPanelCondition.Dock = System.Windows.Forms.DockStyle.Fill; |
498 | 514 |
this.tableLayoutPanelCondition.Location = new System.Drawing.Point(13, 3); |
499 | 515 |
this.tableLayoutPanelCondition.Name = "tableLayoutPanelCondition"; |
500 |
this.tableLayoutPanelCondition.RowCount = 5; |
|
501 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.83333F)); |
|
502 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.83333F)); |
|
503 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.83333F)); |
|
504 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.83333F)); |
|
516 |
this.tableLayoutPanelCondition.RowCount = 6; |
|
505 | 517 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
506 |
this.tableLayoutPanelCondition.Size = new System.Drawing.Size(988, 144); |
|
518 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
|
519 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
|
520 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
|
521 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
|
522 |
this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
|
523 |
this.tableLayoutPanelCondition.Size = new System.Drawing.Size(988, 174); |
|
507 | 524 |
this.tableLayoutPanelCondition.TabIndex = 6; |
508 | 525 |
// |
509 | 526 |
// radDropDownListFrReviewStatus |
... | ... | |
511 | 528 |
this.radDropDownListFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
512 | 529 |
this.radDropDownListFrReviewStatus.DropDownAnimationEnabled = true; |
513 | 530 |
this.radDropDownListFrReviewStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
514 |
this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(361, 34);
|
|
531 |
this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(360, 60);
|
|
515 | 532 |
this.radDropDownListFrReviewStatus.Name = "radDropDownListFrReviewStatus"; |
516 |
this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(122, 20);
|
|
533 |
this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(121, 20);
|
|
517 | 534 |
this.radDropDownListFrReviewStatus.TabIndex = 18; |
518 | 535 |
// |
519 | 536 |
// radDropDownListToIsDiscussion |
... | ... | |
521 | 538 |
this.radDropDownListToIsDiscussion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
522 | 539 |
this.radDropDownListToIsDiscussion.DropDownAnimationEnabled = true; |
523 | 540 |
this.radDropDownListToIsDiscussion.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
524 |
this.radDropDownListToIsDiscussion.Location = new System.Drawing.Point(146, 34);
|
|
541 |
this.radDropDownListToIsDiscussion.Location = new System.Drawing.Point(146, 60);
|
|
525 | 542 |
this.radDropDownListToIsDiscussion.Name = "radDropDownListToIsDiscussion"; |
526 |
this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(122, 20);
|
|
543 |
this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(121, 20);
|
|
527 | 544 |
this.radDropDownListToIsDiscussion.TabIndex = 17; |
528 | 545 |
// |
529 | 546 |
// radLabelFrReviewStatus |
530 | 547 |
// |
531 | 548 |
this.radLabelFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
532 | 549 |
this.radLabelFrReviewStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
533 |
this.radLabelFrReviewStatus.Location = new System.Drawing.Point(275, 35);
|
|
550 |
this.radLabelFrReviewStatus.Location = new System.Drawing.Point(274, 62);
|
|
534 | 551 |
this.radLabelFrReviewStatus.Name = "radLabelFrReviewStatus"; |
535 | 552 |
this.radLabelFrReviewStatus.Size = new System.Drawing.Size(59, 17); |
536 | 553 |
this.radLabelFrReviewStatus.TabIndex = 7; |
... | ... | |
540 | 557 |
// |
541 | 558 |
this.radLabelToIsDiscussion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
542 | 559 |
this.radLabelToIsDiscussion.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
543 |
this.radLabelToIsDiscussion.Location = new System.Drawing.Point(60, 35);
|
|
560 |
this.radLabelToIsDiscussion.Location = new System.Drawing.Point(60, 62);
|
|
544 | 561 |
this.radLabelToIsDiscussion.Name = "radLabelToIsDiscussion"; |
545 | 562 |
this.radLabelToIsDiscussion.Size = new System.Drawing.Size(68, 17); |
546 | 563 |
this.radLabelToIsDiscussion.TabIndex = 7; |
... | ... | |
550 | 567 |
// |
551 | 568 |
this.radLabel9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
552 | 569 |
this.radLabel9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
553 |
this.radLabel9.Location = new System.Drawing.Point(60, 93);
|
|
570 |
this.radLabel9.Location = new System.Drawing.Point(60, 118);
|
|
554 | 571 |
this.radLabel9.Name = "radLabel9"; |
555 | 572 |
this.radLabel9.Size = new System.Drawing.Size(74, 17); |
556 | 573 |
this.radLabel9.TabIndex = 8; |
... | ... | |
560 | 577 |
// |
561 | 578 |
this.radLabelAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
562 | 579 |
this.radLabelAVEVAStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
563 |
this.radLabelAVEVAStatus.Location = new System.Drawing.Point(275, 64);
|
|
580 |
this.radLabelAVEVAStatus.Location = new System.Drawing.Point(274, 90);
|
|
564 | 581 |
this.radLabelAVEVAStatus.Name = "radLabelAVEVAStatus"; |
565 | 582 |
this.radLabelAVEVAStatus.Size = new System.Drawing.Size(86, 17); |
566 | 583 |
this.radLabelAVEVAStatus.TabIndex = 8; |
... | ... | |
570 | 587 |
// |
571 | 588 |
this.radLabelIsID2Work.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
572 | 589 |
this.radLabelIsID2Work.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
573 |
this.radLabelIsID2Work.Location = new System.Drawing.Point(490, 35);
|
|
590 |
this.radLabelIsID2Work.Location = new System.Drawing.Point(488, 62);
|
|
574 | 591 |
this.radLabelIsID2Work.Name = "radLabelIsID2Work"; |
575 | 592 |
this.radLabelIsID2Work.Size = new System.Drawing.Size(80, 17); |
576 | 593 |
this.radLabelIsID2Work.TabIndex = 6; |
... | ... | |
580 | 597 |
// |
581 | 598 |
this.radLabelJobLevel.Anchor = System.Windows.Forms.AnchorStyles.Left; |
582 | 599 |
this.radLabelJobLevel.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
583 |
this.radLabelJobLevel.Location = new System.Drawing.Point(490, 6);
|
|
600 |
this.radLabelJobLevel.Location = new System.Drawing.Point(488, 34);
|
|
584 | 601 |
this.radLabelJobLevel.Name = "radLabelJobLevel"; |
585 | 602 |
this.radLabelJobLevel.Size = new System.Drawing.Size(47, 17); |
586 | 603 |
this.radLabelJobLevel.TabIndex = 7; |
... | ... | |
590 | 607 |
// |
591 | 608 |
this.radLabel4.Anchor = System.Windows.Forms.AnchorStyles.Left; |
592 | 609 |
this.radLabel4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
593 |
this.radLabel4.Location = new System.Drawing.Point(4, 93);
|
|
610 |
this.radLabel4.Location = new System.Drawing.Point(4, 118);
|
|
594 | 611 |
this.radLabel4.Name = "radLabel4"; |
595 | 612 |
this.radLabel4.Size = new System.Drawing.Size(34, 17); |
596 | 613 |
this.radLabel4.TabIndex = 6; |
... | ... | |
600 | 617 |
// |
601 | 618 |
this.radLabel3.Anchor = System.Windows.Forms.AnchorStyles.Left; |
602 | 619 |
this.radLabel3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
603 |
this.radLabel3.Location = new System.Drawing.Point(4, 64);
|
|
620 |
this.radLabel3.Location = new System.Drawing.Point(4, 90);
|
|
604 | 621 |
this.radLabel3.Name = "radLabel3"; |
605 | 622 |
this.radLabel3.Size = new System.Drawing.Size(34, 17); |
606 | 623 |
this.radLabel3.TabIndex = 6; |
... | ... | |
610 | 627 |
// |
611 | 628 |
this.radLabel2.Anchor = System.Windows.Forms.AnchorStyles.Left; |
612 | 629 |
this.radLabel2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
613 |
this.radLabel2.Location = new System.Drawing.Point(4, 35);
|
|
630 |
this.radLabel2.Location = new System.Drawing.Point(4, 62);
|
|
614 | 631 |
this.radLabel2.Name = "radLabel2"; |
615 | 632 |
this.radLabel2.Size = new System.Drawing.Size(34, 17); |
616 | 633 |
this.radLabel2.TabIndex = 6; |
... | ... | |
620 | 637 |
// |
621 | 638 |
this.radLabelTeam.Anchor = System.Windows.Forms.AnchorStyles.Left; |
622 | 639 |
this.radLabelTeam.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
623 |
this.radLabelTeam.Location = new System.Drawing.Point(60, 6);
|
|
640 |
this.radLabelTeam.Location = new System.Drawing.Point(60, 34);
|
|
624 | 641 |
this.radLabelTeam.Name = "radLabelTeam"; |
625 | 642 |
this.radLabelTeam.Size = new System.Drawing.Size(38, 17); |
626 | 643 |
this.radLabelTeam.TabIndex = 5; |
... | ... | |
631 | 648 |
this.radButtonSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); |
632 | 649 |
this.radButtonSearch.Cursor = System.Windows.Forms.Cursors.Default; |
633 | 650 |
this.radButtonSearch.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
634 |
this.radButtonSearch.Location = new System.Drawing.Point(925, 4);
|
|
651 |
this.radButtonSearch.Location = new System.Drawing.Point(923, 32);
|
|
635 | 652 |
this.radButtonSearch.Name = "radButtonSearch"; |
636 | 653 |
this.tableLayoutPanelCondition.SetRowSpan(this.radButtonSearch, 5); |
637 |
this.radButtonSearch.Size = new System.Drawing.Size(54, 136);
|
|
654 |
this.radButtonSearch.Size = new System.Drawing.Size(54, 138);
|
|
638 | 655 |
this.radButtonSearch.TabIndex = 3; |
639 | 656 |
this.radButtonSearch.Text = "Search"; |
640 | 657 |
// |
... | ... | |
643 | 660 |
this.radDropDownListProject.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
644 | 661 |
this.radDropDownListProject.DropDownAnimationEnabled = true; |
645 | 662 |
this.radDropDownListProject.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
646 |
this.radDropDownListProject.Location = new System.Drawing.Point(146, 5);
|
|
663 |
this.radDropDownListProject.Location = new System.Drawing.Point(146, 32);
|
|
647 | 664 |
this.radDropDownListProject.Name = "radDropDownListProject"; |
648 |
this.radDropDownListProject.Size = new System.Drawing.Size(122, 20);
|
|
665 |
this.radDropDownListProject.Size = new System.Drawing.Size(121, 20);
|
|
649 | 666 |
this.radDropDownListProject.TabIndex = 7; |
650 | 667 |
// |
651 | 668 |
// radLabelDocumentNo |
652 | 669 |
// |
653 | 670 |
this.radLabelDocumentNo.Anchor = System.Windows.Forms.AnchorStyles.Left; |
654 | 671 |
this.radLabelDocumentNo.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
655 |
this.radLabelDocumentNo.Location = new System.Drawing.Point(705, 6);
|
|
672 |
this.radLabelDocumentNo.Location = new System.Drawing.Point(702, 34);
|
|
656 | 673 |
this.radLabelDocumentNo.Name = "radLabelDocumentNo"; |
657 | 674 |
this.radLabelDocumentNo.Size = new System.Drawing.Size(49, 17); |
658 | 675 |
this.radLabelDocumentNo.TabIndex = 6; |
... | ... | |
661 | 678 |
// radTextBoxDocumentNo |
662 | 679 |
// |
663 | 680 |
this.radTextBoxDocumentNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
664 |
this.radTextBoxDocumentNo.Location = new System.Drawing.Point(791, 5);
|
|
681 |
this.radTextBoxDocumentNo.Location = new System.Drawing.Point(788, 32);
|
|
665 | 682 |
this.radTextBoxDocumentNo.Name = "radTextBoxDocumentNo"; |
666 |
this.radTextBoxDocumentNo.Size = new System.Drawing.Size(122, 20);
|
|
683 |
this.radTextBoxDocumentNo.Size = new System.Drawing.Size(121, 20);
|
|
667 | 684 |
this.radTextBoxDocumentNo.TabIndex = 8; |
668 | 685 |
// |
669 | 686 |
// radLabelPersonInCharge |
670 | 687 |
// |
671 | 688 |
this.radLabelPersonInCharge.Anchor = System.Windows.Forms.AnchorStyles.Left; |
672 | 689 |
this.radLabelPersonInCharge.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
673 |
this.radLabelPersonInCharge.Location = new System.Drawing.Point(275, 6);
|
|
690 |
this.radLabelPersonInCharge.Location = new System.Drawing.Point(274, 34);
|
|
674 | 691 |
this.radLabelPersonInCharge.Name = "radLabelPersonInCharge"; |
675 | 692 |
this.radLabelPersonInCharge.Size = new System.Drawing.Size(47, 17); |
676 | 693 |
this.radLabelPersonInCharge.TabIndex = 6; |
... | ... | |
681 | 698 |
this.radDropDownListPersonInCharge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
682 | 699 |
this.radDropDownListPersonInCharge.DropDownAnimationEnabled = true; |
683 | 700 |
this.radDropDownListPersonInCharge.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
684 |
this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(361, 5);
|
|
701 |
this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(360, 32);
|
|
685 | 702 |
this.radDropDownListPersonInCharge.Name = "radDropDownListPersonInCharge"; |
686 |
this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(122, 20);
|
|
703 |
this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(121, 20);
|
|
687 | 704 |
this.radDropDownListPersonInCharge.TabIndex = 9; |
688 | 705 |
// |
689 | 706 |
// radLabel1 |
690 | 707 |
// |
691 | 708 |
this.radLabel1.Anchor = System.Windows.Forms.AnchorStyles.Left; |
692 | 709 |
this.radLabel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
693 |
this.radLabel1.Location = new System.Drawing.Point(4, 6);
|
|
710 |
this.radLabel1.Location = new System.Drawing.Point(4, 34);
|
|
694 | 711 |
this.radLabel1.Name = "radLabel1"; |
695 | 712 |
this.radLabel1.Size = new System.Drawing.Size(34, 17); |
696 | 713 |
this.radLabel1.TabIndex = 10; |
... | ... | |
701 | 718 |
this.radDropDownListJobLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
702 | 719 |
this.radDropDownListJobLevel.DropDownAnimationEnabled = true; |
703 | 720 |
this.radDropDownListJobLevel.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
704 |
this.radDropDownListJobLevel.Location = new System.Drawing.Point(576, 5);
|
|
721 |
this.radDropDownListJobLevel.Location = new System.Drawing.Point(574, 32);
|
|
705 | 722 |
this.radDropDownListJobLevel.Name = "radDropDownListJobLevel"; |
706 |
this.radDropDownListJobLevel.Size = new System.Drawing.Size(122, 20);
|
|
723 |
this.radDropDownListJobLevel.Size = new System.Drawing.Size(121, 20);
|
|
707 | 724 |
this.radDropDownListJobLevel.TabIndex = 11; |
708 | 725 |
// |
709 | 726 |
// radLabelID2Status |
710 | 727 |
// |
711 | 728 |
this.radLabelID2Status.Anchor = System.Windows.Forms.AnchorStyles.Left; |
712 | 729 |
this.radLabelID2Status.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
713 |
this.radLabelID2Status.Location = new System.Drawing.Point(60, 64);
|
|
730 |
this.radLabelID2Status.Location = new System.Drawing.Point(60, 90);
|
|
714 | 731 |
this.radLabelID2Status.Name = "radLabelID2Status"; |
715 | 732 |
this.radLabelID2Status.Size = new System.Drawing.Size(64, 17); |
716 | 733 |
this.radLabelID2Status.TabIndex = 7; |
... | ... | |
720 | 737 |
// |
721 | 738 |
this.radLabel10.Anchor = System.Windows.Forms.AnchorStyles.Left; |
722 | 739 |
this.radLabel10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
723 |
this.radLabel10.Location = new System.Drawing.Point(275, 93);
|
|
740 |
this.radLabel10.Location = new System.Drawing.Point(274, 118);
|
|
724 | 741 |
this.radLabel10.Name = "radLabel10"; |
725 | 742 |
this.radLabel10.Size = new System.Drawing.Size(61, 17); |
726 | 743 |
this.radLabel10.TabIndex = 9; |
... | ... | |
731 | 748 |
this.radDropDownListIsID2Work.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
732 | 749 |
this.radDropDownListIsID2Work.DropDownAnimationEnabled = true; |
733 | 750 |
this.radDropDownListIsID2Work.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
734 |
this.radDropDownListIsID2Work.Location = new System.Drawing.Point(576, 34);
|
|
751 |
this.radDropDownListIsID2Work.Location = new System.Drawing.Point(574, 60);
|
|
735 | 752 |
this.radDropDownListIsID2Work.Name = "radDropDownListIsID2Work"; |
736 |
this.radDropDownListIsID2Work.Size = new System.Drawing.Size(122, 20);
|
|
753 |
this.radDropDownListIsID2Work.Size = new System.Drawing.Size(121, 20);
|
|
737 | 754 |
this.radDropDownListIsID2Work.TabIndex = 12; |
738 | 755 |
// |
739 | 756 |
// radDropDownListID2Status |
... | ... | |
741 | 758 |
this.radDropDownListID2Status.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
742 | 759 |
this.radDropDownListID2Status.DropDownAnimationEnabled = true; |
743 | 760 |
this.radDropDownListID2Status.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
744 |
this.radDropDownListID2Status.Location = new System.Drawing.Point(146, 63);
|
|
761 |
this.radDropDownListID2Status.Location = new System.Drawing.Point(146, 88);
|
|
745 | 762 |
this.radDropDownListID2Status.Name = "radDropDownListID2Status"; |
746 |
this.radDropDownListID2Status.Size = new System.Drawing.Size(122, 20);
|
|
763 |
this.radDropDownListID2Status.Size = new System.Drawing.Size(121, 20);
|
|
747 | 764 |
this.radDropDownListID2Status.TabIndex = 13; |
748 | 765 |
// |
749 | 766 |
// radDropDownListAVEVAStatus |
... | ... | |
751 | 768 |
this.radDropDownListAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
752 | 769 |
this.radDropDownListAVEVAStatus.DropDownAnimationEnabled = true; |
753 | 770 |
this.radDropDownListAVEVAStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
754 |
this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(361, 63);
|
|
771 |
this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(360, 88);
|
|
755 | 772 |
this.radDropDownListAVEVAStatus.Name = "radDropDownListAVEVAStatus"; |
756 |
this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(122, 20);
|
|
773 |
this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(121, 20);
|
|
757 | 774 |
this.radDropDownListAVEVAStatus.TabIndex = 14; |
758 | 775 |
// |
759 | 776 |
// radDropDownListProdIsResult |
... | ... | |
761 | 778 |
this.radDropDownListProdIsResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
762 | 779 |
this.radDropDownListProdIsResult.DropDownAnimationEnabled = true; |
763 | 780 |
this.radDropDownListProdIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
764 |
this.radDropDownListProdIsResult.Location = new System.Drawing.Point(146, 92);
|
|
781 |
this.radDropDownListProdIsResult.Location = new System.Drawing.Point(146, 116);
|
|
765 | 782 |
this.radDropDownListProdIsResult.Name = "radDropDownListProdIsResult"; |
766 |
this.radDropDownListProdIsResult.Size = new System.Drawing.Size(122, 20);
|
|
783 |
this.radDropDownListProdIsResult.Size = new System.Drawing.Size(121, 20);
|
|
767 | 784 |
this.radDropDownListProdIsResult.TabIndex = 15; |
768 | 785 |
// |
769 | 786 |
// radDropDownListClientIsResult |
... | ... | |
771 | 788 |
this.radDropDownListClientIsResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
772 | 789 |
this.radDropDownListClientIsResult.DropDownAnimationEnabled = true; |
773 | 790 |
this.radDropDownListClientIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
774 |
this.radDropDownListClientIsResult.Location = new System.Drawing.Point(361, 92);
|
|
791 |
this.radDropDownListClientIsResult.Location = new System.Drawing.Point(360, 116);
|
|
775 | 792 |
this.radDropDownListClientIsResult.Name = "radDropDownListClientIsResult"; |
776 |
this.radDropDownListClientIsResult.Size = new System.Drawing.Size(122, 20);
|
|
793 |
this.radDropDownListClientIsResult.Size = new System.Drawing.Size(121, 20);
|
|
777 | 794 |
this.radDropDownListClientIsResult.TabIndex = 16; |
778 | 795 |
// |
779 | 796 |
// radLabel6 |
780 | 797 |
// |
781 | 798 |
this.radLabel6.Anchor = System.Windows.Forms.AnchorStyles.Left; |
782 | 799 |
this.radLabel6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
783 |
this.radLabel6.Location = new System.Drawing.Point(4, 121);
|
|
800 |
this.radLabel6.Location = new System.Drawing.Point(4, 148);
|
|
784 | 801 |
this.radLabel6.Name = "radLabel6"; |
785 | 802 |
this.radLabel6.Size = new System.Drawing.Size(49, 17); |
786 | 803 |
this.radLabel6.TabIndex = 10; |
... | ... | |
790 | 807 |
// |
791 | 808 |
this.radLabel7.Anchor = System.Windows.Forms.AnchorStyles.Left; |
792 | 809 |
this.radLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
793 |
this.radLabel7.Location = new System.Drawing.Point(275, 121);
|
|
810 |
this.radLabel7.Location = new System.Drawing.Point(274, 148);
|
|
794 | 811 |
this.radLabel7.Name = "radLabel7"; |
795 | 812 |
this.radLabel7.Size = new System.Drawing.Size(72, 17); |
796 | 813 |
this.radLabel7.TabIndex = 12; |
... | ... | |
800 | 817 |
// |
801 | 818 |
this.radLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
802 | 819 |
this.radLabel5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
803 |
this.radLabel5.Location = new System.Drawing.Point(60, 121);
|
|
820 |
this.radLabel5.Location = new System.Drawing.Point(60, 148);
|
|
804 | 821 |
this.radLabel5.Name = "radLabel5"; |
805 | 822 |
this.radLabel5.Size = new System.Drawing.Size(55, 17); |
806 | 823 |
this.radLabel5.TabIndex = 11; |
... | ... | |
811 | 828 |
this.radDropDownListGateway.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
812 | 829 |
this.radDropDownListGateway.DropDownAnimationEnabled = true; |
813 | 830 |
this.radDropDownListGateway.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
814 |
this.radDropDownListGateway.Location = new System.Drawing.Point(146, 120);
|
|
831 |
this.radDropDownListGateway.Location = new System.Drawing.Point(146, 147);
|
|
815 | 832 |
this.radDropDownListGateway.Name = "radDropDownListGateway"; |
816 |
this.radDropDownListGateway.Size = new System.Drawing.Size(122, 20);
|
|
833 |
this.radDropDownListGateway.Size = new System.Drawing.Size(121, 20);
|
|
817 | 834 |
this.radDropDownListGateway.TabIndex = 19; |
818 | 835 |
// |
819 | 836 |
// radDropDownListRegistration |
... | ... | |
821 | 838 |
this.radDropDownListRegistration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
822 | 839 |
this.radDropDownListRegistration.DropDownAnimationEnabled = true; |
823 | 840 |
this.radDropDownListRegistration.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
824 |
this.radDropDownListRegistration.Location = new System.Drawing.Point(361, 120);
|
|
841 |
this.radDropDownListRegistration.Location = new System.Drawing.Point(360, 147);
|
|
825 | 842 |
this.radDropDownListRegistration.Name = "radDropDownListRegistration"; |
826 |
this.radDropDownListRegistration.Size = new System.Drawing.Size(122, 20);
|
|
843 |
this.radDropDownListRegistration.Size = new System.Drawing.Size(121, 20);
|
|
827 | 844 |
this.radDropDownListRegistration.TabIndex = 20; |
828 | 845 |
// |
846 |
// radLabel8 |
|
847 |
// |
|
848 |
this.radLabel8.Anchor = System.Windows.Forms.AnchorStyles.Left; |
|
849 |
this.radLabel8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
850 |
this.radLabel8.Location = new System.Drawing.Point(4, 6); |
|
851 |
this.radLabel8.Name = "radLabel8"; |
|
852 |
this.radLabel8.Size = new System.Drawing.Size(33, 17); |
|
853 |
this.radLabel8.TabIndex = 21; |
|
854 |
this.radLabel8.Text = "Date"; |
|
855 |
// |
|
856 |
// tableLayoutPanel1 |
|
857 |
// |
|
858 |
this.tableLayoutPanel1.ColumnCount = 6; |
|
859 |
this.tableLayoutPanelCondition.SetColumnSpan(this.tableLayoutPanel1, 9); |
|
860 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 400F)); |
|
861 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F)); |
|
862 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
|
863 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F)); |
|
864 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F)); |
|
865 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
866 |
this.tableLayoutPanel1.Controls.Add(this.radCheckedDropDownListDateType, 0, 0); |
|
867 |
this.tableLayoutPanel1.Controls.Add(this.radDateTimePickerFr, 1, 0); |
|
868 |
this.tableLayoutPanel1.Controls.Add(this.radDateTimePickerTo, 3, 0); |
|
869 |
this.tableLayoutPanel1.Controls.Add(this.radButtonDateClear, 4, 0); |
|
870 |
this.tableLayoutPanel1.Controls.Add(this.radLabelSplit, 2, 0); |
|
871 |
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
872 |
this.tableLayoutPanel1.Location = new System.Drawing.Point(57, 1); |
|
873 |
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); |
|
874 |
this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
|
875 |
this.tableLayoutPanel1.RowCount = 1; |
|
876 |
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
877 |
this.tableLayoutPanel1.Size = new System.Drawing.Size(930, 27); |
|
878 |
this.tableLayoutPanel1.TabIndex = 22; |
|
879 |
// |
|
880 |
// radCheckedDropDownListDateType |
|
881 |
// |
|
882 |
this.radCheckedDropDownListDateType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
883 |
this.radCheckedDropDownListDateType.DropDownAnimationEnabled = true; |
|
884 |
this.radCheckedDropDownListDateType.Location = new System.Drawing.Point(3, 3); |
|
885 |
this.radCheckedDropDownListDateType.Name = "radCheckedDropDownListDateType"; |
|
886 |
this.radCheckedDropDownListDateType.Size = new System.Drawing.Size(394, 20); |
|
887 |
this.radCheckedDropDownListDateType.TabIndex = 0; |
|
888 |
// |
|
889 |
// radDateTimePickerFr |
|
890 |
// |
|
891 |
this.radDateTimePickerFr.Anchor = System.Windows.Forms.AnchorStyles.Left; |
|
892 |
this.radDateTimePickerFr.Location = new System.Drawing.Point(403, 3); |
|
893 |
this.radDateTimePickerFr.Name = "radDateTimePickerFr"; |
|
894 |
this.radDateTimePickerFr.Size = new System.Drawing.Size(144, 20); |
|
895 |
this.radDateTimePickerFr.TabIndex = 1; |
|
896 |
this.radDateTimePickerFr.TabStop = false; |
|
897 |
this.radDateTimePickerFr.Text = "2023년 6월 20일 화요일"; |
|
898 |
this.radDateTimePickerFr.Value = new System.DateTime(2023, 6, 20, 11, 9, 22, 987); |
|
899 |
// |
|
900 |
// radDateTimePickerTo |
|
901 |
// |
|
902 |
this.radDateTimePickerTo.Anchor = System.Windows.Forms.AnchorStyles.Right; |
|
903 |
this.radDateTimePickerTo.Location = new System.Drawing.Point(583, 3); |
|
904 |
this.radDateTimePickerTo.Name = "radDateTimePickerTo"; |
|
905 |
this.radDateTimePickerTo.Size = new System.Drawing.Size(144, 20); |
|
906 |
this.radDateTimePickerTo.TabIndex = 2; |
|
907 |
this.radDateTimePickerTo.TabStop = false; |
|
908 |
this.radDateTimePickerTo.Text = "2023년 6월 20일 화요일"; |
|
909 |
this.radDateTimePickerTo.Value = new System.DateTime(2023, 6, 20, 11, 9, 27, 745); |
|
910 |
// |
|
911 |
// radButtonDateClear |
|
912 |
// |
|
913 |
this.radButtonDateClear.Anchor = System.Windows.Forms.AnchorStyles.Left; |
|
914 |
this.radButtonDateClear.Location = new System.Drawing.Point(733, 5); |
|
915 |
this.radButtonDateClear.Name = "radButtonDateClear"; |
|
916 |
this.radButtonDateClear.Size = new System.Drawing.Size(19, 16); |
|
917 |
this.radButtonDateClear.TabIndex = 3; |
|
918 |
this.radButtonDateClear.Text = "X"; |
|
919 |
// |
|
920 |
// radLabelSplit |
|
921 |
// |
|
922 |
this.radLabelSplit.Anchor = System.Windows.Forms.AnchorStyles.None; |
|
923 |
this.radLabelSplit.Location = new System.Drawing.Point(558, 4); |
|
924 |
this.radLabelSplit.Name = "radLabelSplit"; |
|
925 |
this.radLabelSplit.Size = new System.Drawing.Size(14, 18); |
|
926 |
this.radLabelSplit.TabIndex = 4; |
|
927 |
this.radLabelSplit.Text = "~"; |
|
928 |
// |
|
829 | 929 |
// tableLayoutPanelGroup |
830 | 930 |
// |
831 | 931 |
this.tableLayoutPanelGroup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(223)))), ((int)(((byte)(245))))); |
... | ... | |
843 | 943 |
this.tableLayoutPanelGroup.Controls.Add(this.radCheckBox2, 2, 0); |
844 | 944 |
this.tableLayoutPanelGroup.Controls.Add(this.radCheckBox1, 1, 0); |
845 | 945 |
this.tableLayoutPanelGroup.Dock = System.Windows.Forms.DockStyle.Fill; |
846 |
this.tableLayoutPanelGroup.Location = new System.Drawing.Point(13, 153);
|
|
946 |
this.tableLayoutPanelGroup.Location = new System.Drawing.Point(13, 183);
|
|
847 | 947 |
this.tableLayoutPanelGroup.Name = "tableLayoutPanelGroup"; |
848 | 948 |
this.tableLayoutPanelGroup.RowCount = 1; |
849 | 949 |
this.tableLayoutPanelGroup.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
... | ... | |
917 | 1017 |
this.tableLayoutMain.Controls.Add(this.radCommandBar1, 0, 0); |
918 | 1018 |
this.tableLayoutMain.Controls.Add(this.lbSelectAndTotal, 1, 0); |
919 | 1019 |
this.tableLayoutMain.Dock = System.Windows.Forms.DockStyle.Fill; |
920 |
this.tableLayoutMain.Location = new System.Drawing.Point(11, 181);
|
|
1020 |
this.tableLayoutMain.Location = new System.Drawing.Point(11, 211);
|
|
921 | 1021 |
this.tableLayoutMain.Margin = new System.Windows.Forms.Padding(1); |
922 | 1022 |
this.tableLayoutMain.Name = "tableLayoutMain"; |
923 | 1023 |
this.tableLayoutMain.RowCount = 2; |
924 | 1024 |
this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); |
925 | 1025 |
this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
926 |
this.tableLayoutMain.Size = new System.Drawing.Size(992, 386);
|
|
1026 |
this.tableLayoutMain.Size = new System.Drawing.Size(992, 356);
|
|
927 | 1027 |
this.tableLayoutMain.TabIndex = 8; |
928 | 1028 |
// |
929 | 1029 |
// radGridViewDocuments |
... | ... | |
1276 | 1376 |
gridViewRelation1}); |
1277 | 1377 |
this.radGridViewDocuments.RightToLeft = System.Windows.Forms.RightToLeft.No; |
1278 | 1378 |
this.radGridViewDocuments.ShowHeaderCellButtons = true; |
1279 |
this.radGridViewDocuments.Size = new System.Drawing.Size(986, 344);
|
|
1379 |
this.radGridViewDocuments.Size = new System.Drawing.Size(986, 314);
|
|
1280 | 1380 |
this.radGridViewDocuments.TabIndex = 0; |
1281 | 1381 |
// |
1282 | 1382 |
// radCommandBar1 |
... | ... | |
1698 | 1798 |
((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit(); |
1699 | 1799 |
((System.ComponentModel.ISupportInitialize)(this.radDropDownListGateway)).EndInit(); |
1700 | 1800 |
((System.ComponentModel.ISupportInitialize)(this.radDropDownListRegistration)).EndInit(); |
1801 |
((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit(); |
|
1802 |
this.tableLayoutPanel1.ResumeLayout(false); |
|
1803 |
this.tableLayoutPanel1.PerformLayout(); |
|
1804 |
((System.ComponentModel.ISupportInitialize)(this.radCheckedDropDownListDateType)).EndInit(); |
|
1805 |
((System.ComponentModel.ISupportInitialize)(this.radDateTimePickerFr)).EndInit(); |
|
1806 |
((System.ComponentModel.ISupportInitialize)(this.radDateTimePickerTo)).EndInit(); |
|
1807 |
((System.ComponentModel.ISupportInitialize)(this.radButtonDateClear)).EndInit(); |
|
1808 |
((System.ComponentModel.ISupportInitialize)(this.radLabelSplit)).EndInit(); |
|
1701 | 1809 |
this.tableLayoutPanelGroup.ResumeLayout(false); |
1702 | 1810 |
this.tableLayoutPanelGroup.PerformLayout(); |
1703 | 1811 |
((System.ComponentModel.ISupportInitialize)(this.radLabelGroupVIew)).EndInit(); |
... | ... | |
1830 | 1938 |
private System.Windows.Forms.TableLayoutPanel LayoutValidation; |
1831 | 1939 |
private Telerik.WinControls.UI.RadRibbonBarGroup radRibbonBarGroupLayout; |
1832 | 1940 |
private Telerik.WinControls.UI.RadButtonElement btnDockLayoutReset; |
1941 |
private Telerik.WinControls.UI.RadLabel radLabel8; |
|
1942 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
|
1943 |
private Telerik.WinControls.UI.RadCheckedDropDownList radCheckedDropDownListDateType; |
|
1944 |
private Telerik.WinControls.UI.RadDateTimePicker radDateTimePickerFr; |
|
1945 |
private Telerik.WinControls.UI.RadDateTimePicker radDateTimePickerTo; |
|
1946 |
private Telerik.WinControls.UI.RadButton radButtonDateClear; |
|
1947 |
private Telerik.WinControls.UI.RadLabel radLabelSplit; |
|
1833 | 1948 |
} |
1834 | 1949 |
} |
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
88 | 88 |
this.radButtonElementExcelImport.Click += RadButtonElementExcelImport_Click; |
89 | 89 |
this.radButtonElementExcelExport.Click += RadButtonElementExcelExport_Click; |
90 | 90 |
|
91 |
this.radButtonDateClear.Click += RadButtonDateClear_Click; |
|
91 | 92 |
this.radCheckBox1.CheckStateChanged += RadCheckBox_CheckStateChanged; |
92 | 93 |
this.radCheckBox2.CheckStateChanged += RadCheckBox_CheckStateChanged; |
93 | 94 |
this.radCheckBox3.CheckStateChanged += RadCheckBox_CheckStateChanged; |
... | ... | |
774 | 775 |
{ |
775 | 776 |
try |
776 | 777 |
{ |
777 |
#region 도면 |
|
778 |
#region Date |
|
779 |
//Date Type |
|
780 |
if (this.radCheckedDropDownListDateType.DataSource != null) |
|
781 |
this.radCheckedDropDownListDateType.DataSource = null; |
|
782 |
|
|
783 |
this.radCheckedDropDownListDateType.DataSource = informations.DateType; |
|
784 |
this.radCheckedDropDownListDateType.DisplayMember = "Value"; |
|
785 |
this.radCheckedDropDownListDateType.ValueMember = "Key"; |
|
786 |
|
|
787 |
//ToDate |
|
788 |
this.radDateTimePickerTo.NullableValue = null; |
|
789 |
this.radDateTimePickerTo.SetToNullValue(); |
|
790 |
//FromDate |
|
791 |
this.radDateTimePickerFr.NullableValue = null; |
|
792 |
this.radDateTimePickerFr.SetToNullValue(); |
|
793 |
#endregion |
|
794 |
|
|
795 |
#region 도면 |
|
778 | 796 |
//Project List |
779 | 797 |
if (this.radDropDownListProject.Items.Count > 0) |
780 | 798 |
this.radDropDownListProject.Items.Clear(); |
... | ... | |
1067 | 1085 |
throw ex; |
1068 | 1086 |
} |
1069 | 1087 |
} |
1070 |
#endregion |
|
1088 |
#endregion |
|
1089 |
|
|
1090 |
#region Button, Checkbox event |
|
1091 |
private void RadButtonDateClear_Click(object sender, EventArgs e) |
|
1092 |
{ |
|
1093 |
//DateType |
|
1094 |
this.radCheckedDropDownListDateType.CheckedItems.Clear(); |
|
1095 |
//ToDate |
|
1096 |
this.radDateTimePickerTo.NullableValue = null; |
|
1097 |
this.radDateTimePickerTo.SetToNullValue(); |
|
1098 |
//FromDate |
|
1099 |
this.radDateTimePickerFr.NullableValue = null; |
|
1100 |
this.radDateTimePickerFr.SetToNullValue(); |
|
1101 |
} |
|
1071 | 1102 |
|
1072 |
#region Button, Checkbox event |
|
1073 | 1103 |
private void RadCheckBox_CheckStateChanged(object sender, EventArgs e) |
1074 | 1104 |
{ |
1075 | 1105 |
if (sender is RadCheckBox) |
내보내기 Unified diff