netset.dfm

来自「自己做的一个基于arm7+linux的条码终端系统的源代码」· DFM 代码 · 共 105 行

DFM
105
字号
object Form4: TForm4
  Left = 405
  Top = 74
  Width = 403
  Height = 315
  Caption = '终端网络设置'
  Color = clInfoBk
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 76
    Top = 22
    Width = 46
    Height = 13
    Caption = 'IP类型:'
  end
  object Label2: TLabel
    Left = 75
    Top = 62
    Width = 46
    Height = 13
    Caption = 'IP地址:'
  end
  object Label3: TLabel
    Left = 60
    Top = 102
    Width = 60
    Height = 13
    Caption = '子网掩码:'
  end
  object Label4: TLabel
    Left = 74
    Top = 142
    Width = 46
    Height = 13
    Caption = '组播IP:'
  end
  object IPAddrComBox: TComboBox
    Left = 129
    Top = 18
    Width = 108
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = '静态'
    Items.Strings = (
      '动态'
      '静态')
  end
  object IPAddrEdit: TEdit
    Left = 128
    Top = 60
    Width = 109
    Height = 21
    TabOrder = 1
  end
  object MaskEdit: TEdit
    Left = 128
    Top = 100
    Width = 109
    Height = 21
    TabOrder = 2
  end
  object GroupEdit: TEdit
    Left = 128
    Top = 140
    Width = 109
    Height = 21
    TabOrder = 3
  end
  object BitBtn1: TBitBtn
    Left = 16
    Top = 184
    Width = 75
    Height = 25
    Caption = '网络设置'
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 272
    Top = 184
    Width = 75
    Height = 25
    Caption = '退出'
    TabOrder = 5
    OnClick = BitBtn2Click
  end
  object BitBtnGetNetInfo: TBitBtn
    Left = 144
    Top = 184
    Width = 75
    Height = 25
    Caption = '获取设置'
    TabOrder = 6
    OnClick = BitBtnGetNetInfoClick
  end
end

⌨️ 快捷键说明

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