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

📄 convertset.dfm

📁 倉庫下線條碼源碼
💻 DFM
字号:
object fmCSNetConvSet: TfmCSNetConvSet
  Left = 298
  Top = 143
  Width = 493
  Height = 361
  Caption = 'TCP/IP'#35373#20633#35373#32622
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = #32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 11
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 485
    Height = 303
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #32593#32097#21443#25976#35373#32622
      object Label1: TLabel
        Left = 18
        Top = 37
        Width = 62
        Height = 10
        Alignment = taRightJustify
        AutoSize = False
        Caption = 'IP'#22320#22336':'
      end
      object Label2: TLabel
        Left = 17
        Top = 58
        Width = 62
        Height = 10
        Alignment = taRightJustify
        AutoSize = False
        Caption = #23376#32593#25513#30908':'
      end
      object Label3: TLabel
        Left = 17
        Top = 78
        Width = 61
        Height = 10
        Alignment = taRightJustify
        AutoSize = False
        Caption = #32593#38364#22320#22336':'
      end
      object Label6: TLabel
        Left = 191
        Top = 37
        Width = 71
        Height = 10
        Alignment = taRightJustify
        AutoSize = False
        Caption = #24037#20316#26041#24335':'
      end
      object Label7: TLabel
        Left = 180
        Top = 78
        Width = 81
        Height = 10
        Alignment = taRightJustify
        AutoSize = False
        Caption = #26381#21209#22120'IP'#22320#22336':'
      end
      object Label15: TLabel
        Left = 17
        Top = 98
        Width = 61
        Height = 10
        Alignment = taRightJustify
        AutoSize = False
        Caption = 'DNS'#22320#22336':'
      end
      object cbxAutoIP: TCheckBox
        Left = 20
        Top = 14
        Width = 125
        Height = 14
        Caption = #33258#21205#29554#24471'IP'#22320#22336
        Font.Charset = CHINESEBIG5_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #32048#26126#39636
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        OnClick = cbxAutoIPClick
      end
      object cbWorkType: TComboBox
        Left = 264
        Top = 34
        Width = 89
        Height = 19
        BevelKind = bkFlat
        Style = csDropDownList
        ImeName = #26497#21697#20116#31558#36664#20837#27861
        ItemHeight = 11
        ItemIndex = 1
        TabOrder = 1
        Text = 'Tcp Server'
        Items.Strings = (
          'Tcp Client'
          'Tcp Server'
          'UDP')
      end
      object lePort: TLabeledEdit
        Left = 264
        Top = 54
        Width = 89
        Height = 17
        BevelKind = bkFlat
        BorderStyle = bsNone
        EditLabel.Width = 72
        EditLabel.Height = 11
        EditLabel.Caption = #36681#25563#22120#31471#21475#65306
        ImeName = #26497#21697#20116#31558#36664#20837#27861
        LabelPosition = lpLeft
        TabOrder = 2
      end
      object leServerPort: TLabeledEdit
        Left = 264
        Top = 95
        Width = 89
        Height = 17
        BevelKind = bkFlat
        BorderStyle = bsNone
        EditLabel.Width = 72
        EditLabel.Height = 11
        EditLabel.Caption = #26381#21209#22120#31471#21475#65306
        ImeName = #26497#21697#20116#31558#36664#20837#27861
        LabelPosition = lpLeft
        TabOrder = 3
      end
      object cbxUseOcx: TCheckBox
        Left = 183
        Top = 14
        Width = 218
        Height = 14
        Caption = #20351#29992'EDSockServer'#25511#20214#25110#34395#25836#20018#21475
        Font.Charset = CHINESEBIG5_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #32048#26126#39636
        Font.Style = []
        ParentFont = False
        TabOrder = 4
      end
      object LabeledEdit1: TLabeledEdit
        Left = 81
        Top = 115
        Width = 88
        Height = 17
        BevelKind = bkFlat
        BorderStyle = bsNone
        EditLabel.Width = 72
        EditLabel.Height = 11
        EditLabel.Caption = #35373#20633#24207#21015#34399#65306
        Enabled = False
        ImeName = #26497#21697#20116#31558#36664#20837#27861
        LabelPosition = lpLeft
        TabOrder = 5
        Visible = False
      end
      object meServerIP: TEdit
        Left = 264
        Top = 74
        Width = 89
        Height = 17
        BevelKind = bkFlat
        BorderStyle = bsNone
        TabOrder = 6
        OnExit = meServerIPExit
        OnKeyPress = meServerIPKeyPress
      end
      object meIPAddr: TEdit
        Left = 81
        Top = 34
        Width = 89
        Height = 17
        BevelKind = bkFlat
        BorderStyle = bsNone
        TabOrder = 7
        OnExit = meServerIPExit
        OnKeyPress = meServerIPKeyPress
      end
      object meMarkAddr: TEdit
        Left = 81
        Top = 54
        Width = 89
        Height = 17
        BevelKind = bkFlat
        BorderStyle = bsNone
        TabOrder = 8
        OnExit = meServerIPExit
        OnKeyPress = meServerIPKeyPress
      end
      object meGateway: TEdit
        Left = 81
        Top = 74
        Width = 89
        Height = 17
        BevelKind = bkFlat
        BorderStyle = bsNone
        TabOrder = 9
        OnExit = meServerIPExit
        OnKeyPress = meServerIPKeyPress
      end
      object meDNSAddr: TEdit
        Left = 81
        Top = 95
        Width = 89
        Height = 17
        BevelKind = bkFlat
        BorderStyle = bsNone
        TabOrder = 10
        OnExit = meServerIPExit
        OnKeyPress = meServerIPKeyPress
      end
    end
    object TabSheet2: TTabSheet
      Caption = #20018#21475#21443#25976#35373#32622
      ImageIndex = 1
      object Label4: TLabel
        Left = 47
        Top = 14
        Width = 102
        Height = 10
        Alignment = taRightJustify
        AutoSize = False
        Caption = #20018#21475#34399#65306
        Enabled = False
      end
      object Label5: TLabel
        Left = 156
        Top = 14
        Width = 24
        Height = 11
        Caption = 'COM1'
        Enabled = False
      end
      object Label8: TLabel
        Left = 47
        Top = 34
        Width = 102
        Height = 10
        Alignment = taRightJustify
        AutoSize = False
        Caption = #27874#29305#29575#65306
        Enabled = False
      end
      object Label9: TLabel
        Left = 47
        Top = 54
        Width = 102
        Height = 10
        Alignment = taRightJustify
        AutoSize = False
        Caption = #25976#25454#20301#65306
        Enabled = False
      end
      object Label10: TLabel
        Left = 47
        Top = 74
        Width = 102
        Height = 11
        Alignment = taRightJustify
        AutoSize = False
        Caption = #26657#39511#26041#24335#65306
        Enabled = False
      end
      object Label11: TLabel
        Left = 47
        Top = 95
        Width = 102
        Height = 10
        Alignment = taRightJustify
        AutoSize = False
        Caption = #20572#27490#20301#65306
        Enabled = False
      end
      object Label12: TLabel
        Left = 47
        Top = 115
        Width = 102
        Height = 10
        Alignment = taRightJustify
        AutoSize = False
        Caption = #27969#25511#21046#26041#24335#65306
        Enabled = False
      end
      object Label13: TLabel
        Left = 206
        Top = 135
        Width = 78
        Height = 11
        Caption = #27627#31186'(1-30000)'
        Enabled = False
      end
      object Label14: TLabel
        Left = 206
        Top = 156
        Width = 72
        Height = 11
        Caption = #23383#31680'(1-1000)'
        Enabled = False
      end
      object cbBaudRate: TComboBox
        Left = 151
        Top = 30
        Width = 123
        Height = 19
        BevelKind = bkFlat
        Style = csDropDownList
        Enabled = False
        ImeName = #26497#21697#20116#31558#36664#20837#27861
        ItemHeight = 11
        ItemIndex = 3
        TabOrder = 0
        Text = '9600'
        Items.Strings = (
          '1200'
          '2400'
          '4800'
          '9600'
          '19200'
          '38400'
          '57600'
          '115200')
      end
      object cbDatabit: TComboBox
        Left = 151
        Top = 51
        Width = 123
        Height = 19
        BevelKind = bkFlat
        Style = csDropDownList
        Enabled = False
        ImeName = #26497#21697#20116#31558#36664#20837#27861
        ItemHeight = 11
        ItemIndex = 2
        TabOrder = 1
        Text = '8'
        Items.Strings = (
          '6'
          '7'
          '8')
      end
      object cbCheckdata: TComboBox
        Tag = 9999
        Left = 151
        Top = 71
        Width = 123
        Height = 19
        BevelKind = bkFlat
        Style = csDropDownList
        Enabled = False
        ImeName = #26497#21697#20116#31558#36664#20837#27861
        ItemHeight = 11
        TabOrder = 2
        Items.Strings = (
          #28961#26657#39511
          #22855#26657#39511
          #20598#26657#39511
          #27161#24535#26657#39511
          #31354#26684#26657#39511)
      end
      object cbStopbit: TComboBox
        Left = 151
        Top = 91
        Width = 123
        Height = 19
        BevelKind = bkFlat
        Style = csDropDownList
        Enabled = False
        ImeName = #26497#21697#20116#31558#36664#20837#27861
        ItemHeight = 11
        ItemIndex = 0
        TabOrder = 3
        Text = '1'
        Items.Strings = (
          '1'
          '2')
      end
      object cbFlowmode: TComboBox
        Tag = 9999
        Left = 151
        Top = 112
        Width = 123
        Height = 19
        BevelKind = bkFlat
        Style = csDropDownList
        Enabled = False
        ImeName = #26497#21697#20116#31558#36664#20837#27861
        ItemHeight = 11
        ItemIndex = 0
        TabOrder = 4
        Text = #28961
        Items.Strings = (
          #28961
          #30828#20214#65288'CTS/RTS'#65289
          #36575#20214#65288'Xon/Xoff'#65289)
      end
      object leMinSendTime: TLabeledEdit
        Left = 151
        Top = 132
        Width = 39
        Height = 17
        BevelKind = bkFlat
        BorderStyle = bsNone
        EditLabel.Width = 84
        EditLabel.Height = 11
        EditLabel.Caption = #26368#23567#30332#36865#26178#38291#65306
        Enabled = False
        ImeName = #26497#21697#20116#31558#36664#20837#27861
        LabelPosition = lpLeft
        TabOrder = 5
        Text = '20'
      end
      object updMinSendTime: TUpDown
        Left = 190
        Top = 132
        Width = 13
        Height = 17
        Associate = leMinSendTime
        Min = 1
        Max = 30000
        Position = 20
        TabOrder = 6
      end
      object leMinSendByte: TLabeledEdit
        Left = 151
        Top = 152
        Width = 39
        Height = 17
        BevelKind = bkFlat
        BorderStyle = bsNone
        EditLabel.Width = 84
        EditLabel.Height = 11
        EditLabel.Caption = #26368#23567#30332#36865#23383#31680#65306
        Enabled = False
        ImeName = #26497#21697#20116#31558#36664#20837#27861
        LabelPosition = lpLeft
        TabOrder = 7
        Text = '34'
      end
      object updMinSendByte: TUpDown
        Left = 190
        Top = 152
        Width = 13
        Height = 17
        Associate = leMinSendByte
        Min = 1
        Max = 1000
        Position = 34
        TabOrder = 8
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 303
    Width = 485
    Height = 31
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object btnOK: TButton
      Left = 261
      Top = 5
      Width = 63
      Height = 21
      Caption = #30830#23450
      TabOrder = 0
      OnClick = btnOKClick
    end
    object btnCancel: TButton
      Left = 328
      Top = 5
      Width = 64
      Height = 21
      Caption = #21462#28040
      ModalResult = 2
      TabOrder = 1
      OnClick = btnCancelClick
    end
  end
end

⌨️ 快捷键说明

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