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

📄 unit1.dfm

📁 这是一个文档管理系统
💻 DFM
字号:
object Form1: TForm1
  Left = 232
  Top = -11
  Width = 627
  Height = 364
  Caption = #26597#35810
  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 GroupBox1: TGroupBox
    Left = 88
    Top = 16
    Width = 449
    Height = 113
    Caption = #27169#31946#26597#35810
    TabOrder = 0
    object Label1: TLabel
      Left = 48
      Top = 24
      Width = 39
      Height = 13
      AutoSize = False
      Caption = #25353#23398#21495':'
    end
    object Label2: TLabel
      Left = 48
      Top = 48
      Width = 39
      Height = 13
      AutoSize = False
      Caption = #25353#22995#21517':'
    end
    object Label3: TLabel
      Left = 48
      Top = 80
      Width = 39
      Height = 13
      AutoSize = False
      Caption = #35760#24405#25968':'
    end
    object Edit1: TEdit
      Left = 104
      Top = 16
      Width = 201
      Height = 21
      TabOrder = 0
      OnChange = Edit1Change
    end
    object Edit2: TEdit
      Left = 104
      Top = 48
      Width = 201
      Height = 21
      TabOrder = 1
      OnChange = Edit2Change
    end
    object Edit3: TEdit
      Left = 104
      Top = 80
      Width = 49
      Height = 21
      TabOrder = 2
    end
    object Button1: TButton
      Left = 360
      Top = 16
      Width = 75
      Height = 25
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 360
      Top = 48
      Width = 75
      Height = 25
      Caption = #25171#21360
      TabOrder = 4
      OnClick = Button2Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 88
    Top = 144
    Width = 449
    Height = 161
    Caption = #26597#35810#32467#26524
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 425
      Height = 137
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object Button3: TButton
    Left = 448
    Top = 96
    Width = 75
    Height = 25
    Caption = #23548#20986
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 536
    Top = 128
    Width = 75
    Height = 25
    Caption = #26465#20214#26597#35810
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 536
    Top = 168
    Width = 75
    Height = 25
    Caption = #25104#32489#26597#35810
    TabOrder = 4
    OnClick = Button5Click
  end
  object q: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Se' +
      'ttings\user\'#26700#38754'\'#26723#26696#31649#29702'\student.mdb;Persist Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from jbxx')
    Left = 24
    Top = 96
  end
  object DataSource1: TDataSource
    DataSet = q
    Left = 24
    Top = 40
  end
end

⌨️ 快捷键说明

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