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

📄 tjquerym.~dfm

📁 本文重点研究的是医院西药药房管理系统
💻 ~DFM
📖 第 1 页 / 共 2 页
字号:
object TjQuery: TTjQuery
  Left = 62
  Top = 104
  Width = 638
  Height = 383
  HorzScrollBar.Smooth = True
  VertScrollBar.Smooth = True
  Caption = '调价查询'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel4: TPanel
    Left = 0
    Top = 60
    Width = 630
    Height = 296
    Align = alClient
    BevelInner = bvLowered
    BorderStyle = bsSingle
    Caption = 'Panel3'
    TabOrder = 2
    object DBGrid2: TDBGrid
      Left = 2
      Top = 2
      Width = 622
      Height = 288
      Align = alClient
      DataSource = DataMzf2.TjSource
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      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
          Expanded = False
          FieldName = 'inid'
          Title.Caption = '验收序号'
          Width = 54
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'yp_name'
          Title.Caption = '品名'
          Width = 119
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'yp_spec'
          Title.Caption = '规格'
          Width = 62
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'yp_unit'
          Title.Caption = '单位'
          Width = 35
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'jcdate'
          Title.Caption = '调价时间'
          Width = 58
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'mark'
          Title.Caption = '说明'
          Width = 103
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'tq_price'
          Title.Caption = '原价格'
          Width = 59
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'jc_price'
          Title.Caption = '调整后价格'
          Width = 72
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'outamou'
          Title.Caption = '数量'
          Width = 64
          Visible = True
        end>
    end
  end
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 630
    Height = 60
    AutoSize = True
    Bands = <
      item
        Break = False
        Control = ToolBar1
        ImageIndex = -1
        MinHeight = 29
        Width = 626
      end
      item
        Control = ToolBar2
        ImageIndex = -1
        Width = 626
      end>
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 613
      Height = 29
      ButtonHeight = 24
      ButtonWidth = 24
      Caption = 'ToolBar1'
      Images = ImageList1
      TabOrder = 0
      object ToolButton1: TToolButton
        Left = 0
        Top = 2
        Caption = 'ToolButton1'
        ImageIndex = 0
        OnClick = ToolButton1Click
      end
      object Panel2: TPanel
        Left = 24
        Top = 2
        Width = 193
        Height = 24
        TabOrder = 0
        object Label4: TLabel
          Left = 1
          Top = 5
          Width = 26
          Height = 16
          Caption = '开始'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clRed
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label5: TLabel
          Left = 98
          Top = 5
          Width = 26
          Height = 16
          Caption = '结束'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clRed
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object DateTimePicker3: TDateTimePicker
          Left = 29
          Top = 3
          Width = 69
          Height = 18
          Hint = '截止日期'
          CalAlignment = dtaLeft
          Date = 36714.9999884259
          Time = 36714.9999884259
          DateFormat = dfShort
          DateMode = dmComboBox
          Enabled = False
          Kind = dtkDate
          ParseInput = False
          ParentShowHint = False
          ShowHint = True
          TabOrder = 0
        end
        object DateTimePicker1: TDateTimePicker
          Left = 75
          Top = 3
          Width = 22
          Height = 18
          Hint = '截止日期'
          CalAlignment = dtaLeft
          Date = 36714.9999884259
          Time = 36714.9999884259
          DateFormat = dfShort
          DateMode = dmComboBox
          Kind = dtkDate
          ParseInput = False
          ParentShowHint = False
          ShowHint = True
          TabOrder = 1
          OnChange = DateTimePicker1Change
        end
        object DateTimePicker4: TDateTimePicker
          Left = 123
          Top = 3
          Width = 67
          Height = 18
          CalAlignment = dtaLeft
          Date = 36714.9999884259
          Time = 36714.9999884259
          DateFormat = dfShort
          DateMode = dmComboBox
          Enabled = False
          Kind = dtkDate
          ParseInput = False
          TabOrder = 2
        end
        object DateTimePicker2: TDateTimePicker
          Left = 169
          Top = 3
          Width = 21
          Height = 18
          CalAlignment = dtaLeft
          Date = 36714.9999884259
          Time = 36714.9999884259
          DateFormat = dfShort
          DateMode = dmComboBox
          Kind = dtkDate
          ParseInput = False
          TabOrder = 3
          OnChange = DateTimePicker2Change
        end
      end
    end
    object ToolBar2: TToolBar
      Left = 9
      Top = 31
      Width = 613
      Height = 25
      Images = ImageList1
      TabOrder = 1
      object ToolButton2: TToolButton
        Left = 0
        Top = 2

⌨️ 快捷键说明

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