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

📄 unit4.dfm

📁 报名系统
💻 DFM
字号:
object Form4: TForm4
  Left = 238
  Top = 177
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #20449#24687#27983#35272
  ClientHeight = 284
  ClientWidth = 536
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 8
    Width = 416
    Height = 33
    Caption = #26408#22418#21439#22996#20826#26657#23398#21382#29677#23398#21592#20449#24687
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -32
    Font.Name = #21326#25991#26032#39759
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Bevel1: TBevel
    Left = 0
    Top = 224
    Width = 537
    Height = 10
    Shape = bsBottomLine
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 48
    Width = 521
    Height = 169
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 448
    Top = 248
    Width = 75
    Height = 25
    Cancel = True
    Caption = #36864'   '#20986
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button1: TButton
    Left = 336
    Top = 248
    Width = 75
    Height = 25
    Caption = #20449#24687#36755#20986
    PopupMenu = pm2
    TabOrder = 2
    OnClick = Button1Click
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=xybmxt.mdb;Persist ' +
      'Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 160
    Top = 248
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'xyxxb'
    Left = 128
    Top = 248
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 80
    Top = 248
  end
  object pm2: TPopupMenu
    Left = 272
    Top = 248
    object N1: TMenuItem
      Caption = #25253#21517#20876#36755#20986
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object N3: TMenuItem
      Caption = #28857#21517#20876#36755#20986
      OnClick = N3Click
    end
  end
end

⌨️ 快捷键说明

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