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

📄 sy_kc.dfm

📁 省级集邮品管理ERP
💻 DFM
字号:
object FrmY_KC: TFrmY_KC
  Left = 126
  Top = 120
  BorderStyle = bsDialog
  Caption = '库存情况'
  ClientHeight = 182
  ClientWidth = 353
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label4: TLabel
    Left = 28
    Top = 18
    Width = 60
    Height = 12
    Caption = '票品名称:'
  end
  object L_JJMZ: TLabel
    Left = 28
    Top = 49
    Width = 60
    Height = 12
    Caption = '进价(分):'
  end
  object Label3: TLabel
    Left = 28
    Top = 112
    Width = 60
    Height = 12
    Caption = '已分套数:'
  end
  object Label5: TLabel
    Left = 28
    Top = 81
    Width = 60
    Height = 12
    Caption = '库存套数:'
  end
  object Label6: TLabel
    Left = 28
    Top = 146
    Width = 60
    Height = 12
    Caption = '剩余套数:'
  end
  object L_WM1: TLabel
    Left = 193
    Top = 78
    Width = 12
    Height = 12
    Caption = '枚'
    Transparent = True
  end
  object L_WM2: TLabel
    Left = 193
    Top = 112
    Width = 12
    Height = 12
    Caption = '枚'
    Transparent = True
  end
  object L_WM3: TLabel
    Left = 193
    Top = 147
    Width = 12
    Height = 12
    Caption = '枚'
    Transparent = True
  end
  object BBt_Quit: TBitBtn
    Left = 261
    Top = 140
    Width = 79
    Height = 23
    Cancel = True
    Caption = '确定(&Y)'
    Default = True
    ModalResult = 1
    TabOrder = 0
    NumGlyphs = 2
  end
  object E_PPMC: TEdit
    Left = 89
    Top = 15
    Width = 251
    Height = 20
    Color = clSilver
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 1
  end
  object E_JJ: TEdit
    Left = 90
    Top = 44
    Width = 99
    Height = 20
    Color = clSilver
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 2
    OnEnter = E_SYTSEnter
  end
  object E_KCTS: TCurrencyEdit
    Left = 90
    Top = 75
    Width = 99
    Height = 20
    AutoSize = False
    Color = clSilver
    DecimalPlaces = 4
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 3
    ZeroEmpty = False
    OnEnter = E_SYTSEnter
  end
  object E_FPTS: TCurrencyEdit
    Left = 90
    Top = 107
    Width = 99
    Height = 20
    AutoSize = False
    Color = clSilver
    DecimalPlaces = 4
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 4
    ZeroEmpty = False
    OnEnter = E_SYTSEnter
  end
  object E_SYTS: TCurrencyEdit
    Left = 90
    Top = 141
    Width = 99
    Height = 20
    AutoSize = False
    Color = clSilver
    DecimalPlaces = 4
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 5
    ZeroEmpty = False
    OnEnter = E_SYTSEnter
  end
  object Qry_Static: TQuery
    CachedUpdates = True
    DatabaseName = 'yzpp'
    Filtered = True
    SQL.Strings = (
      'select  * from TYS_GRPCKJHDB')
    Left = 430
    Top = 154
  end
end

⌨️ 快捷键说明

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