개정판 02b81cfd
issue #0000
- Main 화면에 Open 된 프로젝트그룹 확인 할 수 있도록 수정
Change-Id: Ib452754c404e1ba42580d3e5a66ef3c8808f609d
ID2.Manager/ID2.Manager/Main.Designer.cs | ||
---|---|---|
209 | 209 |
this.radPageViewComment = new Telerik.WinControls.UI.RadPageView(); |
210 | 210 |
this.radPageViewPageWork = new Telerik.WinControls.UI.RadPageViewPage(); |
211 | 211 |
this.radPageViewPageReview = new Telerik.WinControls.UI.RadPageViewPage(); |
212 |
this.radLabelProjectGroupNm = new Telerik.WinControls.UI.RadLabel(); |
|
212 | 213 |
((System.ComponentModel.ISupportInitialize)(this.ID2ManagerRadRibbonBar)).BeginInit(); |
213 | 214 |
((System.ComponentModel.ISupportInitialize)(this.radRibbonBarBackstageViewID2Manager)).BeginInit(); |
214 | 215 |
this.radRibbonBarBackstageViewID2Manager.SuspendLayout(); |
... | ... | |
589 | 590 |
this.LayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 5F)); |
590 | 591 |
this.LayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
591 | 592 |
this.LayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 5F)); |
592 |
this.LayoutMain.Controls.Add(this.tableLayoutPanelGroup, 1, 2); |
|
593 |
this.LayoutMain.Controls.Add(this.tableLayoutMain, 1, 3); |
|
594 |
this.LayoutMain.Controls.Add(this.radCollapsiblePanelCondition, 1, 0); |
|
593 |
this.LayoutMain.Controls.Add(this.tableLayoutPanelGroup, 1, 3); |
|
594 |
this.LayoutMain.Controls.Add(this.tableLayoutMain, 1, 4); |
|
595 |
this.LayoutMain.Controls.Add(this.radCollapsiblePanelCondition, 1, 1); |
|
596 |
this.LayoutMain.Controls.Add(this.radLabelProjectGroupNm, 1, 0); |
|
595 | 597 |
this.LayoutMain.Dock = System.Windows.Forms.DockStyle.Fill; |
596 | 598 |
this.LayoutMain.Location = new System.Drawing.Point(0, 0); |
597 | 599 |
this.LayoutMain.Name = "LayoutMain"; |
598 |
this.LayoutMain.RowCount = 4; |
|
600 |
this.LayoutMain.RowCount = 5; |
|
601 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
|
599 | 602 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 210F)); |
600 | 603 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F)); |
601 | 604 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
602 | 605 |
this.LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
603 |
this.LayoutMain.Size = new System.Drawing.Size(1009, 598);
|
|
606 |
this.LayoutMain.Size = new System.Drawing.Size(1009, 618);
|
|
604 | 607 |
this.LayoutMain.TabIndex = 0; |
605 | 608 |
// |
606 | 609 |
// tableLayoutPanelGroup |
... | ... | |
2046 | 2049 |
this.radPageViewPageReview.Size = new System.Drawing.Size(276, 559); |
2047 | 2050 |
this.radPageViewPageReview.Text = "검토"; |
2048 | 2051 |
// |
2052 |
// radLabelProjectGroupNm |
|
2053 |
// |
|
2054 |
this.radLabelProjectGroupNm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
2055 |
this.radLabelProjectGroupNm.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
2056 |
this.radLabelProjectGroupNm.Location = new System.Drawing.Point(8, 4); |
|
2057 |
this.radLabelProjectGroupNm.Name = "radLabelProjectGroupNm"; |
|
2058 |
this.radLabelProjectGroupNm.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0); |
|
2059 |
this.radLabelProjectGroupNm.Size = new System.Drawing.Size(150, 21); |
|
2060 |
this.radLabelProjectGroupNm.TabIndex = 10; |
|
2061 |
this.radLabelProjectGroupNm.Text = "프로젝트를 선택하세요."; |
|
2062 |
// |
|
2049 | 2063 |
// Main |
2050 | 2064 |
// |
2051 | 2065 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
... | ... | |
2145 | 2159 |
this.DockWindowComment.ResumeLayout(false); |
2146 | 2160 |
((System.ComponentModel.ISupportInitialize)(this.radPageViewComment)).EndInit(); |
2147 | 2161 |
this.radPageViewComment.ResumeLayout(false); |
2162 |
((System.ComponentModel.ISupportInitialize)(this.radLabelProjectGroupNm)).EndInit(); |
|
2148 | 2163 |
((System.ComponentModel.ISupportInitialize)(this)).EndInit(); |
2149 | 2164 |
this.ResumeLayout(false); |
2150 | 2165 |
this.PerformLayout(); |
... | ... | |
2281 | 2296 |
private System.Windows.Forms.Label lbChecked; |
2282 | 2297 |
private Telerik.WinControls.UI.RadLabel radLabelProject; |
2283 | 2298 |
private Telerik.WinControls.UI.RadDropDownList radDropDownListTeam; |
2299 |
private Telerik.WinControls.UI.RadLabel radLabelProjectGroupNm; |
|
2284 | 2300 |
} |
2285 | 2301 |
} |
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
961 | 961 | |
962 | 962 |
try |
963 | 963 |
{ |
964 |
//Project Group Name |
|
965 |
this.radLabelProjectGroupNm.Text = informations.ActiveProject.Name; |
|
966 | ||
964 | 967 |
#region Date |
965 | 968 |
//Date Type |
966 | 969 |
if (this.radCheckedDropDownListDateType.DataSource != null) |
... | ... | |
1374 | 1377 |
private void RadCollapsiblePanelCondition_Collapsed(object sender, EventArgs e) |
1375 | 1378 |
{ |
1376 | 1379 |
this.radCollapsiblePanelCondition.HeaderText = "Show"; |
1377 |
this.LayoutMain.RowStyles[0] = new RowStyle() { SizeType = SizeType.Absolute, Height = 30F };
|
|
1380 |
this.LayoutMain.RowStyles[1] = new RowStyle() { SizeType = SizeType.Absolute, Height = 30F };
|
|
1378 | 1381 |
} |
1379 | 1382 | |
1380 | 1383 |
private void RadCollapsiblePanelCondition_Expanded(object sender, EventArgs e) |
1381 | 1384 |
{ |
1382 | 1385 |
this.radCollapsiblePanelCondition.HeaderText = "Hide"; |
1383 |
this.LayoutMain.RowStyles[0] = new RowStyle() { SizeType = SizeType.Absolute, Height = 210F };
|
|
1386 |
this.LayoutMain.RowStyles[1] = new RowStyle() { SizeType = SizeType.Absolute, Height = 210F };
|
|
1384 | 1387 |
} |
1385 | 1388 | |
1386 | 1389 |
private void RadCheckBoxFreezed_CheckStateChanged(object sender, EventArgs e) |
내보내기 Unified diff