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

📄 edit_pass.~dfm

📁 品质管理系统:delphi+sql实现了制造企业在生产过程中对产品质量的控制
💻 ~DFM
字号:
object edit_pas: Tedit_pas
  Left = 253
  Top = 89
  Width = 250
  Height = 265
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #20462#25913#23494#30908
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 19
    Top = 25
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #29992#25142#32232#34399':'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 19
    Top = 65
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #29992#25142#23494#30908':'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 19
    Top = 105
    Width = 74
    Height = 17
    AutoSize = False
    Caption = #26032#35373#23494#30908':'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 19
    Top = 145
    Width = 70
    Height = 17
    AutoSize = False
    Caption = #37325#36664#23494#30908':'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 88
    Top = 24
    Width = 85
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 88
    Top = 64
    Width = 85
    Height = 21
    PasswordChar = '#'
    TabOrder = 1
    Text = 'Edit2'
    OnKeyPress = Edit2KeyPress
  end
  object Edit3: TEdit
    Left = 88
    Top = 104
    Width = 85
    Height = 21
    PasswordChar = '#'
    TabOrder = 2
    Text = 'Edit3'
    OnKeyPress = Edit3KeyPress
  end
  object Edit4: TEdit
    Left = 88
    Top = 144
    Width = 85
    Height = 21
    PasswordChar = '#'
    TabOrder = 3
    Text = 'Edit4'
    OnKeyPress = Edit4KeyPress
  end
  object Button1: TButton
    Left = 34
    Top = 192
    Width = 65
    Height = 25
    Caption = #30906#23450
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 146
    Top = 192
    Width = 65
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
    OnClick = Button2Click
  end
  object Table1: TTable
    Active = True
    CachedUpdates = True
    DatabaseName = 'aa'
    TableName = 'dbo.US'
    Left = 184
    Top = 112
  end
  object DataSource1: TDataSource
    Left = 192
    Top = 24
  end
end

⌨️ 快捷键说明

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