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

📄 dxbarnameed.dfm

📁 胜天进销存源码,国产优秀的进销存
💻 DFM
字号:
object dxBarNameEd: TdxBarNameEd
  Left = 199
  Top = 196
  BorderIcons = []
  BorderStyle = bsDialog
  ClientHeight = 87
  ClientWidth = 266
  Color = clBtnFace
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object LName: TLabel
    Left = 8
    Top = 8
    Width = 68
    Height = 13
    Caption = '&Toolbar name:'
  end
  object EName: TEdit
    Left = 8
    Top = 27
    Width = 251
    Height = 21
    TabOrder = 0
    OnChange = ENameChange
  end
  object BOK: TButton
    Left = 106
    Top = 58
    Width = 73
    Height = 23
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object BCancel: TButton
    Left = 186
    Top = 58
    Width = 73
    Height = 23
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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