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

📄 unit1.dfm

📁 delphi 自动生成 vb 数据窗体
💻 DFM
字号:
object Form1: TForm1
  Left = 255
  Top = 166
  Width = 696
  Height = 480
  Caption = 'Form1'
  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 Splitter1: TSplitter
    Left = 479
    Top = 0
    Width = 1
    Height = 453
    Cursor = crHSplit
    Align = alRight
  end
  object Panel1: TPanel
    Left = 480
    Top = 0
    Width = 208
    Height = 453
    Align = alRight
    Caption = 'Panel1'
    TabOrder = 0
    object Memo1: TMemo
      Left = 1
      Top = 1
      Width = 206
      Height = 451
      Align = alClient
      Lines.Strings = (
        'Memo1')
      TabOrder = 0
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 479
    Height = 453
    Align = alClient
    TabOrder = 1
    object Label1: TLabel
      Left = 176
      Top = 16
      Width = 51
      Height = 13
      Caption = #25968#25454#28304'  :  '
    end
    object Label2: TLabel
      Left = 8
      Top = 16
      Width = 91
      Height = 13
      Caption = #25968#25454#24211#31867#22411':      '
    end
    object Edit1: TEdit
      Left = 176
      Top = 32
      Width = 153
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object Button1: TButton
      Left = 336
      Top = 32
      Width = 41
      Height = 25
      Caption = #27983#35272
      TabOrder = 1
      OnClick = Button1Click
    end
    object ComboBox1: TComboBox
      Left = 24
      Top = 32
      Width = 121
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      Text = 'Microsoft Access'
      Items.Strings = (
        'Microsoft Access'
        'Paradox'
        'dBASE'
        'MS Sql')
    end
    object Edit2: TEdit
      Left = 160
      Top = 104
      Width = 145
      Height = 21
      TabOrder = 3
      Text = 'Edit2'
    end
    object Button2: TButton
      Left = 336
      Top = 104
      Width = 75
      Height = 25
      Caption = 'Button2'
      TabOrder = 4
      OnClick = Button2Click
    end
    object ComboBox2: TComboBox
      Left = 160
      Top = 128
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 5
      Text = 'ComboBox2'
      OnChange = ComboBox2Change
    end
    object ListBox1: TListBox
      Left = 104
      Top = 200
      Width = 113
      Height = 169
      ItemHeight = 13
      TabOrder = 6
    end
    object Button3: TButton
      Left = 232
      Top = 232
      Width = 25
      Height = 25
      Caption = '>>'
      TabOrder = 7
      OnClick = Button3Click
    end
    object ListBox2: TListBox
      Left = 288
      Top = 200
      Width = 113
      Height = 161
      ItemHeight = 13
      TabOrder = 8
    end
    object Button4: TButton
      Left = 232
      Top = 272
      Width = 25
      Height = 25
      Caption = '<<'
      TabOrder = 9
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 360
      Top = 144
      Width = 25
      Height = 33
      Caption = 'Button5'
      TabOrder = 10
      OnClick = Button5Click
    end
    object ComboBox3: TComboBox
      Left = 160
      Top = 160
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 11
      Text = 'ComboBox3'
    end
    object DBGrid1: TDBGrid
      Left = 208
      Top = 328
      Width = 193
      Height = 89
      DataSource = DataSource1
      TabOrder = 12
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object Od: TOpenDialog
    Left = 448
  end
  object ac: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Data ' +
      'Source=YUEQIONG'
    Provider = 'SQLOLEDB.1'
    Left = 448
    Top = 32
  end
  object Table1: TTable
    Active = True
    Filtered = True
    TableName = 'd:\'#25968#25454#24211'\jzmmc.dbf'
    TableType = ttFoxPro
    Left = 448
    Top = 64
  end
  object Se: TSession
    SessionName = '123'
    Left = 448
    Top = 96
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Data ' +
      'Source=YUEQIONG'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      
        'select name  from OPENDATASOURCE('#39'MSDASQL'#39','#39'DRIVER={SQL Server};' +
        'SERVER=yueqiong;UID=sa'#39').master.dbo.sysdatabases')
    Left = 448
    Top = 128
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 440
    Top = 168
  end
end

⌨️ 快捷键说明

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