singletransferunit.dfm

来自「软件可自动完成SQL Server数据库和文档的数据定时自动备份」· DFM 代码 · 共 94 行

DFM
94
字号
object SingleTransferForm: TSingleTransferForm
  Left = 381
  Top = 193
  Width = 331
  Height = 181
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'SingleTransferForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 13
    Width = 169
    Height = 13
    AutoSize = False
    Caption = #35831#36873#25321#35201#27979#35797#30340#25991#20214#65306
    Transparent = True
  end
  object SpeedButton1: TSpeedButton
    Left = 256
    Top = 29
    Width = 33
    Height = 21
    Caption = '...'
    OnClick = SpeedButton1Click
  end
  object Label2: TLabel
    Left = 40
    Top = 61
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #30446#30340#20301#32622#65306
    Transparent = True
  end
  object SpeedButton2: TSpeedButton
    Left = 256
    Top = 77
    Width = 33
    Height = 21
    Caption = '...'
    OnClick = SpeedButton2Click
  end
  object Edit1: TEdit
    Left = 40
    Top = 29
    Width = 217
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 40
    Top = 77
    Width = 217
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
    Text = 'Edit2'
  end
  object BitBtn1: TBitBtn
    Left = 72
    Top = 114
    Width = 75
    Height = 25
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 184
    Top = 114
    Width = 75
    Height = 25
    TabOrder = 3
    Kind = bkCancel
  end
  object OpenDialog: TOpenDialog
    Filter = #25152#26377#25991#20214'(*.*)|*.*'
    Left = 16
    Top = 48
  end
end

⌨️ 快捷键说明

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