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

📄 fmini.dfm

📁 代码变更管理工具。当对程序代码进行变更以后可以用改工具记录变更内容
💻 DFM
字号:
object FmIni: TFmIni
  Left = 633
  Top = 338
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = #35831#36873#25321#20320#30340#21517#23383
  ClientHeight = 145
  ClientWidth = 331
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object lblDevName: TLabel
    Left = 73
    Top = 40
    Width = 48
    Height = 13
    Caption = #35831#36873#25321#65306
  end
  object cbbDevName: TComboBox
    Left = 129
    Top = 40
    Width = 129
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    OnChange = cbbDevNameChange
  end
  object btnCancel: TButton
    Left = 182
    Top = 96
    Width = 73
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 1
  end
  object btnOk: TButton
    Left = 77
    Top = 96
    Width = 73
    Height = 25
    Caption = #30830#23450
    Enabled = False
    ModalResult = 1
    TabOrder = 2
    OnClick = btnOkClick
  end
end

⌨️ 快捷键说明

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