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

📄 selectdataunit.~dfm

📁 小区物业管理系统 运行环境:DELPHI7.0和SQL Server2000 1、将文件DATA里的数据库XQ附加到SQL Server2000企业管理器中
💻 ~DFM
字号:
object SelectDataForm: TSelectDataForm
  Left = 202
  Top = 281
  Width = 545
  Height = 250
  BorderIcons = [biSystemMenu]
  Caption = 'SelectDataForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 167
    Width = 537
    Height = 51
    Align = alBottom
    TabOrder = 0
    object BitBtn1: TBitBtn
      Left = 158
      Top = 10
      Width = 92
      Height = 31
      Caption = #30830#23450'[&O]'
      ModalResult = 1
      TabOrder = 0
    end
    object BitBtn2: TBitBtn
      Left = 286
      Top = 10
      Width = 92
      Height = 31
      Caption = #21462#28040'[&C]'
      TabOrder = 1
      OnClick = BitBtn2Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 537
    Height = 167
    Align = alClient
    Caption = 'Panel2'
    TabOrder = 1
    object DBLookupComboBox1: TDBLookupComboBox
      Left = 138
      Top = 30
      Width = 306
      Height = 24
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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