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

📄 datafrm.dfm

📁 delphi制作的帮助学习软件
💻 DFM
字号:
object frm_Data: Tfrm_Data
  Left = 268
  Top = 201
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'frm_Data'
  ClientHeight = 168
  ClientWidth = 427
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  ShowHint = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Bevel1: TBevel
    Left = 18
    Top = 8
    Width = 393
    Height = 89
  end
  object lbl_Caption: TLabel
    Left = 30
    Top = 33
    Width = 77
    Height = 14
    Caption = 'lbl_Caption'
  end
  object SpeedButton1: TSpeedButton
    Left = 370
    Top = 30
    Width = 23
    Height = 22
    Hint = #36873#25321#36335#24452
    Caption = '...'
    OnClick = SpeedButton1Click
  end
  object edt_Path: TEdit
    Left = 112
    Top = 29
    Width = 257
    Height = 20
    Hint = #22791#20221#12289#24674#22797#25991#20214#36335#24452
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
  end
  object ProgressBar: TProgressBar
    Left = 18
    Top = 108
    Width = 393
    Height = 9
    TabOrder = 1
  end
  object btnOK: TButton
    Left = 243
    Top = 125
    Width = 75
    Height = 25
    Caption = #30830#23450'(&D)'
    TabOrder = 2
    OnClick = btnOKClick
  end
  object btnCancel: TButton
    Left = 337
    Top = 125
    Width = 75
    Height = 25
    Cancel = True
    Caption = #20851#38381'(&C)'
    TabOrder = 3
    OnClick = btnCancelClick
  end
  object Panel_Hide: TPanel
    Left = 20
    Top = 64
    Width = 383
    Height = 30
    BevelOuter = bvNone
    TabOrder = 4
    object Label2: TLabel
      Left = 12
      Top = 3
      Width = 77
      Height = 14
      Caption = #22791#20221#25991#20214#21517':'
    end
    object Edt_FileName: TEdit
      Left = 92
      Top = 0
      Width = 165
      Height = 20
      Hint = #25991#20214#21517
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 0
    end
  end
  object ADOBackUP: TADOBackUP
    BackUpFileName = 'Save.dat'
    ADOConnection = DMMain.ADOConnection1
    IsDevide = False
    Procession = ADOBackUPProcession
    Left = 112
    Top = 124
  end
  object OpenDialog: TOpenDialog
    Left = 160
    Top = 124
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    DrawMenuBar = False
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    UseDimColor = False
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = True
    Active = True
    Left = 64
    Top = 120
  end
  object ADOBackUP2: TADOBackUP
    BackUpFileName = 'Save.dat'
    ADOConnection = DMMain.ADOConnection2
    IsDevide = False
    Left = 24
    Top = 120
  end
end

⌨️ 快捷键说明

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