From 01e3216b569ca1e625c5aa1d1af0c1a5395d05d4 Mon Sep 17 00:00:00 2001 From: DebugST <2212233137@qq.com> Date: Tue, 30 Aug 2022 15:53:16 +0800 Subject: [PATCH] start 3.0 --- V3_CN.md | 52 ++++++++++++++++++++++++++-------------------------- V3_EN.md | 50 +++++++++++++++++++++++++------------------------- 2 files changed, 51 insertions(+), 51 deletions(-) diff --git a/V3_CN.md b/V3_CN.md index f16d582..784cc3c 100644 --- a/V3_CN.md +++ b/V3_CN.md @@ -15,32 +15,32 @@ 添加控件支持: - `Panel` - - `lable` - - `button` - - `textbox` - - `listview` - - `chekcbox` - - `radiobutton` - - `combobox` - - `groupbox` - - `picturebox` - - `progressbar` - - `trackbar` - - `NumericUpDown` - +`Panel` + +`lable` + +`button` + +`textbox` + +`listview` + +`chekcbox` + +`radiobutton` + +`combobox` + +`groupbox` + +`picturebox` + +`progressbar` + +`trackbar` + +`NumericUpDown` + 控件将尽可能保持`WinForm`的使用习惯。 添加`STNodeEditorLayer.cs` diff --git a/V3_EN.md b/V3_EN.md index d6fba53..0b42463 100644 --- a/V3_EN.md +++ b/V3_EN.md @@ -15,31 +15,31 @@ Although there are not many users, thanks to those who have been using `STNodeEd Add Controls: - `Panel` - - `lable` - - `button` - - `textbox` - - `listview` - - `chekcbox` - - `radiobutton` - - `combobox` - - `groupbox` - - `picturebox` - - `progressbar` - - `trackbar` - - `NumericUpDown` +`Panel` + +`lable` + +`button` + +`textbox` + +`listview` + +`chekcbox` + +`radiobutton` + +`combobox` + +`groupbox` + +`picturebox` + +`progressbar` + +`trackbar` + +`NumericUpDown` Controls will maintain the `WinForm` usage habits as much as possible.