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

📄 unit4.dfm

📁 第一次尝试开发数据库方面的系统
💻 DFM
字号:
object Form4: TForm4
  Left = 264
  Top = 126
  Width = 696
  Height = 474
  Caption = 'Form4'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 184
    Top = 8
    Width = 243
    Height = 37
    Align = alCustom
    Caption = #35835#32773#20449#24687#26597#35810'       '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 512
    Top = 16
    Width = 48
    Height = 20
    Caption = 'Label3'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 2
    Top = 176
    Width = 681
    Height = 265
    DataSource = DM.dzhDataSource
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 3
    Top = 56
    Width = 682
    Height = 113
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 48
      Height = 13
      Caption = #35835#32773#21495#65306
    end
    object Label4: TLabel
      Left = 208
      Top = 16
      Width = 36
      Height = 13
      Caption = #22995#21517#65306
    end
    object Label5: TLabel
      Left = 392
      Top = 16
      Width = 60
      Height = 13
      Caption = #26377#25928#26399#38480#65306
    end
    object Label6: TLabel
      Left = 8
      Top = 56
      Width = 60
      Height = 13
      Caption = #24050#20511#25968#37327#65306
    end
    object Label7: TLabel
      Left = 200
      Top = 64
      Width = 60
      Height = 13
      Caption = #32602#27454#37329#39069#65306
    end
    object DBImage1: TDBImage
      Left = 585
      Top = 8
      Width = 90
      Height = 97
      DataSource = DM.brDataSource
      TabOrder = 0
    end
    object DBEdit1: TDBEdit
      Left = 72
      Top = 16
      Width = 121
      Height = 21
      DataSource = DM.dzhDataSource
      TabOrder = 1
    end
    object DBEdit2: TDBEdit
      Left = 264
      Top = 16
      Width = 121
      Height = 21
      DataSource = DM.brDataSource
      TabOrder = 2
    end
    object DBEdit3: TDBEdit
      Left = 456
      Top = 16
      Width = 121
      Height = 21
      DataSource = DM.brDataSource
      TabOrder = 3
    end
    object DBEdit4: TDBEdit
      Left = 72
      Top = 56
      Width = 121
      Height = 21
      DataSource = DM.brDataSource
      TabOrder = 4
    end
    object DBEdit5: TDBEdit
      Left = 264
      Top = 56
      Width = 121
      Height = 21
      DataSource = DM.brDataSource
      TabOrder = 5
    end
  end
end

⌨️ 快捷键说明

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