backupdb.dfm

来自「IT业进销存管理系统源代码Delphi」· DFM 代码 · 共 39 行

DFM
39
字号
object frm_Data: Tfrm_Data
  Left = 238
  Top = 168
  BorderStyle = bsDialog
  Caption = 'frm_Data'
  ClientHeight = 238
  ClientWidth = 455
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 29
    Top = 63
    Width = 403
    Height = 116
    Shape = bsFrame
  end
  object SpeedButton1: TSpeedButton
    Left = 360
    Top = 27
    Width = 24
    Height = 23
    Caption = '...'
    OnClick = SpeedButton1Click
  end
  object lbl_Caption: TLabel
    Left = 38
    Top = 31
    Width = 60
    Height = 13
    Caption = '称

⌨️ 快捷键说明

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