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

📄 unit7.dfm

📁 能够动态的实现数据库表的创建
💻 DFM
字号:
object alertcount: Talertcount
  Left = 212
  Top = 103
  Width = 457
  Height = 379
  Caption = #23398#29983#25104#32489#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 449
    Height = 345
    Align = alClient
    Color = clMoneyGreen
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label2: TLabel
      Left = 32
      Top = 224
      Width = 52
      Height = 16
      Caption = #23398'  '#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label3: TLabel
      Left = 256
      Top = 224
      Width = 52
      Height = 16
      Caption = #22995'  '#21517
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label4: TLabel
      Left = 16
      Top = 256
      Width = 68
      Height = 16
      Caption = #25152#23398#35838#31243
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label5: TLabel
      Left = 256
      Top = 256
      Width = 52
      Height = 16
      Caption = #25104'  '#32489
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label6: TLabel
      Left = 240
      Top = 192
      Width = 68
      Height = 16
      Caption = #25152#23398#19987#19994
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label1: TLabel
      Left = 16
      Top = 192
      Width = 68
      Height = 16
      Caption = #25152#22312#23398#38498
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object DBGrid1: TDBGrid
      Left = 8
      Top = 8
      Width = 433
      Height = 161
      DataSource = DataSource4
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      OnDblClick = DBGrid1DblClick
    end
    object Edit1: TEdit
      Left = 96
      Top = 224
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit2: TEdit
      Left = 320
      Top = 224
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object Edit3: TEdit
      Left = 320
      Top = 256
      Width = 121
      Height = 21
      TabOrder = 3
    end
    object Button1: TButton
      Left = 88
      Top = 296
      Width = 75
      Height = 33
      Caption = #30830#35748
      TabOrder = 4
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 296
      Top = 296
      Width = 75
      Height = 33
      Caption = #36820#22238
      TabOrder = 5
      OnClick = Button2Click
    end
    object DBLookupComboBox2: TDBLookupComboBox
      Left = 320
      Top = 192
      Width = 121
      Height = 21
      KeyField = #31995#21517#31216
      ListSource = DataSource2
      TabOrder = 6
      OnCloseUp = DBLookupComboBox2CloseUp
    end
    object DBLookupComboBox3: TDBLookupComboBox
      Left = 96
      Top = 256
      Width = 121
      Height = 21
      KeyField = #35838#31243#21517#31216
      ListSource = DataSource3
      TabOrder = 7
    end
    object DBLookupComboBox1: TDBLookupComboBox
      Left = 96
      Top = 192
      Width = 121
      Height = 21
      KeyField = #23398#38498#21517#31216
      ListSource = DataSource1
      TabOrder = 8
      OnCloseUp = DBLookupComboBox1CloseUp
    end
  end
  object ADOQuery2: TADOQuery
    Active = True
    Connection = Form2.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select distinct '#31995#21517#31216' from  '#38498#31995)
    Left = 176
    Top = 96
  end
  object ADOQuery3: TADOQuery
    Active = True
    Connection = Form2.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select '#35838#31243#21517#31216' from '#35838#31243)
    Left = 72
    Top = 64
  end
  object ADOQuery4: TADOQuery
    Connection = Form2.ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'select * from +DBLookupComboBox2.keyvalue+')
    Left = 72
    Top = 96
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery2
    Left = 224
    Top = 96
  end
  object DataSource3: TDataSource
    DataSet = ADOQuery3
    Left = 104
    Top = 64
  end
  object DataSource4: TDataSource
    DataSet = ADOQuery4
    Left = 104
    Top = 104
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = Form2.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select distinct '#23398#38498#21517#31216' from  '#38498#31995)
    Left = 176
    Top = 56
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 224
    Top = 56
  end
end

⌨️ 快捷键说明

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