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

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmClient: TfrmClient
  2.   Left = 192
  3.   Top = 107
  4.   Width = 446
  5.   Height = 355
  6.   Caption = #20855#26377#23481#38169#33021#21147#30340#23458#25143#31471#24212#29992#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.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 258
  19.     Width = 438
  20.     Height = 70
  21.     Align = alBottom
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 2
  25.       Top = 11
  26.       Width = 84
  27.       Height = 12
  28.       Caption = #24212#29992#26381#21153#22120#21517#65306
  29.     end
  30.     object Label2: TLabel
  31.       Left = 2
  32.       Top = 43
  33.       Width = 96
  34.       Height = 12
  35.       Caption = #24212#29992#26381#21153#22120#26102#38388#65306
  36.     end
  37.     object edtAppServerName: TEdit
  38.       Left = 95
  39.       Top = 8
  40.       Width = 199
  41.       Height = 20
  42.       TabOrder = 0
  43.     end
  44.     object edtAppServerTime: TEdit
  45.       Left = 95
  46.       Top = 39
  47.       Width = 199
  48.       Height = 20
  49.       TabOrder = 1
  50.     end
  51.     object btnGetServerInfo: TBitBtn
  52.       Left = 297
  53.       Top = 6
  54.       Width = 134
  55.       Height = 25
  56.       Caption = #24471#21040#24212#29992#26381#21153#22120#20449#24687
  57.       TabOrder = 2
  58.       OnClick = btnGetServerInfoClick
  59.     end
  60.     object btnClear: TBitBtn
  61.       Left = 297
  62.       Top = 36
  63.       Width = 134
  64.       Height = 25
  65.       Caption = #28165#31354
  66.       TabOrder = 3
  67.       OnClick = btnClearClick
  68.     end
  69.   end
  70.   object Panel2: TPanel
  71.     Left = 0
  72.     Top = 0
  73.     Width = 438
  74.     Height = 258
  75.     Align = alClient
  76.     TabOrder = 1
  77.     object DBGrid1: TDBGrid
  78.       Left = 1
  79.       Top = 26
  80.       Width = 436
  81.       Height = 231
  82.       Align = alClient
  83.       DataSource = DataSource1
  84.       TabOrder = 0
  85.       TitleFont.Charset = GB2312_CHARSET
  86.       TitleFont.Color = clWindowText
  87.       TitleFont.Height = -12
  88.       TitleFont.Name = #23435#20307
  89.       TitleFont.Style = []
  90.     end
  91.     object DBNavigator1: TDBNavigator
  92.       Left = 1
  93.       Top = 1
  94.       Width = 436
  95.       Height = 25
  96.       DataSource = DataSource1
  97.       Align = alTop
  98.       TabOrder = 1
  99.     end
  100.   end
  101.   object SocketConnection1: TSocketConnection
  102.     Connected = True
  103.     ServerGUID = '{3E1FA103-9C10-4C10-A0DB-1D725802BAE2}'
  104.     ServerName = 'Server.CorrectServer'
  105.     ObjectBroker = SimpleObjectBroker1
  106.     Left = 24
  107.     Top = 56
  108.   end
  109.   object ClientDataSet1: TClientDataSet
  110.     Active = True
  111.     Aggregates = <>
  112.     Params = <>
  113.     ProviderName = 'DataSetProvider1'
  114.     RemoteServer = SocketConnection1
  115.     Left = 88
  116.     Top = 56
  117.   end
  118.   object DataSource1: TDataSource
  119.     DataSet = ClientDataSet1
  120.     Left = 152
  121.     Top = 56
  122.   end
  123.   object SimpleObjectBroker1: TSimpleObjectBroker
  124.     Servers = <
  125.       item
  126.         ComputerName = 'wbcp'
  127.       end
  128.       item
  129.         ComputerName = 'Computer1'
  130.       end
  131.       item
  132.         ComputerName = 'Computer2'
  133.       end>
  134.     LoadBalanced = True
  135.     Left = 208
  136.     Top = 56
  137.   end
  138. end