📄 initshfwdb.dfm
字号:
object Form1: TForm1
Left = 253
Top = 231
Width = 402
Height = 223
Caption = '数据源初始化'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 24
Top = 24
Width = 352
Height = 21
Caption = '警告:该操作将删除全部数据库数据'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -21
Font.Name = '黑体'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 88
Top = 64
Width = 84
Height = 14
Caption = '总经理密码:'
end
object Edit1: TEdit
Left = 176
Top = 64
Width = 121
Height = 22
MaxLength = 6
PasswordChar = '*'
TabOrder = 0
Text = 'Edit1'
end
object BitBtn1: TBitBtn
Left = 96
Top = 152
Width = 75
Height = 25
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 216
Top = 152
Width = 75
Height = 25
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkNo
end
object CheckBox1: TCheckBox
Left = 96
Top = 96
Width = 121
Height = 17
Caption = '保存参数信息'
TabOrder = 3
end
object CheckBox2: TCheckBox
Left = 96
Top = 120
Width = 121
Height = 17
Caption = '保存客户信息'
TabOrder = 4
end
object ADOConnection1: TADOConnection
LoginPrompt = False
Left = 24
Top = 80
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 24
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -