dataconfig.dfm

来自「服务信息管理系统」· DFM 代码 · 共 65 行

DFM
65
字号
object frmdbconfig: Tfrmdbconfig
  Left = 302
  Top = 240
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #25968#25454#24211#29615#22659#35774#32622
  ClientHeight = 110
  ClientWidth = 346
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 13
    Width = 72
    Height = 12
    Caption = #25968#25454#24211#25991#20214#65306
  end
  object Edit1: TEdit
    Left = 7
    Top = 30
    Width = 306
    Height = 20
    TabOrder = 0
  end
  object Button1: TButton
    Left = 317
    Top = 30
    Width = 26
    Height = 22
    Caption = '...'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 72
    Top = 78
    Width = 75
    Height = 25
    Caption = #21019#24314
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 198
    Top = 78
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button3Click
  end
  object OpenDialog: TOpenDialog
    Filter = 'Microsoft Access '#25968#25454#24211'(*.mdb)|*.mdb'
    Left = 296
    Top = 64
  end
end

⌨️ 快捷键说明

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