📄 medicine_form6.~dfm
字号:
object Form1: TForm1
Left = 211
Top = 153
Width = 429
Height = 289
Caption = '客户购买清单'
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 GroupBox2: TGroupBox
Left = 8
Top = 4
Width = 401
Height = 209
Caption = '显示购买清单:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
object DBGrid1: TDBGrid
Left = 8
Top = 16
Width = 385
Height = 185
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
end
end
object Button2: TButton
Left = 182
Top = 224
Width = 75
Height = 25
Caption = '打印清单'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 304
Top = 225
Width = 75
Height = 25
Caption = '返回系统'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Button3Click
end
object Button1: TButton
Left = 64
Top = 224
Width = 75
Height = 25
Caption = '统计结算'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Button1Click
end
object DataSource1: TDataSource
DataSet = Table1
Left = 32
Top = 168
end
object Table1: TTable
DatabaseName = 'DBmed'
TableName = 'sale'
Left = 64
Top = 168
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -