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

📄 baseinfo_m.dfm

📁 用delphi编写的数据库管理软件
💻 DFM
字号:
inherited frmBaseInfo_M: TfrmBaseInfo_M
  Left = 297
  Top = 208
  ActiveControl = DBEDITcode
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #21333#34920#32534#36753#22522#31867
  ClientHeight = 289
  ClientWidth = 444
  KeyPreview = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 233
    Width = 444
    Height = 56
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 0
    object Bevel1: TBevel
      Left = 14
      Top = 5
      Width = 414
      Height = 2
    end
    object btnExit: TButton
      Left = 353
      Top = 16
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 2
      OnClick = btnExitClick
    end
    object btnSave: TButton
      Left = 276
      Top = 16
      Width = 75
      Height = 25
      Caption = #20445#23384
      TabOrder = 0
      OnClick = btnSaveClick
    end
    object btnsaveadd: TButton
      Left = 16
      Top = 16
      Width = 75
      Height = 25
      Caption = #20445#23384'/'#26032#22686
      TabOrder = 1
      OnClick = btnsaveaddClick
    end
  end
  object pnedit: TPanel
    Left = 0
    Top = 0
    Width = 444
    Height = 233
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 49
      Height = 13
      Caption = 'fcode--'
      Font.Charset = ANSI_CHARSET
      Font.Color = clMaroon
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 24
      Top = 50
      Width = 49
      Height = 13
      Caption = 'fname--'
      Font.Charset = ANSI_CHARSET
      Font.Color = clMaroon
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object DBEDITcode: TwwDBEdit
      Left = 88
      Top = 22
      Width = 128
      Height = 21
      Hint = 'fcode'
      CharCase = ecUpperCase
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlack
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
    end
    object wwDBEdit1: TwwDBEdit
      Left = 88
      Top = 54
      Width = 177
      Height = 21
      Hint = 'fname'
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlack
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
    end
  end
end

⌨️ 快捷键说明

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