os.~dfm

来自「Captor network, a small program for capt」· ~DFM 代码 · 共 56 行

~DFM
56
字号
object osf: Tosf
  Left = 284
  Top = 188
  BorderStyle = bsSingle
  Caption = 'os'
  ClientHeight = 105
  ClientWidth = 192
  Color = clHighlightText
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 0
    Width = 138
    Height = 13
    Caption = 'Donne閟 le  code de capteur'
  end
  object BitBtn1: TBitBtn
    Left = 16
    Top = 64
    Width = 81
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
    NumGlyphs = 2
  end
  object BitBtn2: TBitBtn
    Left = 112
    Top = 64
    Width = 73
    Height = 25
    Cancel = True
    Caption = 'Annuler'
    ModalResult = 2
    TabOrder = 1
    NumGlyphs = 2
  end
  object Edit1: TEdit
    Left = 24
    Top = 24
    Width = 161
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
  end
end

⌨️ 快捷键说明

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