⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 backupunit.dfm

📁 一个用delphi 开发的商场销售系统 涵盖很多功能
💻 DFM
字号:
object BackUpForm: TBackUpForm
  Left = 277
  Top = 229
  Width = 494
  Height = 197
  Caption = 'BackUpForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 486
    Height = 121
    Align = alTop
    TabOrder = 0
    object Label3: TLabel
      Left = 9
      Top = 56
      Width = 114
      Height = 13
      Caption = #22797#21046#30340#30446#30340#36335#24452'(&P):'
      FocusControl = Edit_path
    end
    object Label4: TLabel
      Left = 8
      Top = 8
      Width = 154
      Height = 13
      Caption = #35831#36873#25321#27491#30830#30340#22791#20221#36335#24452#65306
    end
    object Edit_path: TEdit
      Left = 9
      Top = 72
      Width = 433
      Height = 21
      TabOrder = 0
      OnChange = Edit_pathChange
      OnClick = Edit_pathEnter
      OnEnter = Edit_pathEnter
    end
    object Select: TButton
      Left = 344
      Top = 32
      Width = 97
      Height = 25
      Caption = #27983#35272'[&B]...'
      TabOrder = 1
      OnClick = SelectClick
    end
  end
  object Panel_button: TPanel
    Left = 0
    Top = 121
    Width = 486
    Height = 49
    Align = alClient
    BevelOuter = bvNone
    ParentColor = True
    TabOrder = 1
    object Bevel_button: TBevel
      Left = 6
      Top = 1
      Width = 444
      Height = 2
    end
    object OKBtn: TButton
      Left = 112
      Top = 14
      Width = 75
      Height = 25
      Caption = #30830#23450'[&O]'
      TabOrder = 0
      OnClick = OKBtnClick
    end
    object CancelBtn: TButton
      Left = 216
      Top = 14
      Width = 75
      Height = 25
      Caption = #21462#28040'[&C]'
      TabOrder = 1
      OnClick = CancelBtnClick
    end
  end
end

⌨️ 快捷键说明

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