- 툴바 아이콘 지정

- 메뉴바 테마 적용
- 메뉴바 기능 연결
- 파일 로딩 후 기능들 연결
This commit is contained in:
2017-06-20 03:52:08 +09:00
parent 7be92b315a
commit 760ce6abc2
23 changed files with 6673 additions and 315 deletions

View File

@@ -21,6 +21,11 @@ namespace friction
m_Owner = owner;
this.ApplyTheme();
Theme.Apply(this);
Theme.Apply(cbMaterialSpring);
Theme.Apply(cbMaterialTable);
Theme.Apply(btApply);
}
public void UpdateData(DataHandler data)
@@ -40,6 +45,8 @@ namespace friction
cbMaterialTable.SelectedIndex = 0;
lbFileName.Text = data.GetFileName();
m_Owner.OnApplyData((string)cbMaterialSpring.SelectedItem, (string)cbMaterialTable.SelectedItem);
}
private void btApply_Click(object sender, EventArgs e)