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.