folderunit.dfm

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

DFM
92
字号
object FolderForm: TFolderForm
  Left = 353
  Top = 104
  Width = 349
  Height = 193
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'FolderForm'
  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 = 24
    Top = 16
    Width = 177
    Height = 13
    AutoSize = False
    Caption = #35831#36873#25321#35201#27979#35797#30340#25991#20214#22841#65306
    Transparent = True
  end
  object SpeedButton1: TSpeedButton
    Left = 280
    Top = 35
    Width = 33
    Height = 22
    Caption = '...'
    OnClick = SpeedButton1Click
  end
  object Label2: TLabel
    Left = 24
    Top = 67
    Width = 121
    Height = 13
    AutoSize = False
    Caption = #35831#36873#25321#25511#21046#26102#38388#65306
    Transparent = True
  end
  object Edit1: TEdit
    Left = 32
    Top = 35
    Width = 249
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
    Text = 'Edit1'
  end
  object BitBtn1: TBitBtn
    Left = 72
    Top = 120
    Width = 75
    Height = 25
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 192
    Top = 120
    Width = 75
    Height = 25
    TabOrder = 2
    Kind = bkCancel
  end
  object DTP: TDateTimePicker
    Left = 280
    Top = 83
    Width = 19
    Height = 21
    Date = 38474.638020648150000000
    Time = 38474.638020648150000000
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 3
    OnChange = DTPChange
  end
  object Edit2: TEdit
    Left = 32
    Top = 83
    Width = 249
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 4
    Text = 'Edit2'
  end
end

⌨️ 快捷键说明

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