dbsetup_unit.dfm

来自「学校班级教学管理系统 DELPHI7下的」· DFM 代码 · 共 59 行

DFM
59
字号
object frmDBSetup: TfrmDBSetup
  Left = 314
  Top = 273
  BorderStyle = bsDialog
  Caption = #25968#25454#24211#37197#32622
  ClientHeight = 102
  ClientWidth = 342
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #25968#25454#24211#36335#24452#65306
  end
  object btnFilePath: TBitBtn
    Left = 56
    Top = 69
    Width = 75
    Height = 25
    Caption = #27983#35272'(&T)'
    TabOrder = 0
    OnClick = btnFilePathClick
  end
  object btnOk: TBitBtn
    Left = 200
    Top = 69
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    TabOrder = 1
    OnClick = btnOkClick
  end
  object edtDBFilePath: TEdit
    Left = 8
    Top = 40
    Width = 329
    Height = 20
    ReadOnly = True
    TabOrder = 2
  end
  object OpenPath: TOpenDialog
    Filter = 'Access(*.mdb)|*.mdb'
    Left = 152
    Top = 64
  end
end

⌨️ 快捷键说明

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