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

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmServer: TfrmServer
  2.   Left = 226
  3.   Top = 69
  4.   Width = 281
  5.   Height = 363
  6.   Caption = 'IPC Server'
  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 Label6: TLabel
  18.     Left = 5
  19.     Top = 9
  20.     Width = 84
  21.     Height = 12
  22.     Caption = #36830#25509#30340#20250#35805#21517#65306
  23.   end
  24.   object Label5: TLabel
  25.     Left = 85
  26.     Top = 9
  27.     Width = 183
  28.     Height = 12
  29.     Caption = '('#27492#20250#35805#21517#24212#20110#26381#21153#22120#30340#21517#30456#21516')'
  30.     Font.Charset = GB2312_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -12
  33.     Font.Name = #23435#20307
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object edtSessionName: TEdit
  38.     Left = 5
  39.     Top = 32
  40.     Width = 116
  41.     Height = 20
  42.     TabOrder = 0
  43.   end
  44.   object btnListen: TButton
  45.     Left = 146
  46.     Top = 30
  47.     Width = 65
  48.     Height = 23
  49.     Caption = #30417#21548
  50.     TabOrder = 1
  51.     OnClick = btnListenClick
  52.   end
  53.   object GroupBox1: TGroupBox
  54.     Left = 8
  55.     Top = 188
  56.     Width = 233
  57.     Height = 120
  58.     Caption = #20174#26381#21153#22120#32447#31243#33719#21462#30340#25968#25454
  59.     TabOrder = 2
  60.     object Label3: TLabel
  61.       Left = 16
  62.       Top = 16
  63.       Width = 84
  64.       Height = 12
  65.       Caption = #25509#25910#30340#23383#31526#20018#65306
  66.     end
  67.     object Label4: TLabel
  68.       Left = 16
  69.       Top = 59
  70.       Width = 72
  71.       Height = 12
  72.       Caption = #25509#25910#30340#25972#25968#65306
  73.     end
  74.     object edtReceiveString: TEdit
  75.       Left = 16
  76.       Top = 32
  77.       Width = 201
  78.       Height = 20
  79.       MaxLength = 30
  80.       TabOrder = 0
  81.     end
  82.     object sedtReceiveInteger: TSpinEdit
  83.       Left = 16
  84.       Top = 80
  85.       Width = 121
  86.       Height = 21
  87.       MaxValue = 0
  88.       MinValue = 0
  89.       TabOrder = 1
  90.       Value = 0
  91.     end
  92.   end
  93.   object StatusBar: TStatusBar
  94.     Left = 0
  95.     Top = 317
  96.     Width = 273
  97.     Height = 19
  98.     Panels = <
  99.       item
  100.         Text = #36830#25509#29366#24577#65306#26410#36830#25509
  101.         Width = 150
  102.       end
  103.       item
  104.         Width = 50
  105.       end>
  106.     SimplePanel = False
  107.   end
  108.   object GroupBox2: TGroupBox
  109.     Left = 8
  110.     Top = 64
  111.     Width = 233
  112.     Height = 121
  113.     Caption = #21457#36865#25968#25454
  114.     TabOrder = 4
  115.     object Label1: TLabel
  116.       Left = 8
  117.       Top = 18
  118.       Width = 84
  119.       Height = 12
  120.       Caption = #21457#36865#30340#23383#31526#20018#65306
  121.     end
  122.     object Label2: TLabel
  123.       Left = 8
  124.       Top = 69
  125.       Width = 72
  126.       Height = 12
  127.       Caption = #21457#36865#30340#25972#25968#65306
  128.     end
  129.     object edtSendString: TEdit
  130.       Left = 10
  131.       Top = 38
  132.       Width = 207
  133.       Height = 20
  134.       MaxLength = 30
  135.       TabOrder = 0
  136.     end
  137.     object sedtSendInteger: TSpinEdit
  138.       Left = 12
  139.       Top = 89
  140.       Width = 122
  141.       Height = 21
  142.       MaxValue = 0
  143.       MinValue = 0
  144.       TabOrder = 1
  145.       Value = 0
  146.     end
  147.     object btnSend: TButton
  148.       Left = 141
  149.       Top = 87
  150.       Width = 65
  151.       Height = 23
  152.       Caption = #21457#36865
  153.       TabOrder = 2
  154.       OnClick = btnSendClick
  155.     end
  156.   end
  157. end