📄 ximformstyle.cs
字号:
}
set
{
if (this._bottomleftImage2 != null)
{
this._bottomleftImage2.Dispose();
}
this._bottomleftImage2 = value;
}
}
internal Bitmap BottomrightImage
{
get
{
return this._bottomrightImage;
}
set
{
if (this._bottomrightImage != null)
{
this._bottomrightImage.Dispose();
}
this._bottomrightImage = value;
}
}
internal Bitmap BottomrightImage2
{
get
{
return this._bottomrightImage2;
}
set
{
if (this._bottomrightImage2 != null)
{
this._bottomrightImage2.Dispose();
}
this._bottomrightImage2 = value;
}
}
public int CaptionY
{
get
{
return this._captionY;
}
set
{
this._captionY = value;
}
}
public Bitmap CloseButtonImage
{
get
{
return this._closeButtonImage;
}
set
{
if (this._closeButtonImage != null)
{
this._closeButtonImage.Dispose();
}
this._closeButtonImage = value;
}
}
public int CloseX
{
get
{
return this._closeX;
}
set
{
this._closeX = value;
}
}
public int CloseY
{
get
{
return this._closeY;
}
set
{
this._closeY = value;
}
}
internal Bitmap ControlBox_Image
{
get
{
return this._controlBox_Image;
}
set
{
if (this._controlBox_Image != null)
{
this._controlBox_Image.Dispose();
}
this._controlBox_Image = value;
}
}
public int ControlBoxX
{
get
{
return this._controlBoxX;
}
set
{
this._controlBoxX = value;
}
}
public int ControlBoxY
{
get
{
return this._controlBoxY;
}
set
{
this._controlBoxY = value;
}
}
internal Bitmap HemlineImage
{
get
{
return this._hemline_barImage;
}
set
{
if (this._hemline_barImage != null)
{
this._hemline_barImage.Dispose();
}
this._hemline_barImage = value;
}
}
public int IconX
{
get
{
return this._iconX;
}
set
{
this._iconX = value;
}
}
public int IconY
{
get
{
return this._iconY;
}
set
{
this._iconY = value;
}
}
public static XImFormStyle Instance
{
get
{
return _instance;
}
}
internal Bitmap Left_bottomfadeImage
{
get
{
return this._left_bottomfadeImage;
}
set
{
if (this._left_bottomfadeImage != null)
{
this._left_bottomfadeImage.Dispose();
}
this._left_bottomfadeImage = value;
}
}
internal Bitmap Left_HemlineImage
{
get
{
return this._left_HemlineImage;
}
set
{
if (this._left_HemlineImage != null)
{
this._left_HemlineImage.Dispose();
}
this._left_HemlineImage = value;
}
}
internal Bitmap Left_topfadeImage
{
get
{
return this._left_topfadeImage;
}
set
{
if (this._left_topfadeImage != null)
{
this._left_topfadeImage.Dispose();
}
this._left_topfadeImage = value;
}
}
internal Bitmap LeftBorderImage
{
get
{
return this._leftBorderImage;
}
set
{
if (this._leftBorderImage != null)
{
this._leftBorderImage.Dispose();
}
this._leftBorderImage = value;
}
}
internal Bitmap MaxButtonImage
{
get
{
return this._maxButtonImage;
}
set
{
if (this._maxButtonImage != null)
{
this._maxButtonImage.Dispose();
}
this._maxButtonImage = value;
}
}
public int MaxX
{
get
{
return this._maxX;
}
set
{
this._maxX = value;
}
}
public int MaxY
{
get
{
return this._maxY;
}
set
{
this._maxY = value;
}
}
internal Bitmap MinButtonImage
{
get
{
return this._minButtonImage;
}
set
{
if (this._minButtonImage != null)
{
this._minButtonImage.Dispose();
}
this._minButtonImage = value;
}
}
public int MinX
{
get
{
return this._minX;
}
set
{
this._minX = value;
}
}
public int MinY
{
get
{
return this._minY;
}
set
{
this._minY = value;
}
}
internal Bitmap Resizer_img
{
get
{
return this._resizer_img;
}
set
{
if (this._resizer_img != null)
{
this._resizer_img.Dispose();
}
this._resizer_img = value;
}
}
internal Bitmap RestoreButtonImage
{
get
{
return this._restoreButtonImage;
}
set
{
if (this._restoreButtonImage != null)
{
this._restoreButtonImage.Dispose();
}
this._restoreButtonImage = value;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -