From a9f59a4d2ff0615e26f9a7033e39adb9f1e20c28 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Wed, 16 Apr 2025 22:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9=E8=AF=9D=E6=A1=86?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpineViewer/Dialogs/ExportDialog.Designer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SpineViewer/Dialogs/ExportDialog.Designer.cs b/SpineViewer/Dialogs/ExportDialog.Designer.cs index 7d233ce..451dd1e 100644 --- a/SpineViewer/Dialogs/ExportDialog.Designer.cs +++ b/SpineViewer/Dialogs/ExportDialog.Designer.cs @@ -47,7 +47,7 @@ panel1.Location = new Point(0, 0); panel1.Name = "panel1"; panel1.Padding = new Padding(50, 15, 50, 10); - panel1.Size = new Size(793, 754); + panel1.Size = new Size(793, 841); panel1.TabIndex = 2; // // tableLayoutPanel1 @@ -65,7 +65,7 @@ tableLayoutPanel1.RowStyles.Add(new RowStyle()); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F)); - tableLayoutPanel1.Size = new Size(693, 729); + tableLayoutPanel1.Size = new Size(693, 816); tableLayoutPanel1.TabIndex = 0; // // propertyGrid_ExportArgs @@ -74,7 +74,7 @@ propertyGrid_ExportArgs.Location = new Point(3, 3); propertyGrid_ExportArgs.Name = "propertyGrid_ExportArgs"; propertyGrid_ExportArgs.PropertySort = PropertySort.Categorized; - propertyGrid_ExportArgs.Size = new Size(687, 650); + propertyGrid_ExportArgs.Size = new Size(687, 737); propertyGrid_ExportArgs.TabIndex = 1; propertyGrid_ExportArgs.ToolbarVisible = false; // @@ -88,7 +88,7 @@ tableLayoutPanel2.Controls.Add(button_Ok, 0, 0); tableLayoutPanel2.Controls.Add(button_Cancel, 1, 0); tableLayoutPanel2.Dock = DockStyle.Bottom; - tableLayoutPanel2.Location = new Point(3, 686); + tableLayoutPanel2.Location = new Point(3, 773); tableLayoutPanel2.Margin = new Padding(3, 30, 3, 3); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; @@ -126,7 +126,7 @@ AutoScaleDimensions = new SizeF(11F, 24F); AutoScaleMode = AutoScaleMode.Font; CancelButton = button_Cancel; - ClientSize = new Size(793, 754); + ClientSize = new Size(793, 841); Controls.Add(panel1); Icon = (Icon)resources.GetObject("$this.Icon"); MaximizeBox = false;