unit9.dfm
来自「中鼎百货进销存系统」· DFM 代码 · 共 155 行
DFM
155 行
object Form9: TForm9
Left = 160
Top = 98
Width = 726
Height = 518
BorderIcons = [biSystemMenu]
Caption = #36864#36135#26597#35810
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 400
Width = 97
Height = 13
AutoSize = False
Caption = #26597#35810#36215#22987#26085#26399
end
object Label2: TLabel
Left = 280
Top = 400
Width = 89
Height = 13
AutoSize = False
Caption = #26597#35810#32467#26463#26085#26399
end
object Label3: TLabel
Left = 8
Top = 352
Width = 89
Height = 13
AutoSize = False
Caption = #36873#25321#23458#25143#32534#21495
end
object Label4: TLabel
Left = 288
Top = 351
Width = 65
Height = 13
AutoSize = False
Caption = #23458#25143#21517#31216
end
object DateTimePicker1: TDateTimePicker
Left = 104
Top = 392
Width = 161
Height = 21
CalAlignment = dtaLeft
Date = 38513.9485763889
Time = 38513.9485763889
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 0
end
object DateTimePicker2: TDateTimePicker
Left = 376
Top = 392
Width = 161
Height = 21
CalAlignment = dtaLeft
Date = 38513.9489420486
Time = 38513.9489420486
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
end
object DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 705
Height = 321
DataSource = DataSource1
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ComboBox1: TComboBox
Left = 104
Top = 344
Width = 161
Height = 21
ItemHeight = 13
TabOrder = 3
OnClick = ComboBox1Click
end
object Edit1: TEdit
Left = 352
Top = 344
Width = 361
Height = 21
TabOrder = 4
end
object GroupBox1: TGroupBox
Left = 400
Top = 432
Width = 289
Height = 49
TabOrder = 5
object Button1: TButton
Left = 38
Top = 16
Width = 75
Height = 25
Caption = #26597#35810
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 182
Top = 16
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 1
OnClick = Button2Click
end
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 144
Top = 16
end
object ADO_Cancel_Query: TADOQuery
Connection = ADO_Cancel_Conn
Parameters = <>
Left = 176
Top = 16
end
object ADO_Cancel_Conn: TADOConnection
LoginPrompt = False
Left = 112
Top = 16
end
object ADOQuery1: TADOQuery
Connection = ADO_Cancel_Conn
Parameters = <>
Left = 208
Top = 16
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?