Method | Description | |
---|---|---|
FillComberWithArray ( |
使用字符填充combox
|
|
FillComberWithArray ( |
使用字符填充combox
|
|
FillComberWithEnum ( |
枚举填充Combox
|
|
InputBox ( string prompt, string title = "中和软件" ) : string |
输入框
|
|
ListViewColumnResize ( |
自动调整列宽度
|
|
OpenForm ( |
对话框子窗体的统一管理
|
|
OpenModalForm ( |
对话框子窗体的统一管理(模态)
|
|
PickFile ( FileDialogMode mode, string filter = "*.*(All Files)|*.*" ) : string |
选取文件
|
|
PickFolder ( ) : string |
选择文件夹
|
|
SetUp ( |
格式化窗体
|
public static FillComberWithArray ( |
||
combox | ||
enumList | IEnumerable |
|
ExcludeAllItem | bool | |
return | void |
public static FillComberWithArray ( |
||
combox | ||
enumList | string | |
ExcludeAllItem | bool | |
return | void |
public static FillComberWithEnum ( |
||
combox | ||
enumType | ||
ExcludeAllItem | bool | |
return | void |
public static InputBox ( string prompt, string title = "中和软件" ) : string | ||
prompt | string | |
title | string | |
return | string |
public static ListViewColumnResize ( |
||
lstview | ||
return | void |
public static OpenForm ( |
||
mfrm | ||
isUseAppIcon | bool | |
return | void |
public static OpenModalForm ( |
||
mfrm | ||
isDispose | bool | 有些时候需要使用被打开窗体产生的数据,所以不能Dispose |
isUseAppIcon | bool | |
return | void |
public static PickFile ( FileDialogMode mode, string filter = "*.*(All Files)|*.*" ) : string | ||
mode | FileDialogMode | 模式 |
filter | string | 过滤器 |
return | string |
public static SetUp ( |
||
orgForm | ||
showDialog | bool | |
return | void |