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

📄 addmac.dfm

📁 倉庫下線條碼源碼
💻 DFM
字号:
object frmMacAdd: TfrmMacAdd
  Left = 387
  Top = 165
  Width = 320
  Height = 158
  Caption = #28155#21152#35373#20633
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 56
    Width = 36
    Height = 12
    Caption = 'IP'#22320#22336
  end
  object Label2: TLabel
    Left = 160
    Top = 56
    Width = 48
    Height = 12
    Caption = #36890#35338#31471#21475
  end
  object Label3: TLabel
    Left = 16
    Top = 24
    Width = 24
    Height = 12
    Caption = #26426#34399
  end
  object Label4: TLabel
    Left = 168
    Top = 24
    Width = 24
    Height = 12
    Caption = #21517#31281
  end
  object meIPAddr: TEdit
    Left = 48
    Top = 52
    Width = 97
    Height = 20
    BevelKind = bkFlat
    BorderStyle = bsNone
    TabOrder = 0
    Text = '192.168.1.100'
    OnExit = meIPAddrExit
    OnKeyPress = meIPAddrKeyPress
  end
  object edtPort: TEdit
    Left = 216
    Top = 52
    Width = 81
    Height = 20
    BevelKind = bkFlat
    BorderStyle = bsNone
    MaxLength = 5
    TabOrder = 1
    Text = '8000'
    OnKeyPress = edtPortKeyPress
  end
  object Button1: TButton
    Left = 128
    Top = 88
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object edtMacNo: TEdit
    Left = 48
    Top = 20
    Width = 97
    Height = 20
    BevelKind = bkFlat
    BorderStyle = bsNone
    MaxLength = 3
    TabOrder = 3
    Text = '1'
    OnKeyPress = edtPortKeyPress
  end
  object edtMacName: TEdit
    Left = 216
    Top = 20
    Width = 81
    Height = 20
    BevelKind = bkFlat
    BorderStyle = bsNone
    MaxLength = 20
    TabOrder = 4
    Text = #34399#26426
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 32
    Top = 80
  end
end

⌨️ 快捷键说明

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