- 글자 크기와 툴바 아이콘 크기 조정
- Material compatibility table 리포트에 추가 - Material compatibility table 정렬되지 않도록 - 탭 패널 아이콘 적용 Radar Graph - 항목의 폰트 크기 조정 - 영역에 색 지정 데이터는 라인으로 - 이 창을 띄울 땐 무조건 All이 선택되도록 - 데이터가 3개보다 적을 때 팝업 Trend Graph - 재질 쌍 표시 - 영역 색을 조정 Analysis Table - 재질 더블클릭 시 Material Table이 선택
This commit is contained in:
3
PanelAnalysis.Designer.cs
generated
3
PanelAnalysis.Designer.cs
generated
@@ -28,6 +28,7 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PanelAnalysis));
|
||||
this.dgvAnalysis = new System.Windows.Forms.DataGridView();
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
@@ -59,6 +60,7 @@
|
||||
this.dgvAnalysis.RowTemplate.Height = 23;
|
||||
this.dgvAnalysis.Size = new System.Drawing.Size(856, 546);
|
||||
this.dgvAnalysis.TabIndex = 0;
|
||||
this.dgvAnalysis.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAnalysis_CellContentDoubleClick);
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
@@ -214,6 +216,7 @@
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.Controls.Add(this.dgvAnalysis);
|
||||
this.HideOnClose = true;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "PanelAnalysis";
|
||||
this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document;
|
||||
this.TabText = "Analysis Table";
|
||||
|
||||
Reference in New Issue
Block a user