Mainfrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
- object Form1: TForm1
- Left = 245
- Top = 239
- Width = 363
- Height = 251
- Caption = #21015#20030#36830#25509#30340#21035#21517
- Color = clBtnFace
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 14
- object Label1: TLabel
- Left = 24
- Top = 16
- Width = 63
- Height = 14
- Caption = 'BDE'#21035#21517#65306
- end
- object BtnEnum: TButton
- Left = 182
- Top = 32
- Width = 91
- Height = 25
- Caption = #21015#20030#36830#25509#30340#21035#21517
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = BtnEnumClick
- end
- object cmbAlias: TComboBox
- Left = 24
- Top = 34
- Width = 145
- Height = 22
- Style = csDropDownList
- ItemHeight = 14
- TabOrder = 1
- OnChange = cmbAliasChange
- end
- object lstTables: TListBox
- Left = 24
- Top = 72
- Width = 145
- Height = 105
- ItemHeight = 14
- TabOrder = 2
- end
- object Session: TSession
- SessionName = 'ListAllAlias'
- Left = 216
- Top = 120
- end
- end