db_backupdestination.dfm

来自「亚惠快餐管理信息系统 包括亚惠快餐管理的各项功能」· DFM 代码 · 共 65 行

DFM
65
字号
object DB_DfmBackupDestination: TDB_DfmBackupDestination
  Left = 260
  Top = 135
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #22791#20221#35774#22791
  ClientHeight = 64
  ClientWidth = 269
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 6
    Top = 10
    Width = 84
    Height = 12
    Caption = #36873#25321#22791#20221#35774#22791#65306
  end
  object DestinationComboBox: TComboBox
    Left = 94
    Top = 7
    Width = 168
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 1
  end
  object Button1: TButton
    Left = 26
    Top = 34
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 106
    Top = 34
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 187
    Top = 34
    Width = 75
    Height = 25
    Caption = #28155#21152#26032#35774#22791
    TabOrder = 3
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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