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

📄 addsell.dfm

📁 完整的delphi书籍源代码,大家有空的时候自己慢慢看看
💻 DFM
字号:
object AddSellFrm: TAddSellFrm
  Left = 176
  Top = 105
  Width = 488
  Height = 282
  Caption = #28155#21152#38144#21806#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Sell_GroupBox: TGroupBox
    Left = 8
    Top = 8
    Width = 465
    Height = 241
    Caption = #38144#21806#20449#24687
    TabOrder = 0
    object CustomerID_Label: TLabel
      Left = 20
      Top = 28
      Width = 48
      Height = 13
      Caption = #39038#23458#32534#21495
    end
    object CustomerName_Label: TLabel
      Left = 20
      Top = 57
      Width = 48
      Height = 13
      Caption = #39038#23458#21517#31216
    end
    object ProductID_Label: TLabel
      Left = 20
      Top = 86
      Width = 48
      Height = 13
      Caption = #21830#21697#32534#21495
    end
    object ProductName_Label: TLabel
      Left = 20
      Top = 116
      Width = 48
      Height = 13
      Caption = #21830#21697#21517#31216
    end
    object Spec_Label: TLabel
      Left = 20
      Top = 145
      Width = 48
      Height = 13
      Caption = #21830#21697#35268#26684
    end
    object unit_Label: TLabel
      Left = 20
      Top = 174
      Width = 48
      Height = 13
      Caption = #35745#37327#21333#20301
    end
    object Quantity_Label: TLabel
      Left = 20
      Top = 204
      Width = 48
      Height = 13
      Caption = #21830#21697#25968#37327
    end
    object UnitPrice_Label: TLabel
      Left = 255
      Top = 27
      Width = 48
      Height = 13
      Caption = #21830#21697#21333#20215
    end
    object SellDate_Label: TLabel
      Left = 256
      Top = 59
      Width = 48
      Height = 13
      Caption = #38144#21806#26085#26399
    end
    object Discount_Label: TLabel
      Left = 264
      Top = 88
      Width = 24
      Height = 13
      Caption = #25240#25187
    end
    object SellRemark_GroupBox: TGroupBox
      Left = 256
      Top = 112
      Width = 193
      Height = 89
      Caption = #22791#27880#20449#24687
      TabOrder = 0
      object SellRemark_Edit: TEdit
        Left = 8
        Top = 16
        Width = 169
        Height = 65
        AutoSize = False
        TabOrder = 0
      end
    end
    object CustomerName_Edit: TEdit
      Left = 83
      Top = 53
      Width = 121
      Height = 21
      Cursor = crIBeam
      ReadOnly = True
      TabOrder = 1
    end
    object ProductName_Edit: TEdit
      Left = 83
      Top = 112
      Width = 121
      Height = 21
      Cursor = crIBeam
      ReadOnly = True
      TabOrder = 2
    end
    object Spec_Edit: TEdit
      Left = 83
      Top = 141
      Width = 121
      Height = 21
      Cursor = crIBeam
      ReadOnly = True
      TabOrder = 3
    end
    object unit_Edit: TEdit
      Left = 83
      Top = 170
      Width = 121
      Height = 21
      Cursor = crIBeam
      ReadOnly = True
      TabOrder = 4
    end
    object Quantity_Edit: TEdit
      Left = 83
      Top = 192
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 5
    end
    object UnitPrice_Edit: TEdit
      Left = 311
      Top = 22
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 6
    end
    object SellDate_Edit: TEdit
      Left = 311
      Top = 54
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 7
    end
    object AddSellOk_BitBtn: TBitBtn
      Left = 264
      Top = 208
      Width = 75
      Height = 25
      Cursor = crHandPoint
      Caption = #20445#23384
      TabOrder = 8
      OnClick = AddSellOk_BitBtnClick
      Kind = bkOK
    end
    object AddSellReturn_BitBtn: TBitBtn
      Left = 368
      Top = 208
      Width = 75
      Height = 25
      Cursor = crHandPoint
      Caption = #36820#22238
      TabOrder = 9
      OnClick = AddSellReturn_BitBtnClick
      Kind = bkClose
    end
    object Discount_Edit: TEdit
      Left = 312
      Top = 80
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 10
    end
    object CustomerID_ComboBox: TComboBox
      Left = 83
      Top = 24
      Width = 123
      Height = 21
      ItemHeight = 13
      TabOrder = 11
      OnChange = CustomerID_ComboBoxChange
    end
    object ProductID_ComboBox: TComboBox
      Left = 83
      Top = 82
      Width = 124
      Height = 21
      ItemHeight = 13
      TabOrder = 12
      OnChange = ProductID_ComboBoxChange
    end
  end
  object AddSell_Table: TTable
    Active = True
    DatabaseName = 'venditiondatabase'
    TableName = 'Sell'
    Left = 240
    Top = 8
  end
  object AddSell_Query: TQuery
    Active = True
    DatabaseName = 'venditiondatabase'
    SQL.Strings = (
      'select * from sell')
    Left = 248
    Top = 64
  end
end

⌨️ 快捷键说明

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