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

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmMain: TfrmMain
  2.   Left = 120
  3.   Top = 88
  4.   Width = 581
  5.   Height = 439
  6.   Caption = #20018#21475#36890#35759#31243#24207
  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 pgcMain: TPageControl
  18.     Left = 0
  19.     Top = 0
  20.     Width = 573
  21.     Height = 412
  22.     ActivePage = TabSheet2
  23.     Align = alClient
  24.     TabIndex = 1
  25.     TabOrder = 0
  26.     object TabSheet1: TTabSheet
  27.       Caption = #21457#36865
  28.       object Panel1: TPanel
  29.         Left = 380
  30.         Top = 0
  31.         Width = 185
  32.         Height = 366
  33.         Align = alRight
  34.         BevelOuter = bvLowered
  35.         TabOrder = 0
  36.         object Label5: TLabel
  37.           Left = 8
  38.           Top = 24
  39.           Width = 72
  40.           Height = 12
  41.           Caption = #20018'  '#21475'  '#21517#65306
  42.         end
  43.         object Label1: TLabel
  44.           Left = 8
  45.           Top = 64
  46.           Width = 72
  47.           Height = 12
  48.           Caption = #27874'  '#29305'  '#29575#65306
  49.         end
  50.         object Label2: TLabel
  51.           Left = 8
  52.           Top = 112
  53.           Width = 72
  54.           Height = 12
  55.           Caption = #25968'  '#25454'  '#20301#65306
  56.         end
  57.         object Label3: TLabel
  58.           Left = 8
  59.           Top = 160
  60.           Width = 72
  61.           Height = 12
  62.           Caption = #20572'  '#27490'  '#20301#65306
  63.         end
  64.         object Label4: TLabel
  65.           Left = 8
  66.           Top = 208
  67.           Width = 72
  68.           Height = 12
  69.           Caption = #22855#20598#26657#39564#20301#65306
  70.         end
  71.         object btnOpenSend: TBitBtn
  72.           Left = 52
  73.           Top = 242
  74.           Width = 86
  75.           Height = 25
  76.           Caption = #25171#24320#21457#36865#31471#21475
  77.           TabOrder = 0
  78.           OnClick = btnOpenSendClick
  79.         end
  80.         object btnSendData: TBitBtn
  81.           Left = 52
  82.           Top = 282
  83.           Width = 86
  84.           Height = 25
  85.           Caption = #21457#36865#25968#25454
  86.           Enabled = False
  87.           TabOrder = 1
  88.           OnClick = btnSendDataClick
  89.         end
  90.         object btnCloseSend: TBitBtn
  91.           Left = 52
  92.           Top = 322
  93.           Width = 86
  94.           Height = 25
  95.           Caption = #20851#38381#21457#36865#31471#21475
  96.           Enabled = False
  97.           TabOrder = 2
  98.           OnClick = btnCloseSendClick
  99.         end
  100.         object edtSendCommName: TEdit
  101.           Left = 84
  102.           Top = 19
  103.           Width = 92
  104.           Height = 20
  105.           TabOrder = 3
  106.         end
  107.         object edtSendBaudRate: TEdit
  108.           Left = 84
  109.           Top = 59
  110.           Width = 92
  111.           Height = 20
  112.           TabOrder = 4
  113.           OnExit = edtSendBaudRateExit
  114.         end
  115.         object cmbSendByteSize: TComboBox
  116.           Left = 84
  117.           Top = 107
  118.           Width = 92
  119.           Height = 20
  120.           Style = csDropDownList
  121.           ItemHeight = 12
  122.           TabOrder = 5
  123.           Items.Strings = (
  124.             '5'
  125.             '6'
  126.             '7'
  127.             '8')
  128.         end
  129.         object cmbSendStopBits: TComboBox
  130.           Left = 84
  131.           Top = 154
  132.           Width = 92
  133.           Height = 20
  134.           Style = csDropDownList
  135.           ItemHeight = 12
  136.           TabOrder = 6
  137.           Items.Strings = (
  138.             '1'
  139.             '1.5'
  140.             '2')
  141.         end
  142.         object cmbSendParity: TComboBox
  143.           Left = 84
  144.           Top = 204
  145.           Width = 92
  146.           Height = 20
  147.           Style = csDropDownList
  148.           ItemHeight = 12
  149.           TabOrder = 7
  150.           Items.Strings = (
  151.             'None'
  152.             'Odd'
  153.             'Even'
  154.             'Mark'
  155.             'Space')
  156.         end
  157.       end
  158.       object Panel3: TPanel
  159.         Left = 0
  160.         Top = 0
  161.         Width = 380
  162.         Height = 366
  163.         Align = alClient
  164.         BevelOuter = bvLowered
  165.         TabOrder = 1
  166.         object Panel4: TPanel
  167.           Left = 1
  168.           Top = 324
  169.           Width = 378
  170.           Height = 41
  171.           Align = alBottom
  172.           BevelOuter = bvLowered
  173.           TabOrder = 0
  174.           object Label11: TLabel
  175.             Left = 3
  176.             Top = 13
  177.             Width = 60
  178.             Height = 12
  179.             Caption = #21457#36865#23383#31526#65306
  180.           end
  181.           object edtSend: TEdit
  182.             Left = 61
  183.             Top = 8
  184.             Width = 315
  185.             Height = 20
  186.             TabOrder = 0
  187.           end
  188.         end
  189.         object mmoSend: TMemo
  190.           Left = 1
  191.           Top = 1
  192.           Width = 378
  193.           Height = 323
  194.           Align = alClient
  195.           ReadOnly = True
  196.           TabOrder = 1
  197.         end
  198.       end
  199.       object stbSend: TStatusBar
  200.         Left = 0
  201.         Top = 366
  202.         Width = 565
  203.         Height = 19
  204.         Panels = <
  205.           item
  206.             Width = 150
  207.           end
  208.           item
  209.             Width = 50
  210.           end>
  211.         SimplePanel = False
  212.       end
  213.     end
  214.     object TabSheet2: TTabSheet
  215.       Caption = #25509#25910
  216.       ImageIndex = 1
  217.       object Panel2: TPanel
  218.         Left = 380
  219.         Top = 0
  220.         Width = 185
  221.         Height = 366
  222.         Align = alRight
  223.         BevelOuter = bvLowered
  224.         TabOrder = 0
  225.         object Label6: TLabel
  226.           Left = 8
  227.           Top = 24
  228.           Width = 72
  229.           Height = 12
  230.           Caption = #20018'  '#21475'  '#21517#65306
  231.         end
  232.         object Label7: TLabel
  233.           Left = 8
  234.           Top = 64
  235.           Width = 72
  236.           Height = 12
  237.           Caption = #27874'  '#29305'  '#29575#65306
  238.         end
  239.         object Label8: TLabel
  240.           Left = 8
  241.           Top = 112
  242.           Width = 72
  243.           Height = 12
  244.           Caption = #25968'  '#25454'  '#20301#65306
  245.         end
  246.         object Label9: TLabel
  247.           Left = 8
  248.           Top = 160
  249.           Width = 72
  250.           Height = 12
  251.           Caption = #20572'  '#27490'  '#20301#65306
  252.         end
  253.         object Label10: TLabel
  254.           Left = 8
  255.           Top = 208
  256.           Width = 72
  257.           Height = 12
  258.           Caption = #22855#20598#26657#39564#20301#65306
  259.         end
  260.         object btnOpenRecv: TBitBtn
  261.           Left = 52
  262.           Top = 242
  263.           Width = 86
  264.           Height = 25
  265.           Caption = #25171#24320#25509#25910#31471#21475
  266.           TabOrder = 0
  267.           OnClick = btnOpenRecvClick
  268.         end
  269.         object btnRecvData: TBitBtn
  270.           Left = 52
  271.           Top = 282
  272.           Width = 86
  273.           Height = 25
  274.           Caption = #25509#25910#25968#25454
  275.           Enabled = False
  276.           TabOrder = 1
  277.           OnClick = btnRecvDataClick
  278.         end
  279.         object btnCloseRecv: TBitBtn
  280.           Left = 52
  281.           Top = 322
  282.           Width = 86
  283.           Height = 25
  284.           Caption = #20851#38381#25509#25910#31471#21475
  285.           Enabled = False
  286.           TabOrder = 2
  287.           OnClick = btnCloseRecvClick
  288.         end
  289.         object edtRecvCommName: TEdit
  290.           Left = 84
  291.           Top = 19
  292.           Width = 92
  293.           Height = 20
  294.           TabOrder = 3
  295.         end
  296.         object edtRecvBaudRate: TEdit
  297.           Left = 84
  298.           Top = 59
  299.           Width = 92
  300.           Height = 20
  301.           TabOrder = 4
  302.           OnExit = edtRecvBaudRateExit
  303.         end
  304.         object cmbRecvByteSize: TComboBox
  305.           Left = 84
  306.           Top = 107
  307.           Width = 92
  308.           Height = 20
  309.           Style = csDropDownList
  310.           ItemHeight = 12
  311.           TabOrder = 5
  312.           Items.Strings = (
  313.             '5'
  314.             '6'
  315.             '7'
  316.             '8')
  317.         end
  318.         object cmbRecvStopBits: TComboBox
  319.           Left = 84
  320.           Top = 154
  321.           Width = 92
  322.           Height = 20
  323.           Style = csDropDownList
  324.           ItemHeight = 12
  325.           TabOrder = 6
  326.           Items.Strings = (
  327.             '_1'
  328.             '_1_5'
  329.             '_2')
  330.         end
  331.         object cmbRecvParity: TComboBox
  332.           Left = 84
  333.           Top = 204
  334.           Width = 92
  335.           Height = 20
  336.           Style = csDropDownList
  337.           ItemHeight = 12
  338.           TabOrder = 7
  339.           Items.Strings = (
  340.             'None'
  341.             'Odd'
  342.             'Even'
  343.             'Mark'
  344.             'Space')
  345.         end
  346.       end
  347.       object mmoRecv: TMemo
  348.         Left = 0
  349.         Top = 0
  350.         Width = 380
  351.         Height = 366
  352.         Align = alClient
  353.         TabOrder = 1
  354.       end
  355.       object stbRecv: TStatusBar
  356.         Left = 0
  357.         Top = 366
  358.         Width = 565
  359.         Height = 19
  360.         Panels = <
  361.           item
  362.             Width = 150
  363.           end
  364.           item
  365.             Width = 50
  366.           end>
  367.         SimplePanel = False
  368.       end
  369.     end
  370.   end
  371. end