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

📄 hint.dfm

📁 一个门诊系统程序代码一个门诊系统程序代码一个门诊系统程序代码一个门诊系统程序代码一个门诊系统程序代码
💻 DFM
字号:
inherited fhint: Tfhint
  Left = 280
  Top = 104
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #33647#21697#36807#26399#25552#31034
  ClientHeight = 245
  ClientWidth = 510
  FormStyle = fsStayOnTop
  OldCreateOrder = True
  PopupMenu = PopupMenu1
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object dxDBGrid1: TdxDBGrid
    Left = 0
    Top = 0
    Width = 510
    Height = 245
    Bands = <
      item
      end>
    DefaultLayout = True
    HeaderPanelRowCount = 1
    KeyField = 'fcode'
    SummaryGroups = <>
    SummarySeparator = ', '
    Align = alClient
    TabOrder = 0
    DataSource = DataSource
    Filter.Criteria = {00000000}
    OptionsDB = [edgoCancelOnExit, edgoCanDelete, edgoCanInsert, edgoCanNavigation, edgoConfirmDelete, edgoLoadAllRecords, edgoUseBookmarks]
    OptionsView = [edgoBandHeaderWidth, edgoRowSelect, edgoUseBitmap]
    object dxDBGrid1fcode: TdxDBGridColumn
      Caption = #21333#21495
      Width = 94
      BandIndex = 0
      RowIndex = 0
      FieldName = 'fcode'
    end
    object dxDBGrid1Ma_pcode: TdxDBGridColumn
      Caption = #33647#21697#32534#21495
      Width = 59
      BandIndex = 0
      RowIndex = 0
      FieldName = 'Ma_pcode'
    end
    object dxDBGrid1Ma_pname: TdxDBGridColumn
      Caption = #33647#21697#21517#31216
      Width = 133
      BandIndex = 0
      RowIndex = 0
      FieldName = 'Ma_pname'
    end
    object dxDBGrid1Ma_yield: TdxDBGridDateColumn
      Caption = #29983#20135#26085#26399
      Width = 58
      BandIndex = 0
      RowIndex = 0
      FieldName = 'Ma_yield'
    end
    object dxDBGrid1Ma_enddate: TdxDBGridDateColumn
      Caption = #26377#25928#26399#33267
      Width = 61
      BandIndex = 0
      RowIndex = 0
      FieldName = 'Ma_enddate'
    end
    object dxDBGrid1Ma_ph: TdxDBGridColumn
      Caption = #25209#21495
      Width = 77
      BandIndex = 0
      RowIndex = 0
      FieldName = 'Ma_ph'
    end
    object dxDBGrid1Ma_factory: TdxDBGridColumn
      Caption = #29983#20135#21830
      Width = 173
      BandIndex = 0
      RowIndex = 0
      FieldName = 'Ma_factory'
    end
  end
  object GroupBox1: TGroupBox
    Left = 168
    Top = 80
    Width = 177
    Height = 105
    Caption = ' '#25552#31034#35774#32622' '
    TabOrder = 1
    Visible = False
    object Label1: TLabel
      Left = 24
      Top = 32
      Width = 24
      Height = 13
      Caption = #25552#21069
    end
    object Label2: TLabel
      Left = 118
      Top = 32
      Width = 36
      Height = 13
      Caption = #26376#25552#31034
    end
    object Label3: TLabel
      Left = 39
      Top = 53
      Width = 96
      Height = 13
      Caption = #26368#23569#25552#21069'30'#22825#25552#37266
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Button1: TButton
      Left = 24
      Top = 72
      Width = 59
      Height = 25
      Caption = #30830' '#23450
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 96
      Top = 72
      Width = 59
      Height = 25
      Caption = #36820' '#22238
      TabOrder = 1
      OnClick = Button2Click
    end
    object DBEdit1: TDBEdit
      Left = 56
      Top = 28
      Width = 59
      Height = 20
      DataField = 'count'
      DataSource = fpubdata.dscount
      TabOrder = 2
    end
  end
  object DataSource: TDataSource
    DataSet = fpubdata.ADOhint
    Left = 48
    Top = 104
  end
  object PopupMenu1: TPopupMenu
    Left = 104
    Top = 112
    object N1: TMenuItem
      Caption = #25552#31034#35774#32622
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #26597#25214#36807#26399#33647#21697
      OnClick = N2Click
    end
  end
end

⌨️ 快捷键说明

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