os.dfm

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

DFM
57
字号
object osf: Tosf
  Left = 284
  Top = 188
  BorderStyle = bsSingle
  Caption = 'os'
  ClientHeight = 129
  ClientWidth = 236
  Color = clHighlightText
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 30
    Top = 0
    Width = 173
    Height = 16
    Caption = 'Donne閟 le  code de capteur'
  end
  object BitBtn1: TBitBtn
    Left = 20
    Top = 79
    Width = 99
    Height = 31
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
    NumGlyphs = 2
  end
  object BitBtn2: TBitBtn
    Left = 138
    Top = 79
    Width = 90
    Height = 31
    Cancel = True
    Caption = 'Annuler'
    ModalResult = 2
    TabOrder = 1
    NumGlyphs = 2
  end
  object Edit1: TEdit
    Left = 30
    Top = 30
    Width = 198
    Height = 24
    TabOrder = 2
    Text = 'Edit1'
  end
end

⌨️ 快捷键说明

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