?? editbm1.dfm
字號:
object editbm: Teditbm
Left = 270
Top = 165
ActiveControl = dxEdit1
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '請輸入部門名稱'
ClientHeight = 130
ClientWidth = 392
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
object BitBtn1: TBitBtn
Left = 184
Top = 88
Width = 75
Height = 25
Caption = '確定'
TabOrder = 0
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 280
Top = 88
Width = 75
Height = 25
Caption = '取消'
TabOrder = 1
Kind = bkCancel
end
object dxEdit1: TdxEdit
Left = 24
Top = 32
Width = 345
Color = 12639424
Style.BorderColor = clNavy
Style.BorderStyle = xbsThick
Style.Shadow = True
TabOrder = 2
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -