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

📄 iggstreamfrm.dfm

📁 通信控件
💻 DFM
字号:
object XxFrm: TXxFrm
  Left = 346
  Top = 236
  Width = 667
  Height = 332
  Caption = 'XxFrm'
  Color = clBtnFace
  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 = 8
    Top = 45
    Width = 31
    Height = 13
    Caption = 'NAME'
  end
  object Label2: TLabel
    Left = 8
    Top = 78
    Width = 28
    Height = 13
    Caption = 'INFO:'
  end
  object Label3: TLabel
    Left = 8
    Top = 11
    Width = 216
    Height = 13
    Caption = 'Buffer Control SERVER TEST  EXAMPLE......'
  end
  object ListView1: TListView
    Left = 6
    Top = 107
    Width = 387
    Height = 193
    Color = clGradientActiveCaption
    Columns = <
      item
        Caption = 'Name'
        Width = 80
      end
      item
        Caption = 'Info'
        Width = 180
      end
      item
        Caption = 'IP'
        Width = 80
      end
      item
        Caption = 'Status'
      end>
    HideSelection = False
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
  end
  object NameEdit: TEdit
    Left = 46
    Top = 42
    Width = 123
    Height = 21
    TabOrder = 1
    Text = 'Name1'
  end
  object InfoEdit: TEdit
    Left = 46
    Top = 75
    Width = 345
    Height = 21
    TabOrder = 2
    Text = 'Name1 Info...'
  end
  object SetBtn: TButton
    Left = 177
    Top = 40
    Width = 50
    Height = 25
    Caption = 'Set'
    TabOrder = 3
    OnClick = SetBtnClick
  end
  object GetBtn: TButton
    Left = 238
    Top = 40
    Width = 50
    Height = 25
    Caption = 'Get'
    TabOrder = 4
    OnClick = GetBtnClick
  end
  object Edit3: TEdit
    Left = 299
    Top = 42
    Width = 37
    Height = 21
    TabOrder = 5
    Text = '0'
  end
  object SearchBtn: TButton
    Left = 343
    Top = 40
    Width = 50
    Height = 25
    Caption = 'Search'
    TabOrder = 6
    OnClick = SearchBtnClick
  end
  object StartBtn: TButton
    Left = 237
    Top = 5
    Width = 50
    Height = 25
    Caption = 'Start'
    TabOrder = 7
    OnClick = StartBtnClick
  end
  object DeleteBtn: TButton
    Left = 343
    Top = 5
    Width = 50
    Height = 25
    Caption = 'Delete...'
    TabOrder = 8
    OnClick = DeleteBtnClick
  end
  object Panel1: TPanel
    Left = 396
    Top = 0
    Width = 10
    Height = 299
    TabOrder = 9
  end
  object Name1Edit: TEdit
    Left = 410
    Top = 42
    Width = 166
    Height = 21
    TabOrder = 10
    Text = 'NameID1'
  end
  object Info1Edit: TEdit
    Left = 410
    Top = 75
    Width = 241
    Height = 21
    TabOrder = 11
    Text = 'NameID1 Info....'
  end
  object Memo1: TMemo
    Left = 409
    Top = 141
    Width = 244
    Height = 156
    Color = clInfoBk
    Lines.Strings = (
      'Send Mome1 info .....')
    TabOrder = 12
  end
  object Open1Btn: TButton
    Left = 606
    Top = 39
    Width = 46
    Height = 25
    Caption = 'Open'
    TabOrder = 13
    OnClick = Open1BtnClick
  end
  object Set1Btn: TButton
    Left = 409
    Top = 107
    Width = 49
    Height = 25
    Caption = 'Set'
    TabOrder = 14
    OnClick = Set1BtnClick
  end
  object Get1Btn: TButton
    Left = 469
    Top = 107
    Width = 49
    Height = 25
    Caption = 'Get'
    TabOrder = 15
    OnClick = Get1BtnClick
  end
  object Send1Btn: TButton
    Left = 606
    Top = 107
    Width = 46
    Height = 25
    Caption = 'Send'
    TabOrder = 16
    OnClick = Send1BtnClick
  end
  object Edit1: TEdit
    Left = 410
    Top = 8
    Width = 113
    Height = 21
    TabOrder = 17
  end
  object Edit2: TEdit
    Left = 533
    Top = 8
    Width = 41
    Height = 21
    TabOrder = 18
    Text = '10177'
  end
  object Name2Edit: TEdit
    Left = 524
    Top = 109
    Width = 76
    Height = 21
    TabOrder = 19
    Text = 'NameID2'
  end
end

⌨️ 快捷键说明

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