Mainfrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:5k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmComm: TfrmComm
  2.   Left = 167
  3.   Top = 124
  4.   Width = 543
  5.   Height = 421
  6.   Caption = #21033#29992'SPComm'#23454#29616#20018#21475#36890#20449#31034#20363
  7.   Color = clBtnFace
  8.   Font.Charset = GB2312_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = #23435#20307
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object StatusBar1: TStatusBar
  18.     Left = 0
  19.     Top = 375
  20.     Width = 535
  21.     Height = 19
  22.     Panels = <
  23.       item
  24.         Width = 150
  25.       end
  26.       item
  27.         Width = 50
  28.       end>
  29.     SimplePanel = False
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 352
  33.     Top = 0
  34.     Width = 183
  35.     Height = 375
  36.     Align = alRight
  37.     TabOrder = 1
  38.     object Label1: TLabel
  39.       Left = 8
  40.       Top = 64
  41.       Width = 72
  42.       Height = 12
  43.       Caption = #27874'  '#29305'  '#29575#65306
  44.     end
  45.     object Label2: TLabel
  46.       Left = 8
  47.       Top = 112
  48.       Width = 72
  49.       Height = 12
  50.       Caption = #25968'  '#25454'  '#20301#65306
  51.     end
  52.     object Label3: TLabel
  53.       Left = 8
  54.       Top = 160
  55.       Width = 72
  56.       Height = 12
  57.       Caption = #20572'  '#27490'  '#20301#65306
  58.     end
  59.     object Label4: TLabel
  60.       Left = 8
  61.       Top = 208
  62.       Width = 72
  63.       Height = 12
  64.       Caption = #22855#20598#26657#39564#20301#65306
  65.     end
  66.     object Label5: TLabel
  67.       Left = 8
  68.       Top = 24
  69.       Width = 72
  70.       Height = 12
  71.       Caption = #20018'  '#21475'  '#21517#65306
  72.     end
  73.     object btnOpen: TBitBtn
  74.       Left = 45
  75.       Top = 252
  76.       Width = 93
  77.       Height = 25
  78.       Caption = #25171#24320
  79.       TabOrder = 0
  80.       OnClick = btnOpenClick
  81.     end
  82.     object btnClose: TBitBtn
  83.       Left = 45
  84.       Top = 332
  85.       Width = 93
  86.       Height = 25
  87.       Caption = #20851#38381
  88.       Enabled = False
  89.       TabOrder = 1
  90.       OnClick = btnCloseClick
  91.     end
  92.     object btnSend: TBitBtn
  93.       Left = 45
  94.       Top = 292
  95.       Width = 93
  96.       Height = 25
  97.       Caption = #21457#36865
  98.       Enabled = False
  99.       TabOrder = 2
  100.       OnClick = btnSendClick
  101.     end
  102.     object cmbByteSize: TComboBox
  103.       Left = 84
  104.       Top = 107
  105.       Width = 96
  106.       Height = 20
  107.       Style = csDropDownList
  108.       ItemHeight = 12
  109.       TabOrder = 3
  110.       OnChange = cmbByteSizeChange
  111.       Items.Strings = (
  112.         '_5'
  113.         '_6'
  114.         '_7'
  115.         '_8')
  116.     end
  117.     object cmbStopBits: TComboBox
  118.       Left = 84
  119.       Top = 154
  120.       Width = 96
  121.       Height = 20
  122.       Style = csDropDownList
  123.       ItemHeight = 12
  124.       TabOrder = 4
  125.       OnChange = cmbStopBitsChange
  126.       Items.Strings = (
  127.         '_1'
  128.         '_1_5'
  129.         '_2')
  130.     end
  131.     object cmbParity: TComboBox
  132.       Left = 84
  133.       Top = 204
  134.       Width = 96
  135.       Height = 20
  136.       Style = csDropDownList
  137.       ItemHeight = 12
  138.       TabOrder = 5
  139.       OnChange = cmbParityChange
  140.       Items.Strings = (
  141.         'None'
  142.         'Odd'
  143.         'Even'
  144.         'Mark'
  145.         'Space')
  146.     end
  147.     object edtCommName: TEdit
  148.       Left = 84
  149.       Top = 19
  150.       Width = 92
  151.       Height = 20
  152.       TabOrder = 6
  153.     end
  154.     object edtBaudRate: TEdit
  155.       Left = 85
  156.       Top = 59
  157.       Width = 92
  158.       Height = 20
  159.       TabOrder = 7
  160.       OnExit = edtBaudRateExit
  161.     end
  162.   end
  163.   object Panel2: TPanel
  164.     Left = 0
  165.     Top = 0
  166.     Width = 352
  167.     Height = 375
  168.     Align = alClient
  169.     BevelInner = bvRaised
  170.     BevelOuter = bvNone
  171.     TabOrder = 2
  172.     object mmoComm: TMemo
  173.       Left = 1
  174.       Top = 1
  175.       Width = 350
  176.       Height = 338
  177.       Align = alClient
  178.       TabOrder = 0
  179.     end
  180.     object Panel3: TPanel
  181.       Left = 1
  182.       Top = 339
  183.       Width = 350
  184.       Height = 35
  185.       Align = alBottom
  186.       BevelInner = bvLowered
  187.       TabOrder = 1
  188.       object Label6: TLabel
  189.         Left = 4
  190.         Top = 10
  191.         Width = 60
  192.         Height = 12
  193.         Caption = #21457#36865#23383#31526#65306
  194.       end
  195.       object edtSendText: TEdit
  196.         Left = 69
  197.         Top = 7
  198.         Width = 273
  199.         Height = 20
  200.         TabOrder = 0
  201.         Text = 'edtSendText'
  202.       end
  203.     end
  204.   end
  205.   object Comm: TComm
  206.     CommName = 'COM1'
  207.     BaudRate = 4800
  208.     ParityCheck = False
  209.     Outx_CtsFlow = False
  210.     Outx_DsrFlow = False
  211.     DtrControl = DtrEnable
  212.     DsrSensitivity = False
  213.     TxContinueOnXoff = True
  214.     Outx_XonXoffFlow = True
  215.     Inx_XonXoffFlow = True
  216.     ReplaceWhenParityError = False
  217.     IgnoreNullChar = False
  218.     RtsControl = RtsEnable
  219.     XonLimit = 500
  220.     XoffLimit = 500
  221.     ByteSize = _8
  222.     Parity = None
  223.     StopBits = _1
  224.     XonChar = #17
  225.     XoffChar = #19
  226.     ReplacedChar = #0
  227.     ReadIntervalTimeout = 100
  228.     ReadTotalTimeoutMultiplier = 0
  229.     ReadTotalTimeoutConstant = 0
  230.     WriteTotalTimeoutMultiplier = 0
  231.     WriteTotalTimeoutConstant = 0
  232.     OnReceiveData = CommReceiveData
  233.     Left = 280
  234.     Top = 16
  235.   end
  236. end