viewdata.dfm

来自「SQL远程管理程序的源码,DELPHI做的.不需要控件」· DFM 代码 · 共 82 行

DFM
82
字号
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 + =
减小字号Ctrl + -
显示快捷键?