MaxButton
BorderStyle
Width
MinButton
第1题:
为了在运行时能显示窗体左上角的控制菜单框(系统菜单),必须______ 。
A.把窗体的ControlBox属性设置为False
B.把窗体的ControlBox属性设置为True
C.把窗体的MaxButton属性设置为False
D.把窗体的MaxButton属性设置为True
第2题:
要使窗体以最大化方式显示,应设置窗体的( )属性。
A.BorderStyle
B.WindowState
C.Height和Width
D.MaxButton
第3题:
如果要使窗体的最大化按钮变成灰色,应设置窗体的()属性。
AIcon
BControlBox
CMaxButton
DMinButton
第4题:
若要使命令按钮不可操作,要对()属性设置。
AEnabled
BVisible
CBackColor
DCaption
第5题:
当程序运行时,如果要求窗体中的某个按钮不再显示,可以将该按钮的()属性设置为false 即可
第6题:
要使窗体在运行时,显示在屏幕的中央,应设置窗体的()属性。
第7题:
如果要使窗体的最大化按钮变成灰色(不起作用),需设置窗体的()属性。
第8题:
若要使命令按钮在运行时不可见,可通过设置()属性的值为False来实现。
第9题:
第10题:
WindowsState
StartPostion
CenterScreen
CenterParenr
第11题:
Max Button
Border Style
Width
Min Button
第12题:
WindowsState
StartPostion
CenterScreen
CenterParenr
第13题:
要使窗体在运行时不可改变其大小和没有最大化、最小化按钮,只要对下列()属性设置就有效。
A.MaxButton
B.MinButton
C.Width
D.BorderStyle
第14题:
要使Print方法在Form_load事件中起作用,要对窗体的()属性进行设置。
ABackColor
BForeColor
CAutoRedraw
DCaption
第15题:
要使窗体在运行时不可改变窗体的大小并没有最大化和最小化按钮,通过设置可达到此要求的属性是()。
AMax Button
BBorder Style
CWidth
DMin Button
第16题:
要使窗体在运行时没有最大化按钮,只要对()属性设置即可。
AMaxButton
BBorderStyle
CWidth
DMinButton
第17题:
要使窗体在运行时没有最大化按钮,只要对()属性设置即可。
第18题:
要使窗体在运行时不可改变其大小和没有最大化、最小化按钮,只要对下列()属性设置就有效。
第19题:
窗体上有一命令按钮,程序运行时,决定该按钮是否可用应设置的属性是(),决定该按钮是否显示应设置的属性是()。
第20题:
要使窗体上的按钮运行时不可见,需要设置的属性是()。
第21题:
Visible
Enabled
DisabledPicture
Default
第22题:
Icon
ControlBox
MaxButton
MinButton
第23题:
WindowState
StartPosition
CenterScreen
CenterParent
第24题: