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

📄 unit2.dfm

📁 本人生产实习的内容
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        Width = 129
        Height = 25
        AutoSize = False
        Caption = #36755#20837#20010#20154#32534#21495
      end
      object Label6: TLabel
        Left = 160
        Top = 232
        Width = 72
        Height = 13
        AutoSize = False
        Caption = #24037#36164#32479#35745
      end
      object Label7: TLabel
        Left = 456
        Top = 168
        Width = 41
        Height = 13
        AutoSize = False
        Caption = #22791#27880
      end
      object DBGrid3: TDBGrid
        Left = 64
        Top = 16
        Width = 529
        Height = 137
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
        Visible = False
      end
      object Edit2: TEdit
        Left = 256
        Top = 192
        Width = 145
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 1
      end
      object Button3: TButton
        Left = 160
        Top = 288
        Width = 75
        Height = 25
        Caption = #25552#20132
        TabOrder = 2
        OnClick = Button3Click
      end
      object Edit6: TEdit
        Left = 256
        Top = 232
        Width = 145
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 3
      end
      object Memo1: TMemo
        Left = 464
        Top = 192
        Width = 185
        Height = 89
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        Lines.Strings = (
          '')
        TabOrder = 4
      end
      object Button15: TButton
        Left = 280
        Top = 288
        Width = 75
        Height = 25
        Caption = #37325#32622
        TabOrder = 5
        OnClick = Button15Click
      end
      object Button16: TButton
        Left = 392
        Top = 288
        Width = 75
        Height = 25
        Caption = #36864#20986
        TabOrder = 6
        OnClick = Button16Click
      end
    end
    object TabSheet7: TTabSheet
      Caption = #20449#24687#32500#25252
      ImageIndex = 6
      object GroupBox1: TGroupBox
        Left = 88
        Top = 48
        Width = 401
        Height = 193
        Caption = #25805#20316#36873#25321
        TabOrder = 0
        object RadioButton1: TRadioButton
          Left = 120
          Top = 40
          Width = 113
          Height = 17
          Caption = #20449#24687#22686#21152
          TabOrder = 0
          TabStop = True
        end
        object RadioButton2: TRadioButton
          Left = 120
          Top = 88
          Width = 113
          Height = 17
          Caption = #20449#24687#20462#25913
          TabOrder = 1
          TabStop = True
        end
        object RadioButton3: TRadioButton
          Left = 120
          Top = 136
          Width = 113
          Height = 17
          Caption = #20449#24687#21024#38500
          TabOrder = 2
          TabStop = True
        end
      end
      object Button7: TButton
        Left = 200
        Top = 272
        Width = 105
        Height = 25
        Caption = #28857#36825#36827#34892#25805#20316
        TabOrder = 1
        OnClick = Button7Click
      end
    end
    object TabSheet8: TTabSheet
      Caption = #21592#24037#20449#24687#32479#35745
      ImageIndex = 7
      object Button22: TButton
        Left = 256
        Top = 232
        Width = 75
        Height = 25
        Caption = #26597#30475
        TabOrder = 0
        OnClick = Button22Click
      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 = 4
    Top = 40
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    MasterSource = DataSource1
    TableName = 'ygb'
    Left = 36
    Top = 40
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select *'
      'from ygb')
    Left = 100
    Top = 40
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 68
    Top = 40
  end
  object ADOTable2: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    MasterSource = DataSource2
    TableName = 'salary'
    Left = 52
    Top = 120
  end
  object ADOQuery2: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select *'
      'from salary')
    Left = 84
    Top = 120
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery2
    Left = 4
    Top = 120
  end
  object ADOTable3: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    MasterSource = DataSource2
    TableName = 'dept'
    Left = 4
    Top = 80
  end
  object ADOQuery3: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from dept')
    Left = 84
    Top = 80
  end
  object DataSource3: TDataSource
    DataSet = ADOQuery3
    Left = 44
    Top = 80
  end
  object ADOTable4: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'kaoqin'
    Left = 4
    Top = 160
  end
  object ADOQuery4: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    DataSource = Form7.DataSource4
    Parameters = <>
    SQL.Strings = (
      'select * from kaoqin')
    Left = 52
    Top = 152
  end
  object DataSource4: TDataSource
    DataSet = ADOQuery4
    Left = 92
    Top = 160
  end
  object DataSource5: TDataSource
    DataSet = ADOQuery5
    Left = 4
    Top = 200
  end
  object ADOTable5: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'qingjia'
    Left = 44
    Top = 200
  end
  object ADOQuery5: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from qingjia')
    Left = 84
    Top = 200
  end
  object ADOTable6: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'salary'
    Left = 516
    Top = 64
  end
  object ADOQuery6: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from salary')
    Left = 572
    Top = 56
  end
  object DataSource6: TDataSource
    DataSet = ADOQuery6
    Left = 548
    Top = 112
  end
  object ADOTable7: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'dept'
    Left = 620
    Top = 96
  end
  object ADOQuery7: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from dept')
    Left = 628
    Top = 160
  end
  object DataSource7: TDataSource
    DataSet = ADOQuery7
    Left = 636
    Top = 208
  end
  object MainMenu1: TMainMenu
    Left = 640
    Top = 65528
    object N1: TMenuItem
      Caption = #31995#32479
      object N2: TMenuItem
        Caption = #23494#30721#20462#25913
        OnClick = N2Click
      end
      object N3: TMenuItem
        Caption = #25171#21360
        OnClick = N3Click
      end
      object N4: TMenuItem
        Caption = #36864#20986
        OnClick = N4Click
      end
    end
    object N5: TMenuItem
      Caption = #24110#21161
      OnClick = N5Click
    end
  end
end

⌨️ 快捷键说明

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