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

📄 unit1.~dfm

📁 可用于Excel、Access表间的相应字段的数据导入
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  BorderStyle = bsSingle
  Caption = #25968#25454#23548#20837#31243#24207
  ClientHeight = 277
  ClientWidth = 611
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  Visible = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 176
    Height = 21
    Caption = #26597#35810#34920#20013#30456#20851#23383#27573
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 104
    Width = 176
    Height = 21
    Caption = #26367#25442#34920#20013#30456#20851#23383#27573
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 416
    Top = 64
    Width = 57
    Height = 13
    Caption = #35760#24405#25968
  end
  object Label4: TLabel
    Left = 416
    Top = 144
    Width = 57
    Height = 13
    Caption = #35760#24405#25968
  end
  object Button1: TButton
    Left = 456
    Top = 216
    Width = 75
    Height = 25
    Caption = #23548#20837
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 40
    Top = 64
    Width = 105
    Height = 21
    Color = clSkyBlue
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 288
    Top = 64
    Width = 113
    Height = 21
    Color = clSkyBlue
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 40
    Top = 144
    Width = 105
    Height = 21
    Color = clSkyBlue
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 288
    Top = 144
    Width = 113
    Height = 21
    Color = clSkyBlue
    TabOrder = 4
  end
  object Edit5: TEdit
    Left = 472
    Top = 64
    Width = 73
    Height = 21
    Color = clSkyBlue
    TabOrder = 5
  end
  object Edit6: TEdit
    Left = 472
    Top = 144
    Width = 73
    Height = 21
    Color = clSkyBlue
    TabOrder = 6
  end
  object Edit7: TEdit
    Left = 160
    Top = 144
    Width = 113
    Height = 21
    TabOrder = 7
  end
  object Edit8: TEdit
    Left = 160
    Top = 64
    Width = 113
    Height = 21
    TabOrder = 8
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 258
    Width = 611
    Height = 19
    Panels = <
      item
        Text = #26174#31034#24403#21069#36827#24230#65306
        Width = 100
      end
      item
        Style = psOwnerDraw
        Width = 50
      end>
    SimplePanel = False
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=..\excel'#25968#25454'\Import.m' +
      'db;Persist Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 56
    Top = 176
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'Sheet1'
    Left = 104
    Top = 176
  end
  object ADOTable2: TADOTable
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'Sheet2'
    Left = 104
    Top = 224
  end
end

⌨️ 快捷键说明

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