📄 ximformstyle.cs
字号:
}
}
internal Bitmap Right_bottomfadeImage
{
get
{
return this._right_bottomfadeImage;
}
set
{
if (this._right_bottomfadeImage != null)
{
this._right_bottomfadeImage.Dispose();
}
this._right_bottomfadeImage = value;
}
}
internal Bitmap Right_HemlineImage
{
get
{
return this._right_HemlineImage;
}
set
{
if (this._right_HemlineImage != null)
{
this._right_HemlineImage.Dispose();
}
this._right_HemlineImage = value;
}
}
internal Bitmap Right_topfadeImage
{
get
{
return this._right_topfadeImage;
}
set
{
if (this._right_topfadeImage != null)
{
this._right_topfadeImage.Dispose();
}
this._right_topfadeImage = value;
}
}
internal Bitmap RightBorderImage
{
get
{
return this._rightBorderImage;
}
set
{
if (this._rightBorderImage != null)
{
this._rightBorderImage.Dispose();
}
this._rightBorderImage = value;
}
}
internal Bitmap Title_leftImage
{
get
{
return this._title_leftImage;
}
set
{
if (this._title_leftImage != null)
{
this._title_leftImage.Dispose();
}
this._title_leftImage = value;
}
}
internal Bitmap Title_leftImage_2
{
get
{
return this._title_leftImage_2;
}
set
{
if (this._title_leftImage_2 != null)
{
this._title_leftImage_2.Dispose();
}
this._title_leftImage_2 = value;
}
}
internal Bitmap Title_leftImage_2_Deactive
{
get
{
return this._title_leftImage_2_Deactive;
}
set
{
if (this._title_leftImage_2_Deactive != null)
{
this._title_leftImage_2_Deactive.Dispose();
}
this._title_leftImage_2_Deactive = value;
}
}
internal Bitmap Title_leftImage_Deactive
{
get
{
return this._title_leftImage_Deactive;
}
set
{
if (this._title_leftImage_Deactive != null)
{
this._title_leftImage_Deactive.Dispose();
}
this._title_leftImage_Deactive = value;
}
}
internal Bitmap Title_rightImage
{
get
{
return this._title_rightImage;
}
set
{
if (this._title_rightImage != null)
{
this._title_rightImage.Dispose();
}
this._title_rightImage = value;
}
}
internal Bitmap Title_rightImage_2
{
get
{
return this._title_rightImage_2;
}
set
{
if (this._title_rightImage_2 != null)
{
this._title_rightImage_2.Dispose();
}
this._title_rightImage_2 = value;
}
}
internal Bitmap Title_rightImage_2_Deactive
{
get
{
return this._title_rightImage_2_Deactive;
}
set
{
if (this._title_rightImage_2_Deactive != null)
{
this._title_rightImage_2_Deactive.Dispose();
}
this._title_rightImage_2_Deactive = value;
}
}
internal Bitmap Title_rightImage_Deactive
{
get
{
return this._title_rightImage_Deactive;
}
set
{
if (this._title_rightImage_Deactive != null)
{
this._title_rightImage_Deactive.Dispose();
}
this._title_rightImage_Deactive = value;
}
}
internal Bitmap Titlebar_Image
{
get
{
return this._titlebar_Image;
}
set
{
if (this._titlebar_Image != null)
{
this._titlebar_Image.Dispose();
}
this._titlebar_Image = value;
}
}
internal Bitmap Titlebar_Image_2
{
get
{
return this._titlebar_Image_2;
}
set
{
if (this._titlebar_Image_2 != null)
{
this._titlebar_Image_2.Dispose();
}
this._titlebar_Image_2 = value;
}
}
internal Bitmap Titlebar_Image_2_Deactive
{
get
{
return this._titlebar_Image_2_Deactive;
}
set
{
if (this._titlebar_Image_2_Deactive != null)
{
this._titlebar_Image_2_Deactive.Dispose();
}
this._titlebar_Image_2_Deactive = value;
}
}
internal Bitmap Titlebar_Image_Deactive
{
get
{
return this._titlebar_Image_Deactive;
}
set
{
if (this._titlebar_Image_Deactive != null)
{
this._titlebar_Image_Deactive.Dispose();
}
this._titlebar_Image_Deactive = value;
}
}
internal Bitmap Top_leftfadeImage
{
get
{
return this._top_leftfadeImage;
}
set
{
if (this._top_leftfadeImage != null)
{
this._top_leftfadeImage.Dispose();
}
this._top_leftfadeImage = value;
}
}
internal Bitmap Top_rightfadeImage
{
get
{
return this._top_rightfadeImage;
}
set
{
if (this._top_rightfadeImage != null)
{
this._top_rightfadeImage.Dispose();
}
this._top_rightfadeImage = value;
}
}
internal Bitmap TopBorderImage
{
get
{
return this._topBorderImage;
}
set
{
if (this._topBorderImage != null)
{
this._topBorderImage.Dispose();
}
this._topBorderImage = value;
}
}
internal Bitmap TopleftImage
{
get
{
return this._topleftImage;
}
set
{
if (this._topleftImage != null)
{
this._topleftImage.Dispose();
}
this._topleftImage = value;
}
}
internal Bitmap ToprightImage
{
get
{
return this._toprightImage;
}
set
{
if (this._toprightImage != null)
{
this._toprightImage.Dispose();
}
this._toprightImage = value;
}
}
internal Color TransParentColor
{
get
{
return this._transParentColor;
}
set
{
this._transParentColor = value;
}
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -