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

📄 unitcomcz.dfm

📁 一个音像租赁店铺的管理软件,可以维护影片库信息和会员信息,及日常业务的实现(出租/归还).这是我学delphi整一个月的纪念品,有些简单,不过我还是希望和大家分享一下我的成长历程.
💻 DFM
字号:
object frmComCZ: TfrmComCZ
  Left = 225
  Top = 113
  BorderStyle = bsDialog
  Caption = #19968#33324#31199#36161
  ClientHeight = 268
  ClientWidth = 400
  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 Label2: TLabel
    Left = 32
    Top = 176
    Width = 55
    Height = 13
    AutoSize = False
    Caption = #25276#37329
    FocusControl = DBEdit2
  end
  object Label3: TLabel
    Left = 32
    Top = 208
    Width = 55
    Height = 13
    AutoSize = False
    Caption = #22791#27880
    FocusControl = DBEdit3
  end
  object DBEdit2: TDBEdit
    Left = 96
    Top = 176
    Width = 55
    Height = 21
    AutoSelect = False
    DataField = #25276#37329
    DataSource = DM.ComCZDSrc
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 96
    Top = 208
    Width = 297
    Height = 21
    DataField = #22791#27880
    DataSource = DM.ComCZDSrc
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 2
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 385
    Height = 161
    Caption = #24433#29255#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 25
      Top = 29
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #24433#29255#21495
    end
    object Label4: TLabel
      Left = 25
      Top = 65
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #29255#21517
    end
    object Label5: TLabel
      Left = 25
      Top = 97
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #38656#35201#25276#37329
    end
    object Label6: TLabel
      Left = 25
      Top = 128
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #26085#31199#37329
    end
    object DBEdit4: TDBEdit
      Left = 88
      Top = 64
      Width = 199
      Height = 21
      DataField = #29255#21517
      DataSource = DM.AllFilmDSrc
      Enabled = False
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
    end
    object DBEdit1: TDBEdit
      Left = 88
      Top = 28
      Width = 89
      Height = 21
      DataField = #24433#29255#21495
      DataSource = DM.ComCZDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 2
    end
    object ComboBox1: TComboBox
      Left = 88
      Top = 28
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      TabOrder = 0
      OnSelect = ComboBox1Select
    end
    object DBEdit6: TDBEdit
      Left = 88
      Top = 96
      Width = 121
      Height = 21
      DataField = #38656#35201#25276#37329
      DataSource = DM.AllFilmDSrc
      Enabled = False
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 3
    end
    object DBEdit7: TDBEdit
      Left = 88
      Top = 128
      Width = 121
      Height = 21
      DataField = #26085#31199#37329
      DataSource = DM.AllFilmDSrc
      Enabled = False
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 4
    end
  end
  object Button1: TButton
    Left = 320
    Top = 240
    Width = 75
    Height = 25
    Caption = #20986#31199
    TabOrder = 3
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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