unitbackup.dfm

来自「这是一个很好的超市管理系统」· DFM 代码 · 共 82 行

DFM
82
字号
object Frmbackup: TFrmbackup
  Left = 193
  Top = 107
  Width = 418
  Height = 229
  Caption = 'Frmbackup'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 409
    Height = 137
    Caption = 'Panel1'
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 64
      Width = 108
      Height = 13
      Caption = #22797#21046#30340#30446#26631#36335#24452#65306#12288
    end
    object Label2: TLabel
      Left = 24
      Top = 8
      Width = 144
      Height = 13
      Caption = #35831#36873#25321#27491#30830#30340#22791#20221#36335#24452'    '#12288
    end
    object Edit1: TEdit
      Left = 24
      Top = 88
      Width = 361
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object Button1: TButton
      Left = 280
      Top = 40
      Width = 89
      Height = 33
      Caption = #27983#35272'(&U)'
      TabOrder = 1
      OnClick = Button1Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 137
    Width = 409
    Height = 64
    Caption = 'Panel2'
    TabOrder = 1
    object Button2: TButton
      Left = 88
      Top = 16
      Width = 89
      Height = 33
      Caption = #30830#23450'(&O)'
      TabOrder = 0
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 232
      Top = 16
      Width = 89
      Height = 33
      Caption = #21462#28040'(&C)'
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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