⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainfrm.dfm

📁 《Delphi 7经典问题解析》源代码 第一到七章 基础篇源程序 应用篇源程序
💻 DFM
字号:
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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -