unit7.~dfm

来自「delphi7.0高校宿舍管理系统 delphi7.0高校宿舍管理系统」· ~DFM 代码 · 共 87 行

~DFM
87
字号
object Form7: TForm7
  Left = 374
  Top = 202
  BorderStyle = bsDialog
  Caption = #23398#29983#20449#24687#26597#35810
  ClientHeight = 358
  ClientWidth = 502
  Color = clInfoBk
  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 = 65
    Height = 17
    AutoSize = False
    Caption = #23398'    '#21495
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 376
    Top = 8
    Width = 113
    Height = 21
    Caption = #26597#35810
    TabOrder = 0
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 32
    Width = 473
    Height = 281
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 16
    Top = 320
    Width = 473
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 88
    Top = 8
    Width = 281
    Height = 21
    TabOrder = 3
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 168
    Top = 136
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=cx.mdb;Persist Secu' +
      'rity Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from xsxx')
    Left = 224
    Top = 136
  end
end

⌨️ 快捷键说明

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