uaddcheck.dfm
来自「DELPHI编程入门篇.从基础入手,浅显易懂,一定物有所值.」· DFM 代码 · 共 77 行
DFM
77 行
object frmcheckadd: Tfrmcheckadd
Left = 580
Top = 89
BorderStyle = bsDialog
Caption = #36873#25321#30424#28857#20998#24215
ClientHeight = 169
ClientWidth = 286
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 27
Width = 63
Height = 13
Caption = #30424#28857#26102#38388#65306' '
end
object Label2: TLabel
Left = 32
Top = 65
Width = 63
Height = 13
Caption = #20998' '#24215#65307
end
object DatePicker: TDateTimePicker
Left = 102
Top = 23
Width = 151
Height = 21
Date = 38554.695967083330000000
Time = 38554.695967083330000000
Enabled = False
TabOrder = 0
end
object ComboBox1: TComboBox
Left = 102
Top = 61
Width = 151
Height = 21
ItemHeight = 13
TabOrder = 1
end
object Button1: TButton
Left = 46
Top = 110
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 174
Top = 110
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = Button2Click
end
object ADOQuery1: TADOQuery
Connection = DataModule2.filialeConnect
Parameters = <>
Left = 42
Top = 68
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?