?? unit1.dfm
字號:
object Form1: TForm1
Left = 280
Top = 177
Width = 241
Height = 218
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 0
Width = 233
Height = 191
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object Label1: TLabel
Left = 4
Top = 8
Width = 42
Height = 12
Caption = '透明度:'
end
object SE: TSpinEdit
Left = 44
Top = 4
Width = 45
Height = 21
Increment = 5
MaxValue = 255
MinValue = 20
TabOrder = 0
Value = 255
OnChange = SEChange
end
object btnFont: TButton
Left = 92
Top = 4
Width = 65
Height = 21
Caption = '標題字體'
TabOrder = 1
OnClick = btnFontClick
end
object rgTitle: TRadioGroup
Left = 4
Top = 28
Width = 225
Height = 37
Caption = '標題'
Columns = 3
ItemIndex = 1
Items.Strings = (
'居左'
'居中'
'居右')
TabOrder = 2
OnClick = rgTitleClick
end
object rgInner: TRadioGroup
Left = 4
Top = 68
Width = 109
Height = 77
Caption = '標題內框'
ItemIndex = 1
Items.Strings = (
'凸起'
'無'
'凹陷')
TabOrder = 3
OnClick = rgInnerClick
end
object rgOuter: TRadioGroup
Left = 120
Top = 68
Width = 109
Height = 77
Caption = '標題外框'
ItemIndex = 1
Items.Strings = (
'凸起'
'無'
'凹陷')
TabOrder = 4
OnClick = rgOuterClick
end
object gbSysBtn: TGroupBox
Left = 4
Top = 148
Width = 225
Height = 37
Caption = '系統按鈕'
TabOrder = 5
object chkMin: TCheckBox
Left = 4
Top = 16
Width = 69
Height = 17
Caption = '最小化'
Checked = True
State = cbChecked
TabOrder = 0
OnClick = chkMinClick
end
object chkMax: TCheckBox
Left = 76
Top = 16
Width = 69
Height = 17
Caption = '最大化'
Checked = True
State = cbChecked
TabOrder = 1
OnClick = chkMaxClick
end
object chkClose: TCheckBox
Left = 148
Top = 16
Width = 73
Height = 17
Caption = '關閉'
Checked = True
State = cbChecked
TabOrder = 2
OnClick = chkCloseClick
end
end
object btnColor: TButton
Left = 164
Top = 4
Width = 65
Height = 21
Caption = '標題顏色'
TabOrder = 6
OnClick = btnColorClick
end
end
object FontDialog: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 72
Top = 80
end
object ColorDialog: TColorDialog
Ctl3D = True
Left = 184
Top = 80
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -