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

📄 viewdata.dfm

📁 SQL远程管理程序的源码,DELPHI做的.不需要控件
💻 DFM
字号:
object frmViewData: TfrmViewData
  Left = 346
  Top = 126
  Width = 696
  Height = 480
  Caption = 'View Data'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 33
    Align = alTop
    TabOrder = 0
    object CheckBox1: TCheckBox
      Left = 8
      Top = 7
      Width = 97
      Height = 17
      Caption = 'Edit mode'
      TabOrder = 0
      OnClick = CheckBox1Click
    end
    object DBNavigator1: TDBNavigator
      Left = 96
      Top = 4
      Width = 207
      Height = 25
      DataSource = src
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
      Flat = True
      TabOrder = 1
    end
  end
  object DBGridEh1: TDBGridEh
    Left = 0
    Top = 33
    Width = 688
    Height = 420
    Align = alClient
    DataSource = src
    Flat = True
    FooterColor = clWindow
    FooterFont.Charset = DEFAULT_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -11
    FooterFont.Name = 'MS Sans Serif'
    FooterFont.Style = []
    OptionsEh = [dghFixed3D, dghHighlightFocus, dghClearSelection]
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object data: TADODataSet
    Connection = frmConnect.ADOConnection
    Parameters = <>
    Left = 96
    Top = 72
  end
  object src: TDataSource
    DataSet = data
    Left = 144
    Top = 72
  end
end

⌨️ 快捷键说明

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