📄 addbuy.dfm
字号:
object frmAddBuy: TfrmAddBuy
Left = 338
Top = 202
Width = 573
Height = 429
BorderWidth = 5
Caption = 'frmAddBuy'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 555
Height = 165
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Label2: TLabel
Left = 4
Top = 12
Width = 60
Height = 13
Caption = #36141#20837#26085#26399#65306
end
object Memo1: TMemo
Left = 0
Top = 44
Width = 553
Height = 109
TabOrder = 0
end
object DateTimePicker1: TDateTimePicker
Left = 116
Top = 8
Width = 186
Height = 21
Date = 37756.582448518520000000
Time = 37756.582448518520000000
TabOrder = 1
end
end
object Panel2: TPanel
Left = 0
Top = 351
Width = 555
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object btnOk: TButton
Left = 164
Top = 8
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 0
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 292
Top = 8
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 1
OnClick = btnCancelClick
end
end
object DBGrid1: TDBGrid
Left = 0
Top = 165
Width = 555
Height = 161
Align = alClient
DataSource = DataModule1.dsTmpBuy1
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 0
Top = 326
Width = 555
Height = 25
DataSource = DataModule1.dsTmpBuy1
Align = alBottom
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -