CliRefForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 207
  3.   Top = 125
  4.   Width = 719
  5.   Height = 248
  6.   Caption = 'ClientRefresh'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 552
  19.     Top = 8
  20.     Width = 61
  21.     Height = 13
  22.     Caption = 'Refresh Log:'
  23.   end
  24.   object DBGrid1: TDBGrid
  25.     Left = 64
  26.     Top = 40
  27.     Width = 473
  28.     Height = 169
  29.     DataSource = DataSource1
  30.     TabOrder = 0
  31.     TitleFont.Charset = DEFAULT_CHARSET
  32.     TitleFont.Color = clWindowText
  33.     TitleFont.Height = -11
  34.     TitleFont.Name = 'MS Sans Serif'
  35.     TitleFont.Style = []
  36.   end
  37.   object Button1: TButton
  38.     Left = 64
  39.     Top = 8
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Refresh All'
  43.     TabOrder = 1
  44.   end
  45.   object Button2: TButton
  46.     Left = 144
  47.     Top = 8
  48.     Width = 97
  49.     Height = 25
  50.     Caption = 'Refresh Visible'
  51.     TabOrder = 2
  52.     OnClick = Button2Click
  53.   end
  54.   object ListBox1: TListBox
  55.     Left = 552
  56.     Top = 24
  57.     Width = 137
  58.     Height = 185
  59.     ItemHeight = 13
  60.     TabOrder = 3
  61.   end
  62.   object cds: TClientDataSet
  63.     Aggregates = <>
  64.     Params = <>
  65.     ProviderName = 'DataSetProvider1'
  66.     RemoteServer = DCOMConnection1
  67.     AfterPost = cdsAfterPost
  68.     AfterScroll = cdsAfterScroll
  69.     Left = 16
  70.     Top = 16
  71.   end
  72.   object DCOMConnection1: TDCOMConnection
  73.     ServerGUID = '{C5DDE903-2214-11D1-98D0-444553540000}'
  74.     ServerName = 'AppServTwo.RdmCount'
  75.     Left = 16
  76.     Top = 72
  77.   end
  78.   object DataSource1: TDataSource
  79.     DataSet = cds
  80.     Left = 16
  81.     Top = 128
  82.   end
  83. end