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

📄 zcfzrjzc.dfm

📁 本程序功能是将银行系统的月计表转换为所需要的资产负债表
💻 DFM
字号:
object ZCFZRJZCFrm: TZCFZRJZCFrm
  Left = 650
  Top = 250
  BorderStyle = bsDialog
  Caption = #36719#20214#27880#20876
  ClientHeight = 179
  ClientWidth = 276
  Color = clBtnFace
  Constraints.MinWidth = 150
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  Scaled = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 276
    Height = 121
    Align = alCustom
    Caption = #36719#20214#27880#20876
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 33
      Width = 96
      Height = 16
      Caption = #26412#26426#23433#35013#30721#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 24
      Top = 72
      Width = 96
      Height = 16
      Caption = #36719#20214#27880#20876#30721#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object RzMaskEdit1: TRzMaskEdit
      Left = 112
      Top = 26
      Width = 121
      Height = 24
      MaxLength = 14
      TabOrder = 0
    end
    object RzMaskEdit2: TRzMaskEdit
      Left = 112
      Top = 66
      Width = 121
      Height = 24
      MaxLength = 14
      TabOrder = 1
    end
  end
  object btnOk: TButton
    Left = 89
    Top = 136
    Width = 75
    Height = 25
    Caption = #27880#12288#20876
    ModalResult = 1
    TabOrder = 1
  end
  object btnCancek: TButton
    Left = 177
    Top = 136
    Width = 75
    Height = 25
    Caption = #21462#12288#28040
    ModalResult = 2
    TabOrder = 2
  end
  object suiMessageDialog1: TsuiMessageDialog
    Position = poScreenCenter
    Caption = 'suiDialog'
    UIStyle = WinXP
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    CaptionFont.Charset = GB2312_CHARSET
    CaptionFont.Color = clWhite
    CaptionFont.Height = -16
    CaptionFont.Name = #23435#20307
    CaptionFont.Style = [fsBold]
    ButtonCursor = crHandPoint
    ButtonCount = 1
    Button1Caption = 'OK'
    Button2Caption = 'Cancel'
    Button3Caption = 'Cancel'
    Button1ModalResult = 1
    Button2ModalResult = 2
    Button3ModalResult = 2
    IconType = suiNone
    Text = 'Hello world!'
    Left = 24
    Top = 250
  end
end

⌨️ 快捷键说明

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