duheng
2024-12-06 65100ad3782918d978534e253bde526c93c59a6d
提交遗漏修改
已修改2个文件
20 ■■■■ 文件已修改
WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/02-main/EditAssetsTranslationMainDlg.Designer.cs 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/02-main/EditAssetsTranslationMainDlg.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/02-main/EditAssetsTranslationMainDlg.Designer.cs
@@ -264,9 +264,9 @@
            // 
            BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
            BtnOk.Appearance.Options.UseBackColor = true;
            BtnOk.Location = new Point(231, 452);
            BtnOk.Location = new Point(547, 452);
            BtnOk.Name = "BtnOk";
            BtnOk.Size = new Size(219, 22);
            BtnOk.Size = new Size(62, 22);
            BtnOk.StyleController = layoutControl1;
            BtnOk.TabIndex = 12;
            BtnOk.Text = "确定";
@@ -277,9 +277,9 @@
            simpleButton1.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            simpleButton1.Appearance.Options.UseBackColor = true;
            simpleButton1.DialogResult = DialogResult.Cancel;
            simpleButton1.Location = new Point(454, 452);
            simpleButton1.Location = new Point(613, 452);
            simpleButton1.Name = "simpleButton1";
            simpleButton1.Size = new Size(219, 22);
            simpleButton1.Size = new Size(60, 22);
            simpleButton1.StyleController = layoutControl1;
            simpleButton1.TabIndex = 13;
            simpleButton1.Text = "取消";
@@ -344,9 +344,9 @@
            // layoutControlItem4
            // 
            layoutControlItem4.Control = BtnOk;
            layoutControlItem4.Location = new Point(223, 444);
            layoutControlItem4.Location = new Point(539, 444);
            layoutControlItem4.Name = "layoutControlItem4";
            layoutControlItem4.Size = new Size(223, 26);
            layoutControlItem4.Size = new Size(66, 26);
            layoutControlItem4.TextSize = new Size(0, 0);
            layoutControlItem4.TextVisible = false;
            // 
@@ -355,15 +355,15 @@
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 444);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(223, 26);
            emptySpaceItem1.Size = new Size(539, 26);
            emptySpaceItem1.TextSize = new Size(0, 0);
            // 
            // layoutControlItem8
            // 
            layoutControlItem8.Control = simpleButton1;
            layoutControlItem8.Location = new Point(446, 444);
            layoutControlItem8.Location = new Point(605, 444);
            layoutControlItem8.Name = "layoutControlItem8";
            layoutControlItem8.Size = new Size(223, 26);
            layoutControlItem8.Size = new Size(64, 26);
            layoutControlItem8.TextSize = new Size(0, 0);
            layoutControlItem8.TextVisible = false;
            // 
WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/02-main/EditAssetsTranslationMainDlg.cs
@@ -34,7 +34,7 @@
                }
            }
            if (_TranslationVmo.Material == null)
            if (_TranslationVmo.Material == null||_TranslationVmo.Material==string.Empty)
            {
                TextEditMaterial.EditValue = "默认";
            }