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

📄 ps_stkplus.dfm

📁 DELPHI5加SQL SERVER2000完成的进销存系统,具体哪些内容记不清了,六七年前写的,希望还能有点贡献
💻 DFM
字号:
object F_stkPlus: TF_stkPlus
  Left = 219
  Top = 151
  Width = 230
  Height = 152
  Caption = 'F_stkPlus'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object L_warehouseid: TLabel
    Left = 8
    Top = 8
    Width = 65
    Height = 16
    Caption = '仓库编号:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object L_cash: TLabel
    Left = 8
    Top = 40
    Width = 65
    Height = 16
    Caption = '现收金额:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object E_cash: TEdit
    Left = 80
    Top = 40
    Width = 113
    Height = 21
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 24
    Top = 88
    Width = 75
    Height = 25
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 120
    Top = 88
    Width = 75
    Height = 25
    TabOrder = 2
    Kind = bkCancel
  end
  object CB_warehouseid: TComboBox
    Left = 80
    Top = 8
    Width = 113
    Height = 21
    ItemHeight = 13
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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