fmini.dfm

来自「代码变更管理工具。当对程序代码进行变更以后可以用改工具记录变更内容」· DFM 代码 · 共 57 行

DFM
57
字号
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 + =
减小字号Ctrl + -
显示快捷键?