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

📄 unit15.dfm

📁 玉龙飞雪进销存管理系统,可以帮您管理进销存的软件
💻 DFM
字号:
object Formmix: TFormmix
  Left = 266
  Top = 187
  Width = 264
  Height = 171
  Caption = #20462#25913#26435#38480
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 22
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #21407#29992#25143#21517#31216
  end
  object Label2: TLabel
    Left = 17
    Top = 70
    Width = 72
    Height = 13
    AutoSize = False
    Caption = #21407#29992#25143#23494#30721
  end
  object SpeedButton1: TSpeedButton
    Left = 16
    Top = 111
    Width = 73
    Height = 21
    Caption = #20462'    '#25913
    Flat = True
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 152
    Top = 110
    Width = 81
    Height = 22
    Caption = #21462'     '#28040
    Flat = True
    OnClick = SpeedButton2Click
  end
  object DBEdit1: TDBEdit
    Left = 117
    Top = 16
    Width = 121
    Height = 21
    DataField = 'Name'
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 118
    Top = 70
    Width = 121
    Height = 21
    DataField = 'Password'
    DataSource = DataSource1
    TabOrder = 1
  end
  object Table1: TTable
    AutoCalcFields = False
    DatabaseName = 'mydb'
    TableName = 'pwd.DB'
    Left = 112
    Top = 104
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 96
    Top = 104
  end
end

⌨️ 快捷键说明

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