增加图标

This commit is contained in:
ww-rm
2025-03-03 23:49:36 +08:00
parent e43eb876a4
commit e1431d3aea
8 changed files with 12596 additions and 4 deletions

View File

@@ -27,6 +27,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutDialog));
tableLayoutPanel_About = new TableLayoutPanel(); tableLayoutPanel_About = new TableLayoutPanel();
label3 = new Label(); label3 = new Label();
label1 = new Label(); label1 = new Label();
@@ -123,12 +124,12 @@
ClientSize = new Size(736, 313); ClientSize = new Size(736, 313);
Controls.Add(panel1); Controls.Add(panel1);
FormBorderStyle = FormBorderStyle.FixedDialog; FormBorderStyle = FormBorderStyle.FixedDialog;
Icon = (Icon)resources.GetObject("$this.Icon");
Margin = new Padding(6); Margin = new Padding(6);
MaximizeBox = false; MaximizeBox = false;
MinimizeBox = false; MinimizeBox = false;
Name = "AboutDialog"; Name = "AboutDialog";
Padding = new Padding(16, 17, 16, 17); Padding = new Padding(16, 17, 16, 17);
ShowIcon = false;
ShowInTaskbar = false; ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterParent; StartPosition = FormStartPosition.CenterParent;
Text = "关于 SpineViewer"; Text = "关于 SpineViewer";

File diff suppressed because it is too large Load Diff

View File

@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BatchOpenSpineDialog));
panel = new Panel(); panel = new Panel();
tableLayoutPanel1 = new TableLayoutPanel(); tableLayoutPanel1 = new TableLayoutPanel();
label4 = new Label(); label4 = new Label();
@@ -205,10 +206,10 @@
ClientSize = new Size(1126, 449); ClientSize = new Size(1126, 449);
Controls.Add(panel); Controls.Add(panel);
FormBorderStyle = FormBorderStyle.FixedDialog; FormBorderStyle = FormBorderStyle.FixedDialog;
Icon = (Icon)resources.GetObject("$this.Icon");
MaximizeBox = false; MaximizeBox = false;
MinimizeBox = false; MinimizeBox = false;
Name = "BatchOpenSpineDialog"; Name = "BatchOpenSpineDialog";
ShowIcon = false;
ShowInTaskbar = false; ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterScreen; StartPosition = FormStartPosition.CenterScreen;
Text = "批量打开骨骼"; Text = "批量打开骨骼";

File diff suppressed because it is too large Load Diff

View File

@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportPngDialog));
panel1 = new Panel(); panel1 = new Panel();
tableLayoutPanel1 = new TableLayoutPanel(); tableLayoutPanel1 = new TableLayoutPanel();
label4 = new Label(); label4 = new Label();
@@ -231,10 +232,10 @@
ClientSize = new Size(919, 276); ClientSize = new Size(919, 276);
Controls.Add(panel1); Controls.Add(panel1);
FormBorderStyle = FormBorderStyle.FixedDialog; FormBorderStyle = FormBorderStyle.FixedDialog;
Icon = (Icon)resources.GetObject("$this.Icon");
MaximizeBox = false; MaximizeBox = false;
MinimizeBox = false; MinimizeBox = false;
Name = "ExportPngDialog"; Name = "ExportPngDialog";
ShowIcon = false;
ShowInTaskbar = false; ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterScreen; StartPosition = FormStartPosition.CenterScreen;
Text = "导出PNG序列"; Text = "导出PNG序列";

File diff suppressed because it is too large Load Diff

View File

@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OpenSpineDialog));
panel1 = new Panel(); panel1 = new Panel();
tableLayoutPanel1 = new TableLayoutPanel(); tableLayoutPanel1 = new TableLayoutPanel();
label4 = new Label(); label4 = new Label();
@@ -248,10 +249,10 @@
ClientSize = new Size(907, 286); ClientSize = new Size(907, 286);
Controls.Add(panel1); Controls.Add(panel1);
FormBorderStyle = FormBorderStyle.FixedDialog; FormBorderStyle = FormBorderStyle.FixedDialog;
Icon = (Icon)resources.GetObject("$this.Icon");
MaximizeBox = false; MaximizeBox = false;
MinimizeBox = false; MinimizeBox = false;
Name = "OpenSpineDialog"; Name = "OpenSpineDialog";
ShowIcon = false;
ShowInTaskbar = false; ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterScreen; StartPosition = FormStartPosition.CenterScreen;
Text = "打开骨骼"; Text = "打开骨骼";

File diff suppressed because it is too large Load Diff