unit1.~dfm

来自「sql server 2005书中11到16章的全部代码」· ~DFM 代码 · 共 156 行

~DFM
156
字号
object Form1: TForm1
  Left = 289
  Top = 231
  Width = 548
  Height = 333
  Caption = #21160#24577#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 81
    Height = 25
    AutoSize = False
    Caption = #35831#36755#20837#26465#20214#65306
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 56
    Width = 377
    Height = 225
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #23398#21495
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22995#21517
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #33521#35821
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25968#23398
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #35821#25991
        Width = 60
        Visible = True
      end>
  end
  object Edit2: TEdit
    Left = 112
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 248
    Top = 8
    Width = 75
    Height = 25
    Caption = #21160#24577#26597#35810
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 424
    Top = 56
    Width = 75
    Height = 25
    Caption = #28155#21152#35760#24405
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 424
    Top = 96
    Width = 75
    Height = 25
    Caption = #21024#38500#35760#24405
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 424
    Top = 136
    Width = 75
    Height = 25
    Caption = #21521#21069
    TabOrder = 5
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 424
    Top = 176
    Width = 75
    Height = 25
    Caption = #21521#21518
    TabOrder = 6
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 424
    Top = 216
    Width = 75
    Height = 25
    Caption = #26368#21069
    TabOrder = 7
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 424
    Top = 256
    Width = 75
    Height = 25
    Caption = #26368#21518
    TabOrder = 8
    OnClick = Button7Click
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=datbase.mdb;Persist' +
      ' Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from stu')
    Left = 488
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 448
    Top = 8
  end
end

⌨️ 快捷键说明

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