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

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmMain: TfrmMain
  2.   Left = 292
  3.   Top = 123
  4.   BorderStyle = bsDialog
  5.   Caption = #21518#21488#25968#25454#24211#22810#32447#31243#26597#35810
  6.   ClientHeight = 333
  7.   ClientWidth = 418
  8.   Color = clBtnFace
  9.   Font.Charset = GB2312_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #23435#20307
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object btnQuery: TSpeedButton
  18.     Left = 0
  19.     Top = 304
  20.     Width = 73
  21.     Height = 22
  22.     Caption = #26597#35810#25968#25454#38598
  23.     OnClick = btnQueryClick
  24.   end
  25.   object DBGrid1: TDBGrid
  26.     Left = 1
  27.     Top = 0
  28.     Width = 416
  29.     Height = 145
  30.     DataSource = DataSource1
  31.     TabOrder = 0
  32.     TitleFont.Charset = GB2312_CHARSET
  33.     TitleFont.Color = clWindowText
  34.     TitleFont.Height = -12
  35.     TitleFont.Name = #23435#20307
  36.     TitleFont.Style = []
  37.   end
  38.   object DBGrid2: TDBGrid
  39.     Left = 1
  40.     Top = 152
  41.     Width = 416
  42.     Height = 145
  43.     DataSource = DataSource2
  44.     TabOrder = 1
  45.     TitleFont.Charset = GB2312_CHARSET
  46.     TitleFont.Color = clWindowText
  47.     TitleFont.Height = -12
  48.     TitleFont.Name = #23435#20307
  49.     TitleFont.Style = []
  50.   end
  51.   object Database1: TDatabase
  52.     AliasName = 'DBDEMOS'
  53.     DatabaseName = 'db1'
  54.     LoginPrompt = False
  55.     SessionName = 'Ses1'
  56.     Left = 154
  57.     Top = 24
  58.   end
  59.   object Query1: TQuery
  60.     AutoRefresh = True
  61.     DatabaseName = 'db1'
  62.     SessionName = 'Ses1'
  63.     SQL.Strings = (
  64.       'select * from employee')
  65.     Left = 221
  66.     Top = 24
  67.   end
  68.   object DataSource1: TDataSource
  69.     Left = 288
  70.     Top = 24
  71.   end
  72.   object Database2: TDatabase
  73.     AliasName = 'DBDEMOS'
  74.     DatabaseName = 'db2'
  75.     LoginPrompt = False
  76.     SessionName = 'ses2'
  77.     Left = 152
  78.     Top = 72
  79.   end
  80.   object Query2: TQuery
  81.     AutoRefresh = True
  82.     DatabaseName = 'db2'
  83.     SessionName = 'ses2'
  84.     SQL.Strings = (
  85.       'select * from Customer')
  86.     Left = 224
  87.     Top = 72
  88.   end
  89.   object DataSource2: TDataSource
  90.     Left = 288
  91.     Top = 72
  92.   end
  93.   object Session2: TSession
  94.     Active = True
  95.     SessionName = 'ses2'
  96.     Left = 88
  97.     Top = 72
  98.   end
  99.   object Session1: TSession
  100.     Active = True
  101.     SessionName = 'Ses1'
  102.     Left = 88
  103.     Top = 24
  104.   end
  105. end