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

📄 ps_stkbill.dfm

📁 DELPHI5加SQL SERVER2000完成的进销存系统,具体哪些内容记不清了,六七年前写的,希望还能有点贡献
💻 DFM
📖 第 1 页 / 共 2 页
字号:
    end
    object L_name1: TLabel
      Left = 429
      Top = 90
      Width = 65
      Height = 16
      Caption = #20154#21592#22995#21517#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnMouseUp = GroupBox1MouseUp
    end
    object L_shortname: TLabel
      Left = 149
      Top = 66
      Width = 65
      Height = 16
      Caption = #20844#21496#31616#31216#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnMouseUp = GroupBox1MouseUp
    end
    object L_billno: TLabel
      Left = 8
      Top = 40
      Width = 29
      Height = 16
      Caption = #21333#21495':'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnMouseUp = GroupBox1MouseUp
    end
    object L_deliveryaddr: TLabel
      Left = 288
      Top = 66
      Width = 65
      Height = 16
      Caption = #36865#36135#22320#22336#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnMouseUp = GroupBox1MouseUp
    end
    object L_title1: TLabel
      Left = 8
      Top = 12
      Width = 125
      Height = 20
      Caption = #36827#36135'/'#38144#36135#21333#20449#24687
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      OnMouseUp = GroupBox1MouseUp
    end
    object L_title2: TLabel
      Left = 8
      Top = 188
      Width = 86
      Height = 20
      Caption = #21333#20013#20869#23481#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object L_warehouseid: TLabel
      Left = 288
      Top = 115
      Width = 65
      Height = 16
      Caption = #20179#24211#32534#21495#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnMouseUp = GroupBox1MouseUp
    end
    object L_warehouseName: TLabel
      Left = 429
      Top = 114
      Width = 65
      Height = 16
      Caption = #20179#24211#21517#31216#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnMouseUp = GroupBox1MouseUp
    end
    object L_paidmoney: TLabel
      Left = 429
      Top = 139
      Width = 52
      Height = 16
      Caption = #24050#20914#27454#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnMouseUp = GroupBox1MouseUp
    end
    object L_cash: TLabel
      Left = 429
      Top = 163
      Width = 39
      Height = 16
      Caption = #29616#25910#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnMouseUp = GroupBox1MouseUp
    end
    object M_memo1: TDBMemo
      Left = 8
      Top = 104
      Width = 273
      Height = 75
      DataField = 'memo'
      DataSource = comdatabase.DS_stkbillmain
      ScrollBars = ssVertical
      TabOrder = 0
      OnMouseUp = GroupBox1MouseUp
    end
    object E_shortname1: TDBEdit
      Left = 208
      Top = 64
      Width = 73
      Height = 21
      DataField = 'name'
      DataSource = comdatabase.DS_comcustomer
      Enabled = False
      TabOrder = 1
      OnMouseUp = GroupBox1MouseUp
    end
    object CB_personid1: TDBLookupComboBox
      Left = 352
      Top = 88
      Width = 73
      Height = 21
      DataField = 'personid'
      DataSource = comdatabase.DS_stkbillmain
      KeyField = 'id'
      ListField = 'id'
      ListSource = comdatabase.DS_comperson
      TabOrder = 2
      OnCloseUp = CB_personid1CloseUp
      OnMouseUp = GroupBox1MouseUp
    end
    object E_name1: TDBEdit
      Left = 488
      Top = 88
      Width = 68
      Height = 21
      DataField = 'name'
      DataSource = comdatabase.DS_comperson
      Enabled = False
      TabOrder = 3
      OnMouseUp = GroupBox1MouseUp
    end
    object E_totalmoney1: TDBEdit
      Left = 352
      Top = 137
      Width = 73
      Height = 21
      DataField = 'totalmoney'
      DataSource = comdatabase.DS_stkbillmain
      Enabled = False
      ReadOnly = True
      TabOrder = 4
      OnMouseUp = GroupBox1MouseUp
    end
    object E_totaltax1: TDBEdit
      Left = 352
      Top = 161
      Width = 73
      Height = 21
      DataField = 'totaltax'
      DataSource = comdatabase.DS_stkbillmain
      Enabled = False
      ReadOnly = True
      TabOrder = 5
      OnMouseUp = GroupBox1MouseUp
    end
    object CB_deliveryaddr: TComboBox
      Left = 352
      Top = 64
      Width = 204
      Height = 21
      ItemHeight = 13
      TabOrder = 6
      Text = 'CB_deliveryaddr'
      OnChange = CB_deliveryaddrChange
    end
    object CB_targetid1: TDBLookupComboBox
      Left = 72
      Top = 64
      Width = 73
      Height = 21
      DataField = 'targetid'
      DataSource = comdatabase.DS_stkbillmain
      KeyField = 'id'
      ListField = 'id'
      ListSource = comdatabase.DS_comcustomer
      TabOrder = 7
      OnCloseUp = CB_targetid1CloseUp
    end
    object CB_billno: TComboBox
      Left = 72
      Top = 40
      Width = 209
      Height = 21
      ItemHeight = 13
      TabOrder = 8
      Text = 'CB_billno'
      OnChange = CB_billnoChange
    end
    object CB_warehouseid: TDBLookupComboBox
      Left = 352
      Top = 112
      Width = 73
      Height = 21
      DataField = 'warehouseid'
      DataSource = comdatabase.DS_stkbillmain
      KeyField = 'id'
      ListField = 'id'
      ListSource = comdatabase.DS_comwarehouse
      TabOrder = 9
      OnCloseUp = CB_warehouseidCloseUp
      OnMouseUp = GroupBox1MouseUp
    end
    object E_warehouseName: TDBEdit
      Left = 488
      Top = 112
      Width = 68
      Height = 21
      DataField = 'name'
      DataSource = comdatabase.DS_comwarehouse
      Enabled = False
      TabOrder = 10
      OnMouseUp = GroupBox1MouseUp
    end
    object E_paidmoney: TDBEdit
      Left = 488
      Top = 136
      Width = 68
      Height = 21
      DataField = 'paidmoney'
      DataSource = comdatabase.DS_stkbillmain
      TabOrder = 11
      OnMouseUp = GroupBox1MouseUp
    end
    object E_cash: TDBEdit
      Left = 488
      Top = 160
      Width = 68
      Height = 21
      DataField = 'cash'
      DataSource = comdatabase.DS_stkbillmain
      TabOrder = 12
      OnMouseUp = GroupBox1MouseUp
    end
  end
end

⌨️ 快捷键说明

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