📄 unit1.dfm
字号:
object Form1: TForm1
Left = 367
Top = 272
BorderStyle = bsDialog
Caption = '数据库有关设置'
ClientHeight = 209
ClientWidth = 297
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 23
Top = 81
Width = 94
Height = 13
Caption = '数据库IP地址:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 22
Top = 121
Width = 84
Height = 13
Caption = '数据库路径:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Serif'
Font.Style = []
ParentFont = False
end
object Bevel1: TBevel
Left = 0
Top = 0
Width = 297
Height = 57
Align = alTop
Shape = bsBottomLine
Style = bsRaised
end
object Button1: TButton
Left = 104
Top = 168
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 119
Top = 77
Width = 121
Height = 21
TabOrder = 1
end
object Edit2: TEdit
Left = 120
Top = 117
Width = 121
Height = 21
TabOrder = 2
end
object StaticText1: TStaticText
Left = 32
Top = 16
Width = 148
Height = 20
Caption = '对和数据库连接的有关设置'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object Button2: TButton
Left = 179
Top = 22
Width = 2
Height = 2
Caption = 'Button2'
TabOrder = 4
OnKeyDown = Button2KeyDown
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -