diff --git a/SpineViewer/Controls/SkelFileListBox.Designer.cs b/SpineViewer/Controls/SkelFileListBox.Designer.cs
index 40cf95e..8c84065 100644
--- a/SpineViewer/Controls/SkelFileListBox.Designer.cs
+++ b/SpineViewer/Controls/SkelFileListBox.Designer.cs
@@ -20,127 +20,131 @@
base.Dispose(disposing);
}
- #region 组件设计器生成的代码
+ #region 组件设计器生成的代码
- ///
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- ///
- private void InitializeComponent()
- {
- components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SkelFileListBox));
- tableLayoutPanel1 = new TableLayoutPanel();
- flowLayoutPanel1 = new FlowLayoutPanel();
- button_AddFolder = new Button();
- button_AddFile = new Button();
- label_Tip = new Label();
- listBox = new ListBox();
- contextMenuStrip = new ContextMenuStrip(components);
- toolStripMenuItem_SelectAll = new ToolStripMenuItem();
- toolStripMenuItem_Paste = new ToolStripMenuItem();
- toolStripMenuItem_Remove = new ToolStripMenuItem();
- folderBrowserDialog = new FolderBrowserDialog();
- openFileDialog_Skel = new OpenFileDialog();
- tableLayoutPanel1.SuspendLayout();
- flowLayoutPanel1.SuspendLayout();
- contextMenuStrip.SuspendLayout();
- SuspendLayout();
- //
- // tableLayoutPanel1
- //
- resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
- tableLayoutPanel1.Controls.Add(flowLayoutPanel1, 0, 0);
- tableLayoutPanel1.Controls.Add(listBox, 0, 1);
- tableLayoutPanel1.Name = "tableLayoutPanel1";
- //
- // flowLayoutPanel1
- //
- resources.ApplyResources(flowLayoutPanel1, "flowLayoutPanel1");
- flowLayoutPanel1.Controls.Add(button_AddFolder);
- flowLayoutPanel1.Controls.Add(button_AddFile);
- flowLayoutPanel1.Controls.Add(label_Tip);
- flowLayoutPanel1.Name = "flowLayoutPanel1";
- //
- // button_AddFolder
- //
- resources.ApplyResources(button_AddFolder, "button_AddFolder");
- button_AddFolder.Name = "button_AddFolder";
- button_AddFolder.UseVisualStyleBackColor = true;
- button_AddFolder.Click += button_AddFolder_Click;
- //
- // button_AddFile
- //
- resources.ApplyResources(button_AddFile, "button_AddFile");
- button_AddFile.Name = "button_AddFile";
- button_AddFile.UseVisualStyleBackColor = true;
- button_AddFile.Click += button_AddFile_Click;
- //
- // label_Tip
- //
- resources.ApplyResources(label_Tip, "label_Tip");
- label_Tip.Name = "label_Tip";
- //
- // listBox
- //
- listBox.AllowDrop = true;
- listBox.ContextMenuStrip = contextMenuStrip;
- resources.ApplyResources(listBox, "listBox");
- listBox.FormattingEnabled = true;
- listBox.Name = "listBox";
- listBox.SelectionMode = SelectionMode.MultiExtended;
- listBox.DragDrop += listBox_DragDrop;
- listBox.DragEnter += listBox_DragEnter;
- //
- // contextMenuStrip
- //
- contextMenuStrip.ImageScalingSize = new Size(24, 24);
- contextMenuStrip.Items.AddRange(new ToolStripItem[] { toolStripMenuItem_SelectAll, toolStripMenuItem_Paste, toolStripMenuItem_Remove });
- contextMenuStrip.Name = "contextMenuStrip";
- resources.ApplyResources(contextMenuStrip, "contextMenuStrip");
- //
- // toolStripMenuItem_SelectAll
- //
- toolStripMenuItem_SelectAll.Name = "toolStripMenuItem_SelectAll";
- resources.ApplyResources(toolStripMenuItem_SelectAll, "toolStripMenuItem_SelectAll");
- toolStripMenuItem_SelectAll.Click += toolStripMenuItem_SelectAll_Click;
- //
- // toolStripMenuItem_Paste
- //
- toolStripMenuItem_Paste.Name = "toolStripMenuItem_Paste";
- resources.ApplyResources(toolStripMenuItem_Paste, "toolStripMenuItem_Paste");
- toolStripMenuItem_Paste.Click += toolStripMenuItem_Paste_Click;
- //
- // toolStripMenuItem_Remove
- //
- toolStripMenuItem_Remove.Name = "toolStripMenuItem_Remove";
- resources.ApplyResources(toolStripMenuItem_Remove, "toolStripMenuItem_Remove");
- toolStripMenuItem_Remove.Click += toolStripMenuItem_Remove_Click;
- //
- // openFileDialog_Skel
- //
- openFileDialog_Skel.AddExtension = false;
- openFileDialog_Skel.AddToRecent = false;
- resources.ApplyResources(openFileDialog_Skel, "openFileDialog_Skel");
- openFileDialog_Skel.Multiselect = true;
- //
- // SkelFileListBox
- //
- resources.ApplyResources(this, "$this");
- AutoScaleMode = AutoScaleMode.Font;
- Controls.Add(tableLayoutPanel1);
- Name = "SkelFileListBox";
- tableLayoutPanel1.ResumeLayout(false);
- tableLayoutPanel1.PerformLayout();
- flowLayoutPanel1.ResumeLayout(false);
- flowLayoutPanel1.PerformLayout();
- contextMenuStrip.ResumeLayout(false);
- ResumeLayout(false);
- }
+ ///
+ /// 设计器支持所需的方法 - 不要修改
+ /// 使用代码编辑器修改此方法的内容。
+ ///
+ private void InitializeComponent()
+ {
+ components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SkelFileListBox));
+ tableLayoutPanel1 = new TableLayoutPanel();
+ flowLayoutPanel1 = new FlowLayoutPanel();
+ button_AddFolder = new Button();
+ button_AddFile = new Button();
+ label_Tip = new Label();
+ listBox = new ListBox();
+ contextMenuStrip = new ContextMenuStrip(components);
+ toolStripMenuItem_SelectAll = new ToolStripMenuItem();
+ toolStripMenuItem_Paste = new ToolStripMenuItem();
+ toolStripMenuItem_Remove = new ToolStripMenuItem();
+ folderBrowserDialog = new FolderBrowserDialog();
+ openFileDialog_Skel = new OpenFileDialog();
+ tableLayoutPanel1.SuspendLayout();
+ flowLayoutPanel1.SuspendLayout();
+ contextMenuStrip.SuspendLayout();
+ SuspendLayout();
+ //
+ // tableLayoutPanel1
+ //
+ resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
+ tableLayoutPanel1.Controls.Add(flowLayoutPanel1, 0, 0);
+ tableLayoutPanel1.Controls.Add(listBox, 0, 1);
+ tableLayoutPanel1.Name = "tableLayoutPanel1";
+ //
+ // flowLayoutPanel1
+ //
+ resources.ApplyResources(flowLayoutPanel1, "flowLayoutPanel1");
+ flowLayoutPanel1.Controls.Add(button_AddFolder);
+ flowLayoutPanel1.Controls.Add(button_AddFile);
+ flowLayoutPanel1.Controls.Add(label_Tip);
+ flowLayoutPanel1.Name = "flowLayoutPanel1";
+ //
+ // button_AddFolder
+ //
+ resources.ApplyResources(button_AddFolder, "button_AddFolder");
+ button_AddFolder.Name = "button_AddFolder";
+ button_AddFolder.UseVisualStyleBackColor = true;
+ button_AddFolder.Click += button_AddFolder_Click;
+ //
+ // button_AddFile
+ //
+ resources.ApplyResources(button_AddFile, "button_AddFile");
+ button_AddFile.Name = "button_AddFile";
+ button_AddFile.UseVisualStyleBackColor = true;
+ button_AddFile.Click += button_AddFile_Click;
+ //
+ // label_Tip
+ //
+ resources.ApplyResources(label_Tip, "label_Tip");
+ label_Tip.Name = "label_Tip";
+ //
+ // listBox
+ //
+ resources.ApplyResources(listBox, "listBox");
+ listBox.AllowDrop = true;
+ listBox.ContextMenuStrip = contextMenuStrip;
+ listBox.FormattingEnabled = true;
+ listBox.Name = "listBox";
+ listBox.SelectionMode = SelectionMode.MultiExtended;
+ listBox.DragDrop += listBox_DragDrop;
+ listBox.DragEnter += listBox_DragEnter;
+ //
+ // contextMenuStrip
+ //
+ resources.ApplyResources(contextMenuStrip, "contextMenuStrip");
+ contextMenuStrip.ImageScalingSize = new Size(24, 24);
+ contextMenuStrip.Items.AddRange(new ToolStripItem[] { toolStripMenuItem_SelectAll, toolStripMenuItem_Paste, toolStripMenuItem_Remove });
+ contextMenuStrip.Name = "contextMenuStrip";
+ //
+ // toolStripMenuItem_SelectAll
+ //
+ resources.ApplyResources(toolStripMenuItem_SelectAll, "toolStripMenuItem_SelectAll");
+ toolStripMenuItem_SelectAll.Name = "toolStripMenuItem_SelectAll";
+ toolStripMenuItem_SelectAll.Click += toolStripMenuItem_SelectAll_Click;
+ //
+ // toolStripMenuItem_Paste
+ //
+ resources.ApplyResources(toolStripMenuItem_Paste, "toolStripMenuItem_Paste");
+ toolStripMenuItem_Paste.Name = "toolStripMenuItem_Paste";
+ toolStripMenuItem_Paste.Click += toolStripMenuItem_Paste_Click;
+ //
+ // toolStripMenuItem_Remove
+ //
+ resources.ApplyResources(toolStripMenuItem_Remove, "toolStripMenuItem_Remove");
+ toolStripMenuItem_Remove.Name = "toolStripMenuItem_Remove";
+ toolStripMenuItem_Remove.Click += toolStripMenuItem_Remove_Click;
+ //
+ // folderBrowserDialog
+ //
+ resources.ApplyResources(folderBrowserDialog, "folderBrowserDialog");
+ //
+ // openFileDialog_Skel
+ //
+ openFileDialog_Skel.AddExtension = false;
+ openFileDialog_Skel.AddToRecent = false;
+ resources.ApplyResources(openFileDialog_Skel, "openFileDialog_Skel");
+ openFileDialog_Skel.Multiselect = true;
+ //
+ // SkelFileListBox
+ //
+ resources.ApplyResources(this, "$this");
+ AutoScaleMode = AutoScaleMode.Font;
+ Controls.Add(tableLayoutPanel1);
+ Name = "SkelFileListBox";
+ tableLayoutPanel1.ResumeLayout(false);
+ tableLayoutPanel1.PerformLayout();
+ flowLayoutPanel1.ResumeLayout(false);
+ flowLayoutPanel1.PerformLayout();
+ contextMenuStrip.ResumeLayout(false);
+ ResumeLayout(false);
+ }
- #endregion
+ #endregion
- private TableLayoutPanel tableLayoutPanel1;
+ private TableLayoutPanel tableLayoutPanel1;
private ListBox listBox;
private FlowLayoutPanel flowLayoutPanel1;
private Button button_AddFolder;
diff --git a/SpineViewer/Controls/SkelFileListBox.en.resx b/SpineViewer/Controls/SkelFileListBox.en.resx
index fbc2921..4706acf 100644
--- a/SpineViewer/Controls/SkelFileListBox.en.resx
+++ b/SpineViewer/Controls/SkelFileListBox.en.resx
@@ -1,17 +1,17 @@
-
@@ -118,53 +118,102 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 3, 2
+
+
+
+ 3, 2, 3, 2
+
+
+ 796, 38
+
+
+ 224, 94
+
+
+
+ 24
+
+
+ 3, 44
+
+
+ 3, 2, 3, 2
+
+
+ 796, 348
+
+
+ 3, 2, 3, 2
+
+
+ 802, 394
+
+
+ 3, 2
+
+
+ 3, 2, 3, 2
+
- 102, 30
+ 129, 34
Add Folder...
- 108, 2
+ 138, 2
+
+
+ 3, 2, 3, 2
- 89, 30
+ 112, 34
Add Files...
- 201, 7
+ 256, 7
- 92, 20
+ 117, 24
0 file added.
-
-
-
-
-
-
+
+ 223, 30
Select all
+
+ 223, 30
+
Paste
+
+ 223, 30
+
Remove
-
-
-
All files (*.*)|*.*|Skel files (*.skel; *.json)|*.skel;*.json
Select .skel files
+
+ 11, 24
+
+
+ 3, 2, 3, 2
+
+
+ 802, 394
+
\ No newline at end of file
diff --git a/SpineViewer/Controls/SkelFileListBox.resx b/SpineViewer/Controls/SkelFileListBox.resx
index 4d15ccf..79f2d9e 100644
--- a/SpineViewer/Controls/SkelFileListBox.resx
+++ b/SpineViewer/Controls/SkelFileListBox.resx
@@ -118,56 +118,50 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
+
+ 2
-
- True
-
-
-
- GrowAndShrink
-
-
- Fill
-
-
-
- 2, 2
-
-
-
- 2, 2, 2, 2
-
-
- 579, 34
-
-
- 1
-
-
- flowLayoutPanel1
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
+
+ 所有文件 (*.*)|*.*|skel 文件 (*.skel; *.json)|*.skel;*.json
0
-
- 556, 18
-
-
- 162, 76
+
+
+ 104, 30
-
- contextMenuStrip
+
+
+ 2, 2, 2, 2
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ label_Tip
+
+
+ System.Windows.Forms.UserControl, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 8, 20
+
+
+ True
+
+
+ 1
+
+
+
+ Del
+
+
+ 2, 2, 2, 2
+
+
+ True
+
+
+ flowLayoutPanel1
Fill
@@ -175,253 +169,256 @@
True
-
- 2, 40
-
-
- 2, 2, 2, 2
-
-
- 579, 286
-
-
- 0
-
-
- listBox
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ toolStripMenuItem_SelectAll
tableLayoutPanel1
-
- 1
-
-
- Fill
-
-
- 0, 0
-
-
- 2, 2, 2, 2
-
-
- 2
-
-
- 583, 328
-
-
- 0
-
-
- tableLayoutPanel1
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
1
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="listBox" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="AutoSize,0,Percent,100" /></TableLayoutSettings>
-
-
- True
-
-
- GrowAndShrink
-
-
+
2, 2
-
- 2, 2, 2, 2
-
-
- 104, 30
-
-
- 0
-
-
- 添加文件夹...
-
-
- button_AddFolder
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 0
-
-
- True
-
-
- GrowAndShrink
-
-
- 110, 2
-
-
- 2, 2, 2, 2
-
-
- 88, 30
-
-
- 1
-
-
- 添加文件...
-
-
- button_AddFile
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 1
-
-
- Left
-
-
- True
-
-
- 202, 7
-
-
- 2, 0, 2, 0
-
-
- 115, 20
-
-
- 3
-
-
- 已添加 0 个文件
-
-
- MiddleCenter
-
-
- label_Tip
-
System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- flowLayoutPanel1
-
-
- 2
-
-
- Ctrl+A
-
-
- 161, 24
-
-
- 全选
-
-
- Ctrl+V
-
-
- 161, 24
-
-
- 粘贴
-
-
- Del
-
-
- 161, 24
-
-
- 移除
-
-
- 286, 21
-
-
- 31, 27
-
-
- 所有文件 (*.*)|*.*|skel 文件 (*.skel; *.json)|*.skel;*.json
-
-
- 批量选择skel文件
-
-
- en
-
-
- True
-
-
- 8, 20
-
-
- 2, 2, 2, 2
-
-
- 583, 328
-
-
- toolStripMenuItem_SelectAll
+
+ 添加文件...
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 202, 7
+
+
+ 0
+
+
+ 161, 24
+
+
+ 110, 2
+
+
+ flowLayoutPanel1
+
+
+ Ctrl+A
+
toolStripMenuItem_Paste
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 2, 2, 2, 2
-
- toolStripMenuItem_Remove
+
+ System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 162, 76
+
+
+ True
+
+
+ 1
+
+
+ MiddleCenter
+
+
+ 115, 20
+
+
+ Fill
+
+
+ 2
+
+
+ 全选
+
+
+ 1
+
+
+ GrowAndShrink
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
folderBrowserDialog
-
- System.Windows.Forms.FolderBrowserDialog, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 已添加 0 个文件
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 579, 286
+
+
+ Ctrl+V
+
+
+ 0
+
+
+ 2, 2, 2, 2
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2, 2, 2, 2
+
+
+ listBox
+
+
+ 1
+
+
+ 0
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 粘贴
+
+
+ $this
+
+
+ 583, 328
+
+
+ 88, 30
+
+
+ GrowAndShrink
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 批量选择skel文件
+
+
+ 0, 0
+
+
+ flowLayoutPanel1
+
+
+ button_AddFile
+
+
+ 移除
+
+
+ 1
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ button_AddFolder
openFileDialog_Skel
-
- System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ flowLayoutPanel1
+
+
+ 2, 2, 2, 2
+
+
+ 添加文件夹...
+
+
+ tableLayoutPanel1
+
+
+ 3
+
+
+ 583, 328
SkelFileListBox
-
- System.Windows.Forms.UserControl, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ tableLayoutPanel1
+
+ 2, 40
+
+
+ Fill
+
+
+ 2, 2
+
+
+ contextMenuStrip
+
+
+ 579, 34
+
+
+ True
+
+
+ System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ toolStripMenuItem_Remove
+
+
+ 161, 24
+
+
+ 2, 0, 2, 0
+
+
+ GrowAndShrink
+
+
+ 161, 24
+
+
+ System.Windows.Forms.FolderBrowserDialog, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Left
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="listBox" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="AutoSize,0,Percent,100" /></TableLayoutSettings>
+
+
+ 0
+
+
+ 286, 21
+
+
+ 556, 18
+
+
+ 30, 21
+
+
+ True
+
\ No newline at end of file
diff --git a/SpineViewer/Controls/SpineListView.Designer.cs b/SpineViewer/Controls/SpineListView.Designer.cs
index c69cebf..9cda6be 100644
--- a/SpineViewer/Controls/SpineListView.Designer.cs
+++ b/SpineViewer/Controls/SpineListView.Designer.cs
@@ -20,252 +20,252 @@
base.Dispose(disposing);
}
- #region 组件设计器生成的代码
+ #region 组件设计器生成的代码
- ///
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- ///
- private void InitializeComponent()
- {
- components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SpineListView));
- listView = new ListView();
- columnHeader_Name = new ColumnHeader();
- contextMenuStrip = new ContextMenuStrip(components);
- toolStripMenuItem_Add = new ToolStripMenuItem();
- toolStripMenuItem_Insert = new ToolStripMenuItem();
- toolStripMenuItem_Remove = new ToolStripMenuItem();
- toolStripSeparator1 = new ToolStripSeparator();
- toolStripMenuItem_BatchAdd = new ToolStripMenuItem();
- toolStripMenuItem_RemoveAll = new ToolStripMenuItem();
- toolStripSeparator2 = new ToolStripSeparator();
- toolStripMenuItem_MoveUp = new ToolStripMenuItem();
- toolStripMenuItem_MoveDown = new ToolStripMenuItem();
- toolStripMenuItem_MoveTop = new ToolStripMenuItem();
- toolStripMenuItem_MoveBottom = new ToolStripMenuItem();
- toolStripSeparator3 = new ToolStripSeparator();
- toolStripMenuItem_CopyPreview = new ToolStripMenuItem();
- toolStripMenuItem_AddFromClipboard = new ToolStripMenuItem();
- toolStripMenuItem_SelectAll = new ToolStripMenuItem();
- toolStripSeparator4 = new ToolStripSeparator();
- toolStripMenuItem_ChangeView = new ToolStripMenuItem();
- toolStripMenuItem_LargeIconView = new ToolStripMenuItem();
- toolStripMenuItem_ListView = new ToolStripMenuItem();
- toolStripMenuItem_DetailsView = new ToolStripMenuItem();
- imageList_LargeIcon = new ImageList(components);
- imageList_SmallIcon = new ImageList(components);
- timer_SelectedIndexChangedDebounce = new System.Windows.Forms.Timer(components);
- statusStrip = new StatusStrip();
- toolStripStatusLabel_CountInfo = new ToolStripStatusLabel();
- tableLayoutPanel = new TableLayoutPanel();
- contextMenuStrip.SuspendLayout();
- statusStrip.SuspendLayout();
- tableLayoutPanel.SuspendLayout();
- SuspendLayout();
- //
- // listView
- //
- resources.ApplyResources(listView, "listView");
- listView.AllowDrop = true;
- listView.Columns.AddRange(new ColumnHeader[] { columnHeader_Name });
- listView.ContextMenuStrip = contextMenuStrip;
- listView.FullRowSelect = true;
- listView.GridLines = true;
- listView.LargeImageList = imageList_LargeIcon;
- listView.Name = "listView";
- listView.ShowItemToolTips = true;
- listView.SmallImageList = imageList_SmallIcon;
- listView.UseCompatibleStateImageBehavior = false;
- listView.View = View.Details;
- listView.ItemDrag += listView_ItemDrag;
- listView.SelectedIndexChanged += listView_SelectedIndexChanged;
- listView.DragDrop += listView_DragDrop;
- listView.DragEnter += listView_DragEnter;
- listView.DragOver += listView_DragOver;
- //
- // columnHeader_Name
- //
- resources.ApplyResources(columnHeader_Name, "columnHeader_Name");
- //
- // contextMenuStrip
- //
- resources.ApplyResources(contextMenuStrip, "contextMenuStrip");
- contextMenuStrip.ImageScalingSize = new Size(24, 24);
- contextMenuStrip.Items.AddRange(new ToolStripItem[] { toolStripMenuItem_Add, toolStripMenuItem_Insert, toolStripMenuItem_Remove, toolStripSeparator1, toolStripMenuItem_BatchAdd, toolStripMenuItem_RemoveAll, toolStripSeparator2, toolStripMenuItem_MoveUp, toolStripMenuItem_MoveDown, toolStripMenuItem_MoveTop, toolStripMenuItem_MoveBottom, toolStripSeparator3, toolStripMenuItem_CopyPreview, toolStripMenuItem_AddFromClipboard, toolStripMenuItem_SelectAll, toolStripSeparator4, toolStripMenuItem_ChangeView });
- contextMenuStrip.Name = "contextMenuStrip";
- contextMenuStrip.Closed += contextMenuStrip_Closed;
- contextMenuStrip.Opening += contextMenuStrip_Opening;
- //
- // toolStripMenuItem_Add
- //
- resources.ApplyResources(toolStripMenuItem_Add, "toolStripMenuItem_Add");
- toolStripMenuItem_Add.Name = "toolStripMenuItem_Add";
- toolStripMenuItem_Add.Click += toolStripMenuItem_Add_Click;
- //
- // toolStripMenuItem_Insert
- //
- resources.ApplyResources(toolStripMenuItem_Insert, "toolStripMenuItem_Insert");
- toolStripMenuItem_Insert.Name = "toolStripMenuItem_Insert";
- toolStripMenuItem_Insert.Click += toolStripMenuItem_Insert_Click;
- //
- // toolStripMenuItem_Remove
- //
- resources.ApplyResources(toolStripMenuItem_Remove, "toolStripMenuItem_Remove");
- toolStripMenuItem_Remove.Name = "toolStripMenuItem_Remove";
- toolStripMenuItem_Remove.Click += toolStripMenuItem_Remove_Click;
- //
- // toolStripSeparator1
- //
- resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
- toolStripSeparator1.Name = "toolStripSeparator1";
- //
- // toolStripMenuItem_BatchAdd
- //
- resources.ApplyResources(toolStripMenuItem_BatchAdd, "toolStripMenuItem_BatchAdd");
- toolStripMenuItem_BatchAdd.Name = "toolStripMenuItem_BatchAdd";
- toolStripMenuItem_BatchAdd.Click += toolStripMenuItem_BatchAdd_Click;
- //
- // toolStripMenuItem_RemoveAll
- //
- resources.ApplyResources(toolStripMenuItem_RemoveAll, "toolStripMenuItem_RemoveAll");
- toolStripMenuItem_RemoveAll.Name = "toolStripMenuItem_RemoveAll";
- toolStripMenuItem_RemoveAll.Click += toolStripMenuItem_RemoveAll_Click;
- //
- // toolStripSeparator2
- //
- resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2");
- toolStripSeparator2.Name = "toolStripSeparator2";
- //
- // toolStripMenuItem_MoveUp
- //
- resources.ApplyResources(toolStripMenuItem_MoveUp, "toolStripMenuItem_MoveUp");
- toolStripMenuItem_MoveUp.Name = "toolStripMenuItem_MoveUp";
- toolStripMenuItem_MoveUp.Click += toolStripMenuItem_MoveUp_Click;
- //
- // toolStripMenuItem_MoveDown
- //
- resources.ApplyResources(toolStripMenuItem_MoveDown, "toolStripMenuItem_MoveDown");
- toolStripMenuItem_MoveDown.Name = "toolStripMenuItem_MoveDown";
- toolStripMenuItem_MoveDown.Click += toolStripMenuItem_MoveDown_Click;
- //
- // toolStripMenuItem_MoveTop
- //
- resources.ApplyResources(toolStripMenuItem_MoveTop, "toolStripMenuItem_MoveTop");
- toolStripMenuItem_MoveTop.Name = "toolStripMenuItem_MoveTop";
- toolStripMenuItem_MoveTop.Click += toolStripMenuItem_MoveTop_Click;
- //
- // toolStripMenuItem_MoveBottom
- //
- resources.ApplyResources(toolStripMenuItem_MoveBottom, "toolStripMenuItem_MoveBottom");
- toolStripMenuItem_MoveBottom.Name = "toolStripMenuItem_MoveBottom";
- toolStripMenuItem_MoveBottom.Click += toolStripMenuItem_MoveBottom_Click;
- //
- // toolStripSeparator3
- //
- resources.ApplyResources(toolStripSeparator3, "toolStripSeparator3");
- toolStripSeparator3.Name = "toolStripSeparator3";
- //
- // toolStripMenuItem_CopyPreview
- //
- resources.ApplyResources(toolStripMenuItem_CopyPreview, "toolStripMenuItem_CopyPreview");
- toolStripMenuItem_CopyPreview.Name = "toolStripMenuItem_CopyPreview";
- toolStripMenuItem_CopyPreview.Click += toolStripMenuItem_CopyPreview_Click;
- //
- // toolStripMenuItem_AddFromClipboard
- //
- resources.ApplyResources(toolStripMenuItem_AddFromClipboard, "toolStripMenuItem_AddFromClipboard");
- toolStripMenuItem_AddFromClipboard.Name = "toolStripMenuItem_AddFromClipboard";
- toolStripMenuItem_AddFromClipboard.Click += toolStripMenuItem_AddFromClipboard_Click;
- //
- // toolStripMenuItem_SelectAll
- //
- resources.ApplyResources(toolStripMenuItem_SelectAll, "toolStripMenuItem_SelectAll");
- toolStripMenuItem_SelectAll.Name = "toolStripMenuItem_SelectAll";
- toolStripMenuItem_SelectAll.Click += toolStripMenuItem_SelectAll_Click;
- //
- // toolStripSeparator4
- //
- resources.ApplyResources(toolStripSeparator4, "toolStripSeparator4");
- toolStripSeparator4.Name = "toolStripSeparator4";
- //
- // toolStripMenuItem_ChangeView
- //
- resources.ApplyResources(toolStripMenuItem_ChangeView, "toolStripMenuItem_ChangeView");
- toolStripMenuItem_ChangeView.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_LargeIconView, toolStripMenuItem_ListView, toolStripMenuItem_DetailsView });
- toolStripMenuItem_ChangeView.Name = "toolStripMenuItem_ChangeView";
- //
- // toolStripMenuItem_LargeIconView
- //
- resources.ApplyResources(toolStripMenuItem_LargeIconView, "toolStripMenuItem_LargeIconView");
- toolStripMenuItem_LargeIconView.Name = "toolStripMenuItem_LargeIconView";
- toolStripMenuItem_LargeIconView.Click += toolStripMenuItem_LargeIconView_Click;
- //
- // toolStripMenuItem_ListView
- //
- resources.ApplyResources(toolStripMenuItem_ListView, "toolStripMenuItem_ListView");
- toolStripMenuItem_ListView.Name = "toolStripMenuItem_ListView";
- toolStripMenuItem_ListView.Click += toolStripMenuItem_ListView_Click;
- //
- // toolStripMenuItem_DetailsView
- //
- resources.ApplyResources(toolStripMenuItem_DetailsView, "toolStripMenuItem_DetailsView");
- toolStripMenuItem_DetailsView.Name = "toolStripMenuItem_DetailsView";
- toolStripMenuItem_DetailsView.Click += toolStripMenuItem_DetailsView_Click;
- //
- // imageList_LargeIcon
- //
- imageList_LargeIcon.ColorDepth = ColorDepth.Depth32Bit;
- resources.ApplyResources(imageList_LargeIcon, "imageList_LargeIcon");
- imageList_LargeIcon.TransparentColor = Color.Transparent;
- //
- // imageList_SmallIcon
- //
- imageList_SmallIcon.ColorDepth = ColorDepth.Depth32Bit;
- resources.ApplyResources(imageList_SmallIcon, "imageList_SmallIcon");
- imageList_SmallIcon.TransparentColor = Color.Transparent;
- //
- // timer_SelectedIndexChangedDebounce
- //
- timer_SelectedIndexChangedDebounce.Interval = 30;
- timer_SelectedIndexChangedDebounce.Tick += timer_SelectedIndexChangedDebounce_Tick;
- //
- // statusStrip
- //
- resources.ApplyResources(statusStrip, "statusStrip");
- statusStrip.ImageScalingSize = new Size(24, 24);
- statusStrip.Items.AddRange(new ToolStripItem[] { toolStripStatusLabel_CountInfo });
- statusStrip.Name = "statusStrip";
- statusStrip.SizingGrip = false;
- //
- // toolStripStatusLabel_CountInfo
- //
- resources.ApplyResources(toolStripStatusLabel_CountInfo, "toolStripStatusLabel_CountInfo");
- toolStripStatusLabel_CountInfo.Name = "toolStripStatusLabel_CountInfo";
- //
- // tableLayoutPanel
- //
- resources.ApplyResources(tableLayoutPanel, "tableLayoutPanel");
- tableLayoutPanel.Controls.Add(listView, 0, 0);
- tableLayoutPanel.Controls.Add(statusStrip, 0, 1);
- tableLayoutPanel.Name = "tableLayoutPanel";
- //
- // SpineListView
- //
- resources.ApplyResources(this, "$this");
- AutoScaleMode = AutoScaleMode.Font;
- Controls.Add(tableLayoutPanel);
- Name = "SpineListView";
- contextMenuStrip.ResumeLayout(false);
- statusStrip.ResumeLayout(false);
- statusStrip.PerformLayout();
- tableLayoutPanel.ResumeLayout(false);
- tableLayoutPanel.PerformLayout();
- ResumeLayout(false);
- }
+ ///
+ /// 设计器支持所需的方法 - 不要修改
+ /// 使用代码编辑器修改此方法的内容。
+ ///
+ private void InitializeComponent()
+ {
+ components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SpineListView));
+ listView = new ListView();
+ columnHeader_Name = new ColumnHeader();
+ contextMenuStrip = new ContextMenuStrip(components);
+ toolStripMenuItem_Add = new ToolStripMenuItem();
+ toolStripMenuItem_Insert = new ToolStripMenuItem();
+ toolStripMenuItem_Remove = new ToolStripMenuItem();
+ toolStripSeparator1 = new ToolStripSeparator();
+ toolStripMenuItem_BatchAdd = new ToolStripMenuItem();
+ toolStripMenuItem_RemoveAll = new ToolStripMenuItem();
+ toolStripSeparator2 = new ToolStripSeparator();
+ toolStripMenuItem_MoveUp = new ToolStripMenuItem();
+ toolStripMenuItem_MoveDown = new ToolStripMenuItem();
+ toolStripMenuItem_MoveTop = new ToolStripMenuItem();
+ toolStripMenuItem_MoveBottom = new ToolStripMenuItem();
+ toolStripSeparator3 = new ToolStripSeparator();
+ toolStripMenuItem_CopyPreview = new ToolStripMenuItem();
+ toolStripMenuItem_AddFromClipboard = new ToolStripMenuItem();
+ toolStripMenuItem_SelectAll = new ToolStripMenuItem();
+ toolStripSeparator4 = new ToolStripSeparator();
+ toolStripMenuItem_ChangeView = new ToolStripMenuItem();
+ toolStripMenuItem_LargeIconView = new ToolStripMenuItem();
+ toolStripMenuItem_ListView = new ToolStripMenuItem();
+ toolStripMenuItem_DetailsView = new ToolStripMenuItem();
+ imageList_LargeIcon = new ImageList(components);
+ imageList_SmallIcon = new ImageList(components);
+ timer_SelectedIndexChangedDebounce = new System.Windows.Forms.Timer(components);
+ statusStrip = new StatusStrip();
+ toolStripStatusLabel_CountInfo = new ToolStripStatusLabel();
+ tableLayoutPanel = new TableLayoutPanel();
+ contextMenuStrip.SuspendLayout();
+ statusStrip.SuspendLayout();
+ tableLayoutPanel.SuspendLayout();
+ SuspendLayout();
+ //
+ // listView
+ //
+ resources.ApplyResources(listView, "listView");
+ listView.AllowDrop = true;
+ listView.Columns.AddRange(new ColumnHeader[] { columnHeader_Name });
+ listView.ContextMenuStrip = contextMenuStrip;
+ listView.FullRowSelect = true;
+ listView.GridLines = true;
+ listView.LargeImageList = imageList_LargeIcon;
+ listView.Name = "listView";
+ listView.ShowItemToolTips = true;
+ listView.SmallImageList = imageList_SmallIcon;
+ listView.UseCompatibleStateImageBehavior = false;
+ listView.View = View.Details;
+ listView.ItemDrag += listView_ItemDrag;
+ listView.SelectedIndexChanged += listView_SelectedIndexChanged;
+ listView.DragDrop += listView_DragDrop;
+ listView.DragEnter += listView_DragEnter;
+ listView.DragOver += listView_DragOver;
+ //
+ // columnHeader_Name
+ //
+ resources.ApplyResources(columnHeader_Name, "columnHeader_Name");
+ //
+ // contextMenuStrip
+ //
+ resources.ApplyResources(contextMenuStrip, "contextMenuStrip");
+ contextMenuStrip.ImageScalingSize = new Size(24, 24);
+ contextMenuStrip.Items.AddRange(new ToolStripItem[] { toolStripMenuItem_Add, toolStripMenuItem_Insert, toolStripMenuItem_Remove, toolStripSeparator1, toolStripMenuItem_BatchAdd, toolStripMenuItem_RemoveAll, toolStripSeparator2, toolStripMenuItem_MoveUp, toolStripMenuItem_MoveDown, toolStripMenuItem_MoveTop, toolStripMenuItem_MoveBottom, toolStripSeparator3, toolStripMenuItem_CopyPreview, toolStripMenuItem_AddFromClipboard, toolStripMenuItem_SelectAll, toolStripSeparator4, toolStripMenuItem_ChangeView });
+ contextMenuStrip.Name = "contextMenuStrip";
+ contextMenuStrip.Closed += contextMenuStrip_Closed;
+ contextMenuStrip.Opening += contextMenuStrip_Opening;
+ //
+ // toolStripMenuItem_Add
+ //
+ resources.ApplyResources(toolStripMenuItem_Add, "toolStripMenuItem_Add");
+ toolStripMenuItem_Add.Name = "toolStripMenuItem_Add";
+ toolStripMenuItem_Add.Click += toolStripMenuItem_Add_Click;
+ //
+ // toolStripMenuItem_Insert
+ //
+ resources.ApplyResources(toolStripMenuItem_Insert, "toolStripMenuItem_Insert");
+ toolStripMenuItem_Insert.Name = "toolStripMenuItem_Insert";
+ toolStripMenuItem_Insert.Click += toolStripMenuItem_Insert_Click;
+ //
+ // toolStripMenuItem_Remove
+ //
+ resources.ApplyResources(toolStripMenuItem_Remove, "toolStripMenuItem_Remove");
+ toolStripMenuItem_Remove.Name = "toolStripMenuItem_Remove";
+ toolStripMenuItem_Remove.Click += toolStripMenuItem_Remove_Click;
+ //
+ // toolStripSeparator1
+ //
+ resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
+ toolStripSeparator1.Name = "toolStripSeparator1";
+ //
+ // toolStripMenuItem_BatchAdd
+ //
+ resources.ApplyResources(toolStripMenuItem_BatchAdd, "toolStripMenuItem_BatchAdd");
+ toolStripMenuItem_BatchAdd.Name = "toolStripMenuItem_BatchAdd";
+ toolStripMenuItem_BatchAdd.Click += toolStripMenuItem_BatchAdd_Click;
+ //
+ // toolStripMenuItem_RemoveAll
+ //
+ resources.ApplyResources(toolStripMenuItem_RemoveAll, "toolStripMenuItem_RemoveAll");
+ toolStripMenuItem_RemoveAll.Name = "toolStripMenuItem_RemoveAll";
+ toolStripMenuItem_RemoveAll.Click += toolStripMenuItem_RemoveAll_Click;
+ //
+ // toolStripSeparator2
+ //
+ resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2");
+ toolStripSeparator2.Name = "toolStripSeparator2";
+ //
+ // toolStripMenuItem_MoveUp
+ //
+ resources.ApplyResources(toolStripMenuItem_MoveUp, "toolStripMenuItem_MoveUp");
+ toolStripMenuItem_MoveUp.Name = "toolStripMenuItem_MoveUp";
+ toolStripMenuItem_MoveUp.Click += toolStripMenuItem_MoveUp_Click;
+ //
+ // toolStripMenuItem_MoveDown
+ //
+ resources.ApplyResources(toolStripMenuItem_MoveDown, "toolStripMenuItem_MoveDown");
+ toolStripMenuItem_MoveDown.Name = "toolStripMenuItem_MoveDown";
+ toolStripMenuItem_MoveDown.Click += toolStripMenuItem_MoveDown_Click;
+ //
+ // toolStripMenuItem_MoveTop
+ //
+ resources.ApplyResources(toolStripMenuItem_MoveTop, "toolStripMenuItem_MoveTop");
+ toolStripMenuItem_MoveTop.Name = "toolStripMenuItem_MoveTop";
+ toolStripMenuItem_MoveTop.Click += toolStripMenuItem_MoveTop_Click;
+ //
+ // toolStripMenuItem_MoveBottom
+ //
+ resources.ApplyResources(toolStripMenuItem_MoveBottom, "toolStripMenuItem_MoveBottom");
+ toolStripMenuItem_MoveBottom.Name = "toolStripMenuItem_MoveBottom";
+ toolStripMenuItem_MoveBottom.Click += toolStripMenuItem_MoveBottom_Click;
+ //
+ // toolStripSeparator3
+ //
+ resources.ApplyResources(toolStripSeparator3, "toolStripSeparator3");
+ toolStripSeparator3.Name = "toolStripSeparator3";
+ //
+ // toolStripMenuItem_CopyPreview
+ //
+ resources.ApplyResources(toolStripMenuItem_CopyPreview, "toolStripMenuItem_CopyPreview");
+ toolStripMenuItem_CopyPreview.Name = "toolStripMenuItem_CopyPreview";
+ toolStripMenuItem_CopyPreview.Click += toolStripMenuItem_CopyPreview_Click;
+ //
+ // toolStripMenuItem_AddFromClipboard
+ //
+ resources.ApplyResources(toolStripMenuItem_AddFromClipboard, "toolStripMenuItem_AddFromClipboard");
+ toolStripMenuItem_AddFromClipboard.Name = "toolStripMenuItem_AddFromClipboard";
+ toolStripMenuItem_AddFromClipboard.Click += toolStripMenuItem_AddFromClipboard_Click;
+ //
+ // toolStripMenuItem_SelectAll
+ //
+ resources.ApplyResources(toolStripMenuItem_SelectAll, "toolStripMenuItem_SelectAll");
+ toolStripMenuItem_SelectAll.Name = "toolStripMenuItem_SelectAll";
+ toolStripMenuItem_SelectAll.Click += toolStripMenuItem_SelectAll_Click;
+ //
+ // toolStripSeparator4
+ //
+ resources.ApplyResources(toolStripSeparator4, "toolStripSeparator4");
+ toolStripSeparator4.Name = "toolStripSeparator4";
+ //
+ // toolStripMenuItem_ChangeView
+ //
+ resources.ApplyResources(toolStripMenuItem_ChangeView, "toolStripMenuItem_ChangeView");
+ toolStripMenuItem_ChangeView.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_LargeIconView, toolStripMenuItem_ListView, toolStripMenuItem_DetailsView });
+ toolStripMenuItem_ChangeView.Name = "toolStripMenuItem_ChangeView";
+ //
+ // toolStripMenuItem_LargeIconView
+ //
+ resources.ApplyResources(toolStripMenuItem_LargeIconView, "toolStripMenuItem_LargeIconView");
+ toolStripMenuItem_LargeIconView.Name = "toolStripMenuItem_LargeIconView";
+ toolStripMenuItem_LargeIconView.Click += toolStripMenuItem_LargeIconView_Click;
+ //
+ // toolStripMenuItem_ListView
+ //
+ resources.ApplyResources(toolStripMenuItem_ListView, "toolStripMenuItem_ListView");
+ toolStripMenuItem_ListView.Name = "toolStripMenuItem_ListView";
+ toolStripMenuItem_ListView.Click += toolStripMenuItem_ListView_Click;
+ //
+ // toolStripMenuItem_DetailsView
+ //
+ resources.ApplyResources(toolStripMenuItem_DetailsView, "toolStripMenuItem_DetailsView");
+ toolStripMenuItem_DetailsView.Name = "toolStripMenuItem_DetailsView";
+ toolStripMenuItem_DetailsView.Click += toolStripMenuItem_DetailsView_Click;
+ //
+ // imageList_LargeIcon
+ //
+ imageList_LargeIcon.ColorDepth = ColorDepth.Depth32Bit;
+ resources.ApplyResources(imageList_LargeIcon, "imageList_LargeIcon");
+ imageList_LargeIcon.TransparentColor = Color.Transparent;
+ //
+ // imageList_SmallIcon
+ //
+ imageList_SmallIcon.ColorDepth = ColorDepth.Depth32Bit;
+ resources.ApplyResources(imageList_SmallIcon, "imageList_SmallIcon");
+ imageList_SmallIcon.TransparentColor = Color.Transparent;
+ //
+ // timer_SelectedIndexChangedDebounce
+ //
+ timer_SelectedIndexChangedDebounce.Interval = 30;
+ timer_SelectedIndexChangedDebounce.Tick += timer_SelectedIndexChangedDebounce_Tick;
+ //
+ // statusStrip
+ //
+ resources.ApplyResources(statusStrip, "statusStrip");
+ statusStrip.ImageScalingSize = new Size(24, 24);
+ statusStrip.Items.AddRange(new ToolStripItem[] { toolStripStatusLabel_CountInfo });
+ statusStrip.Name = "statusStrip";
+ statusStrip.SizingGrip = false;
+ //
+ // toolStripStatusLabel_CountInfo
+ //
+ resources.ApplyResources(toolStripStatusLabel_CountInfo, "toolStripStatusLabel_CountInfo");
+ toolStripStatusLabel_CountInfo.Name = "toolStripStatusLabel_CountInfo";
+ //
+ // tableLayoutPanel
+ //
+ resources.ApplyResources(tableLayoutPanel, "tableLayoutPanel");
+ tableLayoutPanel.Controls.Add(listView, 0, 0);
+ tableLayoutPanel.Controls.Add(statusStrip, 0, 1);
+ tableLayoutPanel.Name = "tableLayoutPanel";
+ //
+ // SpineListView
+ //
+ resources.ApplyResources(this, "$this");
+ AutoScaleMode = AutoScaleMode.Font;
+ Controls.Add(tableLayoutPanel);
+ Name = "SpineListView";
+ contextMenuStrip.ResumeLayout(false);
+ statusStrip.ResumeLayout(false);
+ statusStrip.PerformLayout();
+ tableLayoutPanel.ResumeLayout(false);
+ tableLayoutPanel.PerformLayout();
+ ResumeLayout(false);
+ }
- #endregion
- private ContextMenuStrip contextMenuStrip;
+ #endregion
+ private ContextMenuStrip contextMenuStrip;
private ToolStripMenuItem toolStripMenuItem_Add;
private ToolStripMenuItem toolStripMenuItem_Insert;
private ToolStripMenuItem toolStripMenuItem_Remove;
diff --git a/SpineViewer/Controls/SpineListView.en.resx b/SpineViewer/Controls/SpineListView.en.resx
index 5c4ec82..e56144e 100644
--- a/SpineViewer/Controls/SpineListView.en.resx
+++ b/SpineViewer/Controls/SpineListView.en.resx
@@ -121,150 +121,119 @@
Name
+
+ 298, 418
+
- 192, 24
+ 297, 30
Add to...
- 192, 24
+ 297, 30
Insert...
-
-
- (none)
-
- 192, 24
+ 297, 30
Remove
- 189, 6
+ 294, 6
- 192, 24
+ 297, 30
Bulk add...
- 192, 24
+ 297, 30
Remove all
- 189, 6
-
-
- (none)
+ 294, 6
- 192, 24
+ 297, 30
Up
- 192, 24
+ 297, 30
Down
-
- (none)
-
- 192, 24
+ 297, 30
Stick to top
-
- (none)
-
- 192, 24
+ 297, 30
Bottom
- 189, 6
-
-
- (none)
+ 294, 6
- 192, 24
+ 297, 30
Copy preview
-
- (none)
-
- 192, 24
+ 297, 30
Add to clipboard
-
- (none)
-
- 192, 24
+ 297, 30
Select all
- 189, 6
-
-
- (none)
-
-
- 161, 26
-
-
- Large icon
-
-
- (none)
-
-
- 161, 26
-
-
- List
-
-
- (none)
-
-
- 161, 26
-
-
- More info
+ 294, 6
- 192, 24
+ 297, 30
Switch view
-
- 193, 340
+
+ 258, 34
+
+
+ Large icon
+
+
+ 258, 34
+
+
+ List
+
+
+ 258, 34
+
+
+ Details
- 206, 20
+ 266, 24
0 items selected, 0 items total
diff --git a/SpineViewer/Controls/SpineListView.resx b/SpineViewer/Controls/SpineListView.resx
index 7329cfe..33ec785 100644
--- a/SpineViewer/Controls/SpineListView.resx
+++ b/SpineViewer/Controls/SpineListView.resx
@@ -117,171 +117,24 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 200, 26
-
-
- 置顶
-
-
- 8, 20
-
-
- 220, 24
-
-
- 全选
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripMenuItem_ChangeView
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 217, 6
-
-
- 220, 24
-
-
- toolStripMenuItem_SelectAll
-
-
- toolStripMenuItem_DetailsView
-
-
-
- 300
-
-
- 244, 345
-
-
- 大图标
-
-
- tableLayoutPanel
-
-
- 217, 6
-
-
- toolStripSeparator3
-
-
- listView
-
-
- 220, 24
-
-
- SpineListView
-
-
- 220, 24
-
-
- 0
-
-
- 添加...
-
-
- 220, 24
+
+ imageList_LargeIcon
System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+
+ 254, 30
+
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 220, 24
+
+ imageList_SmallIcon
-
-
- Alt+Shift+W
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 221, 340
-
-
- timer_SelectedIndexChangedDebounce
-
-
- 从剪贴板添加
-
-
- tableLayoutPanel
-
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0, 0
-
-
-
- 0, 0, 0, 0
-
-
- 244, 371
-
-
- 220, 24
-
-
- 移除
-
-
- System.Windows.Forms.ImageList, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 96, 96
-
-
- statusStrip1
-
-
- 1
-
-
- Alt+2
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 详细信息
-
-
- toolStripMenuItem_MoveTop
-
-
- 220, 24
-
-
- 2, 2, 2, 2
-
-
- toolStripMenuItem_LargeIconView
+
+ 251, 6
已选择 0 项,共 0 项
@@ -289,119 +142,167 @@
toolStripMenuItem_Insert
-
- 置底
+
+ 254, 30
-
- 上移
+
+ toolStripMenuItem_DetailsView
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 241, 34
-
- 244, 371
+
+ System.Windows.Forms.ImageList, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Left
+
+ 251, 6
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 插入...
-
-
- 复制预览图
-
-
- 切换视图
-
-
- 217, 6
-
-
- 名称
-
-
- 220, 24
+
+ 0, 414
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 336, 445
-
- Ctrl+C
+
+ statusStrip1
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 220, 24
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- contextMenuStrip
-
-
- 1
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
tableLayoutPanel
-
- toolStripMenuItem_RemoveAll
+
+ 254, 30
-
- 下移
+
+ 名称
+
+
+ toolStripSeparator2
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 217, 6
+
+ 置底
+
+
+ toolStripMenuItem_BatchAdd
+
+
+
+ 3, 2, 3, 2
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 254, 30
移除全部
-
- toolStripMenuItem_AddFromClipboard
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.ListView, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 200, 26
+
+ 1
-
- 220, 24
+
+ toolStripMenuItem_Remove
-
- Alt+W
+
+ System.Windows.Forms.StatusStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 251, 6
+
+
+ SpineListView
+
+
+
+ 3
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ Alt+2
+
+
+ toolStripMenuItem_LargeIconView
Alt+1
-
- Ctrl+V
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="listView" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="statusStrip" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Percent,100,AutoSize,0" /></TableLayoutSettings>
+
+
+ System.Windows.Forms.Timer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ listView
+
+
+ 上移
+
+
+ 254, 30
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 详细信息
+
+
+ toolStripMenuItem_MoveTop
+
+
+ 336, 31
+
+
+ 251, 6
statusStrip
-
- toolStripSeparator1
+
+ Alt+Shift+S
-
- 1
+
+ toolStripSeparator4
+
+
+ 254, 30
+
+
+ Ctrl+V
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 254, 30
批量添加...
@@ -409,164 +310,257 @@
System.Windows.Forms.ImageList, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 切换视图
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel
+
toolStripMenuItem_MoveBottom
-
- toolStripMenuItem_Add
+
+ 0, 0, 0, 0
-
- imageList_LargeIcon
+
+ toolStripMenuItem_AddFromClipboard
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 300
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ toolStripSeparator1
-
- 48, 48
-
-
- 200, 26
-
-
- toolStripMenuItem_MoveDown
-
-
- 0, 0
-
-
- 244, 26
-
-
- toolStripSeparator4
-
-
- Fill
-
-
- toolStripSeparator2
-
-
- columnHeader_Name
-
-
- Alt+3
-
-
- 2, 2, 2, 2
-
-
- toolStripMenuItem_Remove
-
-
- Del
-
-
- toolStripMenuItem_BatchAdd
-
-
- Fill
-
-
- System.Windows.Forms.Timer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Ctrl+A
+
+ 移除
System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- imageList_SmallIcon
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="listView" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="statusStrip" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Percent,100,AutoSize,0" /></TableLayoutSettings>
-
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- toolStripStatusLabel_CountInfo
+
+ toolStripMenuItem_RemoveAll
-
- Fill
+
+ 置顶
-
- Alt+Shift+S
-
-
- 2
-
-
- 2
-
-
- 145, 20
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
toolStripMenuItem_ListView
-
- $this
-
-
- 列表
-
-
- System.Windows.Forms.ListView, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 220, 24
-
-
- System.Windows.Forms.UserControl, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 220, 24
-
-
- 0, 345
+
+ 241, 34
Alt+S
-
- System.Windows.Forms.StatusStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.UserControl, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
+
+ toolStripStatusLabel_CountInfo
+
+
+ 0, 0
+
+
+ Fill
+
+
+ 254, 30
+
+
+ 0
+
+
+ tableLayoutPanel
+
+
+ 0, 0
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
toolStripMenuItem_MoveUp
+
+ 1
+
+
+ 254, 30
+
+
+ Del
+
+
+ Alt+W
+
+
+ $this
+
+
+ 254, 30
+
+
+ timer_SelectedIndexChangedDebounce
+
+
+ 254, 30
+
+
+ Ctrl+C
+
+
+ toolStripMenuItem_SelectAll
+
+
+ toolStripSeparator3
+
+
+ toolStripMenuItem_Add
+
+
+ Left
+
+
+ 列表
+
+
+ 从剪贴板添加
+
+
+ 大图标
+
+
+ 2
+
+
+ Alt+3
+
+
+ 全选
+
+
+ 254, 30
+
+
+ 255, 418
+
+
+ 2
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 178, 24
+
+
+ 下移
+
+
+ 48, 48
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 2, 3, 2
+
+
+ 1
+
+
+ toolStripMenuItem_ChangeView
+
+
+ columnHeader_Name
+
+
+ 336, 414
+
toolStripMenuItem_CopyPreview
-
- 1, 0, 10, 0
+
+ 96, 96
-
- 3
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ Fill
+
+
+ contextMenuStrip
+
+
+ toolStripMenuItem_MoveDown
+
+
+ Ctrl+A
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ 241, 34
+
+
+ 254, 30
+
+
+ 复制预览图
+
+
+ 11, 24
+
+
+ Alt+Shift+W
+
+
+ 插入...
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 添加...
+
+
+ 336, 445
+
+
+ 771, 24
1176, 24
-
- 771, 24
+
+ 30, 22
511, 20
-
- ebu-KE
-
-
- 17, 17
+
+ True
252, 19
diff --git a/SpineViewer/Controls/SpinePreviewPanel.Designer.cs b/SpineViewer/Controls/SpinePreviewPanel.Designer.cs
index 4d001c8..4d21264 100644
--- a/SpineViewer/Controls/SpinePreviewPanel.Designer.cs
+++ b/SpineViewer/Controls/SpinePreviewPanel.Designer.cs
@@ -20,199 +20,199 @@
base.Dispose(disposing);
}
- #region 组件设计器生成的代码
+ #region 组件设计器生成的代码
- ///
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- ///
- private void InitializeComponent()
- {
- components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SpinePreviewPanel));
- panel_Render = new Panel();
- tableLayoutPanel1 = new TableLayoutPanel();
- flowLayoutPanel1 = new FlowLayoutPanel();
- button_Stop = new Button();
- imageList = new ImageList(components);
- button_Restart = new Button();
- button_Start = new Button();
- button_ForwardStep = new Button();
- button_ForwardFast = new Button();
- button_FullScreen = new Button();
- panel_ViewContainer = new Panel();
- panel_RenderContainer = new Panel();
- toolTip = new ToolTip(components);
- spinePreviewFullScreenForm = new Forms.SpinePreviewFullScreenForm();
- wallpaperForm = new WallpaperForm();
- tableLayoutPanel1.SuspendLayout();
- flowLayoutPanel1.SuspendLayout();
- panel_ViewContainer.SuspendLayout();
- panel_RenderContainer.SuspendLayout();
- SuspendLayout();
- //
- // panel_Render
- //
- resources.ApplyResources(panel_Render, "panel_Render");
- panel_Render.BackColor = SystemColors.ControlDarkDark;
- panel_Render.Name = "panel_Render";
- toolTip.SetToolTip(panel_Render, resources.GetString("panel_Render.ToolTip"));
- panel_Render.MouseDown += panel_Render_MouseDown;
- panel_Render.MouseMove += panel_Render_MouseMove;
- panel_Render.MouseUp += panel_Render_MouseUp;
- panel_Render.MouseWheel += panel_Render_MouseWheel;
- //
- // tableLayoutPanel1
- //
- resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
- tableLayoutPanel1.Controls.Add(flowLayoutPanel1, 0, 1);
- tableLayoutPanel1.Controls.Add(panel_ViewContainer, 0, 0);
- tableLayoutPanel1.Name = "tableLayoutPanel1";
- toolTip.SetToolTip(tableLayoutPanel1, resources.GetString("tableLayoutPanel1.ToolTip"));
- //
- // flowLayoutPanel1
- //
- resources.ApplyResources(flowLayoutPanel1, "flowLayoutPanel1");
- flowLayoutPanel1.Controls.Add(button_Stop);
- flowLayoutPanel1.Controls.Add(button_Restart);
- flowLayoutPanel1.Controls.Add(button_Start);
- flowLayoutPanel1.Controls.Add(button_ForwardStep);
- flowLayoutPanel1.Controls.Add(button_ForwardFast);
- flowLayoutPanel1.Controls.Add(button_FullScreen);
- flowLayoutPanel1.Name = "flowLayoutPanel1";
- toolTip.SetToolTip(flowLayoutPanel1, resources.GetString("flowLayoutPanel1.ToolTip"));
- //
- // button_Stop
- //
- resources.ApplyResources(button_Stop, "button_Stop");
- button_Stop.ImageList = imageList;
- button_Stop.Name = "button_Stop";
- toolTip.SetToolTip(button_Stop, resources.GetString("button_Stop.ToolTip"));
- button_Stop.UseVisualStyleBackColor = true;
- button_Stop.Click += button_Stop_Click;
- //
- // imageList
- //
- imageList.ColorDepth = ColorDepth.Depth32Bit;
- imageList.ImageStream = (ImageListStreamer)resources.GetObject("imageList.ImageStream");
- imageList.TransparentColor = Color.Transparent;
- imageList.Images.SetKeyName(0, "arrows-maximize");
- imageList.Images.SetKeyName(1, "forward-fast");
- imageList.Images.SetKeyName(2, "forward-step");
- imageList.Images.SetKeyName(3, "pause");
- imageList.Images.SetKeyName(4, "rotate-left");
- imageList.Images.SetKeyName(5, "start");
- imageList.Images.SetKeyName(6, "stop");
- //
- // button_Restart
- //
- resources.ApplyResources(button_Restart, "button_Restart");
- button_Restart.ImageList = imageList;
- button_Restart.Name = "button_Restart";
- toolTip.SetToolTip(button_Restart, resources.GetString("button_Restart.ToolTip"));
- button_Restart.UseVisualStyleBackColor = true;
- button_Restart.Click += button_Restart_Click;
- //
- // button_Start
- //
- resources.ApplyResources(button_Start, "button_Start");
- button_Start.ImageList = imageList;
- button_Start.Name = "button_Start";
- toolTip.SetToolTip(button_Start, resources.GetString("button_Start.ToolTip"));
- button_Start.UseVisualStyleBackColor = true;
- button_Start.Click += button_Start_Click;
- //
- // button_ForwardStep
- //
- resources.ApplyResources(button_ForwardStep, "button_ForwardStep");
- button_ForwardStep.ImageList = imageList;
- button_ForwardStep.Name = "button_ForwardStep";
- toolTip.SetToolTip(button_ForwardStep, resources.GetString("button_ForwardStep.ToolTip"));
- button_ForwardStep.UseVisualStyleBackColor = true;
- button_ForwardStep.Click += button_ForwardStep_Click;
- //
- // button_ForwardFast
- //
- resources.ApplyResources(button_ForwardFast, "button_ForwardFast");
- button_ForwardFast.ImageList = imageList;
- button_ForwardFast.Name = "button_ForwardFast";
- toolTip.SetToolTip(button_ForwardFast, resources.GetString("button_ForwardFast.ToolTip"));
- button_ForwardFast.UseVisualStyleBackColor = true;
- button_ForwardFast.Click += button_ForwardFast_Click;
- //
- // button_FullScreen
- //
- resources.ApplyResources(button_FullScreen, "button_FullScreen");
- button_FullScreen.ImageList = imageList;
- button_FullScreen.Name = "button_FullScreen";
- toolTip.SetToolTip(button_FullScreen, resources.GetString("button_FullScreen.ToolTip"));
- button_FullScreen.UseVisualStyleBackColor = true;
- button_FullScreen.Click += button_FullScreen_Click;
- //
- // panel_ViewContainer
- //
- resources.ApplyResources(panel_ViewContainer, "panel_ViewContainer");
- panel_ViewContainer.Controls.Add(panel_RenderContainer);
- panel_ViewContainer.Name = "panel_ViewContainer";
- toolTip.SetToolTip(panel_ViewContainer, resources.GetString("panel_ViewContainer.ToolTip"));
- //
- // panel_RenderContainer
- //
- resources.ApplyResources(panel_RenderContainer, "panel_RenderContainer");
- panel_RenderContainer.BackColor = SystemColors.ControlDark;
- panel_RenderContainer.Controls.Add(panel_Render);
- panel_RenderContainer.Name = "panel_RenderContainer";
- toolTip.SetToolTip(panel_RenderContainer, resources.GetString("panel_RenderContainer.ToolTip"));
- panel_RenderContainer.SizeChanged += panel_RenderContainer_SizeChanged;
- //
- // spinePreviewFullScreenForm
- //
- resources.ApplyResources(spinePreviewFullScreenForm, "spinePreviewFullScreenForm");
- spinePreviewFullScreenForm.ControlBox = false;
- spinePreviewFullScreenForm.FormBorderStyle = FormBorderStyle.None;
- spinePreviewFullScreenForm.MaximizeBox = false;
- spinePreviewFullScreenForm.MinimizeBox = false;
- spinePreviewFullScreenForm.Name = "SpinePreviewFullScreenForm";
- spinePreviewFullScreenForm.ShowIcon = false;
- spinePreviewFullScreenForm.ShowInTaskbar = false;
- toolTip.SetToolTip(spinePreviewFullScreenForm, resources.GetString("spinePreviewFullScreenForm.ToolTip"));
- spinePreviewFullScreenForm.TopMost = true;
- spinePreviewFullScreenForm.FormClosing += spinePreviewFullScreenForm_FormClosing;
- spinePreviewFullScreenForm.KeyDown += spinePreviewFullScreenForm_KeyDown;
- //
- // wallpaperForm
- //
- resources.ApplyResources(wallpaperForm, "wallpaperForm");
- wallpaperForm.ControlBox = false;
- wallpaperForm.FormBorderStyle = FormBorderStyle.None;
- wallpaperForm.MaximizeBox = false;
- wallpaperForm.MinimizeBox = false;
- wallpaperForm.Name = "WallpaperForm";
- wallpaperForm.ShowIcon = false;
- wallpaperForm.ShowInTaskbar = false;
- toolTip.SetToolTip(wallpaperForm, resources.GetString("wallpaperForm.ToolTip"));
- wallpaperForm.WindowState = FormWindowState.Minimized;
- wallpaperForm.FormClosing += wallpaperForm_FormClosing;
- //
- // SpinePreviewPanel
- //
- resources.ApplyResources(this, "$this");
- AutoScaleMode = AutoScaleMode.Font;
- Controls.Add(tableLayoutPanel1);
- Name = "SpinePreviewPanel";
- toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
- tableLayoutPanel1.ResumeLayout(false);
- tableLayoutPanel1.PerformLayout();
- flowLayoutPanel1.ResumeLayout(false);
- flowLayoutPanel1.PerformLayout();
- panel_ViewContainer.ResumeLayout(false);
- panel_RenderContainer.ResumeLayout(false);
- ResumeLayout(false);
- }
+ ///
+ /// 设计器支持所需的方法 - 不要修改
+ /// 使用代码编辑器修改此方法的内容。
+ ///
+ private void InitializeComponent()
+ {
+ components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SpinePreviewPanel));
+ panel_Render = new Panel();
+ tableLayoutPanel1 = new TableLayoutPanel();
+ flowLayoutPanel1 = new FlowLayoutPanel();
+ button_Stop = new Button();
+ imageList = new ImageList(components);
+ button_Restart = new Button();
+ button_Start = new Button();
+ button_ForwardStep = new Button();
+ button_ForwardFast = new Button();
+ button_FullScreen = new Button();
+ panel_ViewContainer = new Panel();
+ panel_RenderContainer = new Panel();
+ toolTip = new ToolTip(components);
+ spinePreviewFullScreenForm = new SpineViewer.Forms.SpinePreviewFullScreenForm();
+ wallpaperForm = new WallpaperForm();
+ tableLayoutPanel1.SuspendLayout();
+ flowLayoutPanel1.SuspendLayout();
+ panel_ViewContainer.SuspendLayout();
+ panel_RenderContainer.SuspendLayout();
+ SuspendLayout();
+ //
+ // panel_Render
+ //
+ resources.ApplyResources(panel_Render, "panel_Render");
+ panel_Render.BackColor = SystemColors.ControlDarkDark;
+ panel_Render.Name = "panel_Render";
+ toolTip.SetToolTip(panel_Render, resources.GetString("panel_Render.ToolTip"));
+ panel_Render.MouseDown += panel_Render_MouseDown;
+ panel_Render.MouseMove += panel_Render_MouseMove;
+ panel_Render.MouseUp += panel_Render_MouseUp;
+ panel_Render.MouseWheel += panel_Render_MouseWheel;
+ //
+ // tableLayoutPanel1
+ //
+ resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
+ tableLayoutPanel1.Controls.Add(flowLayoutPanel1, 0, 1);
+ tableLayoutPanel1.Controls.Add(panel_ViewContainer, 0, 0);
+ tableLayoutPanel1.Name = "tableLayoutPanel1";
+ toolTip.SetToolTip(tableLayoutPanel1, resources.GetString("tableLayoutPanel1.ToolTip"));
+ //
+ // flowLayoutPanel1
+ //
+ resources.ApplyResources(flowLayoutPanel1, "flowLayoutPanel1");
+ flowLayoutPanel1.Controls.Add(button_Stop);
+ flowLayoutPanel1.Controls.Add(button_Restart);
+ flowLayoutPanel1.Controls.Add(button_Start);
+ flowLayoutPanel1.Controls.Add(button_ForwardStep);
+ flowLayoutPanel1.Controls.Add(button_ForwardFast);
+ flowLayoutPanel1.Controls.Add(button_FullScreen);
+ flowLayoutPanel1.Name = "flowLayoutPanel1";
+ toolTip.SetToolTip(flowLayoutPanel1, resources.GetString("flowLayoutPanel1.ToolTip"));
+ //
+ // button_Stop
+ //
+ resources.ApplyResources(button_Stop, "button_Stop");
+ button_Stop.ImageList = imageList;
+ button_Stop.Name = "button_Stop";
+ toolTip.SetToolTip(button_Stop, resources.GetString("button_Stop.ToolTip"));
+ button_Stop.UseVisualStyleBackColor = true;
+ button_Stop.Click += button_Stop_Click;
+ //
+ // imageList
+ //
+ imageList.ColorDepth = ColorDepth.Depth32Bit;
+ imageList.ImageStream = (ImageListStreamer)resources.GetObject("imageList.ImageStream");
+ imageList.TransparentColor = Color.Transparent;
+ imageList.Images.SetKeyName(0, "arrows-maximize");
+ imageList.Images.SetKeyName(1, "forward-fast");
+ imageList.Images.SetKeyName(2, "forward-step");
+ imageList.Images.SetKeyName(3, "pause");
+ imageList.Images.SetKeyName(4, "rotate-left");
+ imageList.Images.SetKeyName(5, "start");
+ imageList.Images.SetKeyName(6, "stop");
+ //
+ // button_Restart
+ //
+ resources.ApplyResources(button_Restart, "button_Restart");
+ button_Restart.ImageList = imageList;
+ button_Restart.Name = "button_Restart";
+ toolTip.SetToolTip(button_Restart, resources.GetString("button_Restart.ToolTip"));
+ button_Restart.UseVisualStyleBackColor = true;
+ button_Restart.Click += button_Restart_Click;
+ //
+ // button_Start
+ //
+ resources.ApplyResources(button_Start, "button_Start");
+ button_Start.ImageList = imageList;
+ button_Start.Name = "button_Start";
+ toolTip.SetToolTip(button_Start, resources.GetString("button_Start.ToolTip"));
+ button_Start.UseVisualStyleBackColor = true;
+ button_Start.Click += button_Start_Click;
+ //
+ // button_ForwardStep
+ //
+ resources.ApplyResources(button_ForwardStep, "button_ForwardStep");
+ button_ForwardStep.ImageList = imageList;
+ button_ForwardStep.Name = "button_ForwardStep";
+ toolTip.SetToolTip(button_ForwardStep, resources.GetString("button_ForwardStep.ToolTip"));
+ button_ForwardStep.UseVisualStyleBackColor = true;
+ button_ForwardStep.Click += button_ForwardStep_Click;
+ //
+ // button_ForwardFast
+ //
+ resources.ApplyResources(button_ForwardFast, "button_ForwardFast");
+ button_ForwardFast.ImageList = imageList;
+ button_ForwardFast.Name = "button_ForwardFast";
+ toolTip.SetToolTip(button_ForwardFast, resources.GetString("button_ForwardFast.ToolTip"));
+ button_ForwardFast.UseVisualStyleBackColor = true;
+ button_ForwardFast.Click += button_ForwardFast_Click;
+ //
+ // button_FullScreen
+ //
+ resources.ApplyResources(button_FullScreen, "button_FullScreen");
+ button_FullScreen.ImageList = imageList;
+ button_FullScreen.Name = "button_FullScreen";
+ toolTip.SetToolTip(button_FullScreen, resources.GetString("button_FullScreen.ToolTip"));
+ button_FullScreen.UseVisualStyleBackColor = true;
+ button_FullScreen.Click += button_FullScreen_Click;
+ //
+ // panel_ViewContainer
+ //
+ resources.ApplyResources(panel_ViewContainer, "panel_ViewContainer");
+ panel_ViewContainer.Controls.Add(panel_RenderContainer);
+ panel_ViewContainer.Name = "panel_ViewContainer";
+ toolTip.SetToolTip(panel_ViewContainer, resources.GetString("panel_ViewContainer.ToolTip"));
+ //
+ // panel_RenderContainer
+ //
+ resources.ApplyResources(panel_RenderContainer, "panel_RenderContainer");
+ panel_RenderContainer.BackColor = SystemColors.ControlDark;
+ panel_RenderContainer.Controls.Add(panel_Render);
+ panel_RenderContainer.Name = "panel_RenderContainer";
+ toolTip.SetToolTip(panel_RenderContainer, resources.GetString("panel_RenderContainer.ToolTip"));
+ panel_RenderContainer.SizeChanged += panel_RenderContainer_SizeChanged;
+ //
+ // spinePreviewFullScreenForm
+ //
+ resources.ApplyResources(spinePreviewFullScreenForm, "spinePreviewFullScreenForm");
+ spinePreviewFullScreenForm.ControlBox = false;
+ spinePreviewFullScreenForm.FormBorderStyle = FormBorderStyle.None;
+ spinePreviewFullScreenForm.MaximizeBox = false;
+ spinePreviewFullScreenForm.MinimizeBox = false;
+ spinePreviewFullScreenForm.Name = "SpinePreviewFullScreenForm";
+ spinePreviewFullScreenForm.ShowIcon = false;
+ spinePreviewFullScreenForm.ShowInTaskbar = false;
+ toolTip.SetToolTip(spinePreviewFullScreenForm, resources.GetString("spinePreviewFullScreenForm.ToolTip"));
+ spinePreviewFullScreenForm.TopMost = true;
+ spinePreviewFullScreenForm.FormClosing += spinePreviewFullScreenForm_FormClosing;
+ spinePreviewFullScreenForm.KeyDown += spinePreviewFullScreenForm_KeyDown;
+ //
+ // wallpaperForm
+ //
+ resources.ApplyResources(wallpaperForm, "wallpaperForm");
+ wallpaperForm.ControlBox = false;
+ wallpaperForm.FormBorderStyle = FormBorderStyle.None;
+ wallpaperForm.MaximizeBox = false;
+ wallpaperForm.MinimizeBox = false;
+ wallpaperForm.Name = "WallpaperForm";
+ wallpaperForm.ShowIcon = false;
+ wallpaperForm.ShowInTaskbar = false;
+ toolTip.SetToolTip(wallpaperForm, resources.GetString("wallpaperForm.ToolTip"));
+ wallpaperForm.WindowState = FormWindowState.Minimized;
+ wallpaperForm.FormClosing += wallpaperForm_FormClosing;
+ //
+ // SpinePreviewPanel
+ //
+ resources.ApplyResources(this, "$this");
+ AutoScaleMode = AutoScaleMode.Font;
+ Controls.Add(tableLayoutPanel1);
+ Name = "SpinePreviewPanel";
+ toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
+ tableLayoutPanel1.ResumeLayout(false);
+ tableLayoutPanel1.PerformLayout();
+ flowLayoutPanel1.ResumeLayout(false);
+ flowLayoutPanel1.PerformLayout();
+ panel_ViewContainer.ResumeLayout(false);
+ panel_RenderContainer.ResumeLayout(false);
+ ResumeLayout(false);
+ }
- #endregion
+ #endregion
- private Panel panel_Render;
+ private Panel panel_Render;
private TableLayoutPanel tableLayoutPanel1;
private Panel panel_RenderContainer;
private FlowLayoutPanel flowLayoutPanel1;
diff --git a/SpineViewer/Controls/SpinePreviewPanel.en-US.resx b/SpineViewer/Controls/SpinePreviewPanel.en-US.resx
deleted file mode 100644
index 8348b2d..0000000
--- a/SpineViewer/Controls/SpinePreviewPanel.en-US.resx
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- About
-
-
\ No newline at end of file
diff --git a/SpineViewer/Controls/SpinePreviewPanel.en.resx b/SpineViewer/Controls/SpinePreviewPanel.en.resx
index 3ce4286..8ecba55 100644
--- a/SpineViewer/Controls/SpinePreviewPanel.en.resx
+++ b/SpineViewer/Controls/SpinePreviewPanel.en.resx
@@ -117,15 +117,28 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
+
+ 157, 136
+
+
+ 320, 320
+
+
+ 641, 636
+
+
+ 101, 598
+
+
+ 438, 38
AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs
LCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5BQEAAAAmU3lzdGVtLldpbmRvd3MuRm9ybXMu
SW1hZ2VMaXN0U3RyZWFtZXIBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAA8iMAAAJNU0Z0AUkBTAIBAQcB
- AAGsAQABrAEAAR8BAAEYAQAE/wEhAQAI/wFCAU0BNgcAATYDAAEoAwABfAMAATADAAEBAQABIAYAAV0+
+ AAG4AQABuAEAAR8BAAEYAQAE/wEhAQAI/wFCAU0BNgcAATYDAAEoAwABfAMAATADAAEBAQABIAYAAV0+
AAMEAQUDAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf9DAAH/AwAB/wMAAf8DAAH/A1UB
sWQAA1kB7wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8D
AAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/Ay0BRbcAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8D
@@ -138,7 +151,7 @@
AAH/Ay4BSE8AAf8DAAH/AwAB/0sAAf8DAAH/AwAB/+AAAxUBHQMAAf8DAAH/AwAB/y8AAf8DAAH/EwAB
/wMAAf8DAAH/AwAB/wMAAf9LAAH/AwAB/wMAAf9LAAH/AwAB/wMAAf/kAAMmATgDAAH/AwAB/wMAAf8r
AAH/AwAB/xsAAf8DAAH/AwAB/wMAAf8DAAH/QwAB/wMAAf8DAAH/SwAB/wMAAf8DAAH/6wAB/wMAAf8D
- AAH/KwAB/wMAAf8cAANGAfYDAAH/AwAB/wMAAf8DAAH/AwQBBTsAAf8DAAH/AwAB/0sAAf8DAAH/AwAB
+ AAH/KwAB/wMAAf8cAANIAfYDAAH/AwAB/wMAAf8DAAH/AwQBBTsAAf8DAAH/AwAB/0sAAf8DAAH/AwAB
/+8AAf8DAAH/AwAB/ycAAf8DAAH/JwAB/wMAAf8DAAH/AwAB/wMAAf83AAH/AwAB/wMAAf9LAAH/AwAB
/wMAAf/vAAH/AwAB/wMAAf8nAAH/AwAB/ygAAwcBCQMAAf8DAAH/AwAB/wMAAf8DYAHjLwAB/wMAAf8D
AAH/SwAB/wMAAf8DAAH/7AADIAEtAwAB/wMAAf8nAAH/AwAB/zMAAf8DAAH/AwAB/wMAAf8DAAH/KwAB
@@ -155,7 +168,7 @@
/5QAAwUBBgMAAf8DAAH/CwAB/wMAAf8DAAH/AxMBGjMAAf8DAAH/AwAB/ysAAf8DAAH/GwAB/wMAAf8D
AAH/AwAB/wMAAf9DAAH/AwAB/wMAAf9LAAH/AwAB/wMAAf+UAAMFAQYDAAH/AwAB/wcAAf8DAAH/AwAB
/wMbASYzAAH/AwAB/wMAAf8vAAH/AwAB/xMAAf8DAAH/AwAB/wMAAf8DAAH/SwAB/wMAAf8DAAH/SwAB
- /wMAAf8DAAH/lAADBQEGAwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMdASgkAANbAe4DAAH/AwAB
+ /wMAAf8DAAH/lAADBQEGAwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMdASgkAANcAe4DAAH/AwAB
/wMAAf8EAS8AAf8DAAH/CAADGAEhAwAB/wMAAf8DAAH/AwAB/wNcActPAAH/AwAB/wMAAf9LAAH/AwAB
/wMAAf+UAAMFAQYDAAH/AwAB/wMAAf8DAAH/A2AB4wMAAf8DAAH/AwAB/wMAAf8DUAGfFwAB/wMAAf8D
AAH/AwAB/wMAAf83AAH/AwAB/wcAAf8DAAH/AwAB/wMAAf8DAAH/VwAB/wMAAf8DAAH/AwAB/wMqAUAD
@@ -173,82 +186,82 @@
AAH/AwAB/zsAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8TAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8D
AAH/KwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/FAADAwEEAwAB/wMAAf8DAAH/AwAB
/wMAAf8DAAH/AwAB/wMAAf8DAAH/DAADVAGrAwAB/wMAAf8DAAH/AwAB/yQAA1YBtgMAAf8DAAH/AwAB
- /wMAAf8kAAM7AfkDAAH/AwAB/xwAA1kB8QMAAf8DAAH/AwAB/wMAAf8DPgH4IwAB/wMAAf8DAAH/NwAB
+ /wMAAf8kAAM+AfkDAAH/AwAB/xwAA1oB8QMAAf8DAAH/AwAB/wMAAf8DPwH4IwAB/wMAAf8DAAH/NwAB
/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/CwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB
/wMAAf8DAAH/JwAB/wMAAf8DAAH/AwAB/wMAAf87AAH/AwAB/wMAAf8DAAH/AwAB/wwAA1QBqwMAAf8D
- AAH/AwAB/wMAAf8DAAH/IAADVgG1AwAB/wMAAf8DAAH/AwAB/wMAAf8gAAM7AfkDAAH/AwAB/xwAA1kB
+ AAH/AwAB/wMAAf8DAAH/IAADVgG1AwAB/wMAAf8DAAH/AwAB/wMAAf8gAAM+AfkDAAH/AwAB/xwAA1oB
8QMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/x8AAf8DAAH/AwAB/zcAAf8DAAH/AwAB/wMAAf8DAAH/AwAB
/wMAAf8DAAH/AwAB/wsAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/ycAAf8DAAH/AwAB
- /wMAAf8DAAH/AxQB/jMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wwAA1QBqwMAAf8DAAH/AwAB/wMAAf8D
- AAH/AwAB/wNZAbsYAANWAbUDAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DUQGeGAADOwH5AwAB/wMAAf8c
- AANZAfEDAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/A1ABnRcAAf8DAAH/AwAB/zcAAf8DAAH/AwAB
+ /wMAAf8DAAH/AxUB/jMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wwAA1QBqwMAAf8DAAH/AwAB/wMAAf8D
+ AAH/AwAB/wNZAbsYAANWAbUDAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DUQGeGAADPgH5AwAB/wMAAf8c
+ AANaAfEDAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/A1ABnRcAAf8DAAH/AwAB/zcAAf8DAAH/AwAB
/w8AAf8DAAH/AwAB/wsAAf8DAAH/AwAB/w8AAf8DAAH/AwAB/ycAAf8DAAH/A1YBswMAAf8DAAH/AwAB
/wMAAf8rAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/DAADVAGrAwAB/wMAAf8DPQFoAwAB/wMAAf8D
- AAH/AwAB/wMAAf8UAANWAbUDAAH/AwAB/wMzAVADAAH/AwAB/wMAAf8DAAH/AwAB/xQAAzsB+QMAAf8D
- AAH/HAADWQHxAwAB/wMAAf8DEQEWBAEDAAH/AwAB/wMAAf8DAAH/AwAB/xMAAf8DAAH/AwAB/zcAAf8D
+ AAH/AwAB/wMAAf8UAANWAbUDAAH/AwAB/wMzAVADAAH/AwAB/wMAAf8DAAH/AwAB/xQAAz4B+QMAAf8D
+ AAH/HAADWgHxAwAB/wMAAf8DEQEWBAEDAAH/AwAB/wMAAf8DAAH/AwAB/xMAAf8DAAH/AwAB/zcAAf8D
AAH/AwAB/w8AAf8DAAH/AwAB/wsAAf8DAAH/AwAB/w8AAf8DAAH/AwAB/ycAAf8DAAH/A1YBswcAAf8D
AAH/AwAB/wMAAf8jAAH/AwAB/wMAAf8DAAH/BwAB/wMAAf8DAAH/DAADVAGrAwAB/wMAAf8DPQFoBwAB
- /wMAAf8DAAH/AwAB/wMAAf8QAANWAbUDAAH/AwAB/wMzAVAHAAH/AwAB/wMAAf8DAAH/AwAB/xAAAzsB
- +QMAAf8DAAH/HAADWQHxAwAB/wMAAf8DEQEWCwAB/wMAAf8DAAH/AwAB/wMAAf8PAAH/AwAB/wMAAf83
+ /wMAAf8DAAH/AwAB/wMAAf8QAANWAbUDAAH/AwAB/wMzAVAHAAH/AwAB/wMAAf8DAAH/AwAB/xAAAz4B
+ +QMAAf8DAAH/HAADWgHxAwAB/wMAAf8DEQEWCwAB/wMAAf8DAAH/AwAB/wMAAf8PAAH/AwAB/wMAAf83
AAH/AwAB/wMAAf8PAAH/AwAB/wMAAf8LAAH/AwAB/wMAAf8PAAH/AwAB/wMAAf8nAAH/AwAB/wNWAbML
- AAH/AwAB/wMAAf8DFAH+GwAB/wMAAf8DAAH/AwAB/wsAAf8DAAH/AwAB/wwAA1QBqwMAAf8DAAH/Az0B
+ AAH/AwAB/wMAAf8DFQH+GwAB/wMAAf8DAAH/AwAB/wsAAf8DAAH/AwAB/wwAA1QBqwMAAf8DAAH/Az0B
aAgAA2AB2wMAAf8DAAH/AwAB/wMAAf8MAANWAbUDAAH/AwAB/wMzAVAIAANgAeMDAAH/AwAB/wMAAf8D
- AAH/DAADOwH5AwAB/wMAAf8cAANZAfEDAAH/AwAB/wMRARYMAAMzAVIDAAH/AwAB/wMAAf8DAAH/AwAB
+ AAH/DAADPgH5AwAB/wMAAf8cAANaAfEDAAH/AwAB/wMRARYMAAMzAVIDAAH/AwAB/wMAAf8DAAH/AwAB
/wcAAf8DAAH/AwAB/zcAAf8DAAH/AwAB/w8AAf8DAAH/AwAB/wsAAf8DAAH/AwAB/w8AAf8DAAH/AwAB
/ycAAf8DAAH/A1YBsw8AAf8DAAH/AwAB/wMAAf8TAAH/AwAB/wMAAf8DAAH/DwAB/wMAAf8DAAH/DAAD
VAGrAwAB/wMAAf8DPQFoDAADJQE3AwAB/wMAAf8DAAH/AwAB/wgAA1YBtQMAAf8DAAH/AzMBUAwAAzIB
- TwMAAf8DAAH/AwAB/wMAAf8IAAM7AfkDAAH/AwAB/xwAA1kB8QMAAf8DAAH/AxEBFhcAAf8DAAH/AwAB
- /wMAAf8DAAH/AxQB/gMAAf8DAAH/NwAB/wMAAf8DAAH/DwAB/wMAAf8DAAH/CwAB/wMAAf8DAAH/DwAB
+ TwMAAf8DAAH/AwAB/wMAAf8IAAM+AfkDAAH/AwAB/xwAA1oB8QMAAf8DAAH/AxEBFhcAAf8DAAH/AwAB
+ /wMAAf8DAAH/AxUB/gMAAf8DAAH/NwAB/wMAAf8DAAH/DwAB/wMAAf8DAAH/CwAB/wMAAf8DAAH/DwAB
/wMAAf8DAAH/JwAB/wMAAf8XAAH/AwAB/wMAAf8DAAH/CwAB/wMAAf8DAAH/AwAB/xAAAwwBDwMAAf8D
- RgH2DAADVAGrAwAB/wMAAf8DPQFoFwAB/wMAAf8DAAH/AwAB/wQAA1YBtQMAAf8DAAH/AzMBUBcAAf8D
- AAH/AwAB/wMAAf8EAAM7AfkDAAH/AwAB/xwAA1kB8QMAAf8DAAH/AxEBFhgAA1oB6QMAAf8DAAH/AwAB
+ SAH2DAADVAGrAwAB/wMAAf8DPQFoFwAB/wMAAf8DAAH/AwAB/wQAA1YBtQMAAf8DAAH/AzMBUBcAAf8D
+ AAH/AwAB/wMAAf8EAAM+AfkDAAH/AwAB/xwAA1oB8QMAAf8DAAH/AxEBFhgAA1oB6QMAAf8DAAH/AwAB
/wMAAf8DAAH/AwAB/zcAAf8DAAH/AwAB/w8AAf8DAAH/AwAB/wsAAf8DAAH/AwAB/w8AAf8DAAH/AwAB
- /0cAAf8DAAH/AwAB/wMUAf4DAAH/AwAB/wMAAf8DAAH/LAADVAGrAwAB/wMAAf8DPQFoGwAB/wMAAf8D
- AAH/AwAB/wNdAc4DAAH/AwAB/wMzAVAbAAH/AwAB/wMAAf8DAAH/AygB+gMAAf8DAAH/HAADWQHxAwAB
+ /0cAAf8DAAH/AwAB/wMVAf4DAAH/AwAB/wMAAf8DAAH/LAADVAGrAwAB/wMAAf8DPQFoGwAB/wMAAf8D
+ AAH/AwAB/wNdAc4DAAH/AwAB/wMzAVAbAAH/AwAB/wMAAf8DAAH/AykB+gMAAf8DAAH/HAADWgHxAwAB
/wMAAf8DEQEWIwAB/wMAAf8DAAH/AwAB/wMAAf83AAH/AwAB/wMAAf8PAAH/AwAB/wMAAf8LAAH/AwAB
/wMAAf8PAAH/AwAB/wMAAf9LAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8wAANUAasDAAH/AwAB/wM9AWgf
- AAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DMwFQHwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/HAADWQHxAwAB
+ AAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DMwFQHwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/HAADWgHxAwAB
/wMAAf8DEQEWJwAB/wMAAf8DAAH/AwAB/zcAAf8DAAH/AwAB/w8AAf8DAAH/AwAB/wsAAf8DAAH/AwAB
/w8AAf8DAAH/AwAB/08AAf8DAAH/AwAB/wMAAf80AANUAasDAAH/AwAB/wM9AWgjAAH/AwAB/wMAAf8D
- AAH/AwAB/wMzAVAjAAH/AwAB/wMAAf8DAAH/AwAB/xwAA1kB8QMAAf8DAAH/AxEBFisAAf8DAAH/AwAB
+ AAH/AwAB/wMzAVAjAAH/AwAB/wMAAf8DAAH/AwAB/xwAA1oB8QMAAf8DAAH/AxEBFisAAf8DAAH/AwAB
/zcAAf8DAAH/AwAB/w8AAf8DAAH/AwAB/wsAAf8DAAH/AwAB/w8AAf8DAAH/AwAB/0sAAf8DAAH/AwAB
- /wMAAf8DAAH/AxQB/jAAA1QBqwMAAf8DAAH/Az0BaB8AAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMzAVAf
- AAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8cAANZAfEDAAH/AwAB/wMRARYkAANcAdkDAAH/AwAB/wMAAf83
+ /wMAAf8DAAH/AxUB/jAAA1QBqwMAAf8DAAH/Az0BaB8AAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMzAVAf
+ AAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8cAANaAfEDAAH/AwAB/wMRARYkAANcAdkDAAH/AwAB/wMAAf83
AAH/AwAB/wMAAf8PAAH/AwAB/wMAAf8LAAH/AwAB/wMAAf8PAAH/AwAB/wMAAf9HAAH/AwAB/wMAAf8D
- AAH/AwAB/wMAAf8DAAH/AwAB/ywAA1QBqwMAAf8DAAH/Az0BaBsAAf8DAAH/AwAB/wMAAf8DWQHxAwAB
- /wMAAf8DMwFQGwAB/wMAAf8DAAH/AwAB/wMUAf4DAAH/AwAB/xwAA1kB8QMAAf8DAAH/AxEBFiMAAf8D
+ AAH/AwAB/wMAAf8DAAH/AwAB/ywAA1QBqwMAAf8DAAH/Az0BaBsAAf8DAAH/AwAB/wMAAf8DWgHxAwAB
+ /wMAAf8DMwFQGwAB/wMAAf8DAAH/AwAB/wMVAf4DAAH/AwAB/xwAA1oB8QMAAf8DAAH/AxEBFiMAAf8D
AAH/AwAB/wMAAf8DAAH/NwAB/wMAAf8DAAH/DwAB/wMAAf8DAAH/CwAB/wMAAf8DAAH/DwAB/wMAAf8D
AAH/JwAB/wMAAf8XAAH/AwAB/wMAAf8DAAH/CwAB/wMAAf8DAAH/AwAB/xcAAf8DWAG4DAADVAGrAwAB
/wMAAf8DPQFoFwAB/wMAAf8DAAH/AwAB/wQAA1YBtQMAAf8DAAH/AzMBUBcAAf8DAAH/AwAB/wMAAf8E
- AAM7AfkDAAH/AwAB/xwAA1kB8QMAAf8DAAH/AxEBFhgAAzABSgMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB
+ AAM+AfkDAAH/AwAB/xwAA1oB8QMAAf8DAAH/AxEBFhgAAzABSgMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB
/zcAAf8DAAH/AwAB/w8AAf8DAAH/AwAB/wsAAf8DAAH/AwAB/w8AAf8DAAH/AwAB/ycAAf8DAAH/A1YB
- sw8AAf8DAAH/AwAB/wMAAf8TAAH/AwAB/wMAAf8DFAH+DwAB/wMAAf8DAAH/DAADVAGrAwAB/wMAAf8D
+ sw8AAf8DAAH/AwAB/wMAAf8TAAH/AwAB/wMAAf8DFQH+DwAB/wMAAf8DAAH/DAADVAGrAwAB/wMAAf8D
PQFoEwAB/wMAAf8DAAH/AwAB/wgAA1YBtQMAAf8DAAH/AzMBUAwAAwkBDAMAAf8DAAH/AwAB/wMAAf8I
- AAM7AfkDAAH/AwAB/xwAA1kB8QMAAf8DAAH/AxEBFhcAAf8DAAH/AwAB/wMAAf8DAAH/AygB/QMAAf8D
+ AAM+AfkDAAH/AwAB/xwAA1oB8QMAAf8DAAH/AxEBFhcAAf8DAAH/AwAB/wMAAf8DAAH/AyoB/QMAAf8D
AAH/NwAB/wMAAf8DAAH/DwAB/wMAAf8DAAH/CwAB/wMAAf8DAAH/DwAB/wMAAf8DAAH/JwAB/wMAAf8D
VgGzCwAB/wMAAf8DAAH/AwAB/xsAAf8DAAH/AwAB/wMAAf8LAAH/AwAB/wMAAf8MAANUAasDAAH/AwAB
/wM9AWgIAAM6AWADAAH/AwAB/wMAAf8DAAH/DAADVgG1AwAB/wMAAf8DMwFQCAADSwGMAwAB/wMAAf8D
- AAH/AwAB/wwAAzsB+QMAAf8DAAH/HAADWQHxAwAB/wMAAf8DEQEWDAADBwEJAwAB/wMAAf8DAAH/AwAB
+ AAH/AwAB/wwAAz4B+QMAAf8DAAH/HAADWgHxAwAB/wMAAf8DEQEWDAADBwEJAwAB/wMAAf8DAAH/AwAB
/wMAAf8HAAH/AwAB/wMAAf83AAH/AwAB/wMAAf8PAAH/AwAB/wMAAf8LAAH/AwAB/wMAAf8PAAH/AwAB
/wMAAf8nAAH/AwAB/wNWAbMHAAH/AwAB/wMAAf8DAAH/IwAB/wMAAf8DAAH/AwAB/wcAAf8DAAH/AwAB
/wwAA1QBqwMAAf8DAAH/Az0BaAcAAf8DAAH/AwAB/wMAAf8DAAH/EAADVgG1AwAB/wMAAf8DMwFQBwAB
- /wMAAf8DAAH/AwAB/wMAAf8QAAM7AfkDAAH/AwAB/xwAA1kB8QMAAf8DAAH/AxEBFgsAAf8DAAH/AwAB
+ /wMAAf8DAAH/AwAB/wMAAf8QAAM+AfkDAAH/AwAB/xwAA1oB8QMAAf8DAAH/AxEBFgsAAf8DAAH/AwAB
/wMAAf8DAAH/A08BmQsAAf8DAAH/AwAB/zcAAf8DAAH/AwAB/w8AAf8DAAH/AwAB/wsAAf8DAAH/AwAB
- /w8AAf8DAAH/AwAB/ycAAf8DAAH/A1YBswMAAf8DAAH/AwAB/wMAAf8rAAH/AwAB/wMAAf8DFAH+AwAB
+ /w8AAf8DAAH/AwAB/ycAAf8DAAH/A1YBswMAAf8DAAH/AwAB/wMAAf8rAAH/AwAB/wMAAf8DFQH+AwAB
/wMAAf8DAAH/DAADVAGrAwAB/wMAAf8DPQFoAwAB/wMAAf8DAAH/AwAB/wMAAf8UAANWAbUDAAH/AwAB
- /wMzAVADAAH/AwAB/wMAAf8DAAH/AwAB/xQAAzsB+QMAAf8DAAH/HAADWQHxAwAB/wMAAf8DEQEWBwAB
+ /wMzAVADAAH/AwAB/wMAAf8DAAH/AwAB/xQAAz4B+QMAAf8DAAH/HAADWgHxAwAB/wMAAf8DEQEWBwAB
/wMAAf8DAAH/AwAB/wMAAf8TAAH/AwAB/wMAAf83AAH/AwAB/wMAAf8PAAH/AwAB/wMAAf8LAAH/AwAB
/wMAAf8PAAH/AwAB/wMAAf8nAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8zAAH/AwAB/wMAAf8DAAH/AwAB
- /wMAAf8MAANUAasDAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DUQH0GAADVgG1AwAB/wMAAf8DAAH/AwAB
- /wMAAf8DAAH/A10B7BgAAzsB+QMAAf8DAAH/HAADWQHxAwAB/wMAAf8DYQHrAwAB/wMAAf8DAAH/AwAB
- /wNRAfQXAAH/AwAB/wMAAf83AAH/AwAB/wMAAf8PAAH/AwAB/wMAAf8LAAH/AwAB/wMAAf8PAAH/AwAB
+ /wMAAf8MAANUAasDAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DUwH0GAADVgG1AwAB/wMAAf8DAAH/AwAB
+ /wMAAf8DAAH/A10B7BgAAz4B+QMAAf8DAAH/HAADWgHxAwAB/wMAAf8DYQHrAwAB/wMAAf8DAAH/AwAB
+ /wNTAfQXAAH/AwAB/wMAAf83AAH/AwAB/wMAAf8PAAH/AwAB/wMAAf8LAAH/AwAB/wMAAf8PAAH/AwAB
/wMAAf8nAAH/AwAB/wMAAf8DAAH/AwAB/zsAAf8DAAH/AwAB/wMAAf8DAAH/DAADVAGrAwAB/wMAAf8D
- AAH/AwAB/wMAAf8DQwF3HAADVgG1AwAB/wMAAf8DAAH/AwAB/wMAAf8DMAFMHAADOwH5AwAB/wMAAf8c
- AANZAfEDAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8fAAH/AwAB/wMAAf83AAH/AwAB/wMAAf8DKgFAAyoB
+ AAH/AwAB/wMAAf8DQwF3HAADVgG1AwAB/wMAAf8DAAH/AwAB/wMAAf8DMAFMHAADPgH5AwAB/wMAAf8c
+ AANaAfEDAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8fAAH/AwAB/wMAAf83AAH/AwAB/wMAAf8DKgFAAyoB
QAMqAUADAAH/AwAB/wMAAf8LAAH/AwAB/wMAAf8DKgFAAyoBQAMqAUADAAH/AwAB/wMAAf8nAAH/AwAB
/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8bAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB
/wMAAf8MAANUAasDAAH/AwAB/wMAAf8DAAH/AwYBCCAAA1YBtgMAAf8DAAH/AwAB/wMAAf8DAgEDIAAD
- OwH5AwAB/wMAAf8cAANZAfEDAAH/AwAB/wMAAf8DAAH/AwAB/yMAAf8DAAH/AwAB/zcAAf8DAAH/AwAB
+ PgH5AwAB/wMAAf8cAANaAfEDAAH/AwAB/wMAAf8DAAH/AwAB/yMAAf8DAAH/AwAB/zcAAf8DAAH/AwAB
/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wsAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB
/ycAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/xQAA0wBkAMAAf8DAAH/AwAB/wMAAf8D
AAH/AwAB/wMAAf8DAAH/AwAB/xMAAf8DAAH/AwAB/y8AAf8DAAH/AwAB/ygAAzYBWAMAAf8DAAH/IwAB
@@ -281,43 +294,110 @@
/wH4AT8BBwHwCw==
+
+ 3, 2
+
+
+
+ 3, 2, 3, 2
+
+
+ 15, 2, 15, 2
+
+
+ 67, 34
+
Stop playback and reset time.
+
+ 76, 2
+
+
+ 3, 2, 3, 2
+
+
+ 15, 2, 15, 2
+
+
+ 67, 34
+
Play from the beginning.
+
+ 149, 2
+
+
+ 3, 2, 3, 2
+
+
+ 15, 2, 15, 2
+
+
+ 67, 34
+
Play/Pause
+
+ 222, 2
+
+
+ 3, 2, 3, 2
+
+
+ 15, 2, 15, 2
+
+
+ 67, 34
+
Fast forward 1 frame
+
+ 295, 2
+
+
+ 3, 2, 3, 2
+
+
+ 15, 2, 15, 2
+
+
+ 67, 34
+
Fast forward 10 frames.
+
+ 368, 2
+
+
+ 3, 2, 3, 2
+
+
+ 15, 2, 15, 2
+
+
+ 67, 34
+
Fullscreen preview.
-
-
+
+ 641, 598
-
-
+
+ 641, 598
-
-
+
+ 11, 24
-
-
+
+ 3, 2, 3, 2
-
-
-
-
-
-
-
-
+
+ 641, 636
\ No newline at end of file
diff --git a/SpineViewer/Controls/SpinePreviewPanel.resx b/SpineViewer/Controls/SpinePreviewPanel.resx
index f47b8eb..8160e25 100644
--- a/SpineViewer/Controls/SpinePreviewPanel.resx
+++ b/SpineViewer/Controls/SpinePreviewPanel.resx
@@ -117,229 +117,379 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 59, 34
-
-
- 317, 2
-
-
- 1
-
-
- button_FullScreen
-
-
-
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
-
-
- Fill
-
-
- System.Windows.Forms.UserControl, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0, 0
-
-
- 466, 530
+
+ forward-step
-
- 1
+
+ False
-
-
- 0, 0, 0, 0
+
+ button_ForwardFast
-
- 2
-
-
- GrowAndShrink
-
-
- button_Restart
-
-
- 0
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Center
-
-
- wallpaperForm
-
-
- panel_Render
-
-
- 114, 113
-
-
- pause
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="panel_ViewContainer" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Percent,100,AutoSize,0" /></TableLayoutSettings>
-
-
- 0
-
-
- 2, 2, 2, 2
-
-
- Fill
-
-
- 11, 2, 11, 2
-
-
- 0, 0, 0, 0
-
-
- 59, 34
-
-
- 1
-
-
- flowLayoutPanel1
-
-
- 0, 0
-
-
- 65, 2
-
-
- button_ForwardStep
-
-
- $this
-
-
- 5
-
-
- 快进 10 帧
-
-
- True
-
-
- 0
-
-
- flowLayoutPanel1
-
-
-
-
-
- 2, 2, 2, 2
+
+ 4
System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- panel_RenderContainer
-
-
- forward-fast
-
-
- 44, 492
-
-
-
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- stop
-
-
-
-
-
- 2560, 1440
-
-
- 0
-
-
- panel_RenderContainer
-
-
- 2, 2, 2, 2
-
-
- 停止播放并重置时间到初始
-
-
- imageList
-
-
- 全屏预览
-
-
+
1
-
- SpineViewer.WallpaperForm, SpineViewer, Culture=neutral, PublicKeyToken=null
+
+
+ 59, 34
-
- 0, 0, 0, 0
+
+ toolTip
-
- Manual
-
-
+
+
2, 2, 2, 2
+
+ 2
+
+
+ arrows-maximize
+
+
+ SpineViewer.Forms.SpinePreviewFullScreenForm, SpineViewer, Culture=neutral, PublicKeyToken=null
+
+
+ 0, 0
+
+
+ wallpaperForm
+
+
+ True
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ 466, 530
+
+
+ 1
+
+
+ 65, 2
+
2, 2, 2, 2
-
- 3
+
+ 11, 2, 11, 2
-
- panel_ViewContainer
+
+ True
-
- System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 11, 2, 11, 2
-
- GrowAndShrink
+
+ 0
-
- GrowAndShrink
+
+ flowLayoutPanel1
5
+
+ 59, 34
+
+
+ pause
+
+
+ 114, 113
+
+
+ True
+
+
+ panel_ViewContainer
+
+
+ 停止播放并重置时间到初始
+
+
+ 11, 2, 11, 2
+
+
+ panel_Render
+
+
+ SpinePreviewPanel
+
+
+ 0
+
+
+ flowLayoutPanel1
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2560, 1440
+
+
+ panel_RenderContainer
+
+
+ 0, 0
+
+
+ panel_ViewContainer
+
+
+ 0
+
+
+
+
+
+ flowLayoutPanel1
+
+
+
+ GrowAndShrink
+
+
+ 1
+
+
+ button_Stop
+
+
+ $this
+
+
+ flowLayoutPanel1
+
+
+ 1
+
+
+ imageList
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 59, 34
+
+
+ 466, 492
+
+
+ GrowAndShrink
+
254, 2
+
+ System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 378, 38
+
+
+ 0, 0, 0, 0
+
+
+ 0, 0, 0, 0
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0, 0, 0, 0
+
+
+
+
+
+ System.Windows.Forms.ImageList, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ 从头开始播放
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+
+
+
+ GrowAndShrink
+
+
+ 128, 2
+
+
+
+
+
+ flowLayoutPanel1
+
+
+ Fill
+
+
+ 11, 2, 11, 2
+
+
+ flowLayoutPanel1
+
+
+ 466, 492
+
+
+ 快进 1 帧
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 快进 10 帧
+
+
+ None
+
+
+ 317, 2
+
+
+ 3
+
+
+
+
+
+ 4
+
+
+ True
+
+
+ button_Restart
+
+
+ stop
+
+
+ 233, 267
+
+
+ 0, 0
+
+
+ Manual
+
+
+ 3
+
+
+ 1
+
+
+ 2, 2, 2, 2
+
+
+
+
+
+ SpineViewer.WallpaperForm, SpineViewer, Culture=neutral, PublicKeyToken=null
+
+
+ 2, 2
+
+
+ System.Windows.Forms.UserControl, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 全屏预览
+
+
+ 2, 2, 2, 2
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="panel_ViewContainer" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Percent,100,AutoSize,0" /></TableLayoutSettings>
+
+
+ GrowAndShrink
+
+
+ 5
+
+
+ True
+
+
+ 0, 0, 0, 0
+
+
+ tableLayoutPanel1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 11, 2, 11, 2
+
+
+ button_ForwardStep
+
+
+ 0, 0, 0, 0
+
+
+ 2
+
+
+ 191, 2
+
+
+ 44, 492
+
+
+
+
AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs
LCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5BQEAAAAmU3lzdGVtLldpbmRvd3MuRm9ybXMu
SW1hZ2VMaXN0U3RyZWFtZXIBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAA9CMAAAJNU0Z0AUkBTAIBAQcB
- AAGkAQABqAEAAR8BAAEYAQAE/wEhARAI/wFCAU0BNgcAATYDAAEoAwABfAMAATADAAEBAQABIAYAAV0+
+ AAGkAQABrAEAAR8BAAEYAQAE/wEhARAI/wFCAU0BNgcAATYDAAEoAwABfAMAATADAAEBAQABIAYAAV0+
AAMEAQUDAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf9DAAH/AwAB/wMAAf8DAAH/A1UB
sWQAA1kB7wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8D
AAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/Ay0BRbcAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8D
@@ -495,274 +645,121 @@
/wH4AT8BBwHwFgAL
-
- forward-step
-
-
- rotate-left
-
-
- button_ForwardFast
-
-
+
Manual
-
- 233, 267
-
-
- False
-
-
- 11, 2, 11, 2
-
-
- tableLayoutPanel1
-
-
- SpinePreviewPanel
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 从头开始播放
+
+ 2, 2, 2, 2
0
-
- GrowAndShrink
-
-
- 3
-
-
- GrowAndShrink
-
-
- 59, 34
-
-
- 0, 0, 0, 0
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
flowLayoutPanel1
-
- 466, 492
-
-
- 4
-
-
- 6
-
-
- 466, 530
-
-
- 378, 38
-
-
- 2
-
-
- flowLayoutPanel1
-
-
- 0, 0, 0, 0
-
-
- 2, 2, 2, 2
-
-
- 11, 2, 11, 2
-
-
- True
-
-
- flowLayoutPanel1
-
-
- 4
-
-
- 11, 2, 11, 2
-
-
- 466, 492
-
-
- flowLayoutPanel1
-
-
- 0, 0
-
-
- 59, 34
-
-
- 0
-
-
-
-
-
- 128, 2
-
-
- 0, 0
-
-
- System.Windows.Forms.ImageList, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 快进 1 帧
-
-
- 8, 20
-
-
- 1
-
-
- 59, 34
-
-
- Fill
-
-
- SpineViewer.Forms.SpinePreviewFullScreenForm, SpineViewer, Culture=neutral, PublicKeyToken=null
-
-
- 2, 2, 2, 2
-
-
- True
-
-
- True
-
-
- False
-
-
- spinePreviewFullScreenForm
+
+ button_FullScreen
button_Start
-
-
+
+ GrowAndShrink
-
- System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ tableLayoutPanel1
-
- 开始/暂停
-
-
- 11, 2, 11, 2
-
-
- True
-
-
- panel_ViewContainer
-
-
- 59, 34
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- button_Stop
-
-
- toolTip
-
-
- 0
-
-
- 2
-
-
- 11, 2, 11, 2
-
-
- True
-
-
+
2
tableLayoutPanel1
-
- arrows-maximize
+
+ 0
-
- System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ rotate-left
+
+
+ 59, 34
+
+
+ 0, 0
+
+
+ 59, 34
+
+
+ panel_RenderContainer
+
+
+ 6
+
+
+ 0
+
+
+ False
+
+
+ 开始/暂停
+
+
+ Center
+
+
+
+
+
+ forward-fast
System.Windows.Forms.ToolTip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
+
+ 59, 34
-
- 2, 2
+
+ 466, 530
-
+
+ 11, 2, 11, 2
+
+
+ 8, 20
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
GrowAndShrink
-
- GrowAndShrink
+
+ spinePreviewFullScreenForm
-
-
+
+ Fill
-
- 191, 2
-
-
- True
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- tableLayoutPanel1
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
307, 18
-
- 17, 17
-
-
- en
-
618, 18
-
- 165, 17
-
True
+
+ 17, 17
+
+
+ 165, 17
+
\ No newline at end of file
diff --git a/SpineViewer/Forms/SpineViewerForm.Designer.cs b/SpineViewer/Forms/SpineViewerForm.Designer.cs
index 6ea314a..4a5a246 100644
--- a/SpineViewer/Forms/SpineViewerForm.Designer.cs
+++ b/SpineViewer/Forms/SpineViewerForm.Designer.cs
@@ -20,510 +20,510 @@
base.Dispose(disposing);
}
- #region Windows Form Designer generated code
+ #region Windows Form Designer generated code
- ///
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- ///
- private void InitializeComponent()
- {
- components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SpineViewerForm));
- splitContainer_MainForm = new SplitContainer();
- splitContainer_Functional = new SplitContainer();
- splitContainer_Information = new SplitContainer();
- groupBox_SkelList = new GroupBox();
- spineListView = new Controls.SpineListView();
- spineViewPropertyGrid = new Controls.SpineViewPropertyGrid();
- splitContainer_Config = new SplitContainer();
- groupBox_PreviewConfig = new GroupBox();
- propertyGrid_Previewer = new PropertyGrid();
- groupBox_SkelConfig = new GroupBox();
- groupBox_Preview = new GroupBox();
- spinePreviewPanel = new Controls.SpinePreviewPanel();
- rtbLog = new RichTextBox();
- menuStrip = new MenuStrip();
- toolStripMenuItem_File = new ToolStripMenuItem();
- toolStripMenuItem_Open = new ToolStripMenuItem();
- toolStripMenuItem_BatchOpen = new ToolStripMenuItem();
- toolStripSeparator1 = new ToolStripSeparator();
- toolStripMenuItem_Export = new ToolStripMenuItem();
- toolStripMenuItem_ExportFrame = new ToolStripMenuItem();
- toolStripMenuItem_ExportFrameSequence = new ToolStripMenuItem();
- toolStripSeparator4 = new ToolStripSeparator();
- toolStripMenuItem_ExportGif = new ToolStripMenuItem();
- toolStripMenuItem_ExportWebp = new ToolStripMenuItem();
- toolStripMenuItem_ExportAvif = new ToolStripMenuItem();
- toolStripSeparator5 = new ToolStripSeparator();
- toolStripMenuItem_ExportMp4 = new ToolStripMenuItem();
- toolStripMenuItem_ExportWebm = new ToolStripMenuItem();
- toolStripMenuItem_ExportMkv = new ToolStripMenuItem();
- toolStripMenuItem_ExportMov = new ToolStripMenuItem();
- toolStripSeparator6 = new ToolStripSeparator();
- toolStripMenuItem_ExportCustom = new ToolStripMenuItem();
- toolStripSeparator2 = new ToolStripSeparator();
- toolStripMenuItem_Exit = new ToolStripMenuItem();
- toolStripMenuItem_Tool = new ToolStripMenuItem();
- toolStripMenuItem_ConvertFileFormat = new ToolStripMenuItem();
- toolStripMenuItem_Download = new ToolStripMenuItem();
- toolStripMenuItem_ManageResource = new ToolStripMenuItem();
- toolStripMenuItem_Help = new ToolStripMenuItem();
- toolStripMenuItem_Diagnostics = new ToolStripMenuItem();
- toolStripSeparator3 = new ToolStripSeparator();
- toolStripMenuItem_About = new ToolStripMenuItem();
- toolStripMenuItem_Debug = new ToolStripMenuItem();
- toolStripMenuItem_Experiment = new ToolStripMenuItem();
- toolStripMenuItem_DesktopProjection = new ToolStripMenuItem();
- ToolStripMenuItem_Language = new ToolStripMenuItem();
- ToolStripMenuItem_English = new ToolStripMenuItem();
- ToolStripMenuItem_Chinese = new ToolStripMenuItem();
- panel_MainForm = new Panel();
- toolTip = new ToolTip(components);
- ((System.ComponentModel.ISupportInitialize)splitContainer_MainForm).BeginInit();
- splitContainer_MainForm.Panel1.SuspendLayout();
- splitContainer_MainForm.Panel2.SuspendLayout();
- splitContainer_MainForm.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)splitContainer_Functional).BeginInit();
- splitContainer_Functional.Panel1.SuspendLayout();
- splitContainer_Functional.Panel2.SuspendLayout();
- splitContainer_Functional.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)splitContainer_Information).BeginInit();
- splitContainer_Information.Panel1.SuspendLayout();
- splitContainer_Information.Panel2.SuspendLayout();
- splitContainer_Information.SuspendLayout();
- groupBox_SkelList.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)splitContainer_Config).BeginInit();
- splitContainer_Config.Panel1.SuspendLayout();
- splitContainer_Config.Panel2.SuspendLayout();
- splitContainer_Config.SuspendLayout();
- groupBox_PreviewConfig.SuspendLayout();
- groupBox_SkelConfig.SuspendLayout();
- groupBox_Preview.SuspendLayout();
- menuStrip.SuspendLayout();
- panel_MainForm.SuspendLayout();
- SuspendLayout();
- //
- // splitContainer_MainForm
- //
- resources.ApplyResources(splitContainer_MainForm, "splitContainer_MainForm");
- splitContainer_MainForm.Cursor = Cursors.SizeNS;
- splitContainer_MainForm.FixedPanel = FixedPanel.Panel2;
- splitContainer_MainForm.Name = "splitContainer_MainForm";
- //
- // splitContainer_MainForm.Panel1
- //
- resources.ApplyResources(splitContainer_MainForm.Panel1, "splitContainer_MainForm.Panel1");
- splitContainer_MainForm.Panel1.Controls.Add(splitContainer_Functional);
- splitContainer_MainForm.Panel1.Cursor = Cursors.Default;
- toolTip.SetToolTip(splitContainer_MainForm.Panel1, resources.GetString("splitContainer_MainForm.Panel1.ToolTip"));
- //
- // splitContainer_MainForm.Panel2
- //
- resources.ApplyResources(splitContainer_MainForm.Panel2, "splitContainer_MainForm.Panel2");
- splitContainer_MainForm.Panel2.Controls.Add(rtbLog);
- splitContainer_MainForm.Panel2.Cursor = Cursors.Default;
- toolTip.SetToolTip(splitContainer_MainForm.Panel2, resources.GetString("splitContainer_MainForm.Panel2.ToolTip"));
- splitContainer_MainForm.TabStop = false;
- toolTip.SetToolTip(splitContainer_MainForm, resources.GetString("splitContainer_MainForm.ToolTip"));
- splitContainer_MainForm.SplitterMoved += splitContainer_SplitterMoved;
- splitContainer_MainForm.MouseUp += splitContainer_MouseUp;
- //
- // splitContainer_Functional
- //
- resources.ApplyResources(splitContainer_Functional, "splitContainer_Functional");
- splitContainer_Functional.Cursor = Cursors.SizeWE;
- splitContainer_Functional.FixedPanel = FixedPanel.Panel1;
- splitContainer_Functional.Name = "splitContainer_Functional";
- //
- // splitContainer_Functional.Panel1
- //
- resources.ApplyResources(splitContainer_Functional.Panel1, "splitContainer_Functional.Panel1");
- splitContainer_Functional.Panel1.Controls.Add(splitContainer_Information);
- splitContainer_Functional.Panel1.Cursor = Cursors.Default;
- toolTip.SetToolTip(splitContainer_Functional.Panel1, resources.GetString("splitContainer_Functional.Panel1.ToolTip"));
- //
- // splitContainer_Functional.Panel2
- //
- resources.ApplyResources(splitContainer_Functional.Panel2, "splitContainer_Functional.Panel2");
- splitContainer_Functional.Panel2.Controls.Add(groupBox_Preview);
- splitContainer_Functional.Panel2.Cursor = Cursors.Default;
- toolTip.SetToolTip(splitContainer_Functional.Panel2, resources.GetString("splitContainer_Functional.Panel2.ToolTip"));
- splitContainer_Functional.TabStop = false;
- toolTip.SetToolTip(splitContainer_Functional, resources.GetString("splitContainer_Functional.ToolTip"));
- splitContainer_Functional.SplitterMoved += splitContainer_SplitterMoved;
- splitContainer_Functional.MouseUp += splitContainer_MouseUp;
- //
- // splitContainer_Information
- //
- resources.ApplyResources(splitContainer_Information, "splitContainer_Information");
- splitContainer_Information.Cursor = Cursors.SizeWE;
- splitContainer_Information.Name = "splitContainer_Information";
- //
- // splitContainer_Information.Panel1
- //
- resources.ApplyResources(splitContainer_Information.Panel1, "splitContainer_Information.Panel1");
- splitContainer_Information.Panel1.Controls.Add(groupBox_SkelList);
- splitContainer_Information.Panel1.Cursor = Cursors.Default;
- toolTip.SetToolTip(splitContainer_Information.Panel1, resources.GetString("splitContainer_Information.Panel1.ToolTip"));
- //
- // splitContainer_Information.Panel2
- //
- resources.ApplyResources(splitContainer_Information.Panel2, "splitContainer_Information.Panel2");
- splitContainer_Information.Panel2.Controls.Add(splitContainer_Config);
- splitContainer_Information.Panel2.Cursor = Cursors.Default;
- toolTip.SetToolTip(splitContainer_Information.Panel2, resources.GetString("splitContainer_Information.Panel2.ToolTip"));
- splitContainer_Information.TabStop = false;
- toolTip.SetToolTip(splitContainer_Information, resources.GetString("splitContainer_Information.ToolTip"));
- splitContainer_Information.SplitterMoved += splitContainer_SplitterMoved;
- splitContainer_Information.MouseUp += splitContainer_MouseUp;
- //
- // groupBox_SkelList
- //
- resources.ApplyResources(groupBox_SkelList, "groupBox_SkelList");
- groupBox_SkelList.Controls.Add(spineListView);
- groupBox_SkelList.Name = "groupBox_SkelList";
- groupBox_SkelList.TabStop = false;
- toolTip.SetToolTip(groupBox_SkelList, resources.GetString("groupBox_SkelList.ToolTip"));
- //
- // spineListView
- //
- resources.ApplyResources(spineListView, "spineListView");
- spineListView.Name = "spineListView";
- spineListView.SpinePropertyGrid = spineViewPropertyGrid;
- toolTip.SetToolTip(spineListView, resources.GetString("spineListView.ToolTip"));
- //
- // spineViewPropertyGrid
- //
- resources.ApplyResources(spineViewPropertyGrid, "spineViewPropertyGrid");
- spineViewPropertyGrid.Name = "spineViewPropertyGrid";
- toolTip.SetToolTip(spineViewPropertyGrid, resources.GetString("spineViewPropertyGrid.ToolTip"));
- //
- // splitContainer_Config
- //
- resources.ApplyResources(splitContainer_Config, "splitContainer_Config");
- splitContainer_Config.Name = "splitContainer_Config";
- //
- // splitContainer_Config.Panel1
- //
- resources.ApplyResources(splitContainer_Config.Panel1, "splitContainer_Config.Panel1");
- splitContainer_Config.Panel1.Controls.Add(groupBox_PreviewConfig);
- toolTip.SetToolTip(splitContainer_Config.Panel1, resources.GetString("splitContainer_Config.Panel1.ToolTip"));
- //
- // splitContainer_Config.Panel2
- //
- resources.ApplyResources(splitContainer_Config.Panel2, "splitContainer_Config.Panel2");
- splitContainer_Config.Panel2.Controls.Add(groupBox_SkelConfig);
- toolTip.SetToolTip(splitContainer_Config.Panel2, resources.GetString("splitContainer_Config.Panel2.ToolTip"));
- toolTip.SetToolTip(splitContainer_Config, resources.GetString("splitContainer_Config.ToolTip"));
- //
- // groupBox_PreviewConfig
- //
- resources.ApplyResources(groupBox_PreviewConfig, "groupBox_PreviewConfig");
- groupBox_PreviewConfig.Controls.Add(propertyGrid_Previewer);
- groupBox_PreviewConfig.Name = "groupBox_PreviewConfig";
- groupBox_PreviewConfig.TabStop = false;
- toolTip.SetToolTip(groupBox_PreviewConfig, resources.GetString("groupBox_PreviewConfig.ToolTip"));
- //
- // propertyGrid_Previewer
- //
- resources.ApplyResources(propertyGrid_Previewer, "propertyGrid_Previewer");
- propertyGrid_Previewer.Name = "propertyGrid_Previewer";
- propertyGrid_Previewer.ToolbarVisible = false;
- toolTip.SetToolTip(propertyGrid_Previewer, resources.GetString("propertyGrid_Previewer.ToolTip"));
- //
- // groupBox_SkelConfig
- //
- resources.ApplyResources(groupBox_SkelConfig, "groupBox_SkelConfig");
- groupBox_SkelConfig.Controls.Add(spineViewPropertyGrid);
- groupBox_SkelConfig.Name = "groupBox_SkelConfig";
- groupBox_SkelConfig.TabStop = false;
- toolTip.SetToolTip(groupBox_SkelConfig, resources.GetString("groupBox_SkelConfig.ToolTip"));
- //
- // groupBox_Preview
- //
- resources.ApplyResources(groupBox_Preview, "groupBox_Preview");
- groupBox_Preview.Controls.Add(spinePreviewPanel);
- groupBox_Preview.Name = "groupBox_Preview";
- groupBox_Preview.TabStop = false;
- toolTip.SetToolTip(groupBox_Preview, resources.GetString("groupBox_Preview.ToolTip"));
- //
- // spinePreviewPanel
- //
- resources.ApplyResources(spinePreviewPanel, "spinePreviewPanel");
- spinePreviewPanel.Name = "spinePreviewPanel";
- spinePreviewPanel.PropertyGrid = propertyGrid_Previewer;
- spinePreviewPanel.SpineListView = spineListView;
- toolTip.SetToolTip(spinePreviewPanel, resources.GetString("spinePreviewPanel.ToolTip"));
- //
- // rtbLog
- //
- resources.ApplyResources(rtbLog, "rtbLog");
- rtbLog.BackColor = SystemColors.Window;
- rtbLog.BorderStyle = BorderStyle.None;
- rtbLog.Name = "rtbLog";
- rtbLog.ReadOnly = true;
- toolTip.SetToolTip(rtbLog, resources.GetString("rtbLog.ToolTip"));
- //
- // menuStrip
- //
- resources.ApplyResources(menuStrip, "menuStrip");
- menuStrip.BackColor = SystemColors.Control;
- menuStrip.ImageScalingSize = new Size(24, 24);
- menuStrip.Items.AddRange(new ToolStripItem[] { toolStripMenuItem_File, toolStripMenuItem_Tool, toolStripMenuItem_Download, toolStripMenuItem_Help, toolStripMenuItem_Experiment, ToolStripMenuItem_Language });
- menuStrip.Name = "menuStrip";
- toolTip.SetToolTip(menuStrip, resources.GetString("menuStrip.ToolTip"));
- //
- // toolStripMenuItem_File
- //
- resources.ApplyResources(toolStripMenuItem_File, "toolStripMenuItem_File");
- toolStripMenuItem_File.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_Open, toolStripMenuItem_BatchOpen, toolStripSeparator1, toolStripMenuItem_Export, toolStripSeparator2, toolStripMenuItem_Exit });
- toolStripMenuItem_File.Name = "toolStripMenuItem_File";
- //
- // toolStripMenuItem_Open
- //
- resources.ApplyResources(toolStripMenuItem_Open, "toolStripMenuItem_Open");
- toolStripMenuItem_Open.Name = "toolStripMenuItem_Open";
- toolStripMenuItem_Open.Click += toolStripMenuItem_Open_Click;
- //
- // toolStripMenuItem_BatchOpen
- //
- resources.ApplyResources(toolStripMenuItem_BatchOpen, "toolStripMenuItem_BatchOpen");
- toolStripMenuItem_BatchOpen.Name = "toolStripMenuItem_BatchOpen";
- toolStripMenuItem_BatchOpen.Click += toolStripMenuItem_BatchOpen_Click;
- //
- // toolStripSeparator1
- //
- resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
- toolStripSeparator1.Name = "toolStripSeparator1";
- //
- // toolStripMenuItem_Export
- //
- resources.ApplyResources(toolStripMenuItem_Export, "toolStripMenuItem_Export");
- toolStripMenuItem_Export.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_ExportFrame, toolStripMenuItem_ExportFrameSequence, toolStripSeparator4, toolStripMenuItem_ExportGif, toolStripMenuItem_ExportWebp, toolStripMenuItem_ExportAvif, toolStripSeparator5, toolStripMenuItem_ExportMp4, toolStripMenuItem_ExportWebm, toolStripMenuItem_ExportMkv, toolStripMenuItem_ExportMov, toolStripSeparator6, toolStripMenuItem_ExportCustom });
- toolStripMenuItem_Export.Name = "toolStripMenuItem_Export";
- //
- // toolStripMenuItem_ExportFrame
- //
- resources.ApplyResources(toolStripMenuItem_ExportFrame, "toolStripMenuItem_ExportFrame");
- toolStripMenuItem_ExportFrame.Name = "toolStripMenuItem_ExportFrame";
- toolStripMenuItem_ExportFrame.Click += toolStripMenuItem_ExportFrame_Click;
- //
- // toolStripMenuItem_ExportFrameSequence
- //
- resources.ApplyResources(toolStripMenuItem_ExportFrameSequence, "toolStripMenuItem_ExportFrameSequence");
- toolStripMenuItem_ExportFrameSequence.Name = "toolStripMenuItem_ExportFrameSequence";
- toolStripMenuItem_ExportFrameSequence.Click += toolStripMenuItem_ExportFrameSequence_Click;
- //
- // toolStripSeparator4
- //
- resources.ApplyResources(toolStripSeparator4, "toolStripSeparator4");
- toolStripSeparator4.Name = "toolStripSeparator4";
- //
- // toolStripMenuItem_ExportGif
- //
- resources.ApplyResources(toolStripMenuItem_ExportGif, "toolStripMenuItem_ExportGif");
- toolStripMenuItem_ExportGif.Name = "toolStripMenuItem_ExportGif";
- toolStripMenuItem_ExportGif.Click += toolStripMenuItem_ExportGif_Click;
- //
- // toolStripMenuItem_ExportWebp
- //
- resources.ApplyResources(toolStripMenuItem_ExportWebp, "toolStripMenuItem_ExportWebp");
- toolStripMenuItem_ExportWebp.Name = "toolStripMenuItem_ExportWebp";
- toolStripMenuItem_ExportWebp.Click += toolStripMenuItem_ExportWebp_Click;
- //
- // toolStripMenuItem_ExportAvif
- //
- resources.ApplyResources(toolStripMenuItem_ExportAvif, "toolStripMenuItem_ExportAvif");
- toolStripMenuItem_ExportAvif.Name = "toolStripMenuItem_ExportAvif";
- toolStripMenuItem_ExportAvif.Click += toolStripMenuItem_ExportAvif_Click;
- //
- // toolStripSeparator5
- //
- resources.ApplyResources(toolStripSeparator5, "toolStripSeparator5");
- toolStripSeparator5.Name = "toolStripSeparator5";
- //
- // toolStripMenuItem_ExportMp4
- //
- resources.ApplyResources(toolStripMenuItem_ExportMp4, "toolStripMenuItem_ExportMp4");
- toolStripMenuItem_ExportMp4.Name = "toolStripMenuItem_ExportMp4";
- toolStripMenuItem_ExportMp4.Click += toolStripMenuItem_ExportMp4_Click;
- //
- // toolStripMenuItem_ExportWebm
- //
- resources.ApplyResources(toolStripMenuItem_ExportWebm, "toolStripMenuItem_ExportWebm");
- toolStripMenuItem_ExportWebm.Name = "toolStripMenuItem_ExportWebm";
- toolStripMenuItem_ExportWebm.Click += toolStripMenuItem_ExportWebm_Click;
- //
- // toolStripMenuItem_ExportMkv
- //
- resources.ApplyResources(toolStripMenuItem_ExportMkv, "toolStripMenuItem_ExportMkv");
- toolStripMenuItem_ExportMkv.Name = "toolStripMenuItem_ExportMkv";
- toolStripMenuItem_ExportMkv.Click += toolStripMenuItem_ExportMkv_Click;
- //
- // toolStripMenuItem_ExportMov
- //
- resources.ApplyResources(toolStripMenuItem_ExportMov, "toolStripMenuItem_ExportMov");
- toolStripMenuItem_ExportMov.Name = "toolStripMenuItem_ExportMov";
- toolStripMenuItem_ExportMov.Click += toolStripMenuItem_ExportMov_Click;
- //
- // toolStripSeparator6
- //
- resources.ApplyResources(toolStripSeparator6, "toolStripSeparator6");
- toolStripSeparator6.Name = "toolStripSeparator6";
- //
- // toolStripMenuItem_ExportCustom
- //
- resources.ApplyResources(toolStripMenuItem_ExportCustom, "toolStripMenuItem_ExportCustom");
- toolStripMenuItem_ExportCustom.Name = "toolStripMenuItem_ExportCustom";
- toolStripMenuItem_ExportCustom.Click += toolStripMenuItem_ExportCustom_Click;
- //
- // toolStripSeparator2
- //
- resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2");
- toolStripSeparator2.Name = "toolStripSeparator2";
- //
- // toolStripMenuItem_Exit
- //
- resources.ApplyResources(toolStripMenuItem_Exit, "toolStripMenuItem_Exit");
- toolStripMenuItem_Exit.Name = "toolStripMenuItem_Exit";
- toolStripMenuItem_Exit.Click += toolStripMenuItem_Exit_Click;
- //
- // toolStripMenuItem_Tool
- //
- resources.ApplyResources(toolStripMenuItem_Tool, "toolStripMenuItem_Tool");
- toolStripMenuItem_Tool.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_ConvertFileFormat });
- toolStripMenuItem_Tool.Name = "toolStripMenuItem_Tool";
- //
- // toolStripMenuItem_ConvertFileFormat
- //
- resources.ApplyResources(toolStripMenuItem_ConvertFileFormat, "toolStripMenuItem_ConvertFileFormat");
- toolStripMenuItem_ConvertFileFormat.Name = "toolStripMenuItem_ConvertFileFormat";
- toolStripMenuItem_ConvertFileFormat.Click += toolStripMenuItem_ConvertFileFormat_Click;
- //
- // toolStripMenuItem_Download
- //
- resources.ApplyResources(toolStripMenuItem_Download, "toolStripMenuItem_Download");
- toolStripMenuItem_Download.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_ManageResource });
- toolStripMenuItem_Download.Name = "toolStripMenuItem_Download";
- //
- // toolStripMenuItem_ManageResource
- //
- resources.ApplyResources(toolStripMenuItem_ManageResource, "toolStripMenuItem_ManageResource");
- toolStripMenuItem_ManageResource.Name = "toolStripMenuItem_ManageResource";
- toolStripMenuItem_ManageResource.Click += toolStripMenuItem_ManageResource_Click;
- //
- // toolStripMenuItem_Help
- //
- resources.ApplyResources(toolStripMenuItem_Help, "toolStripMenuItem_Help");
- toolStripMenuItem_Help.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_Diagnostics, toolStripSeparator3, toolStripMenuItem_About, toolStripMenuItem_Debug });
- toolStripMenuItem_Help.Name = "toolStripMenuItem_Help";
- //
- // toolStripMenuItem_Diagnostics
- //
- resources.ApplyResources(toolStripMenuItem_Diagnostics, "toolStripMenuItem_Diagnostics");
- toolStripMenuItem_Diagnostics.Name = "toolStripMenuItem_Diagnostics";
- toolStripMenuItem_Diagnostics.Click += toolStripMenuItem_Diagnostics_Click;
- //
- // toolStripSeparator3
- //
- resources.ApplyResources(toolStripSeparator3, "toolStripSeparator3");
- toolStripSeparator3.Name = "toolStripSeparator3";
- //
- // toolStripMenuItem_About
- //
- resources.ApplyResources(toolStripMenuItem_About, "toolStripMenuItem_About");
- toolStripMenuItem_About.Name = "toolStripMenuItem_About";
- toolStripMenuItem_About.Click += toolStripMenuItem_About_Click;
- //
- // toolStripMenuItem_Debug
- //
- resources.ApplyResources(toolStripMenuItem_Debug, "toolStripMenuItem_Debug");
- toolStripMenuItem_Debug.Name = "toolStripMenuItem_Debug";
- toolStripMenuItem_Debug.Click += toolStripMenuItem_Debug_Click;
- //
- // toolStripMenuItem_Experiment
- //
- resources.ApplyResources(toolStripMenuItem_Experiment, "toolStripMenuItem_Experiment");
- toolStripMenuItem_Experiment.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_DesktopProjection });
- toolStripMenuItem_Experiment.Name = "toolStripMenuItem_Experiment";
- //
- // toolStripMenuItem_DesktopProjection
- //
- resources.ApplyResources(toolStripMenuItem_DesktopProjection, "toolStripMenuItem_DesktopProjection");
- toolStripMenuItem_DesktopProjection.Name = "toolStripMenuItem_DesktopProjection";
- toolStripMenuItem_DesktopProjection.Click += toolStripMenuItem_DesktopProjection_Click;
- //
- // ToolStripMenuItem_Language
- //
- resources.ApplyResources(ToolStripMenuItem_Language, "ToolStripMenuItem_Language");
- ToolStripMenuItem_Language.DropDownItems.AddRange(new ToolStripItem[] { ToolStripMenuItem_English, ToolStripMenuItem_Chinese });
- ToolStripMenuItem_Language.Name = "ToolStripMenuItem_Language";
- //
- // ToolStripMenuItem_English
- //
- resources.ApplyResources(ToolStripMenuItem_English, "ToolStripMenuItem_English");
- ToolStripMenuItem_English.Name = "ToolStripMenuItem_English";
- ToolStripMenuItem_English.Click += ToolStripMenuItem_English_Click;
- //
- // ToolStripMenuItem_Chinese
- //
- resources.ApplyResources(ToolStripMenuItem_Chinese, "ToolStripMenuItem_Chinese");
- ToolStripMenuItem_Chinese.Name = "ToolStripMenuItem_Chinese";
- ToolStripMenuItem_Chinese.Click += ToolStripMenuItem_Chinese_Click;
- //
- // panel_MainForm
- //
- resources.ApplyResources(panel_MainForm, "panel_MainForm");
- panel_MainForm.Controls.Add(splitContainer_MainForm);
- panel_MainForm.Name = "panel_MainForm";
- toolTip.SetToolTip(panel_MainForm, resources.GetString("panel_MainForm.ToolTip"));
- //
- // toolTip
- //
- toolTip.ShowAlways = true;
- //
- // SpineViewerForm
- //
- resources.ApplyResources(this, "$this");
- AutoScaleMode = AutoScaleMode.Dpi;
- Controls.Add(panel_MainForm);
- Controls.Add(menuStrip);
- MainMenuStrip = menuStrip;
- Name = "SpineViewerForm";
- toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
- FormClosing += MainForm_FormClosing;
- Load += MainForm_Load;
- splitContainer_MainForm.Panel1.ResumeLayout(false);
- splitContainer_MainForm.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)splitContainer_MainForm).EndInit();
- splitContainer_MainForm.ResumeLayout(false);
- splitContainer_Functional.Panel1.ResumeLayout(false);
- splitContainer_Functional.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)splitContainer_Functional).EndInit();
- splitContainer_Functional.ResumeLayout(false);
- splitContainer_Information.Panel1.ResumeLayout(false);
- splitContainer_Information.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)splitContainer_Information).EndInit();
- splitContainer_Information.ResumeLayout(false);
- groupBox_SkelList.ResumeLayout(false);
- splitContainer_Config.Panel1.ResumeLayout(false);
- splitContainer_Config.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)splitContainer_Config).EndInit();
- splitContainer_Config.ResumeLayout(false);
- groupBox_PreviewConfig.ResumeLayout(false);
- groupBox_SkelConfig.ResumeLayout(false);
- groupBox_Preview.ResumeLayout(false);
- menuStrip.ResumeLayout(false);
- menuStrip.PerformLayout();
- panel_MainForm.ResumeLayout(false);
- ResumeLayout(false);
- PerformLayout();
- }
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SpineViewerForm));
+ splitContainer_MainForm = new SplitContainer();
+ splitContainer_Functional = new SplitContainer();
+ splitContainer_Information = new SplitContainer();
+ groupBox_SkelList = new GroupBox();
+ spineListView = new SpineViewer.Controls.SpineListView();
+ spineViewPropertyGrid = new SpineViewer.Controls.SpineViewPropertyGrid();
+ splitContainer_Config = new SplitContainer();
+ groupBox_PreviewConfig = new GroupBox();
+ propertyGrid_Previewer = new PropertyGrid();
+ groupBox_SkelConfig = new GroupBox();
+ groupBox_Preview = new GroupBox();
+ spinePreviewPanel = new SpineViewer.Controls.SpinePreviewPanel();
+ rtbLog = new RichTextBox();
+ menuStrip = new MenuStrip();
+ toolStripMenuItem_File = new ToolStripMenuItem();
+ toolStripMenuItem_Open = new ToolStripMenuItem();
+ toolStripMenuItem_BatchOpen = new ToolStripMenuItem();
+ toolStripSeparator1 = new ToolStripSeparator();
+ toolStripMenuItem_Export = new ToolStripMenuItem();
+ toolStripMenuItem_ExportFrame = new ToolStripMenuItem();
+ toolStripMenuItem_ExportFrameSequence = new ToolStripMenuItem();
+ toolStripSeparator4 = new ToolStripSeparator();
+ toolStripMenuItem_ExportGif = new ToolStripMenuItem();
+ toolStripMenuItem_ExportWebp = new ToolStripMenuItem();
+ toolStripMenuItem_ExportAvif = new ToolStripMenuItem();
+ toolStripSeparator5 = new ToolStripSeparator();
+ toolStripMenuItem_ExportMp4 = new ToolStripMenuItem();
+ toolStripMenuItem_ExportWebm = new ToolStripMenuItem();
+ toolStripMenuItem_ExportMkv = new ToolStripMenuItem();
+ toolStripMenuItem_ExportMov = new ToolStripMenuItem();
+ toolStripSeparator6 = new ToolStripSeparator();
+ toolStripMenuItem_ExportCustom = new ToolStripMenuItem();
+ toolStripSeparator2 = new ToolStripSeparator();
+ toolStripMenuItem_Exit = new ToolStripMenuItem();
+ toolStripMenuItem_Tool = new ToolStripMenuItem();
+ toolStripMenuItem_ConvertFileFormat = new ToolStripMenuItem();
+ toolStripMenuItem_Download = new ToolStripMenuItem();
+ toolStripMenuItem_ManageResource = new ToolStripMenuItem();
+ toolStripMenuItem_Help = new ToolStripMenuItem();
+ toolStripMenuItem_Diagnostics = new ToolStripMenuItem();
+ toolStripSeparator3 = new ToolStripSeparator();
+ toolStripMenuItem_About = new ToolStripMenuItem();
+ toolStripMenuItem_Debug = new ToolStripMenuItem();
+ toolStripMenuItem_Experiment = new ToolStripMenuItem();
+ toolStripMenuItem_DesktopProjection = new ToolStripMenuItem();
+ ToolStripMenuItem_Language = new ToolStripMenuItem();
+ ToolStripMenuItem_English = new ToolStripMenuItem();
+ ToolStripMenuItem_Chinese = new ToolStripMenuItem();
+ panel_MainForm = new Panel();
+ toolTip = new ToolTip(components);
+ ((System.ComponentModel.ISupportInitialize)splitContainer_MainForm).BeginInit();
+ splitContainer_MainForm.Panel1.SuspendLayout();
+ splitContainer_MainForm.Panel2.SuspendLayout();
+ splitContainer_MainForm.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)splitContainer_Functional).BeginInit();
+ splitContainer_Functional.Panel1.SuspendLayout();
+ splitContainer_Functional.Panel2.SuspendLayout();
+ splitContainer_Functional.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)splitContainer_Information).BeginInit();
+ splitContainer_Information.Panel1.SuspendLayout();
+ splitContainer_Information.Panel2.SuspendLayout();
+ splitContainer_Information.SuspendLayout();
+ groupBox_SkelList.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)splitContainer_Config).BeginInit();
+ splitContainer_Config.Panel1.SuspendLayout();
+ splitContainer_Config.Panel2.SuspendLayout();
+ splitContainer_Config.SuspendLayout();
+ groupBox_PreviewConfig.SuspendLayout();
+ groupBox_SkelConfig.SuspendLayout();
+ groupBox_Preview.SuspendLayout();
+ menuStrip.SuspendLayout();
+ panel_MainForm.SuspendLayout();
+ SuspendLayout();
+ //
+ // splitContainer_MainForm
+ //
+ resources.ApplyResources(splitContainer_MainForm, "splitContainer_MainForm");
+ splitContainer_MainForm.Cursor = Cursors.SizeNS;
+ splitContainer_MainForm.FixedPanel = FixedPanel.Panel2;
+ splitContainer_MainForm.Name = "splitContainer_MainForm";
+ //
+ // splitContainer_MainForm.Panel1
+ //
+ resources.ApplyResources(splitContainer_MainForm.Panel1, "splitContainer_MainForm.Panel1");
+ splitContainer_MainForm.Panel1.Controls.Add(splitContainer_Functional);
+ splitContainer_MainForm.Panel1.Cursor = Cursors.Default;
+ toolTip.SetToolTip(splitContainer_MainForm.Panel1, resources.GetString("splitContainer_MainForm.Panel1.ToolTip"));
+ //
+ // splitContainer_MainForm.Panel2
+ //
+ resources.ApplyResources(splitContainer_MainForm.Panel2, "splitContainer_MainForm.Panel2");
+ splitContainer_MainForm.Panel2.Controls.Add(rtbLog);
+ splitContainer_MainForm.Panel2.Cursor = Cursors.Default;
+ toolTip.SetToolTip(splitContainer_MainForm.Panel2, resources.GetString("splitContainer_MainForm.Panel2.ToolTip"));
+ splitContainer_MainForm.TabStop = false;
+ toolTip.SetToolTip(splitContainer_MainForm, resources.GetString("splitContainer_MainForm.ToolTip"));
+ splitContainer_MainForm.SplitterMoved += splitContainer_SplitterMoved;
+ splitContainer_MainForm.MouseUp += splitContainer_MouseUp;
+ //
+ // splitContainer_Functional
+ //
+ resources.ApplyResources(splitContainer_Functional, "splitContainer_Functional");
+ splitContainer_Functional.Cursor = Cursors.SizeWE;
+ splitContainer_Functional.FixedPanel = FixedPanel.Panel1;
+ splitContainer_Functional.Name = "splitContainer_Functional";
+ //
+ // splitContainer_Functional.Panel1
+ //
+ resources.ApplyResources(splitContainer_Functional.Panel1, "splitContainer_Functional.Panel1");
+ splitContainer_Functional.Panel1.Controls.Add(splitContainer_Information);
+ splitContainer_Functional.Panel1.Cursor = Cursors.Default;
+ toolTip.SetToolTip(splitContainer_Functional.Panel1, resources.GetString("splitContainer_Functional.Panel1.ToolTip"));
+ //
+ // splitContainer_Functional.Panel2
+ //
+ resources.ApplyResources(splitContainer_Functional.Panel2, "splitContainer_Functional.Panel2");
+ splitContainer_Functional.Panel2.Controls.Add(groupBox_Preview);
+ splitContainer_Functional.Panel2.Cursor = Cursors.Default;
+ toolTip.SetToolTip(splitContainer_Functional.Panel2, resources.GetString("splitContainer_Functional.Panel2.ToolTip"));
+ splitContainer_Functional.TabStop = false;
+ toolTip.SetToolTip(splitContainer_Functional, resources.GetString("splitContainer_Functional.ToolTip"));
+ splitContainer_Functional.SplitterMoved += splitContainer_SplitterMoved;
+ splitContainer_Functional.MouseUp += splitContainer_MouseUp;
+ //
+ // splitContainer_Information
+ //
+ resources.ApplyResources(splitContainer_Information, "splitContainer_Information");
+ splitContainer_Information.Cursor = Cursors.SizeWE;
+ splitContainer_Information.Name = "splitContainer_Information";
+ //
+ // splitContainer_Information.Panel1
+ //
+ resources.ApplyResources(splitContainer_Information.Panel1, "splitContainer_Information.Panel1");
+ splitContainer_Information.Panel1.Controls.Add(groupBox_SkelList);
+ splitContainer_Information.Panel1.Cursor = Cursors.Default;
+ toolTip.SetToolTip(splitContainer_Information.Panel1, resources.GetString("splitContainer_Information.Panel1.ToolTip"));
+ //
+ // splitContainer_Information.Panel2
+ //
+ resources.ApplyResources(splitContainer_Information.Panel2, "splitContainer_Information.Panel2");
+ splitContainer_Information.Panel2.Controls.Add(splitContainer_Config);
+ splitContainer_Information.Panel2.Cursor = Cursors.Default;
+ toolTip.SetToolTip(splitContainer_Information.Panel2, resources.GetString("splitContainer_Information.Panel2.ToolTip"));
+ splitContainer_Information.TabStop = false;
+ toolTip.SetToolTip(splitContainer_Information, resources.GetString("splitContainer_Information.ToolTip"));
+ splitContainer_Information.SplitterMoved += splitContainer_SplitterMoved;
+ splitContainer_Information.MouseUp += splitContainer_MouseUp;
+ //
+ // groupBox_SkelList
+ //
+ resources.ApplyResources(groupBox_SkelList, "groupBox_SkelList");
+ groupBox_SkelList.Controls.Add(spineListView);
+ groupBox_SkelList.Name = "groupBox_SkelList";
+ groupBox_SkelList.TabStop = false;
+ toolTip.SetToolTip(groupBox_SkelList, resources.GetString("groupBox_SkelList.ToolTip"));
+ //
+ // spineListView
+ //
+ resources.ApplyResources(spineListView, "spineListView");
+ spineListView.Name = "spineListView";
+ spineListView.SpinePropertyGrid = spineViewPropertyGrid;
+ toolTip.SetToolTip(spineListView, resources.GetString("spineListView.ToolTip"));
+ //
+ // spineViewPropertyGrid
+ //
+ resources.ApplyResources(spineViewPropertyGrid, "spineViewPropertyGrid");
+ spineViewPropertyGrid.Name = "spineViewPropertyGrid";
+ toolTip.SetToolTip(spineViewPropertyGrid, resources.GetString("spineViewPropertyGrid.ToolTip"));
+ //
+ // splitContainer_Config
+ //
+ resources.ApplyResources(splitContainer_Config, "splitContainer_Config");
+ splitContainer_Config.Name = "splitContainer_Config";
+ //
+ // splitContainer_Config.Panel1
+ //
+ resources.ApplyResources(splitContainer_Config.Panel1, "splitContainer_Config.Panel1");
+ splitContainer_Config.Panel1.Controls.Add(groupBox_PreviewConfig);
+ toolTip.SetToolTip(splitContainer_Config.Panel1, resources.GetString("splitContainer_Config.Panel1.ToolTip"));
+ //
+ // splitContainer_Config.Panel2
+ //
+ resources.ApplyResources(splitContainer_Config.Panel2, "splitContainer_Config.Panel2");
+ splitContainer_Config.Panel2.Controls.Add(groupBox_SkelConfig);
+ toolTip.SetToolTip(splitContainer_Config.Panel2, resources.GetString("splitContainer_Config.Panel2.ToolTip"));
+ toolTip.SetToolTip(splitContainer_Config, resources.GetString("splitContainer_Config.ToolTip"));
+ //
+ // groupBox_PreviewConfig
+ //
+ resources.ApplyResources(groupBox_PreviewConfig, "groupBox_PreviewConfig");
+ groupBox_PreviewConfig.Controls.Add(propertyGrid_Previewer);
+ groupBox_PreviewConfig.Name = "groupBox_PreviewConfig";
+ groupBox_PreviewConfig.TabStop = false;
+ toolTip.SetToolTip(groupBox_PreviewConfig, resources.GetString("groupBox_PreviewConfig.ToolTip"));
+ //
+ // propertyGrid_Previewer
+ //
+ resources.ApplyResources(propertyGrid_Previewer, "propertyGrid_Previewer");
+ propertyGrid_Previewer.Name = "propertyGrid_Previewer";
+ propertyGrid_Previewer.ToolbarVisible = false;
+ toolTip.SetToolTip(propertyGrid_Previewer, resources.GetString("propertyGrid_Previewer.ToolTip"));
+ //
+ // groupBox_SkelConfig
+ //
+ resources.ApplyResources(groupBox_SkelConfig, "groupBox_SkelConfig");
+ groupBox_SkelConfig.Controls.Add(spineViewPropertyGrid);
+ groupBox_SkelConfig.Name = "groupBox_SkelConfig";
+ groupBox_SkelConfig.TabStop = false;
+ toolTip.SetToolTip(groupBox_SkelConfig, resources.GetString("groupBox_SkelConfig.ToolTip"));
+ //
+ // groupBox_Preview
+ //
+ resources.ApplyResources(groupBox_Preview, "groupBox_Preview");
+ groupBox_Preview.Controls.Add(spinePreviewPanel);
+ groupBox_Preview.Name = "groupBox_Preview";
+ groupBox_Preview.TabStop = false;
+ toolTip.SetToolTip(groupBox_Preview, resources.GetString("groupBox_Preview.ToolTip"));
+ //
+ // spinePreviewPanel
+ //
+ resources.ApplyResources(spinePreviewPanel, "spinePreviewPanel");
+ spinePreviewPanel.Name = "spinePreviewPanel";
+ spinePreviewPanel.PropertyGrid = propertyGrid_Previewer;
+ spinePreviewPanel.SpineListView = spineListView;
+ toolTip.SetToolTip(spinePreviewPanel, resources.GetString("spinePreviewPanel.ToolTip"));
+ //
+ // rtbLog
+ //
+ resources.ApplyResources(rtbLog, "rtbLog");
+ rtbLog.BackColor = SystemColors.Window;
+ rtbLog.BorderStyle = BorderStyle.None;
+ rtbLog.Name = "rtbLog";
+ rtbLog.ReadOnly = true;
+ toolTip.SetToolTip(rtbLog, resources.GetString("rtbLog.ToolTip"));
+ //
+ // menuStrip
+ //
+ resources.ApplyResources(menuStrip, "menuStrip");
+ menuStrip.BackColor = SystemColors.Control;
+ menuStrip.ImageScalingSize = new Size(24, 24);
+ menuStrip.Items.AddRange(new ToolStripItem[] { toolStripMenuItem_File, toolStripMenuItem_Tool, toolStripMenuItem_Download, toolStripMenuItem_Help, toolStripMenuItem_Experiment, ToolStripMenuItem_Language });
+ menuStrip.Name = "menuStrip";
+ toolTip.SetToolTip(menuStrip, resources.GetString("menuStrip.ToolTip"));
+ //
+ // toolStripMenuItem_File
+ //
+ resources.ApplyResources(toolStripMenuItem_File, "toolStripMenuItem_File");
+ toolStripMenuItem_File.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_Open, toolStripMenuItem_BatchOpen, toolStripSeparator1, toolStripMenuItem_Export, toolStripSeparator2, toolStripMenuItem_Exit });
+ toolStripMenuItem_File.Name = "toolStripMenuItem_File";
+ //
+ // toolStripMenuItem_Open
+ //
+ resources.ApplyResources(toolStripMenuItem_Open, "toolStripMenuItem_Open");
+ toolStripMenuItem_Open.Name = "toolStripMenuItem_Open";
+ toolStripMenuItem_Open.Click += toolStripMenuItem_Open_Click;
+ //
+ // toolStripMenuItem_BatchOpen
+ //
+ resources.ApplyResources(toolStripMenuItem_BatchOpen, "toolStripMenuItem_BatchOpen");
+ toolStripMenuItem_BatchOpen.Name = "toolStripMenuItem_BatchOpen";
+ toolStripMenuItem_BatchOpen.Click += toolStripMenuItem_BatchOpen_Click;
+ //
+ // toolStripSeparator1
+ //
+ resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
+ toolStripSeparator1.Name = "toolStripSeparator1";
+ //
+ // toolStripMenuItem_Export
+ //
+ resources.ApplyResources(toolStripMenuItem_Export, "toolStripMenuItem_Export");
+ toolStripMenuItem_Export.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_ExportFrame, toolStripMenuItem_ExportFrameSequence, toolStripSeparator4, toolStripMenuItem_ExportGif, toolStripMenuItem_ExportWebp, toolStripMenuItem_ExportAvif, toolStripSeparator5, toolStripMenuItem_ExportMp4, toolStripMenuItem_ExportWebm, toolStripMenuItem_ExportMkv, toolStripMenuItem_ExportMov, toolStripSeparator6, toolStripMenuItem_ExportCustom });
+ toolStripMenuItem_Export.Name = "toolStripMenuItem_Export";
+ //
+ // toolStripMenuItem_ExportFrame
+ //
+ resources.ApplyResources(toolStripMenuItem_ExportFrame, "toolStripMenuItem_ExportFrame");
+ toolStripMenuItem_ExportFrame.Name = "toolStripMenuItem_ExportFrame";
+ toolStripMenuItem_ExportFrame.Click += toolStripMenuItem_ExportFrame_Click;
+ //
+ // toolStripMenuItem_ExportFrameSequence
+ //
+ resources.ApplyResources(toolStripMenuItem_ExportFrameSequence, "toolStripMenuItem_ExportFrameSequence");
+ toolStripMenuItem_ExportFrameSequence.Name = "toolStripMenuItem_ExportFrameSequence";
+ toolStripMenuItem_ExportFrameSequence.Click += toolStripMenuItem_ExportFrameSequence_Click;
+ //
+ // toolStripSeparator4
+ //
+ resources.ApplyResources(toolStripSeparator4, "toolStripSeparator4");
+ toolStripSeparator4.Name = "toolStripSeparator4";
+ //
+ // toolStripMenuItem_ExportGif
+ //
+ resources.ApplyResources(toolStripMenuItem_ExportGif, "toolStripMenuItem_ExportGif");
+ toolStripMenuItem_ExportGif.Name = "toolStripMenuItem_ExportGif";
+ toolStripMenuItem_ExportGif.Click += toolStripMenuItem_ExportGif_Click;
+ //
+ // toolStripMenuItem_ExportWebp
+ //
+ resources.ApplyResources(toolStripMenuItem_ExportWebp, "toolStripMenuItem_ExportWebp");
+ toolStripMenuItem_ExportWebp.Name = "toolStripMenuItem_ExportWebp";
+ toolStripMenuItem_ExportWebp.Click += toolStripMenuItem_ExportWebp_Click;
+ //
+ // toolStripMenuItem_ExportAvif
+ //
+ resources.ApplyResources(toolStripMenuItem_ExportAvif, "toolStripMenuItem_ExportAvif");
+ toolStripMenuItem_ExportAvif.Name = "toolStripMenuItem_ExportAvif";
+ toolStripMenuItem_ExportAvif.Click += toolStripMenuItem_ExportAvif_Click;
+ //
+ // toolStripSeparator5
+ //
+ resources.ApplyResources(toolStripSeparator5, "toolStripSeparator5");
+ toolStripSeparator5.Name = "toolStripSeparator5";
+ //
+ // toolStripMenuItem_ExportMp4
+ //
+ resources.ApplyResources(toolStripMenuItem_ExportMp4, "toolStripMenuItem_ExportMp4");
+ toolStripMenuItem_ExportMp4.Name = "toolStripMenuItem_ExportMp4";
+ toolStripMenuItem_ExportMp4.Click += toolStripMenuItem_ExportMp4_Click;
+ //
+ // toolStripMenuItem_ExportWebm
+ //
+ resources.ApplyResources(toolStripMenuItem_ExportWebm, "toolStripMenuItem_ExportWebm");
+ toolStripMenuItem_ExportWebm.Name = "toolStripMenuItem_ExportWebm";
+ toolStripMenuItem_ExportWebm.Click += toolStripMenuItem_ExportWebm_Click;
+ //
+ // toolStripMenuItem_ExportMkv
+ //
+ resources.ApplyResources(toolStripMenuItem_ExportMkv, "toolStripMenuItem_ExportMkv");
+ toolStripMenuItem_ExportMkv.Name = "toolStripMenuItem_ExportMkv";
+ toolStripMenuItem_ExportMkv.Click += toolStripMenuItem_ExportMkv_Click;
+ //
+ // toolStripMenuItem_ExportMov
+ //
+ resources.ApplyResources(toolStripMenuItem_ExportMov, "toolStripMenuItem_ExportMov");
+ toolStripMenuItem_ExportMov.Name = "toolStripMenuItem_ExportMov";
+ toolStripMenuItem_ExportMov.Click += toolStripMenuItem_ExportMov_Click;
+ //
+ // toolStripSeparator6
+ //
+ resources.ApplyResources(toolStripSeparator6, "toolStripSeparator6");
+ toolStripSeparator6.Name = "toolStripSeparator6";
+ //
+ // toolStripMenuItem_ExportCustom
+ //
+ resources.ApplyResources(toolStripMenuItem_ExportCustom, "toolStripMenuItem_ExportCustom");
+ toolStripMenuItem_ExportCustom.Name = "toolStripMenuItem_ExportCustom";
+ toolStripMenuItem_ExportCustom.Click += toolStripMenuItem_ExportCustom_Click;
+ //
+ // toolStripSeparator2
+ //
+ resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2");
+ toolStripSeparator2.Name = "toolStripSeparator2";
+ //
+ // toolStripMenuItem_Exit
+ //
+ resources.ApplyResources(toolStripMenuItem_Exit, "toolStripMenuItem_Exit");
+ toolStripMenuItem_Exit.Name = "toolStripMenuItem_Exit";
+ toolStripMenuItem_Exit.Click += toolStripMenuItem_Exit_Click;
+ //
+ // toolStripMenuItem_Tool
+ //
+ resources.ApplyResources(toolStripMenuItem_Tool, "toolStripMenuItem_Tool");
+ toolStripMenuItem_Tool.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_ConvertFileFormat });
+ toolStripMenuItem_Tool.Name = "toolStripMenuItem_Tool";
+ //
+ // toolStripMenuItem_ConvertFileFormat
+ //
+ resources.ApplyResources(toolStripMenuItem_ConvertFileFormat, "toolStripMenuItem_ConvertFileFormat");
+ toolStripMenuItem_ConvertFileFormat.Name = "toolStripMenuItem_ConvertFileFormat";
+ toolStripMenuItem_ConvertFileFormat.Click += toolStripMenuItem_ConvertFileFormat_Click;
+ //
+ // toolStripMenuItem_Download
+ //
+ resources.ApplyResources(toolStripMenuItem_Download, "toolStripMenuItem_Download");
+ toolStripMenuItem_Download.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_ManageResource });
+ toolStripMenuItem_Download.Name = "toolStripMenuItem_Download";
+ //
+ // toolStripMenuItem_ManageResource
+ //
+ resources.ApplyResources(toolStripMenuItem_ManageResource, "toolStripMenuItem_ManageResource");
+ toolStripMenuItem_ManageResource.Name = "toolStripMenuItem_ManageResource";
+ toolStripMenuItem_ManageResource.Click += toolStripMenuItem_ManageResource_Click;
+ //
+ // toolStripMenuItem_Help
+ //
+ resources.ApplyResources(toolStripMenuItem_Help, "toolStripMenuItem_Help");
+ toolStripMenuItem_Help.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_Diagnostics, toolStripSeparator3, toolStripMenuItem_About, toolStripMenuItem_Debug });
+ toolStripMenuItem_Help.Name = "toolStripMenuItem_Help";
+ //
+ // toolStripMenuItem_Diagnostics
+ //
+ resources.ApplyResources(toolStripMenuItem_Diagnostics, "toolStripMenuItem_Diagnostics");
+ toolStripMenuItem_Diagnostics.Name = "toolStripMenuItem_Diagnostics";
+ toolStripMenuItem_Diagnostics.Click += toolStripMenuItem_Diagnostics_Click;
+ //
+ // toolStripSeparator3
+ //
+ resources.ApplyResources(toolStripSeparator3, "toolStripSeparator3");
+ toolStripSeparator3.Name = "toolStripSeparator3";
+ //
+ // toolStripMenuItem_About
+ //
+ resources.ApplyResources(toolStripMenuItem_About, "toolStripMenuItem_About");
+ toolStripMenuItem_About.Name = "toolStripMenuItem_About";
+ toolStripMenuItem_About.Click += toolStripMenuItem_About_Click;
+ //
+ // toolStripMenuItem_Debug
+ //
+ resources.ApplyResources(toolStripMenuItem_Debug, "toolStripMenuItem_Debug");
+ toolStripMenuItem_Debug.Name = "toolStripMenuItem_Debug";
+ toolStripMenuItem_Debug.Click += toolStripMenuItem_Debug_Click;
+ //
+ // toolStripMenuItem_Experiment
+ //
+ resources.ApplyResources(toolStripMenuItem_Experiment, "toolStripMenuItem_Experiment");
+ toolStripMenuItem_Experiment.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem_DesktopProjection });
+ toolStripMenuItem_Experiment.Name = "toolStripMenuItem_Experiment";
+ //
+ // toolStripMenuItem_DesktopProjection
+ //
+ resources.ApplyResources(toolStripMenuItem_DesktopProjection, "toolStripMenuItem_DesktopProjection");
+ toolStripMenuItem_DesktopProjection.Name = "toolStripMenuItem_DesktopProjection";
+ toolStripMenuItem_DesktopProjection.Click += toolStripMenuItem_DesktopProjection_Click;
+ //
+ // ToolStripMenuItem_Language
+ //
+ resources.ApplyResources(ToolStripMenuItem_Language, "ToolStripMenuItem_Language");
+ ToolStripMenuItem_Language.DropDownItems.AddRange(new ToolStripItem[] { ToolStripMenuItem_English, ToolStripMenuItem_Chinese });
+ ToolStripMenuItem_Language.Name = "ToolStripMenuItem_Language";
+ //
+ // ToolStripMenuItem_English
+ //
+ resources.ApplyResources(ToolStripMenuItem_English, "ToolStripMenuItem_English");
+ ToolStripMenuItem_English.Name = "ToolStripMenuItem_English";
+ ToolStripMenuItem_English.Click += ToolStripMenuItem_English_Click;
+ //
+ // ToolStripMenuItem_Chinese
+ //
+ resources.ApplyResources(ToolStripMenuItem_Chinese, "ToolStripMenuItem_Chinese");
+ ToolStripMenuItem_Chinese.Name = "ToolStripMenuItem_Chinese";
+ ToolStripMenuItem_Chinese.Click += ToolStripMenuItem_Chinese_Click;
+ //
+ // panel_MainForm
+ //
+ resources.ApplyResources(panel_MainForm, "panel_MainForm");
+ panel_MainForm.Controls.Add(splitContainer_MainForm);
+ panel_MainForm.Name = "panel_MainForm";
+ toolTip.SetToolTip(panel_MainForm, resources.GetString("panel_MainForm.ToolTip"));
+ //
+ // toolTip
+ //
+ toolTip.ShowAlways = true;
+ //
+ // SpineViewerForm
+ //
+ resources.ApplyResources(this, "$this");
+ AutoScaleMode = AutoScaleMode.Dpi;
+ Controls.Add(panel_MainForm);
+ Controls.Add(menuStrip);
+ MainMenuStrip = menuStrip;
+ Name = "SpineViewerForm";
+ toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
+ FormClosing += MainForm_FormClosing;
+ Load += MainForm_Load;
+ splitContainer_MainForm.Panel1.ResumeLayout(false);
+ splitContainer_MainForm.Panel2.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)splitContainer_MainForm).EndInit();
+ splitContainer_MainForm.ResumeLayout(false);
+ splitContainer_Functional.Panel1.ResumeLayout(false);
+ splitContainer_Functional.Panel2.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)splitContainer_Functional).EndInit();
+ splitContainer_Functional.ResumeLayout(false);
+ splitContainer_Information.Panel1.ResumeLayout(false);
+ splitContainer_Information.Panel2.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)splitContainer_Information).EndInit();
+ splitContainer_Information.ResumeLayout(false);
+ groupBox_SkelList.ResumeLayout(false);
+ splitContainer_Config.Panel1.ResumeLayout(false);
+ splitContainer_Config.Panel2.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)splitContainer_Config).EndInit();
+ splitContainer_Config.ResumeLayout(false);
+ groupBox_PreviewConfig.ResumeLayout(false);
+ groupBox_SkelConfig.ResumeLayout(false);
+ groupBox_Preview.ResumeLayout(false);
+ menuStrip.ResumeLayout(false);
+ menuStrip.PerformLayout();
+ panel_MainForm.ResumeLayout(false);
+ ResumeLayout(false);
+ PerformLayout();
+ }
- #endregion
+ #endregion
- private MenuStrip menuStrip;
+ private MenuStrip menuStrip;
private ToolStripMenuItem toolStripMenuItem_File;
private ToolStripMenuItem toolStripMenuItem_Open;
private ToolStripMenuItem toolStripMenuItem_Exit;
diff --git a/SpineViewer/Forms/SpineViewerForm.en.resx b/SpineViewer/Forms/SpineViewerForm.en.resx
index b60872f..a3c0f56 100644
--- a/SpineViewer/Forms/SpineViewerForm.en.resx
+++ b/SpineViewer/Forms/SpineViewerForm.en.resx
@@ -118,220 +118,289 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 288, 656
-
-
- 354, 423
-
- 292, 680
+ 350, 808
Model List
-
- 354, 202
+
+
+
+
+
- 358, 226
+ 430, 267
Image Parameters
+
+
+
+
+
+
- 358, 447
+ 430, 533
Model Parameters
+
+
+
+
+
+
- 358, 680
+ 430, 808
- 226
+ 267
+
+
+
+
+
+
- 657, 680
+ 788, 808
-
- 798, 656
+
+
+
+
+
- 802, 680
+ 962, 808
Preview Screen
+
+
+
+
+
+
- 1466, 680
+ 1758, 808
+
+
+
+
+
+
- 1466, 150
+ 1758, 188
+
+
+
+
+
+
- 680
+ 808
+
+
+
+
+
+ 346, 781
+
+
+ 426, 506
+
+
+
+
+
+
+
+
+ 426, 240
+
+
+
+
+
+ 958, 781
+
+
+
+
+
+
+
+
+ 78, 32
+
+
+ File(&F)
- 224, 26
+ 270, 34
Open(&O)...
- 224, 26
+ 270, 34
Batch Open(&B)...
- 221, 6
+ 267, 6
+
+
+ 270, 34
+
+
+ Export(&E)
- 255, 26
+ 325, 34
Single Frame...
- 255, 26
+ 325, 34
Frame Sequence...
- 252, 6
+ 322, 6
- 255, 26
+ 325, 34
- 255, 26
+ 325, 34
- 255, 26
+ 325, 34
- 252, 6
+ 322, 6
- 255, 26
+ 325, 34
- 255, 26
+ 325, 34
- 255, 26
+ 325, 34
- 255, 26
+ 325, 34
- 252, 6
+ 322, 6
- 255, 26
+ 325, 34
FFmpeg Custom Export...
-
- 224, 26
-
-
- Export(&E)
-
- 221, 6
+ 267, 6
- 224, 26
+ 270, 34
Exit(&X)
-
- 63, 26
-
-
- File(&F)
-
-
- 249, 26
-
-
- Convert File Format(&C)...
-
- 76, 26
+ 93, 32
Tools(&T)
-
- 350, 26
+
+ 315, 34
-
- Manage and Download Resources(&M)...
+
+ Convert File Format(&C)...
- 113, 26
+ 140, 32
Download(&D)
+
+ 445, 34
+
+
+ Manage and Download Resources(&M)...
+
+
+ 93, 32
+
+
+ Help(&H)
+
- 266, 26
+ 334, 34
Diagnostic Information(&D)
- 263, 6
+ 331, 6
- 266, 26
+ 334, 34
About(&A)
- 266, 26
+ 334, 34
Debug
-
- 76, 26
-
-
- Help(&H)
-
-
- 224, 26
-
-
- Desktop Projection
-
- 187, 26
+ 239, 32
Experimental Features(&E)
-
- 224, 26
+
+ 274, 34
-
- 224, 26
+
+ Desktop Projection
- 105, 26
+ 132, 32
Language(&L)
+
+ 270, 34
+
+
+ 270, 34
+
+
+
+
AAABAAkAEBAAAAEAIABoBAAAlgAAABgYAAABACAAiAkAAP4EAAAgIAAAAQAgAKgQAACGDgAAMDAAAAEA
@@ -3478,4 +3547,7 @@
////////wAAAAAAAB///////
+
+
+
\ No newline at end of file
diff --git a/SpineViewer/Forms/SpineViewerForm.resx b/SpineViewer/Forms/SpineViewerForm.resx
index 1057a87..14c6482 100644
--- a/SpineViewer/Forms/SpineViewerForm.resx
+++ b/SpineViewer/Forms/SpineViewerForm.resx
@@ -117,615 +117,1059 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 模型参数
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
- 4
-
-
- 0, 30
+
+ 260, 34
-
-
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
- 8, 4, 8, 8
-
-
- toolStripMenuItem_ExportFrameSequence
-
-
- toolStripSeparator4
-
-
-
-
-
- toolStripMenuItem_BatchOpen
-
-
- 2, 2, 2, 2
-
-
- splitContainer_Information
-
-
- 2, 2, 2, 2
-
-
-
- Fill
-
-
- toolStripMenuItem_ExportGif
-
-
- splitContainer_Information
-
-
-
-
-
- System.Windows.Forms.ToolTip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 管理下载资源(&M)...
-
-
- 174, 26
-
-
- groupBox_PreviewConfig
-
-
- toolStripMenuItem_Tool
-
-
- 0
-
-
-
-
-
- 7
-
-
- 2, 22
-
-
-
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- splitContainer_Config.Panel1
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 工具(&T)
-
-
-
-
-
- 657, 671
-
-
- System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 调试
-
-
- 0, 0
-
-
- 0
-
-
- toolStripMenuItem_ExportAvif
-
-
- $this
-
-
- splitContainer_Information
-
-
- FFmpeg 自定义导出...
-
-
-
-
-
- 70, 26
-
-
- System.Windows.Forms.PropertyGrid, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ toolStripMenuItem_Debug
toolStripSeparator5
-
-
-
-
-
-
-
- 235, 26
-
-
- 1
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2, 22
-
-
- 118, 26
-
-
- splitContainer_Information.Panel1
+
+ ToolStripMenuItem_Chinese
System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- splitContainer_Information.Panel2
-
-
- 下载(&D)
-
-
- 292, 671
-
-
-
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Fill
-
-
- 桌面投影
-
-
- splitContainer_Config
-
-
- splitContainer_MainForm.Panel1
-
-
- groupBox_Preview
-
-
- Fill
-
-
- 2, 2, 2, 2
-
-
- 0, 0
-
-
- 223
-
-
- 关于(&A)
-
-
- System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 7, 2, 0, 2
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
-
- splitContainer_Config.Panel1
-
-
-
-
-
- toolStripMenuItem_ExportMp4
-
-
- 232, 6
-
-
- 1482, 849
-
-
- Fill
-
-
- SpineViewer.Controls.SpineListView, SpineViewer, Culture=neutral, PublicKeyToken=null
-
-
- SpineViewer.Controls.SpinePreviewPanel, SpineViewer, Culture=neutral, PublicKeyToken=null
-
-
- 235, 26
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2, 22
-
-
- 235, 26
-
-
- toolStripMenuItem_Download
-
-
- splitContainer_Functional
-
-
- 模型列表
-
-
- 1
-
-
- splitContainer_Config.Panel2
-
-
- 0
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- 0
-
-
- 2, 2, 2, 2
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
-
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripMenuItem_Experiment
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 174, 26
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 235, 26
-
-
- splitContainer_Functional
-
-
- 235, 26
-
-
+
+
Horizontal
-
- toolStripMenuItem_ManageResource
+
+ MP4...
+
+
+ 2, 25
+
+
+
+
+
+ 0
+
+
+
+ 2, 2, 2, 2
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.PropertyGrid, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0, 0
0
-
- Fill
+
+ 288, 34
-
- System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 285, 6
-
- 1
+
+ Ctrl+O
-
- 2, 2, 2, 2
+
+ 1778, 1055
-
- 简体中文
+
+ 0
-
- toolStripMenuItem_Help
+
+ 2, 25
+
+
+ groupBox_PreviewConfig
+
+
+ splitContainer_Information.Panel1
+
+
+ 0
+
+
+ 288, 34
+
+
+ System.Windows.Forms.RichTextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 285, 6
+
+
+ toolStripMenuItem_ExportMov
+
+
+ ToolStripMenuItem_Language
1
-
- 358, 671
+
+ 962, 802
-
- 235, 26
+
+ toolStripMenuItem_BatchOpen
-
- 71, 26
+
+ toolStripMenuItem_Export
-
+
-
- Alt+F4
+
+ 菜单
-
- 帮助(&H)
+
+
-
- groupBox_SkelList
-
-
- toolStripMenuItem_Open
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 2, 2, 2, 2
-
-
- panel_MainForm
-
-
+
+
0
-
- System.Windows.Forms.MenuStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ splitContainer_Information.Panel2
-
- 帧序列...
+
+ 254, 34
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1482, 30
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
-
- English
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripMenuItem_Exit
-
-
- System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 桌面投影
propertyGrid_Previewer
+
+ 350, 802
+
+
+ 182, 34
+
+
+ 0
+
+
+ 2, 2, 2, 2
+
+
+ Horizontal
+
+
+ 288, 34
+
+
+ 2, 2, 2, 2
+
+
+ 208, 34
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ splitContainer_Config
+
+
+ System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ splitContainer_Information
+
+
+ 2, 2, 2, 2
+
+
+ toolStripSeparator1
+
+
+ 430, 802
+
+
+ WebM...
+
+
+ 2, 2, 2, 2
+
+
+ 0
+
+
+ toolStripMenuItem_ExportMkv
+
+
+ 958, 775
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 788
+
+
+ System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 288, 34
+
+
+ Fill
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GIF...
+
+
+ toolStripMenuItem_About
+
+
+ 1778, 36
+
+
+ SpineViewer.Controls.SpineListView, SpineViewer, Culture=neutral, PublicKeyToken=null
+
+
+
+
+
+ 254, 34
+
+
+ SpineViewer.Controls.SpinePreviewPanel, SpineViewer, Culture=neutral, PublicKeyToken=null
+
+
+ toolStripSeparator6
+
+
+ WebP...
+
+
+ splitContainer_Config.Panel1
+
+
+ splitContainer_MainForm.Panel2
+
+
+ spineViewPropertyGrid
+
+
+ 管理下载资源(&M)...
+
+
+ splitContainer_Functional
+
+
+ 288, 34
+
+
+ 83, 32
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ 模型列表
+
+
+ 0, 0
+
+
+ toolStripSeparator2
+
+
+ 788, 802
+
+
+ 退出(&X)
+
+
+ Fill
+
+
+ $this
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ toolStripMenuItem_Download
+
+
+ splitContainer_MainForm
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox_Preview
+
+
+ 1
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2, 2, 2, 2
+
+
+ splitContainer_Config.Panel2
+
+
+ 182, 34
+
+
+ SpineViewer
+
+
+ 调试
+
+
+
+
+
+ 2, 2, 2, 2
+
+
+ 0
+
+
+ 0
+
- 7
+ 8
-
- MOV...
+
+ 208, 34
-
- MKV...
+
+ groupBox_SkelConfig
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
+
+ toolStripMenuItem_Experiment
+
+
+ 2, 2, 2, 2
+
+
+ 单帧画面...
+
+
+ splitContainer_Information
+
+
+ Fill
+
+
+ Consolas, 9pt
+
+
+ toolStripMenuItem_ManageResource
+
+
+ 语言(&L)
+
+
+ 426, 501
+
+
+ 1
+
+
+ 8, 2, 0, 2
+
+
+ 0, 0
+
+
+
+
+
+ 0
+
+
+ rtbLog
+
+
+ 1758, 1004
+
+
+ menuStrip
+
+
+ 0, 36
+
+
+ splitContainer_MainForm.Panel1
+
+
+ 182, 34
+
+
+ spinePreviewPanel
+
+
+ 0
+
+
+ 0
+
+
+ Fill
+
+
+ 8
+
+
+ splitContainer_MainForm
+
+
+ False
+
+
+ toolStripMenuItem_ExportWebp
+
+
+ False
+
+
+
+
+
+ 0, 0
+
+
+ toolStripMenuItem_ExportFrame
+
+
+ toolStripMenuItem_ExportWebm
+
+
+ toolTip
+
+
+
+
+
+ 144, 144
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel_MainForm
+
+
+ spineListView
+
+
+ groupBox_PreviewConfig
+
+
+ 0
+
+
+ 1778, 1019
+
+
+ 0, 0, 0, 0
+
+
+ System.Windows.Forms.SplitContainer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
2, 2, 2, 2
-
- 7
+
+ 预览画面
-
- Fill
+
+ 1758, 802
-
- 205, 26
-
-
- 205, 26
-
-
- 1
-
-
- splitContainer_MainForm.Panel1
-
-
- 0
-
-
- spinePreviewPanel
+
+ System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
诊断信息(&D)
-
- SpineViewer
+
+ Alt+F4
-
- 802, 671
+
+
-
- 画面参数
-
-
- 2, 2, 2, 2
-
-
- 0
-
-
+
Fill
+
+ 430, 266
+
+
+ toolStripMenuItem_Exit
+
0
-
- 235, 26
+
+ splitContainer_Functional.Panel2
-
- toolStripMenuItem_ExportWebm
-
-
- groupBox_Preview
-
-
- 202, 6
-
-
- 358, 223
-
-
- toolStripMenuItem_DesktopProjection
-
-
- System.Windows.Forms.SplitContainer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Fill
-
-
-
-
-
- ToolStripMenuItem_English
-
-
- 语言(&L)
-
-
- False
-
-
+
2, 2, 2, 2
-
- 1482, 879
+
+ splitContainer_Information
-
- 354, 417
-
-
-
-
-
- rtbLog
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 帧序列...
0, 0
-
- 菜单
+
+ toolStripMenuItem_ExportGif
-
- 2, 2, 2, 2
+
+ 1758, 194
-
- splitContainer_Config
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ splitContainer_Information.Panel1
+
+
+ groupBox_SkelList
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 0
+
+
+ 4
+
+
+ toolStripMenuItem_ExportFrameSequence
+
+
+ 346, 775
+
+
+ 288, 34
+
+
+ splitContainer_Functional
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ toolStripMenuItem_ConvertFileFormat
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 254, 34
+
+
+ 2, 25
+
+
+
+
+
+ toolStripMenuItem_Tool
+
+
+ 426, 239
+
+
+ 0
+
+
+ 帮助(&H)
+
+
+ Fill
+
+
+ 2
+
+
+ splitContainer_Config.Panel1
+
+
+ 266
+
+
+
+
+
+ splitContainer_Functional.Panel2
+
+
+ toolStripMenuItem_Help
+
+
+ 84, 32
文件(&F)
-
- toolStripMenuItem_ExportFrame
+
+ 实验性功能(&E)
-
- 2, 2, 2, 2
+
+
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 138, 32
+
+
+ 0, 0
+
+
+ toolStripMenuItem_File
+
+
+ splitContainer_Functional.Panel1
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ Fill
+
+
+ groupBox_SkelConfig
+
+
+ toolStripMenuItem_Diagnostics
+
+
+ 0
+
+
+ toolStripMenuItem_ExportCustom
+
+
+ splitContainer_Config
+
+
+ splitContainer_MainForm
+
+
+ 0
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+
+
+
+ 画面参数
+
+
+ 802
+
+
+ splitContainer_Information.Panel2
+
+
+ Fill
+
+
+ 1
+
+
+
+
+
+ 3
+
+
+ 288, 34
+
+
+ 0
+
+
+ 205, 6
+
+
+ 简体中文
+
+
+ 0
CenterScreen
+
+ Fill
+
+
+ 288, 34
+
+
+ MOV...
+
+
+ 2, 2, 2, 2
+
+
+ Fill
+
+
+ 1
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SpineViewer.Controls.SpineViewPropertyGrid, SpineViewer, Culture=neutral, PublicKeyToken=null
+
+
+ SpineViewerForm
+
System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 转换文件格式(&C)...
-
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 798, 647
-
-
- 153, 26
-
-
+
1
+
+ System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 下载(&D)
+
+
+ splitContainer_MainForm.Panel1
+
+
+ 2, 2, 2, 2
+
导出(&E)
-
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 批量打开(&B)...
+
+
+ splitContainer_Functional
+
+
+ toolStripMenuItem_DesktopProjection
+
+
+ 模型参数
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 254, 34
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ toolStripSeparator4
+
+
+
+
+
+ 2, 2, 2, 2
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 88, 32
+
+
+ System.Windows.Forms.MenuStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MKV...
+
+
0
-
+
+ 251, 6
+
+
+ 0, 0, 0, 0
+
+
+ 工具(&T)
+
+
+ splitContainer_Functional.Panel1
+
+
+
+
+
+ 251, 6
+
+
+ 2, 2, 2, 2
+
+
+
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ 打开(&O)...
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2, 25
+
+
+ 285, 6
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 关于(&A)
+
+
+ 288, 34
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ splitContainer_Config
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10, 5
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ toolStripMenuItem_ExportAvif
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.SplitContainer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ 8
+
+
+ toolStripMenuItem_Open
+
+
+ 0, 0
+
+
+ Fill
+
+
0
-
- 354, 199
+
+
+
+
+ 0, 0
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2, 2, 2, 2
+
+
+ FFmpeg 自定义导出...
+
+
+ 88, 32
+
+
+ toolStripMenuItem_ExportMp4
+
+
+ 转换文件格式(&C)...
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 254, 34
+
+
+ System.Windows.Forms.SplitContainer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 430, 528
+
+
+
System.Windows.Forms.SplitContainer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1466, 671
+
+
-
- toolStripMenuItem_Diagnostics
+
+ 8
+
+
+ 84, 32
+
+
+ panel_MainForm
+
+
+ groupBox_SkelList
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 208, 34
+
+
+ ToolStripMenuItem_English
+
+
+ splitContainer_MainForm.Panel2
+
+
+ 0
+
+
+ 10, 5, 10, 10
+
+
+ English
+
+
+ 2, 2, 2, 2
+
+
+ System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ toolStripSeparator3
+
+
+ splitContainer_Config.Panel2
+
+
+ 0
+
+
+ 2, 2, 2, 2
+
+
+ 350
+
+
+ AVIF...
+
+
+ 288, 34
@@ -3873,480 +4317,33 @@
////////wAAAAAAAB///////
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ groupBox_Preview
-
- False
+
+ 0
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
-
- 671
-
-
- splitContainer_Config.Panel2
-
-
+
0, 0
-
- System.Windows.Forms.SplitContainer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- splitContainer_Functional.Panel1
-
-
- 8, 4
-
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
- menuStrip
-
-
- Fill
-
-
- toolTip
-
-
- Horizontal
-
-
- 批量打开(&B)...
-
-
- groupBox_SkelConfig
-
-
- toolStripMenuItem_ExportMkv
-
-
-
-
-
- 71, 26
-
-
-
-
-
- 205, 26
-
-
- Fill
-
-
- 174, 26
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- Fill
-
-
- WebP...
-
-
- toolStripSeparator6
-
-
- SpineViewerForm
-
-
- 0
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ToolStripMenuItem_Chinese
-
-
- toolStripSeparator3
-
-
- SpineViewer.Controls.SpineViewPropertyGrid, SpineViewer, Culture=neutral, PublicKeyToken=null
-
-
- 75, 26
-
-
- 0, 0, 0, 0
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 288, 647
-
-
-
-
-
- splitContainer_Functional
-
-
- 235, 26
-
-
- groupBox_PreviewConfig
-
-
- 0, 0
-
-
- 120, 120
-
-
- 退出(&X)
-
-
- toolStripSeparator1
-
-
-
-
-
- 153, 26
-
-
-
-
-
- 0
-
-
- toolStripMenuItem_ExportWebp
-
-
- False
-
-
- panel_MainForm
-
-
- splitContainer_Config
-
-
- 171, 6
-
-
- 212, 26
-
-
- 0
-
-
- 2, 2, 2, 2
-
-
- splitContainer_Information.Panel2
-
-
- splitContainer_MainForm
-
-
- 0, 0, 0, 0
-
-
- groupBox_SkelConfig
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- splitContainer_MainForm
-
-
- splitContainer_Functional.Panel2
-
-
- 1466, 159
-
-
- 0
-
-
- Fill
-
-
- spineViewPropertyGrid
-
-
- 单帧画面...
-
-
- 235, 26
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripMenuItem_ExportMov
-
-
- 232, 6
-
-
- 0
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripSeparator2
-
-
- 358, 441
-
-
- toolStripMenuItem_ConvertFileFormat
-
-
- toolStripMenuItem_About
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.RichTextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 实验性功能(&E)
-
-
- 292
-
-
- Ctrl+O
-
-
- 0
-
-
- splitContainer_Information.Panel1
-
-
- 0, 0
-
-
- 1466, 837
-
-
- MP4...
-
-
- GIF...
-
-
- splitContainer_MainForm.Panel2
-
-
- 2, 2, 2, 2
-
-
- 0, 0
-
-
- 2, 22
-
-
+
1
0
-
- splitContainer_Functional.Panel1
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- 205, 26
-
-
- System.Windows.Forms.SplitContainer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- splitContainer_MainForm
-
-
- 0
-
-
- Consolas, 9pt
-
-
- 2
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 235, 26
-
-
- 216, 26
-
-
- 3
-
-
- 2, 2, 2, 2
-
-
- System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripMenuItem_ExportCustom
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Fill
-
-
- System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox_SkelList
-
-
- toolStripMenuItem_File
-
-
- 0
-
-
- 0, 0
-
-
- 预览画面
-
-
- splitContainer_MainForm.Panel2
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Form, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- WebM...
-
-
- spineListView
-
-
- ToolStripMenuItem_Language
-
-
- 打开(&O)...
-
-
- 0
-
-
- Fill
-
-
- toolStripMenuItem_Export
-
-
- 202, 6
-
-
- 0, 0
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- 0
-
-
- AVIF...
-
-
- 7
-
-
- 74, 26
-
-
- 2, 2, 2, 2
-
-
- splitContainer_Functional.Panel2
-
-
- 657
-
-
- 152, 26
-
-
- 0
-
-
- toolStripMenuItem_Debug
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 232, 6
-
89
+
+ 26, 24
+
True
-
- en
-
-
- 17, 17
-
187, 20