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

📄 unit1.~dfm

📁 两机通信
💻 ~DFM
字号:
object Form1: TForm1
  Left = 249
  Top = 172
  Align = alClient
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20018#21475#21452#26426#36890#35759
  ClientHeight = 505
  ClientWidth = 690
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object TabbedNotebook1: TTabbedNotebook
    Left = 0
    Top = 0
    Width = 690
    Height = 505
    Align = alClient
    TabFont.Charset = DEFAULT_CHARSET
    TabFont.Color = clBtnText
    TabFont.Height = -11
    TabFont.Name = 'MS Sans Serif'
    TabFont.Style = []
    TabOrder = 0
    object TTabPage
      Left = 4
      Top = 24
      Caption = #36890#35759#24773#20917#35760#24405
      object Splitter1: TSplitter
        Left = 472
        Top = 0
        Width = 0
        Height = 458
        Cursor = crHSplit
        Align = alRight
      end
      object StatusBar1: TStatusBar
        Left = 0
        Top = 458
        Width = 682
        Height = 19
        Panels = <
          item
            Width = 150
          end
          item
            Width = 200
          end
          item
            Width = 332
          end>
        SimplePanel = False
      end
      object Panel1: TPanel
        Left = 472
        Top = 0
        Width = 210
        Height = 458
        Align = alRight
        BorderStyle = bsSingle
        Caption = 'Panel1'
        Color = clSkyBlue
        TabOrder = 1
        object Label1: TLabel
          Left = 4
          Top = 22
          Width = 69
          Height = 16
          Caption = #20018'  '#21475'  '#21517':      '
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -15
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label2: TLabel
          Left = 4
          Top = 64
          Width = 69
          Height = 16
          Caption = #27874'  '#29305'  '#29575':      '
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -15
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label3: TLabel
          Left = 4
          Top = 114
          Width = 69
          Height = 16
          Caption = #25968'  '#25454'  '#20301':      '
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -15
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label4: TLabel
          Left = 4
          Top = 164
          Width = 69
          Height = 16
          Caption = #20572'  '#27490'  '#20301':      '
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -15
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label5: TLabel
          Left = 6
          Top = 214
          Width = 75
          Height = 16
          Caption = #22855#20598#26657#39564' :       '
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -15
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object ComboBox4: TComboBox
          Left = 88
          Top = 22
          Width = 105
          Height = 21
          ItemHeight = 13
          ItemIndex = 0
          TabOrder = 0
          Text = 'COM1'
          Items.Strings = (
            'COM1'
            'COM2'
            'COM3'
            'COM4')
        end
        object ComboBox5: TComboBox
          Left = 88
          Top = 66
          Width = 105
          Height = 21
          DropDownCount = 9600
          ItemHeight = 13
          TabOrder = 1
          Text = '11520'
          Items.Strings = (
            '11520'
            '9600'
            '7200'
            '')
        end
        object ComboBox1: TComboBox
          Left = 88
          Top = 114
          Width = 105
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          ItemIndex = 3
          TabOrder = 2
          Text = '8'
          Items.Strings = (
            '5'
            '6'
            '7'
            '8')
        end
        object ComboBox2: TComboBox
          Left = 88
          Top = 164
          Width = 105
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          ItemIndex = 2
          TabOrder = 3
          Text = '2'
          Items.Strings = (
            '1'
            '1.5'
            '2')
        end
        object ComboBox3: TComboBox
          Left = 88
          Top = 214
          Width = 105
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          ItemIndex = 0
          TabOrder = 4
          Text = 'None'
          Items.Strings = (
            'None'
            'Odd'
            'Even'
            'Mark'
            'Space')
        end
        object BitBtn1: TBitBtn
          Left = 40
          Top = 296
          Width = 129
          Height = 25
          Caption = #25171#24320#31471#21475
          TabOrder = 5
          OnClick = BitBtn1Click
        end
        object BitBtn2: TBitBtn
          Left = 40
          Top = 256
          Width = 129
          Height = 25
          Caption = #20851#38381#31471#21475
          TabOrder = 6
          OnClick = BitBtn2Click
        end
        object BitBtn7: TBitBtn
          Left = 40
          Top = 376
          Width = 129
          Height = 25
          Caption = #28165#31354#35760#24405
          TabOrder = 7
          OnClick = BitBtn7Click
        end
        object btnExit: TButton
          Left = 37
          Top = 416
          Width = 132
          Height = 25
          Caption = #36864' '#20986
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 8
          OnClick = btnExitClick
        end
      end
      object Panel2: TPanel
        Left = 0
        Top = 0
        Width = 472
        Height = 458
        Align = alClient
        Caption = 'Panel2'
        TabOrder = 2
        object Splitter2: TSplitter
          Left = 1
          Top = 264
          Width = 470
          Height = 0
          Cursor = crVSplit
          Align = alBottom
        end
        object Panel3: TPanel
          Left = 1
          Top = 264
          Width = 470
          Height = 193
          Align = alBottom
          BorderStyle = bsSingle
          Color = clSkyBlue
          TabOrder = 0
          object Label6: TLabel
            Left = 8
            Top = 41
            Width = 75
            Height = 16
            Caption = #23383#31526#20869#23481':        '
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -15
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
          end
          object Label7: TLabel
            Left = 8
            Top = 113
            Width = 72
            Height = 16
            Caption = #25991#20214#36335#24452':       '
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -15
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
          end
          object Label8: TLabel
            Left = 0
            Top = 0
            Width = 309
            Height = 13
            BiDiMode = bdLeftToRight
            Caption = #35745#31639#26426'038'#29677'   '#20316#32773#65306#38065#38190#26032' 21'#21495'   '#35449#30410#27665' 66'#21495'     '#21512#20316#23436#25104
            ParentBiDiMode = False
          end
          object Edit3: TEdit
            Left = 80
            Top = 36
            Width = 241
            Height = 21
            TabOrder = 0
          end
          object BitBtn3: TBitBtn
            Left = 333
            Top = 40
            Width = 116
            Height = 25
            Caption = #21457#36865#23383#31526
            TabOrder = 1
            OnClick = BitBtn3Click
          end
          object BitBtn8: TBitBtn
            Left = 231
            Top = 144
            Width = 66
            Height = 25
            Caption = #28165#31354
            TabOrder = 2
            OnClick = BitBtn8Click
          end
          object BitBtn5: TBitBtn
            Left = 335
            Top = 112
            Width = 114
            Height = 25
            Caption = #21457#36865
            TabOrder = 3
            OnClick = BitBtn5Click
          end
          object BitBtn4: TBitBtn
            Left = 88
            Top = 144
            Width = 65
            Height = 25
            Caption = #27983#35272
            TabOrder = 4
            OnClick = BitBtn4Click
          end
          object Edit4: TEdit
            Left = 80
            Top = 108
            Width = 241
            Height = 21
            TabOrder = 5
          end
        end
        object Panel4: TPanel
          Left = 1
          Top = 1
          Width = 470
          Height = 263
          Align = alClient
          Caption = 'Panel4'
          TabOrder = 1
          object Memo1: TMemo
            Left = 1
            Top = 1
            Width = 468
            Height = 261
            Align = alClient
            ScrollBars = ssVertical
            TabOrder = 0
          end
        end
      end
    end
  end
  object BitBtn6: TBitBtn
    Left = 520
    Top = 358
    Width = 129
    Height = 27
    Caption = #28165#31354#23383#31526
    TabOrder = 1
    OnClick = BitBtn6Click
  end
  object OpenDialog1: TOpenDialog
    Left = 384
    Top = 88
  end
  object SaveDialog1: TSaveDialog
    Left = 384
    Top = 152
  end
end

⌨️ 快捷键说明

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