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

📄 unitregist.dfm

📁 一个音像租赁店铺的管理软件,可以维护影片库信息和会员信息,及日常业务的实现(出租/归还).这是我学delphi整一个月的纪念品,有些简单,不过我还是希望和大家分享一下我的成长历程.
💻 DFM
字号:
object frmRegist: TfrmRegist
  Left = 240
  Top = 153
  BorderStyle = bsDialog
  Caption = #27880#20876#26032#20250#21592
  ClientHeight = 346
  ClientWidth = 488
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 208
    Top = 304
    Width = 123
    Height = 25
    Caption = #20445#23384#20449#24687#24182#32487#32493#28155#21152
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 352
    Top = 304
    Width = 123
    Height = 25
    Caption = #20445#23384#20449#24687#21518#20851#38381#31383#21475
    TabOrder = 1
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 473
    Height = 273
    Caption = #26032#20250#21592#20449#24687
    TabOrder = 2
    object Label1: TLabel
      Left = 40
      Top = 24
      Width = 36
      Height = 13
      Caption = #20250#21592#21495
      FocusControl = DBEdit1
    end
    object Label2: TLabel
      Left = 40
      Top = 64
      Width = 24
      Height = 13
      Caption = #22995#21517
      FocusControl = DBEdit2
    end
    object Label3: TLabel
      Left = 40
      Top = 104
      Width = 60
      Height = 13
      Caption = #36523#20221#35777#21495#30721
      FocusControl = DBEdit3
    end
    object Label4: TLabel
      Left = 40
      Top = 144
      Width = 24
      Height = 13
      Caption = #31181#31867
    end
    object Label5: TLabel
      Left = 40
      Top = 184
      Width = 48
      Height = 13
      Caption = #21487#29992#29255#27425
    end
    object Label6: TLabel
      Left = 40
      Top = 224
      Width = 24
      Height = 13
      Caption = #22791#27880
      FocusControl = DBEdit6
    end
    object Label7: TLabel
      Left = 216
      Top = 144
      Width = 36
      Height = 13
      Caption = #20837#20250#36153
    end
    object DBEdit1: TDBEdit
      Left = 112
      Top = 24
      Width = 134
      Height = 21
      DataField = #20250#21592#21495
      DataSource = DM.MenberDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 112
      Top = 64
      Width = 134
      Height = 21
      DataField = #22995#21517
      DataSource = DM.MenberDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 112
      Top = 104
      Width = 270
      Height = 21
      DataField = #36523#20221#35777#21495#30721
      DataSource = DM.MenberDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 2
    end
    object DBEdit6: TDBEdit
      Left = 112
      Top = 224
      Width = 339
      Height = 21
      DataField = #22791#27880
      DataSource = DM.MenberDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 3
    end
    object ComboBox1: TComboBox
      Left = 112
      Top = 144
      Width = 71
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      TabOrder = 4
      OnSelect = ComboBox1Select
    end
    object DBEdit7: TDBEdit
      Left = 280
      Top = 144
      Width = 101
      Height = 21
      DataField = #37329#39069
      DataSource = DM.TypeDSrc
      Enabled = False
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 5
    end
    object Edit1: TEdit
      Left = 112
      Top = 184
      Width = 69
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 6
    end
  end
end

⌨️ 快捷键说明

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