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

📄 unit7.dfm

📁 某个城市的工业区的污水处理
💻 DFM
字号:
object photonumber: Tphotonumber
  Left = 221
  Top = 74
  Width = 406
  Height = 463
  Caption = 'photonumber'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label5: TLabel
    Left = 88
    Top = 8
    Width = 217
    Height = 29
    Caption = #19979#20301#26426#21495#30721#35774#32622
    Font.Charset = GB2312_CHARSET
    Font.Color = clPurple
    Font.Height = -29
    Font.Name = #38582#20070
    Font.Style = [fsBold]
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 288
    Width = 369
    Height = 105
    Caption = 'GroupBox1'
    TabOrder = 2
    object Label1: TLabel
      Left = 24
      Top = 20
      Width = 60
      Height = 13
      Caption = #27969#37327#35745#32534#21495
      FocusControl = DBEdit1
    end
    object Label2: TLabel
      Left = 128
      Top = 20
      Width = 24
      Height = 13
      Caption = #20195#30721
      FocusControl = DBEdit2
    end
    object Label3: TLabel
      Left = 189
      Top = 20
      Width = 48
      Height = 13
      Caption = #30005#35805#21495#30721
      FocusControl = DBEdit3
    end
    object Label4: TLabel
      Left = 123
      Top = 60
      Width = 24
      Height = 13
      Caption = #21333#20301
      FocusControl = DBLookupComboBox1
    end
    object DBEdit1: TDBEdit
      Left = 24
      Top = 36
      Width = 64
      Height = 21
      DataField = #27969#37327#35745#32534#21495
      DataSource = DataSource1
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 120
      Top = 36
      Width = 40
      Height = 21
      DataField = #20195#30721
      DataSource = DataSource1
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 177
      Top = 36
      Width = 72
      Height = 21
      DataField = #30005#35805#21495#30721
      DataSource = DataSource1
      TabOrder = 2
    end
    object DBLookupComboBox1: TDBLookupComboBox
      Left = 24
      Top = 76
      Width = 225
      Height = 21
      DataField = #21333#20301
      DataSource = DataSource1
      ReadOnly = True
      TabOrder = 3
    end
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 56
    Width = 369
    Height = 225
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 24
    Top = 408
    Width = 340
    Height = 18
    DataSource = DataSource1
    TabOrder = 1
  end
  object Table1: TTable
    DatabaseName = 'tling'
    TableName = 'photonumber.DB'
    Left = 24
    Top = 128
    object Table1BDEDesigner: TSmallintField
      FieldName = #27969#37327#35745#32534#21495
    end
    object Table1BDEDesigner2: TStringField
      FieldName = #20195#30721
      Size = 6
    end
    object Table1BDEDesigner3: TIntegerField
      FieldName = #30005#35805#21495#30721
    end
    object Table1Field: TStringField
      FieldKind = fkLookup
      FieldName = #21333#20301
      LookupDataSet = Table2
      LookupKeyFields = #20195#30721
      LookupResultField = #20225#19994#21517#31216
      KeyFields = #20195#30721
      Size = 30
      Lookup = True
    end
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 56
    Top = 80
  end
  object Table2: TTable
    DatabaseName = 'tling'
    TableName = 'flowneter1.db'
    Left = 368
    Top = 72
  end
end

⌨️ 快捷键说明

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