inputfrm.dfm

来自「房屋中介管理系统.支持多用户有不同的权限 采用MDI界面 由于没有打包」· DFM 代码 · 共 52 行

DFM
52
字号
object inputform: Tinputform
  Left = 274
  Top = 135
  Width = 232
  Height = 203
  Caption = '文件导入'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 160
    Width = 36
    Height = 12
    Caption = 'Label1'
  end
  object RadioGroup1: TRadioGroup
    Left = 18
    Top = 16
    Width = 185
    Height = 105
    Caption = '导入为:'
    ItemIndex = 3
    Items.Strings = (
      '全部数据'
      '详细数据'
      '非详细数据'
      '共享数据')
    TabOrder = 0
  end
  object Button1: TButton
    Left = 64
    Top = 136
    Width = 75
    Height = 25
    Caption = '确  定'
    TabOrder = 1
    OnClick = Button1Click
  end
  object OpenDialog1: TOpenDialog
    Filter = '文本文件(*.txt)|*.txt'
    Left = 120
    Top = 32
  end
end

⌨️ 快捷键说明

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