📄 unitcommoptionsel.dfm
字号:
object frmSysOptionSel: TfrmSysOptionSel
Left = 288
Top = 160
Width = 296
Height = 223
Caption = '宁波巨龙橡塑有限公司'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 15
object Label1: TLabel
Left = 48
Top = 6
Width = 68
Height = 15
Caption = '选择操作:'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Panel1: TPanel
Left = 32
Top = 27
Width = 217
Height = 150
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object BitBtn1: TBitBtn
Left = 48
Top = 24
Width = 120
Height = 25
Caption = '系统初始化'
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 48
Top = 64
Width = 120
Height = 25
Caption = '清理账目'
TabOrder = 1
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 49
Top = 107
Width = 119
Height = 26
Cancel = True
Caption = '返回(ESC)'
TabOrder = 2
OnClick = BitBtn3Click
end
end
object Qry_Exe: TQuery
DatabaseName = 'JL2000'
SQL.Strings = (
'select * from 原材料台帐 '
'order by 日期 desc')
Left = 152
end
object Query1: TQuery
DatabaseName = 'jl2000'
Left = 192
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -