unit1.dfm

来自「ZK Tester for uploading」· DFM 代码 · 共 94 行

DFM
94
字号
object Form1: TForm1
  Left = 181
  Top = 166
  Width = 661
  Height = 425
  Caption = 'Programa para testar equipamentos da ControlID'
  Color = clBtnFace
  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 Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 217
    Height = 50
  end
  object Bevel2: TBevel
    Left = 232
    Top = 8
    Width = 409
    Height = 377
  end
  object Image1: TImage
    Left = 440
    Top = 16
    Width = 193
    Height = 185
  end
  object edtNetPort: TLabeledEdit
    Left = 93
    Top = 29
    Width = 41
    Height = 21
    EditLabel.Width = 28
    EditLabel.Height = 13
    EditLabel.Caption = 'Porta:'
    ImeName = '?? (??) - ????'
    TabOrder = 0
    Text = '$1112'
  end
  object edtNetAddress: TLabeledEdit
    Left = 17
    Top = 29
    Width = 77
    Height = 21
    EditLabel.Width = 56
    EditLabel.Height = 13
    EditLabel.Caption = 'Ender'#231'o IP:'
    ImeName = '?? (??) - ????'
    TabOrder = 1
    Text = '192.168.0.201'
  end
  object btnConnect: TButton
    Left = 138
    Top = 26
    Width = 73
    Height = 25
    Caption = 'Connect'
    TabOrder = 2
    OnClick = btnConnectClick
  end
  object memo1: TMemo
    Left = 8
    Top = 64
    Width = 217
    Height = 321
    TabOrder = 3
  end
  object Button1: TButton
    Left = 240
    Top = 16
    Width = 121
    Height = 25
    Caption = 'Tocar Sons'
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 241
    Top = 45
    Width = 121
    Height = 25
    Caption = 'Cadastra Usu'#225'rio'
    TabOrder = 5
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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