moajou.dfm

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

DFM
105
字号
object mjf: Tmjf
  Left = 299
  Top = 180
  BorderStyle = bsDialog
  Caption = 'moajou'
  ClientHeight = 209
  ClientWidth = 272
  Color = clHighlightText
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 32
    Width = 67
    Height = 13
    Caption = 'Code capteur '
  end
  object Label2: TLabel
    Left = 40
    Top = 72
    Width = 47
    Height = 13
    Caption = 'Position X'
  end
  object Label3: TLabel
    Left = 40
    Top = 104
    Width = 41
    Height = 13
    Caption = 'Psition Y'
  end
  object Label4: TLabel
    Left = 40
    Top = 136
    Width = 36
    Height = 13
    Caption = 'Energie'
  end
  object DBEdit1: TDBEdit
    Left = 128
    Top = 32
    Width = 121
    Height = 21
    DataField = 'Codecapt'
    DataSource = menuf.dscapteur
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 128
    Top = 64
    Width = 121
    Height = 21
    DataField = 'Posxca'
    DataSource = menuf.dscapteur
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 128
    Top = 96
    Width = 121
    Height = 21
    DataField = 'Posyca'
    DataSource = menuf.dscapteur
    TabOrder = 2
  end
  object DBEdit4: TDBEdit
    Left = 128
    Top = 128
    Width = 121
    Height = 21
    DataField = 'Energie'
    DataSource = menuf.dscapteur
    TabOrder = 3
  end
  object BitBtn1: TBitBtn
    Left = 40
    Top = 184
    Width = 83
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 4
    NumGlyphs = 2
  end
  object BitBtn2: TBitBtn
    Left = 128
    Top = 184
    Width = 83
    Height = 25
    Cancel = True
    Caption = 'Annuler'
    ModalResult = 2
    TabOrder = 5
    NumGlyphs = 2
  end
end

⌨️ 快捷键说明

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