hbskunit.~dfm

来自「电影院订票」· ~DFM 代码 · 共 65 行

~DFM
65
字号
object Form5: TForm5
  Left = 252
  Top = 205
  BorderStyle = bsDialog
  Caption = #33322#29677#26102#21051#31649#29702#19982#26597#35810
  ClientHeight = 344
  ClientWidth = 664
  Color = clGradientActiveCaption
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 8
    Top = 16
    Width = 649
    Height = 289
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 160
    Top = 320
    Width = 279
    Height = 18
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
    TabOrder = 1
  end
  object Button1: TButton
    Left = 536
    Top = 320
    Width = 65
    Height = 17
    Caption = #36820#22238
    TabOrder = 2
    OnClick = Button1Click
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\delphi\'#35746#31080'\'#30005#24433#35746#31080#20449#24687 +
      '\'#30005#24433#38498#35746#31080#31649#29702#25968#25454#24211'.mdb;Mode=ReadWrite;Persist Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from '#30005#24433#26102#21051#34920)
    Left = 512
    Top = 56
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 560
    Top = 56
  end
end

⌨️ 快捷键说明

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