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

📄 backup.dfm

📁 这是用Delphi编写的车辆管理系统。主要功能有档案管理
💻 DFM
字号:
object dateBack: TdateBack
  Left = 188
  Top = 147
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #25968#25454#22791#20221
  ClientHeight = 315
  ClientWidth = 255
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label14: TLabel
    Left = 0
    Top = 0
    Width = 255
    Height = 37
    Align = alTop
    Alignment = taCenter
    Caption = #25968#25454#22791#20221
    Font.Charset = GB2312_CHARSET
    Font.Color = clInfoText
    Font.Height = -37
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 16
    Top = 56
    Width = 225
    Height = 65
    AutoSize = False
    Caption = 'Label1'
    WordWrap = True
  end
  object Label2: TLabel
    Left = 8
    Top = 40
    Width = 60
    Height = 13
    Caption = #30446#26631#20301#32622#65306
  end
  object Gauge1: TGauge
    Left = 8
    Top = 112
    Width = 241
    Height = 17
    Color = clMoneyGreen
    ParentColor = False
    Progress = 0
    Visible = False
  end
  object Panel1: TPanel
    Left = 34
    Top = 131
    Width = 79
    Height = 30
    BevelOuter = bvSpace
    Caption = #24320#22987#22791#20221
    Color = clMoneyGreen
    TabOrder = 0
    OnClick = Panel1Click
    OnMouseDown = Panel2MouseDown
    OnMouseUp = Panel2MouseUp
  end
  object Panel2: TPanel
    Left = 146
    Top = 131
    Width = 79
    Height = 30
    BevelOuter = bvSpace
    Caption = #36873#25321#30446#24405
    Color = clMoneyGreen
    TabOrder = 1
    OnClick = Panel2Click
    OnMouseDown = Panel2MouseDown
    OnMouseUp = Panel2MouseUp
  end
  object ShellTreeView1: TShellTreeView
    Left = 8
    Top = 184
    Width = 241
    Height = 121
    ObjectTypes = [otFolders]
    Root = 'rfMyComputer'
    UseShellImages = True
    AutoRefresh = True
    HideSelection = False
    Indent = 19
    ParentColor = False
    RightClickSelect = True
    ShowRoot = False
    TabOrder = 2
    OnChange = ShellTreeView1Change
  end
end

⌨️ 快捷键说明

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