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

📄 unit7.~dfm

📁 本人生产实习的内容
💻 ~DFM
字号:
object Form7: TForm7
  Left = 336
  Top = 289
  Width = 696
  Height = 480
  Caption = #20449#24687#21024#38500
  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 PageControl1: TPageControl
    Left = 8
    Top = 16
    Width = 673
    Height = 433
    ActivePage = TabSheet1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #21592#24037#35760#24405#21024#38500
      object Label1: TLabel
        Left = 64
        Top = 32
        Width = 65
        Height = 25
        AutoSize = False
        Caption = #21592#24037#32534#21495
      end
      object Label2: TLabel
        Left = 64
        Top = 104
        Width = 121
        Height = 13
        AutoSize = False
        Caption = #35831#36873#25321#34920#21517
      end
      object Edit1: TEdit
        Left = 256
        Top = 32
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 0
      end
      object ComboBox1: TComboBox
        Left = 256
        Top = 96
        Width = 145
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        ItemHeight = 13
        TabOrder = 1
        Items.Strings = (
          #20840#37096
          #21592#24037#34920
          #24037#36164#34920
          #32771#21220#34920
          #35831#20551#34920)
      end
      object Button1: TButton
        Left = 112
        Top = 320
        Width = 75
        Height = 25
        Caption = #25552#20132
        TabOrder = 2
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 256
        Top = 320
        Width = 75
        Height = 25
        Caption = #37325#32622
        TabOrder = 3
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 408
        Top = 320
        Width = 75
        Height = 25
        Caption = #36820#22238
        TabOrder = 4
        OnClick = Button3Click
      end
    end
    object TabSheet2: TTabSheet
      Caption = #37096#38376#35760#24405#21024#38500
      ImageIndex = 1
      object Label3: TLabel
        Left = 144
        Top = 64
        Width = 72
        Height = 13
        AutoSize = False
        Caption = #37096#38376#32534#21495
      end
      object Edit2: TEdit
        Left = 248
        Top = 56
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 0
      end
      object Button4: TButton
        Left = 152
        Top = 208
        Width = 75
        Height = 25
        Caption = #25552#20132
        TabOrder = 1
        OnClick = Button4Click
      end
      object Button5: TButton
        Left = 272
        Top = 208
        Width = 75
        Height = 25
        Caption = #37325#32622
        TabOrder = 2
        OnClick = Button5Click
      end
      object Button6: TButton
        Left = 392
        Top = 208
        Width = 75
        Height = 25
        Caption = #36820#22238
        TabOrder = 3
        OnClick = Button6Click
      end
    end
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=renshi'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 36
    Top = 56
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'ygb'
    Left = 28
    Top = 144
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from ygb')
    Left = 20
    Top = 184
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 28
    Top = 104
  end
  object ADOTable2: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'salary'
    Left = 12
    Top = 248
  end
  object ADOQuery2: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from salary')
    Left = 20
    Top = 336
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery2
    Left = 12
    Top = 288
  end
  object ADOTable3: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'kaoqin'
    Left = 84
    Top = 56
  end
  object ADOQuery3: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from kaoqin')
    Left = 76
    Top = 96
  end
  object DataSource3: TDataSource
    DataSet = ADOQuery3
    Left = 84
    Top = 136
  end
  object ADOTable4: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'qingjia'
    Left = 84
    Top = 240
  end
  object ADOQuery4: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from qingjia')
    Left = 76
    Top = 336
  end
  object DataSource4: TDataSource
    DataSet = ADOQuery4
    Left = 76
    Top = 288
  end
  object ADOTable5: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'dept'
    Left = 532
    Top = 88
  end
  object ADOQuery5: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from dept')
    Left = 612
    Top = 88
  end
  object DataSource5: TDataSource
    DataSet = ADOQuery5
    Left = 540
    Top = 144
  end
end

⌨️ 快捷键说明

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