uClientMain.dfm
上传用户:cnjnqp
上传日期:2022-05-02
资源大小:194k
文件大小:4k
源码类别:

打印编程

开发平台:

Delphi

  1. object frmClientMain: TfrmClientMain
  2.   Left = 334
  3.   Top = 194
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = #25105#26159#23458#25143#31471
  7.   ClientHeight = 333
  8.   ClientWidth = 350
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = #23435#20307
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ToolBar1: TToolBar
  20.     Left = 0
  21.     Top = 0
  22.     Width = 350
  23.     Height = 29
  24.     ButtonHeight = 21
  25.     ButtonWidth = 85
  26.     Caption = 'ToolBar1'
  27.     Enabled = False
  28.     ShowCaptions = True
  29.     TabOrder = 0
  30.     object tbConnected: TToolButton
  31.       Left = 0
  32.       Top = 2
  33.       Caption = #36830#25509#26381#21153#22120#31471
  34.       ImageIndex = 0
  35.       OnClick = tbConnectedClick
  36.     end
  37.     object ToolButton1: TToolButton
  38.       Left = 85
  39.       Top = 2
  40.       Width = 1
  41.       Caption = 'ToolButton1'
  42.       ImageIndex = 1
  43.       Style = tbsSeparator
  44.     end
  45.     object tbSend: TToolButton
  46.       Left = 86
  47.       Top = 2
  48.       Caption = #21457#36865#25968#25454
  49.       ImageIndex = 1
  50.       OnClick = tbSendClick
  51.     end
  52.     object ToolButton2: TToolButton
  53.       Left = 171
  54.       Top = 2
  55.       Width = 3
  56.       Caption = 'ToolButton2'
  57.       ImageIndex = 2
  58.       Style = tbsSeparator
  59.     end
  60.     object tbDisconnected: TToolButton
  61.       Left = 174
  62.       Top = 2
  63.       Caption = #26029#24320#26381#21153#22120
  64.       ImageIndex = 3
  65.       OnClick = tbDisconnectedClick
  66.     end
  67.     object ToolButton3: TToolButton
  68.       Left = 259
  69.       Top = 2
  70.       Width = 3
  71.       Caption = 'ToolButton3'
  72.       ImageIndex = 3
  73.       Style = tbsSeparator
  74.     end
  75.     object tbClose: TToolButton
  76.       Left = 262
  77.       Top = 2
  78.       Caption = #20851#38381
  79.       ImageIndex = 2
  80.       OnClick = tbCloseClick
  81.     end
  82.   end
  83.   object StatusBar: TStatusBar
  84.     Left = 0
  85.     Top = 314
  86.     Width = 350
  87.     Height = 19
  88.     Panels = <
  89.       item
  90.         Width = 50
  91.       end>
  92.     SimplePanel = False
  93.   end
  94.   object Panel1: TPanel
  95.     Left = 0
  96.     Top = 29
  97.     Width = 350
  98.     Height = 285
  99.     Align = alClient
  100.     BevelOuter = bvNone
  101.     Caption = 'Panel1'
  102.     TabOrder = 2
  103.     object Label2: TLabel
  104.       Left = 10
  105.       Top = 12
  106.       Width = 60
  107.       Height = 13
  108.       Caption = #25509#25910#31471'IP:'
  109.     end
  110.     object Label1: TLabel
  111.       Left = 180
  112.       Top = 12
  113.       Width = 46
  114.       Height = 13
  115.       Caption = #31471#21475#21495':'
  116.     end
  117.     object Label3: TLabel
  118.       Left = 11
  119.       Top = 40
  120.       Width = 59
  121.       Height = 13
  122.       Caption = #21457#36865#20869#23481':'
  123.     end
  124.     object Edit3: TEdit
  125.       Left = 70
  126.       Top = 4
  127.       Width = 106
  128.       Height = 21
  129.       TabOrder = 1
  130.       Text = '127.0.0.1'
  131.     end
  132.     object Edit1: TEdit
  133.       Left = 71
  134.       Top = 32
  135.       Width = 223
  136.       Height = 21
  137.       TabOrder = 2
  138.       Text = '1234567891234'
  139.       OnKeyUp = Edit1KeyUp
  140.     end
  141.     object Button1: TButton
  142.       Left = 298
  143.       Top = 4
  144.       Width = 49
  145.       Height = 21
  146.       Caption = #35774#32622
  147.       TabOrder = 0
  148.       OnClick = Button1Click
  149.     end
  150.     object btnSend: TBitBtn
  151.       Left = 298
  152.       Top = 31
  153.       Width = 50
  154.       Height = 20
  155.       Caption = #21457#36865
  156.       TabOrder = 3
  157.       OnClick = tbSendClick
  158.     end
  159.     object GroupBox1: TGroupBox
  160.       Left = 1
  161.       Top = 64
  162.       Width = 345
  163.       Height = 222
  164.       Caption = #26381#21153#22120#31471#21453#39304#30340#20449#24687#20869#23481
  165.       TabOrder = 4
  166.       object Memo1: TMemo
  167.         Left = 2
  168.         Top = 17
  169.         Width = 341
  170.         Height = 201
  171.         Color = clGradientActiveCaption
  172.         ReadOnly = True
  173.         TabOrder = 0
  174.       end
  175.     end
  176.     object SpinEdit1: TSpinEdit
  177.       Left = 230
  178.       Top = 4
  179.       Width = 64
  180.       Height = 22
  181.       MaxValue = 0
  182.       MinValue = 0
  183.       TabOrder = 5
  184.       Value = 8080
  185.     end
  186.   end
  187.   object ClientSocket: TClientSocket
  188.     Active = False
  189.     ClientType = ctNonBlocking
  190.     Port = 1025
  191.     OnConnecting = ClientSocketConnecting
  192.     OnConnect = ClientSocketConnect
  193.     OnDisconnect = ClientSocketDisconnect
  194.     OnRead = ClientSocketRead
  195.     OnError = ClientSocketError
  196.     Left = 176
  197.     Top = 32
  198.   end
  199. end