untmain.dfm

来自「销售软件」· DFM 代码 · 共 47 行

DFM
47
字号
inherited frmMain: TfrmMain
  Caption = 'frmMain'
  ClientHeight = 244
  OnCreate = FormCreate
  ExplicitWidth = 441
  ExplicitHeight = 276
  PixelsPerInch = 96
  TextHeight = 12
  inherited lblFunctionTitle: TLabel
    Width = 124
    Caption = #22791#20221'/'#36824#21407#25968#25454#24211#25991#20214
    ExplicitWidth = 124
  end
  inherited lblFunctionDesc: TLabel
    Caption = #35831#36873#25321#19968#20010#25805#20316#30340#27169#22359#65292#25353#30830#23450#32487#32493#12290
  end
  inherited Panel1: TPanel
    Top = 201
    inherited btnOK: TRzBitBtn
      OnClick = btnOKClick
    end
    inherited btnCancel: TRzBitBtn
      OnClick = btnCancelClick
    end
  end
  object rbImportDBFiles: TRzRadioButton
    Left = 16
    Top = 80
    Width = 273
    Height = 17
    Caption = #36824#21407#25968#25454#24211#25991#20214'(&I)'
    Checked = True
    HotTrack = True
    TabOrder = 1
    TabStop = True
  end
  object rbExportDBFiles: TRzRadioButton
    Left = 16
    Top = 103
    Width = 273
    Height = 17
    Caption = #22791#20221#25968#25454#24211#25991#20214'(&E)'
    HotTrack = True
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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