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

📄 unit4.dfm

📁 数据库管理
💻 DFM
字号:
object Form4: TForm4
  Left = 349
  Top = 169
  Width = 331
  Height = 388
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #27963#21160#31867#22411#35774#32622
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 321
    Height = 255
    Caption = 'Panel1'
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 319
      Height = 253
      Align = alClient
      DataSource = DataSource1
      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 = []
      Columns = <
        item
          Expanded = False
          FieldName = #31867#22411
          ReadOnly = True
          Visible = True
        end
        item
          Expanded = False
          FieldName = #20998#20540
          Visible = True
        end
        item
          Expanded = False
          FieldName = #27963#21160#20869#23481
          Visible = True
        end>
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 255
    Width = 321
    Height = 98
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 30
      Width = 36
      Height = 13
      Caption = #31867#22411#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 60
      Width = 36
      Height = 13
      Caption = #20998#20540#65306
    end
    object Label3: TLabel
      Left = 0
      Top = 8
      Width = 201
      Height = 13
      AutoSize = False
      Caption = #20998#20540#12289#27963#21160#20869#23481#21487#30452#25509#20462#25913#65306
    end
    object Edit1: TEdit
      Left = 56
      Top = 28
      Width = 89
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
    end
    object Button1: TButton
      Left = 160
      Top = 24
      Width = 75
      Height = 25
      Caption = #22686#21152
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 160
      Top = 56
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 2
      OnClick = Button2Click
    end
    object Edit2: TEdit
      Left = 56
      Top = 60
      Width = 89
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 3
    end
    object Button3: TButton
      Left = 240
      Top = 23
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 4
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 240
      Top = 56
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 5
      OnClick = Button4Click
    end
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'pingjia'
    TableName = #31867#22411
    Left = 48
    Top = 352
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 8
    Top = 344
  end
  object Table2: TTable
    DatabaseName = 'pingjia'
    TableName = #27963#21160#25104#32489#26597#35810
    Left = 104
    Top = 336
  end
end

⌨️ 快捷键说明

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