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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 245
  3.   Top = 239
  4.   Width = 363
  5.   Height = 251
  6.   Caption = #21015#20030#36830#25509#30340#21035#21517
  7.   Color = clBtnFace
  8.   Font.Charset = GB2312_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = #23435#20307
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 16
  19.     Width = 63
  20.     Height = 14
  21.     Caption = 'BDE'#21035#21517#65306
  22.   end
  23.   object BtnEnum: TButton
  24.     Left = 182
  25.     Top = 32
  26.     Width = 91
  27.     Height = 25
  28.     Caption = #21015#20030#36830#25509#30340#21035#21517
  29.     Font.Charset = GB2312_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -12
  32.     Font.Name = #23435#20307
  33.     Font.Style = []
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     OnClick = BtnEnumClick
  37.   end
  38.   object cmbAlias: TComboBox
  39.     Left = 24
  40.     Top = 34
  41.     Width = 145
  42.     Height = 22
  43.     Style = csDropDownList
  44.     ItemHeight = 14
  45.     TabOrder = 1
  46.     OnChange = cmbAliasChange
  47.   end
  48.   object lstTables: TListBox
  49.     Left = 24
  50.     Top = 72
  51.     Width = 145
  52.     Height = 105
  53.     ItemHeight = 14
  54.     TabOrder = 2
  55.   end
  56.   object Session: TSession
  57.     SessionName = 'ListAllAlias'
  58.     Left = 216
  59.     Top = 120
  60.   end
  61. end