⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 saleadd.dfm

📁 对于商品销售、库存信息
💻 DFM
字号:
object FormSaleAdd: TFormSaleAdd
  Left = 262
  Top = 162
  BorderStyle = bsDialog
  Caption = #38144#21806#30331#35760
  ClientHeight = 319
  ClientWidth = 619
  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 = 320
    Top = 64
    Width = 72
    Height = 16
    Caption = #38144#21806#26085#26399'        '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 64
    Width = 72
    Height = 16
    Caption = #21830#21697#21517#31216'        '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 8
    Top = 152
    Width = 75
    Height = 16
    Caption = #21830#21697#21333#20215'         '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 8
    Top = 200
    Width = 75
    Height = 16
    Caption = #38144#21806#25968#37327'         '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 320
    Top = 16
    Width = 78
    Height = 16
    Caption = #21830#21697#37329#39069'          '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 320
    Top = 152
    Width = 84
    Height = 16
    Caption = #32463'   '#21150'   '#20154'          '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 8
    Top = 16
    Width = 60
    Height = 16
    Caption = #21830#21697#32534#21495'    '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label8: TLabel
    Left = 8
    Top = 112
    Width = 66
    Height = 16
    Caption = #21697'           '#29260'   '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label9: TLabel
    Left = 320
    Top = 104
    Width = 63
    Height = 16
    Caption = #21046'   '#36896'   '#21830'   '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label10: TLabel
    Left = 320
    Top = 208
    Width = 81
    Height = 16
    Caption = #22791'             '#27880'      '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object DBEditDate: TDBEdit
    Left = 400
    Top = 56
    Width = 121
    Height = 33
    DataField = 'Date'
    DataSource = DataModule1.DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    TabOrder = 0
    OnChange = DBEditDateChange
  end
  object DBEditGoodName: TDBEdit
    Left = 80
    Top = 56
    Width = 177
    Height = 33
    DataField = 'GoodName'
    DataSource = DataModule1.DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    TabOrder = 1
    OnChange = DBEditGoodNameChange
  end
  object DBEditPrice: TDBEdit
    Left = 80
    Top = 152
    Width = 97
    Height = 33
    DataField = 'Price'
    DataSource = DataModule1.DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    TabOrder = 2
    OnChange = DBEditPriceChange
  end
  object DBEditAmount: TDBEdit
    Left = 80
    Top = 200
    Width = 81
    Height = 33
    DataField = 'Amount'
    DataSource = DataModule1.DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    TabOrder = 3
    OnChange = DBEditAmountChange
  end
  object DBEditSum: TDBEdit
    Left = 400
    Top = 8
    Width = 121
    Height = 32
    DataField = 'Sum'
    DataSource = DataModule1.DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    TabOrder = 4
    OnChange = DBEditSumChange
  end
  object DBEditDealer: TDBEdit
    Left = 400
    Top = 144
    Width = 89
    Height = 33
    DataField = 'Dealer'
    DataSource = DataModule1.DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    TabOrder = 5
    OnChange = DBEditDealerChange
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 248
    Width = 577
    Height = 9
    TabOrder = 6
  end
  object BTNMore: TButton
    Left = 72
    Top = 272
    Width = 113
    Height = 33
    Caption = ' '#26356'  '#22810'  '#20449' '#24687'  (  &M  )  '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = BTNMoreClick
  end
  object BTNOk: TButton
    Left = 264
    Top = 272
    Width = 97
    Height = 33
    Caption = #30331'   '#35760'   ( &A )'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    OnClick = BTNOkClick
  end
  object BTNClose: TButton
    Left = 456
    Top = 272
    Width = 89
    Height = 33
    Caption = '  '#20851'  '#38381'  (  &X  )  '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 9
    OnClick = BTNCloseClick
  end
  object DBEditCoding: TDBEdit
    Left = 80
    Top = 8
    Width = 177
    Height = 24
    DataField = 'Coding'
    DataSource = DataModule1.DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    TabOrder = 10
    OnChange = DBEditCodingChange
  end
  object DBEditBrand: TDBEdit
    Left = 80
    Top = 104
    Width = 129
    Height = 24
    DataField = 'Brand'
    DataSource = DataModule1.DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    TabOrder = 11
    OnChange = DBEditBrandChange
  end
  object DBEditProducer: TDBEdit
    Left = 400
    Top = 104
    Width = 209
    Height = 24
    DataField = 'Producer'
    DataSource = DataModule1.DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    TabOrder = 12
    OnChange = DBEditProducerChange
  end
  object GroupBox2: TGroupBox
    Left = 304
    Top = 0
    Width = 5
    Height = 249
    TabOrder = 13
  end
  object DBMemoDetail: TDBMemo
    Left = 400
    Top = 192
    Width = 209
    Height = 49
    DataField = 'Detail'
    DataSource = DataModule1.DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    TabOrder = 14
    OnChange = DBMemoDetailChange
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -