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

📄 lookdatabaseform.~dfm

📁 求是科技出版的《Delphi串口通信工程开发实例导航》所有的源代码。是一本很好的书。拿出来与大家共享。
💻 ~DFM
字号:
inherited frmLookDatabase: TfrmLookDatabase
  Left = 230
  Top = 113
  Width = 526
  Height = 417
  Caption = '查看数据表'
  OldCreateOrder = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  inherited Panel1: TPanel
    Width = 518
    Height = 345
    object Panel2: TPanel
      Left = 1
      Top = 1
      Width = 516
      Height = 41
      Align = alTop
      TabOrder = 0
      object Label1: TLabel
        Left = 16
        Top = 13
        Width = 123
        Height = 13
        Caption = '请选择要查看的数据表:'
      end
      object cbxTableName: TComboBox
        Left = 184
        Top = 8
        Width = 153
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        Text = '请选择要查看的数据表'
        OnChange = cbxTableNameChange
        Items.Strings = (
          '临时用户进出情况'
          '月票用户出入情况'
          '费用维护'
          '收费记录'
          '上下岗记录')
      end
    end
    object Panel3: TPanel
      Left = 1
      Top = 42
      Width = 516
      Height = 302
      Align = alClient
      Caption = 'Panel3'
      TabOrder = 1
      object DBGrid1: TDBGrid
        Left = 1
        Top = 1
        Width = 514
        Height = 300
        Align = alClient
        DataSource = dsLook
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
      end
    end
  end
  inherited bbnOk: TBitBtn
    Left = 352
    Top = 360
  end
  inherited bbnCancel: TBitBtn
    Left = 432
    Top = 360
  end
  object dsLook: TDataSource
    Left = 113
    Top = 58
  end
  object tblTempCardUse: TADOTable
    Left = 161
    Top = 186
  end
  object tblFixCardUse: TADOTable
    Left = 201
    Top = 186
  end
  object tblFeeMaintain: TADOTable
    Left = 241
    Top = 186
  end
  object tblGetFee: TADOTable
    Left = 304
    Top = 208
  end
  object tblShiftRecord: TADOTable
    Left = 329
    Top = 138
  end
end

⌨️ 快捷键说明

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