udataprot.dfm

来自「DELPHI编程入门篇.从基础入手,浅显易懂,一定物有所值.」· DFM 代码 · 共 125 行

DFM
125
字号
object frmdataprot: Tfrmdataprot
  Left = 432
  Top = 322
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = #25968#25454#32500#25252
  ClientHeight = 167
  ClientWidth = 403
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 6
    Top = 10
    Width = 391
    Height = 73
    Caption = #25968#25454#22791#20221
    Color = clBtnFace
    ParentColor = False
    TabOrder = 0
    object Label2: TLabel
      Left = 6
      Top = 31
      Width = 112
      Height = 13
      Caption = #22791#20221#21040#19979#21015#25991#20214#65306
    end
    object BitBtn2: TBitBtn
      Left = 308
      Top = 38
      Width = 75
      Height = 25
      Caption = #24320#22987#22791#20221
      TabOrder = 0
      OnClick = BitBtn2Click
    end
    object BitBtn1: TBitBtn
      Left = 308
      Top = 13
      Width = 75
      Height = 25
      Caption = #36873#25321#36335#24452
      TabOrder = 1
      OnClick = BitBtn1Click
    end
    object Edit1: TEdit
      Left = 110
      Top = 27
      Width = 183
      Height = 21
      Color = clBtnFace
      ReadOnly = True
      TabOrder = 2
    end
  end
  object GroupBox2: TGroupBox
    Left = 6
    Top = 86
    Width = 391
    Height = 73
    Caption = #25968#25454#24674#22797
    Color = clBtnFace
    ParentColor = False
    TabOrder = 1
    object Label1: TLabel
      Left = 6
      Top = 31
      Width = 112
      Height = 13
      Caption = #20174#19979#21015#25991#20214#24674#22797#65306
    end
    object BitBtn3: TBitBtn
      Left = 308
      Top = 13
      Width = 75
      Height = 25
      Caption = #36873#25321#25991#20214
      TabOrder = 0
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 308
      Top = 38
      Width = 75
      Height = 25
      Caption = #24320#22987#24674#22797
      TabOrder = 1
      OnClick = BitBtn4Click
    end
    object Edit2: TEdit
      Left = 110
      Top = 27
      Width = 183
      Height = 21
      Color = clBtnFace
      ReadOnly = True
      TabOrder = 2
    end
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = '.mdb'
    Filter = 'file(*.mdb)|*.mdb|all files|*.*'
    InitialDir = 'backup'
    Title = #22791#20221#20026
    Left = 164
    Top = 80
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = '.mdb'
    Filter = 'file(*.mdb)|*.mdb|all files|*.*'
    InitialDir = 'backup'
    Title = #36873#25321#25991#20214
    Left = 192
    Top = 80
  end
end

⌨️ 快捷键说明

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