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

📄 moajou.dfm

📁 Captor network, a small program for captor network with delphi
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -