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

📄 unit1.dfm

📁 学习Delphi最好的教材。通过一个个简单而实用的实例
💻 DFM
字号:
object Form1: TForm1
  Left = 201
  Top = 144
  Width = 721
  Height = 301
  Caption = #25945#23398#36719#20214
  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 = 392
    Top = 16
    Width = 24
    Height = 13
    Caption = #23398#21495
  end
  object Label2: TLabel
    Left = 392
    Top = 56
    Width = 24
    Height = 13
    Caption = #22995#21517
  end
  object Label3: TLabel
    Left = 392
    Top = 96
    Width = 24
    Height = 13
    Caption = #24615#21035
  end
  object Label4: TLabel
    Left = 392
    Top = 128
    Width = 24
    Height = 13
    Caption = #31821#36143
  end
  object Label5: TLabel
    Left = 392
    Top = 160
    Width = 48
    Height = 13
    Caption = #20986#29983#26085#26399
  end
  object Label6: TLabel
    Left = 544
    Top = 168
    Width = 12
    Height = 13
    Caption = #21040
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 16
    Width = 353
    Height = 233
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 424
    Top = 16
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 1
  end
  object Button1: TButton
    Left = 552
    Top = 16
    Width = 65
    Height = 25
    Caption = #26597#35810
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 624
    Top = 16
    Width = 75
    Height = 25
    Caption = #27169#31946#26597#35810
    TabOrder = 3
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 424
    Top = 56
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 4
  end
  object Button3: TButton
    Left = 552
    Top = 56
    Width = 65
    Height = 25
    Caption = #26597#35810
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 624
    Top = 56
    Width = 75
    Height = 25
    Caption = #27169#31946#26597#35810
    TabOrder = 6
    OnClick = Button4Click
  end
  object RadioButton1: TRadioButton
    Left = 432
    Top = 96
    Width = 41
    Height = 17
    Caption = #30007
    TabOrder = 7
  end
  object RadioButton2: TRadioButton
    Left = 488
    Top = 96
    Width = 41
    Height = 17
    Caption = #22899
    TabOrder = 8
  end
  object Button5: TButton
    Left = 552
    Top = 96
    Width = 65
    Height = 25
    Caption = #26597#35810
    TabOrder = 9
    OnClick = Button5Click
  end
  object ComboBox1: TComboBox
    Left = 424
    Top = 128
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 10
    Text = #27743#33487
    Items.Strings = (
      #27743#33487
      #19978#28023
      #23665#19996
      #27993#27743
      #28023#21335)
  end
  object Button6: TButton
    Left = 552
    Top = 128
    Width = 65
    Height = 25
    Caption = #26597#35810
    TabOrder = 11
    OnClick = Button6Click
  end
  object DateTimePicker1: TDateTimePicker
    Left = 448
    Top = 160
    Width = 89
    Height = 21
    CalAlignment = dtaLeft
    Date = 39153.4321097338
    Time = 39153.4321097338
    DateFormat = dfShort
    DateMode = dmComboBox
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    Kind = dtkDate
    ParseInput = False
    TabOrder = 12
  end
  object DateTimePicker2: TDateTimePicker
    Left = 560
    Top = 160
    Width = 89
    Height = 21
    CalAlignment = dtaLeft
    Date = 39153.4322482639
    Time = 39153.4322482639
    DateFormat = dfShort
    DateMode = dmComboBox
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    Kind = dtkDate
    ParseInput = False
    TabOrder = 13
  end
  object Button7: TButton
    Left = 648
    Top = 160
    Width = 65
    Height = 25
    Caption = #26597#35810
    TabOrder = 14
    OnClick = Button7Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 160
    Top = 48
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\'#25105#30340#31243#24207'\'#25945#23398'\'#25945#23398'.mdb;P' +
      'ersist Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 32
    Top = 48
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from '#23398#29983)
    Left = 96
    Top = 48
  end
end

⌨️ 快捷键说明

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