unitmodifypwd.dfm

来自「绿色衡器称重系统(串口)」· DFM 代码 · 共 111 行

DFM
111
字号
object frmModifyPWD: TfrmModifyPWD
  Left = 359
  Top = 261
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #29992#25143#23494#30721#20462#25913
  ClientHeight = 152
  ClientWidth = 243
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 243
    Height = 152
    Align = alClient
    TabOrder = 0
    object Label2: TLabel
      Left = 22
      Top = 49
      Width = 46
      Height = 13
      Caption = #26032#23494#30721':'
    end
    object Label3: TLabel
      Left = 9
      Top = 78
      Width = 59
      Height = 13
      Caption = #30830#35748#23494#30721':'
    end
    object Label1: TLabel
      Left = 22
      Top = 20
      Width = 46
      Height = 13
      Caption = #26087#23494#30721':'
    end
    object edtNPWD: TEdit
      Left = 67
      Top = 45
      Width = 165
      Height = 21
      PasswordChar = '*'
      TabOrder = 0
    end
    object edtNPWDC: TEdit
      Left = 67
      Top = 74
      Width = 165
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object BitBtn1: TBitBtn
      Left = 46
      Top = 110
      Width = 63
      Height = 25
      Caption = #30830#23450
      TabOrder = 2
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 136
      Top = 110
      Width = 63
      Height = 25
      Caption = #21462#28040
      TabOrder = 3
      OnClick = BitBtn2Click
    end
    object edtOPWD: TEdit
      Left = 67
      Top = 16
      Width = 164
      Height = 21
      PasswordChar = '*'
      TabOrder = 4
    end
  end
  object adoQuery: TADOQuery
    Connection = adoConn
    Parameters = <>
    Left = 170
    Top = 120
  end
  object adoConn: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=weight.mdb;Persist ' +
      'Security Info=False'
    KeepConnection = False
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 198
    Top = 120
  end
end

⌨️ 快捷键说明

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