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

📄 bjkcunit.dfm

📁 《delphi 7.0_8.0课程设计与系统开发案例》随书代码
💻 DFM
字号:
object Form3: TForm3
  Left = 170
  Top = 183
  Width = 500
  Height = 257
  Caption = #19987#19994#29677#32423#21517#31216#32534#36753#31383#20307
  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 Label1: TLabel
    Left = 136
    Top = 8
    Width = 250
    Height = 25
    Caption = #19987#19994#29677#32423#21517#31216#32534#36753#31383#20307
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -24
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 40
    Width = 457
    Height = 169
    Caption = #19987#19994#29677#32423#21517#31216#32534#36753#25805#20316
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label2: TLabel
      Left = 50
      Top = 36
      Width = 70
      Height = 14
      Caption = #35831#36873#25321#23398#38498
    end
    object Label3: TLabel
      Left = 48
      Top = 72
      Width = 84
      Height = 14
      Caption = #19987#19994#29677#32423#36755#20837
    end
    object SpeedButton1: TSpeedButton
      Left = 48
      Top = 128
      Width = 121
      Height = 22
      Caption = #22686#21152#19987#19994#29677#32423
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 168
      Top = 128
      Width = 121
      Height = 22
      Caption = #21024#38500#19987#19994#29677#32423
      OnClick = SpeedButton2Click
    end
    object SpeedButton3: TSpeedButton
      Left = 288
      Top = 128
      Width = 121
      Height = 22
      Caption = #30830#35748#32534#36753#25805#20316
      OnClick = SpeedButton3Click
    end
    object DBEdit1: TDBEdit
      Left = 168
      Top = 72
      Width = 201
      Height = 22
      DataField = #19987#19994#29677#32423
      DataSource = DataSource2
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object DBLookupComboBox1: TDBLookupComboBox
      Left = 168
      Top = 32
      Width = 201
      Height = 22
      DataField = #23398#38498
      DataSource = DataSource2
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      KeyField = #23398#38498#21517#31216
      ListField = #23398#38498#21517#31216
      ListSource = DataSource1
      TabOrder = 1
    end
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 440
  end
  object Table1: TTable
    Active = True
    TableName = #23398#38498'.db'
    Left = 400
    object Table1BDEDesigner: TStringField
      FieldName = #23398#38498#21517#31216
      Size = 30
    end
    object Table1BDEDesigner2: TFloatField
      FieldName = #22242#21592#24635#25968
    end
  end
  object Table2: TTable
    Active = True
    TableName = #19987#19994#29677#32423'.db'
    Left = 400
    Top = 40
    object Table2BDEDesigner: TStringField
      FieldName = #19987#19994#29677#32423
    end
    object Table2BDEDesigner2: TStringField
      FieldName = #23398#38498
    end
    object Table2BDEDesigner3: TFloatField
      FieldName = #22242#21592#20154#25968
    end
  end
  object DataSource2: TDataSource
    DataSet = Table2
    Left = 440
    Top = 40
  end
end

⌨️ 快捷键说明

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