개정판 2b0af253
issue #0000
Area → Team
도면 이름 → 도면 ID 으로 변경
Change-Id: I64bbfa4af1bfcd8fe4d81ee544a585bccdeb3760
ID2.Manager/ID2.Manager/Main.Designer.cs | ||
---|---|---|
110 | 110 |
this.radLabel4 = new Telerik.WinControls.UI.RadLabel(); |
111 | 111 |
this.radLabel3 = new Telerik.WinControls.UI.RadLabel(); |
112 | 112 |
this.radLabel2 = new Telerik.WinControls.UI.RadLabel(); |
113 |
this.radLabelArea = new Telerik.WinControls.UI.RadLabel();
|
|
113 |
this.radLabelTeam = new Telerik.WinControls.UI.RadLabel();
|
|
114 | 114 |
this.radButtonSearch = new Telerik.WinControls.UI.RadButton(); |
115 | 115 |
this.radDropDownListProject = new Telerik.WinControls.UI.RadDropDownList(); |
116 | 116 |
this.radLabelDocumentNo = new Telerik.WinControls.UI.RadLabel(); |
... | ... | |
182 | 182 |
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit(); |
183 | 183 |
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit(); |
184 | 184 |
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit(); |
185 |
((System.ComponentModel.ISupportInitialize)(this.radLabelArea)).BeginInit();
|
|
185 |
((System.ComponentModel.ISupportInitialize)(this.radLabelTeam)).BeginInit();
|
|
186 | 186 |
((System.ComponentModel.ISupportInitialize)(this.radButtonSearch)).BeginInit(); |
187 | 187 |
((System.ComponentModel.ISupportInitialize)(this.radDropDownListProject)).BeginInit(); |
188 | 188 |
((System.ComponentModel.ISupportInitialize)(this.radLabelDocumentNo)).BeginInit(); |
... | ... | |
444 | 444 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel4, 0, 3); |
445 | 445 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel3, 0, 2); |
446 | 446 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabel2, 0, 1); |
447 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelArea, 1, 0);
|
|
447 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelTeam, 1, 0);
|
|
448 | 448 |
this.tableLayoutPanelCondition.Controls.Add(this.radButtonSearch, 9, 0); |
449 | 449 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListProject, 2, 0); |
450 | 450 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelDocumentNo, 7, 0); |
... | ... | |
581 | 581 |
this.radLabel2.TabIndex = 6; |
582 | 582 |
this.radLabel2.Text = "검토"; |
583 | 583 |
// |
584 |
// radLabelArea
|
|
584 |
// radLabelTeam
|
|
585 | 585 |
// |
586 |
this.radLabelArea.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
587 |
this.radLabelArea.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
588 |
this.radLabelArea.Location = new System.Drawing.Point(55, 6);
|
|
589 |
this.radLabelArea.Name = "radLabelArea";
|
|
590 |
this.radLabelArea.Size = new System.Drawing.Size(41, 17);
|
|
591 |
this.radLabelArea.TabIndex = 5;
|
|
592 |
this.radLabelArea.Text = "Area";
|
|
586 |
this.radLabelTeam.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
587 |
this.radLabelTeam.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
588 |
this.radLabelTeam.Location = new System.Drawing.Point(55, 6);
|
|
589 |
this.radLabelTeam.Name = "radLabelTeam";
|
|
590 |
this.radLabelTeam.Size = new System.Drawing.Size(41, 17);
|
|
591 |
this.radLabelTeam.TabIndex = 5;
|
|
592 |
this.radLabelTeam.Text = "Team";
|
|
593 | 593 |
// |
594 | 594 |
// radButtonSearch |
595 | 595 |
// |
... | ... | |
621 | 621 |
this.radLabelDocumentNo.Name = "radLabelDocumentNo"; |
622 | 622 |
this.radLabelDocumentNo.Size = new System.Drawing.Size(56, 17); |
623 | 623 |
this.radLabelDocumentNo.TabIndex = 6; |
624 |
this.radLabelDocumentNo.Text = "DWG No";
|
|
624 |
this.radLabelDocumentNo.Text = "도면 ID";
|
|
625 | 625 |
// |
626 | 626 |
// radTextBoxDocumentNo |
627 | 627 |
// |
... | ... | |
889 | 889 |
gridViewCommandColumn4.Width = 70; |
890 | 890 |
gridViewComboBoxColumn1.EnableExpressionEditor = false; |
891 | 891 |
gridViewComboBoxColumn1.FieldName = "RefProjectCode"; |
892 |
gridViewComboBoxColumn1.HeaderText = "Area";
|
|
892 |
gridViewComboBoxColumn1.HeaderText = "Team";
|
|
893 | 893 |
gridViewComboBoxColumn1.Name = "RefProjectCode"; |
894 | 894 |
gridViewComboBoxColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; |
895 | 895 |
gridViewComboBoxColumn1.Width = 150; |
896 | 896 |
gridViewTextBoxColumn1.EnableExpressionEditor = false; |
897 | 897 |
gridViewTextBoxColumn1.FieldName = "DocumentNo"; |
898 |
gridViewTextBoxColumn1.HeaderText = "이름";
|
|
898 |
gridViewTextBoxColumn1.HeaderText = "ID";
|
|
899 | 899 |
gridViewTextBoxColumn1.Name = "DocumentNo"; |
900 | 900 |
gridViewTextBoxColumn1.Width = 150; |
901 | 901 |
gridViewComboBoxColumn2.EnableExpressionEditor = false; |
... | ... | |
1554 | 1554 |
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit(); |
1555 | 1555 |
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit(); |
1556 | 1556 |
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit(); |
1557 |
((System.ComponentModel.ISupportInitialize)(this.radLabelArea)).EndInit();
|
|
1557 |
((System.ComponentModel.ISupportInitialize)(this.radLabelTeam)).EndInit();
|
|
1558 | 1558 |
((System.ComponentModel.ISupportInitialize)(this.radButtonSearch)).EndInit(); |
1559 | 1559 |
((System.ComponentModel.ISupportInitialize)(this.radDropDownListProject)).EndInit(); |
1560 | 1560 |
((System.ComponentModel.ISupportInitialize)(this.radLabelDocumentNo)).EndInit(); |
... | ... | |
1628 | 1628 |
private Telerik.WinControls.UI.RadCheckBox radCheckBox1; |
1629 | 1629 |
private Telerik.WinControls.UI.RadCheckBox radCheckBox4; |
1630 | 1630 |
private Telerik.WinControls.UI.RadLabel radLabelGroupVIew; |
1631 |
private Telerik.WinControls.UI.RadLabel radLabelArea;
|
|
1631 |
private Telerik.WinControls.UI.RadLabel radLabelTeam;
|
|
1632 | 1632 |
private Telerik.WinControls.UI.RadLabel radLabelPersonInCharge; |
1633 | 1633 |
private Telerik.WinControls.UI.RadLabel radLabelDocumentNo; |
1634 | 1634 |
private Telerik.WinControls.UI.RadStatusStrip radStatusStripMain; |
내보내기 Unified diff