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

📄 upayment.dfm

📁 专项拨款逐级下发系统的主要功能:对专项拨款申请系统审批通过的专项拨款进行资金下发和签收
💻 DFM
字号:
object fm_payment: Tfm_payment
  Left = 346
  Top = 137
  BorderStyle = bsSingle
  ClientHeight = 473
  ClientWidth = 687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 7
    Top = 6
    Width = 666
    Height = 105
    TabOrder = 0
    object Label1: TLabel
      Left = 10
      Top = 15
      Width = 70
      Height = 22
      AutoSize = False
      Caption = #19978#32423#25991#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 10
      Top = 73
      Width = 83
      Height = 22
      AutoSize = False
      Caption = #25320#20986#21333#20301
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 331
      Top = 74
      Width = 83
      Height = 22
      AutoSize = False
      Caption = #25320#20837#21333#20301
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 331
      Top = 17
      Width = 83
      Height = 22
      AutoSize = False
      Caption = #25320#27454#26102#38388
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 11
      Top = 44
      Width = 83
      Height = 22
      AutoSize = False
      Caption = #26412#27425#25991#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object ed_bumf: TEdit
      Left = 83
      Top = 13
      Width = 232
      Height = 21
      Color = clSkyBlue
      ReadOnly = True
      TabOrder = 0
    end
    object dp_opentime: TDateTimePicker
      Left = 414
      Top = 14
      Width = 233
      Height = 24
      Date = 39499.695319907410000000
      Time = 39499.695319907410000000
      TabOrder = 1
    end
    object Ed_outunit: TEdit
      Left = 83
      Top = 71
      Width = 182
      Height = 21
      TabOrder = 2
    end
    object Ed_Inunit: TEdit
      Left = 414
      Top = 71
      Width = 182
      Height = 21
      TabOrder = 3
    end
    object Button1: TButton
      Left = 273
      Top = 68
      Width = 38
      Height = 24
      Caption = #36873#25321
      TabOrder = 4
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 605
      Top = 68
      Width = 38
      Height = 24
      Caption = #36873#25321
      TabOrder = 5
      OnClick = Button2Click
    end
    object Edit1: TEdit
      Left = 83
      Top = 41
      Width = 232
      Height = 21
      TabOrder = 6
    end
  end
  object sg: TStringGrid
    Left = 8
    Top = 120
    Width = 665
    Height = 281
    ColCount = 7
    FixedCols = 0
    RowCount = 11
    FixedRows = 6
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
    TabOrder = 1
    OnClick = sgClick
    OnDrawCell = sgDrawCell
    OnKeyPress = sgKeyPress
    OnSelectCell = sgSelectCell
    ColWidths = (
      64
      64
      64
      64
      64
      64
      64)
  end
  object cb_item: TComboBox
    Left = 10
    Top = 272
    Width = 143
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 2
    OnChange = cb_itemChange
    OnExit = cb_itemExit
  end
  object Button3: TButton
    Left = 121
    Top = 422
    Width = 94
    Height = 39
    Caption = #30830#23450
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 473
    Top = 420
    Width = 94
    Height = 39
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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