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

📄 main_unit.dfm

📁 DELPHI开发包
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object main: Tmain
  Left = 185
  Top = 92
  BorderStyle = bsDialog
  Caption = 'DS-400xx series SDK-2 for Win32 Delphi Example (Client)'
  ClientHeight = 712
  ClientWidth = 787
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  ShowHint = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label21: TLabel
    Left = 1116
    Top = 927
    Width = 96
    Height = 12
    Cursor = crHandPoint
    Caption = #28857#20987#19979#36733#26368#26032#29256#26412
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    OnClick = Label21Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 693
    Width = 787
    Height = 19
    Panels = <
      item
        Alignment = taCenter
        Text = #29366#24577
        Width = 50
      end
      item
        Alignment = taCenter
        Width = 390
      end
      item
        Alignment = taCenter
        Text = #29256#26412
        Width = 50
      end
      item
        Alignment = taCenter
        Width = 120
      end
      item
        Alignment = taCenter
        Width = 50
      end>
  end
  object GroupBox9: TGroupBox
    Left = 12
    Top = 4
    Width = 417
    Height = 337
    Caption = #35270#39057#39044#35272
    TabOrder = 1
    object Panel1: TPanel
      Left = 2
      Top = 21
      Width = 413
      Height = 301
      BevelOuter = bvNone
      BorderStyle = bsSingle
      Color = clBlack
      TabOrder = 0
    end
  end
  object GroupBox2: TGroupBox
    Left = 11
    Top = 348
    Width = 418
    Height = 141
    Caption = #22522#26412#37197#32622
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    object Label15: TLabel
      Left = 10
      Top = 23
      Width = 36
      Height = 12
      Caption = #26426#22120#30721
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 320
      Top = 48
      Width = 36
      Height = 12
      Caption = #36890#36947#21495
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 9
      Top = 48
      Width = 84
      Height = 12
      Caption = #26381#21153#31471' IP '#22320#22336
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label9: TLabel
      Left = 121
      Top = 48
      Width = 48
      Height = 12
      Caption = #26381#21153#31471#21475
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label10: TLabel
      Left = 222
      Top = 48
      Width = 48
      Height = 12
      Caption = #23458#25143#31471#21475
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label11: TLabel
      Left = 9
      Top = 94
      Width = 60
      Height = 12
      Caption = #30331#24405#29992#25143#21517
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label12: TLabel
      Left = 201
      Top = 94
      Width = 48
      Height = 12
      Caption = #30331#24405#23494#30721
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label14: TLabel
      Left = 6
      Top = 121
      Width = 300
      Height = 12
      Caption = #27880#65306#29992#25143#21517#21644#23494#30721#21482#26377#22312#26381#21153#31471#36827#34892#36523#20221#39564#35777#26102#25165#26377#25928#12290
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsUnderline]
      ParentFont = False
    end
    object SpinEdit1: TSpinEdit
      Left = 320
      Top = 64
      Width = 87
      Height = 21
      MaxLength = 2
      MaxValue = 63
      MinValue = 0
      TabOrder = 0
      Value = 0
    end
    object Edit2: TEdit
      Left = 8
      Top = 65
      Width = 105
      Height = 20
      TabOrder = 1
      Text = '127.0.0.1'
    end
    object CheckBox1: TCheckBox
      Left = 364
      Top = 45
      Width = 49
      Height = 17
      Caption = #35299#30721
      Checked = True
      State = cbChecked
      TabOrder = 2
    end
    object SpinEdit7: TSpinEdit
      Left = 119
      Top = 65
      Width = 94
      Height = 21
      MaxLength = 5
      MaxValue = 65535
      MinValue = 1
      TabOrder = 3
      Value = 5050
    end
    object SpinEdit8: TSpinEdit
      Left = 220
      Top = 65
      Width = 94
      Height = 21
      MaxLength = 5
      MaxValue = 65535
      MinValue = 1
      TabOrder = 4
      Value = 6050
    end
    object Edit3: TEdit
      Left = 80
      Top = 91
      Width = 105
      Height = 20
      TabOrder = 5
      Text = 'UserName'
    end
    object Edit4: TEdit
      Left = 272
      Top = 91
      Width = 137
      Height = 20
      TabOrder = 6
      Text = 'PassWord'
    end
    object edit1: TEdit
      Left = 54
      Top = 17
      Width = 355
      Height = 20
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 7
    end
  end
  object GroupBox1: TGroupBox
    Left = 436
    Top = 200
    Width = 337
    Height = 129
    Caption = #38899#35270#39057#25511#21046
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
    object Label2: TLabel
      Left = 16
      Top = 22
      Width = 36
      Height = 12
      Caption = #38899#12288#37327
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 16
      Top = 42
      Width = 36
      Height = 12
      Caption = #20142#12288#24230
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 16
      Top = 62
      Width = 36
      Height = 12
      Caption = #23545#27604#24230
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 16
      Top = 82
      Width = 36
      Height = 12
      Caption = #39281#21644#24230
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label8: TLabel
      Left = 16
      Top = 102
      Width = 36
      Height = 12
      Caption = #33394#12288#24230
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Button8: TButton
      Left = 120
      Top = 97
      Width = 102
      Height = 21
      Hint = 'Set_Video_NoColor'
      Caption = #40657#30333#22270#20687
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = Button8Click
    end
    object Button9: TButton
      Left = 225
      Top = 97
      Width = 102
      Height = 21
      Hint = 'Set_Video_NoColor'
      Caption = #24425#33394#22270#20687
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = Button9Click
    end
    object SpinEdit2: TSpinEdit
      Left = 67
      Top = 18
      Width = 50
      Height = 21
      MaxLength = 3
      MaxValue = 0
      MinValue = 0
      TabOrder = 2
      Value = 0
    end
    object SpinEdit3: TSpinEdit
      Left = 67
      Top = 38
      Width = 50
      Height = 21
      MaxLength = 3
      MaxValue = 255
      MinValue = 0
      TabOrder = 3
      Value = 128
    end
    object SpinEdit4: TSpinEdit
      Left = 67
      Top = 58
      Width = 50
      Height = 21
      MaxLength = 3
      MaxValue = 255
      MinValue = 0
      TabOrder = 4
      Value = 64
    end
    object SpinEdit5: TSpinEdit
      Left = 67
      Top = 78
      Width = 50
      Height = 21
      MaxLength = 3
      MaxValue = 255
      MinValue = 0
      TabOrder = 5
      Value = 64
    end
    object SpinEdit6: TSpinEdit
      Left = 67
      Top = 98
      Width = 50
      Height = 21
      MaxLength = 3
      MaxValue = 255
      MinValue = 0
      TabOrder = 6
      Value = 0
    end
    object Button33: TButton
      Left = 120
      Top = 18
      Width = 102
      Height = 21
      Hint = 'Get_Volume_Master'
      Caption = #20027#38899#37327
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 7
      OnClick = Button33Click
    end
    object Button35: TButton
      Left = 120
      Top = 45
      Width = 102
      Height = 21
      Hint = 'Set_Volume_Mute'
      Caption = #38745#38899#20999#25442
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 8
      OnClick = Button35Click
    end
    object Button38: TButton
      Left = 120
      Top = 71
      Width = 102
      Height = 21
      Hint = 'Get_Video_Para'
      Caption = #33719#21462#35270#39057#21442#25968
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 9
      OnClick = Button38Click
    end
    object Button39: TButton
      Left = 224
      Top = 18
      Width = 102
      Height = 21
      Hint = 'Get_Volume_WaveOut'
      Caption = 'Wave'#38899#37327
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 10
      OnClick = Button39Click
    end
    object Button40: TButton
      Left = 224
      Top = 45
      Width = 102
      Height = 21
      Hint = 'Get_Volume_Synth'
      Caption = 'Synth'#38899#37327
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 11
      OnClick = Button40Click
    end
    object Button44: TButton
      Left = 224
      Top = 71
      Width = 102
      Height = 21
      Hint = 'Set_Video_Para'
      Caption = #35774#32622#35270#39057#21442#25968
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 12
      OnClick = Button44Click
    end
  end
  object GroupBox3: TGroupBox
    Left = 436
    Top = 4
    Width = 337
    Height = 193
    Caption = #22522#30784#21151#33021
    TabOrder = 4
    object Button1: TButton
      Left = 13
      Top = 18
      Width = 102
      Height = 21
      Hint = 'Start_Client'
      Caption = #36828#31243#30417#25511
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 13
      Top = 41
      Width = 102
      Height = 21
      Hint = 'Stop_Client'
      Caption = #20572#27490#30417#25511
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 13
      Top = 65
      Width = 102
      Height = 21
      Hint = 'Start_Image_Capture'
      Caption = #25235#21462#22270#20687
      TabOrder = 2
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 13
      Top = 88
      Width = 102
      Height = 21
      Hint = 'Start_Video_Capture'
      Caption = #24320#22987#24405#20687
      TabOrder = 3
      OnClick = Button4Click
    end

⌨️ 快捷键说明

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