2024年4月11日发(作者:)
改变屏幕亮度的VB源码
以下存为文件:
VERSION 5.00
Begin AAA
BackColor = &H80000009&
Caption = "Form1"
ClientHeight = 1740
ClientLeft = 3165
ClientTop = 3270
ClientWidth = 4560
LinkTopic = "Form2"
ScaleHeight = 1740
ScaleWidth = 4560
Begin Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "亮度不变的窗体"
BeginProperty Font
Name = "华文行楷"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 450
Left = 750
TabIndex = 0
Top = 540
Width = 3045
End
End
Attribute VB_Name = "AAA"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
以下存为文件:改变屏幕亮度.frm
VERSION 5.00
Begin Form1
Caption = "Form1"
ClientHeight = 2955
ClientLeft = 3585
ClientTop = 2730
ClientWidth = 3495
LinkTopic = "Form1"
ScaleHeight = 197
ScaleMode = 3 'Pixel
ScaleWidth = 233
Begin eBox Picture1
Height = 2505
Left = 60
Picture = "改变屏幕亮度.frx":0000


发布评论