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

📄 mfvalim.~dfm

📁 本文重点研究的是医院西药药房管理系统
💻 ~DFM
📖 第 1 页 / 共 2 页
字号:
object MfVali: TMfVali
  Left = 15
  Top = 51
  Width = 622
  Height = 393
  HorzScrollBar.Smooth = True
  VertScrollBar.Smooth = True
  Caption = '麻方确认'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 105
    Width = 614
    Height = 261
    Align = alClient
    BevelInner = bvLowered
    BorderStyle = bsSingle
    Caption = 'Panel1'
    TabOrder = 0
    object DBGrid3: TDBGrid
      Left = 2
      Top = 2
      Width = 606
      Height = 79
      Align = alTop
      DataSource = DataMzf2.XyMzXmValiSource1
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'xm_name'
          Title.Caption = '收费项目'
          Width = 122
          Visible = True
        end
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'hz_name'
          Title.Caption = '患者名'
          Width = 95
          Visible = True
        end
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'sk_man'
          Title.Caption = '收款人'
          Width = 87
          Visible = True
        end
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'hj_date'
          Title.Caption = '收款时间'
          Width = 105
          Visible = True
        end
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'ys_money'
          Title.Caption = '应收额'
          Width = 74
          Visible = True
        end>
    end
    object DBGrid1: TDBGrid
      Left = 2
      Top = 81
      Width = 606
      Height = 174
      Align = alClient
      Color = clBtnHighlight
      DataSource = DataMzf2.XyMzValiSource1
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 1
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'yp_name'
          Title.Caption = '药品名称'
          Width = 135
          Visible = True
        end
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'yp_spec'
          Title.Caption = '规格'
          Width = 85
          Visible = True
        end
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'yp_unit'
          Title.Caption = '单位'
          Width = 31
          Visible = True
        end
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'yp_batch'
          Title.Caption = '批号'
          Width = 53
          Visible = True
        end
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'sc_fact'
          Title.Caption = '生产厂'
          Width = 95
          Visible = True
        end
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'ls_price'
          Title.Caption = '零售单价'
          Width = 71
          Visible = True
        end
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'yp_amou'
          Title.Caption = '购买数量'
          Width = 56
          Visible = True
        end>
    end
  end
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 614
    Height = 33
    AutoSize = True
    Bands = <
      item
        Control = ToolBar1
        ImageIndex = -1
        MinHeight = 29
        Width = 610
      end>
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 597
      Height = 29
      ButtonHeight = 24
      ButtonWidth = 24
      Caption = 'ToolBar1'
      Images = ImageList1
      TabOrder = 0
      object ToolButton1: TToolButton
        Left = 0
        Top = 2
        Hint = '复核用户登录'
        Caption = 'ToolButton1'
        ImageIndex = 0
        ParentShowHint = False
        ShowHint = True
        OnClick = ToolButton1Click
      end
      object Panel2: TPanel
        Left = 24
        Top = 2
        Width = 145
        Height = 24
        TabOrder = 0
        object Label4: TLabel
          Left = 1
          Top = 3
          Width = 64
          Height = 16
          AutoSize = False
          Caption = '复核用户'

⌨️ 快捷键说明

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