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

📄 unit1.~dfm

📁 一个背单词程序。是我闲着没事做的。 给大家看看
💻 ~DFM
字号:
object person_main: Tperson_main
  Left = 356
  Top = 185
  BorderIcons = [biSystemMenu, biMinimize, biHelp]
  BorderStyle = bsSingle
  Caption = #21608#20844#35299#26790
  ClientHeight = 249
  ClientWidth = 398
  Color = clTeal
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 143
    Top = 32
    Width = 14
    Height = 32
    Caption = '='
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 63
    Top = 8
    Width = 254
    Height = 28
    AutoSize = False
    Caption = #22812#26377#32439#32439#26790'  '#31070#39746#39044#21513#20982'    '
    Color = clMenuText
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label3: TLabel
    Left = 7
    Top = 80
    Width = 50
    Height = 13
    Caption = 'ID'#32534#21495#65306' '
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 230
    Width = 398
    Height = 19
    Color = clSkyBlue
    Panels = <
      item
        Text = '   Limen       Personnal Book'
        Width = 140
      end
      item
        Text = '   Dream detail'
        Width = 90
      end
      item
        Text = '  '#19978#28023#26161#21697#36890#35759#31185#25216#26377#38480#20844#21496
        Width = 50
      end>
  end
  object Edit3: TEdit
    Left = 167
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 167
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 100
    Width = 398
    Height = 133
    DataSource = DataSource1
    DragMode = dmAutomatic
    ReadOnly = True
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'ID'
        Width = 35
        Visible = True
      end
      item
        Expanded = False
        FieldName = #26790#22659
        Width = 180
        Visible = True
      end
      item
        Expanded = False
        FieldName = #39044#31034
        Width = 146
        Visible = True
      end>
  end
  object ComboBox2: TComboBox
    Left = 87
    Top = 72
    Width = 57
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    Text = '='
    Items.Strings = (
      '='
      '>='
      '<='
      '>'
      '<')
  end
  object ComboBox1: TComboBox
    Left = 7
    Top = 40
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 5
    Text = #26790#22659
    Items.Strings = (
      #26790#22659
      #39044#31034
      '')
  end
  object Button2: TButton
    Left = 303
    Top = 72
    Width = 75
    Height = 25
    Caption = #32534#21495#26597#25214
    TabOrder = 6
    OnClick = Button2Click
  end
  object Button1: TButton
    Left = 303
    Top = 40
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 7
    OnClick = Button1Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 127
    Top = 136
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Data_dream.mdb;Pers' +
      'ist Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from '#26790#20806)
    Left = 87
    Top = 128
  end
end

⌨️ 快捷键说明

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