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

📄 maintain.dfm

📁 停车场用
💻 DFM
字号:
object MaintainForm: TMaintainForm
  Left = 244
  Top = 103
  Width = 413
  Height = 363
  Caption = '用户帐号维护'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object m_CurGBox: TGroupBox
    Left = 38
    Top = 7
    Width = 338
    Height = 177
    Caption = '当前用户原始资料'
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    object m_UserNameLabel: TLabel
      Left = 13
      Top = 78
      Width = 48
      Height = 12
      Caption = '车主名称'
      Font.Charset = GB2312_CHARSET
      Font.Color = clTeal
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_CarTagLabel: TLabel
      Left = 13
      Top = 52
      Width = 48
      Height = 12
      Caption = '车牌号码'
      Font.Charset = GB2312_CHARSET
      Font.Color = clTeal
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_UserTypeLabel: TLabel
      Left = 13
      Top = 26
      Width = 48
      Height = 12
      Caption = '用户类别'
      Font.Charset = GB2312_CHARSET
      Font.Color = clTeal
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_HolderNoLabel: TLabel
      Left = 174
      Top = 26
      Width = 48
      Height = 12
      Caption = '用户编号'
      Font.Charset = GB2312_CHARSET
      Font.Color = clTeal
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_CarTypeLabel: TLabel
      Left = 174
      Top = 52
      Width = 48
      Height = 12
      Caption = '车辆型号'
      Font.Charset = GB2312_CHARSET
      Font.Color = clTeal
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_CardStateLabel: TLabel
      Left = 174
      Top = 103
      Width = 48
      Height = 12
      Caption = '用户状态'
      Font.Charset = GB2312_CHARSET
      Font.Color = clTeal
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_CardNoLabel: TLabel
      Left = 13
      Top = 103
      Width = 48
      Height = 12
      Caption = '卡片号码'
      Font.Charset = GB2312_CHARSET
      Font.Color = clTeal
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_BeginDateLabel: TLabel
      Left = 13
      Top = 129
      Width = 48
      Height = 12
      Caption = '生效日期'
      Font.Charset = GB2312_CHARSET
      Font.Color = clTeal
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_EndDateLabel: TLabel
      Left = 174
      Top = 129
      Width = 48
      Height = 12
      Caption = '截止日期'
      Font.Charset = GB2312_CHARSET
      Font.Color = clTeal
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_MoneyLabel: TLabel
      Left = 13
      Top = 157
      Width = 48
      Height = 12
      Caption = '帐上余额'
      Font.Charset = GB2312_CHARSET
      Font.Color = clTeal
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_UserNameEdit: TEdit
      Left = 65
      Top = 72
      Width = 260
      Height = 18
      AutoSize = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 4
    end
    object m_CarTagEdit: TEdit
      Left = 65
      Top = 46
      Width = 100
      Height = 18
      AutoSize = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 2
    end
    object m_UserTypeEdit: TEdit
      Left = 65
      Top = 20
      Width = 100
      Height = 18
      AutoSize = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
    end
    object m_HolderNoEdit: TEdit
      Left = 225
      Top = 20
      Width = 100
      Height = 18
      AutoSize = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 1
    end
    object m_CarTypeEdit: TEdit
      Left = 225
      Top = 46
      Width = 100
      Height = 18
      AutoSize = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 3
    end
    object m_StateEdit: TEdit
      Left = 225
      Top = 97
      Width = 100
      Height = 18
      AutoSize = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 6
    end
    object m_CardNoEdit: TEdit
      Left = 65
      Top = 97
      Width = 100
      Height = 18
      AutoSize = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 5
    end
    object m_BeginDateEdit: TEdit
      Left = 65
      Top = 123
      Width = 100
      Height = 18
      AutoSize = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 7
    end
    object m_EndDateEdit: TEdit
      Left = 225
      Top = 123
      Width = 100
      Height = 18
      AutoSize = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 8
    end
    object m_MoneyEdit: TEdit
      Left = 65
      Top = 149
      Width = 100
      Height = 18
      AutoSize = False
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 9
      Text = '12'
    end
  end
  object m_CloseBut: TBitBtn
    Left = 243
    Top = 291
    Width = 85
    Height = 35
    Caption = '取消(&C)'
    ModalResult = 2
    TabOrder = 2
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      333333333333333333333333000033338833333333333333333F333333333333
      0000333911833333983333333388F333333F3333000033391118333911833333
      38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
      911118111118333338F3338F833338F3000033333911111111833333338F3338
      3333F8330000333333911111183333333338F333333F83330000333333311111
      8333333333338F3333383333000033333339111183333333333338F333833333
      00003333339111118333333333333833338F3333000033333911181118333333
      33338333338F333300003333911183911183333333383338F338F33300003333
      9118333911183333338F33838F338F33000033333913333391113333338FF833
      38F338F300003333333333333919333333388333338FFF830000333333333333
      3333333333333333333888330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object m_OkBut: TBitBtn
    Left = 114
    Top = 291
    Width = 85
    Height = 35
    Caption = '确认(&O)'
    Default = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = m_OkButClick
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333330000333333333333333333333333F33333333333
      00003333344333333333333333388F3333333333000033334224333333333333
      338338F3333333330000333422224333333333333833338F3333333300003342
      222224333333333383333338F3333333000034222A22224333333338F338F333
      8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
      33333338F83338F338F33333000033A33333A222433333338333338F338F3333
      0000333333333A222433333333333338F338F33300003333333333A222433333
      333333338F338F33000033333333333A222433333333333338F338F300003333
      33333333A222433333333333338F338F00003333333333333A22433333333333
      3338F38F000033333333333333A223333333333333338F830000333333333333
      333A333333333333333338330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object m_NewGBox: TGroupBox
    Left = 6
    Top = 190
    Width = 394
    Height = 84
    Caption = '更新资料'
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object m_NewBeginLabel: TLabel
      Tag = 104
      Left = 9
      Top = 61
      Width = 66
      Height = 12
      Caption = '生效日期(&B)'
      FocusControl = m_NewBeginDTP
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_NewEndLabel: TLabel
      Tag = 106
      Left = 202
      Top = 59
      Width = 66
      Height = 12
      Caption = '截止日期(&E)'
      FocusControl = m_NewEndDTP
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_NewMoneyLabel: TLabel
      Tag = 102
      Left = 206
      Top = 26
      Width = 90
      Height = 12
      Caption = '追加金额(元)(&M)'
      FocusControl = m_NewMoneyEdit
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_NewCardNoLabel: TLabel
      Tag = 100
      Left = 9
      Top = 27
      Width = 66
      Height = 12
      Caption = '卡片号码(&D)'
      FocusControl = m_NewCardNoCoBox
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object m_NewMoneyEdit: TEdit
      Tag = 103
      Left = 298
      Top = 18
      Width = 86
      Height = 20
      Color = clWhite
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      Text = '9876.00'
    end
    object m_NewEndDTP: TDateTimePicker
      Tag = 107
      Left = 269
      Top = 51
      Width = 116
      Height = 20
      CalAlignment = dtaLeft
      Date = 37330.4650472222
      Time = 37330.4650472222
      DateFormat = dfLong
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 1
    end
    object m_NewBeginDTP: TDateTimePicker
      Tag = 105
      Left = 77
      Top = 53
      Width = 116
      Height = 20
      CalAlignment = dtaLeft
      Date = 37330.4650472222
      Time = 37330.4650472222
      DateFormat = dfLong
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 2
    end
    object m_NewCardNoCoBox: TComboBox
      Tag = 101
      Left = 76
      Top = 22
      Width = 118
      Height = 20
      DropDownCount = 16
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ItemHeight = 12
      ParentFont = False
      TabOrder = 3
      Text = 'm_NewCardNoCoBox'
    end
  end
end

⌨️ 快捷键说明

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