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

📄 price.dfm

📁 停车场用
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        Left = 47
        Top = 148
        Width = 90
        Height = 12
        Caption = '停车时间少于(&L)'
        FocusControl = m_NeverEdit
        Font.Charset = GB2312_CHARSET
        Font.Color = clNavy
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object m_NeverTimeLabel: TLabel
        Tag = 119
        Left = 211
        Top = 148
        Width = 66
        Height = 12
        Caption = '分钟 不收费'
        Font.Charset = GB2312_CHARSET
        Font.Color = clPurple
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object m_FirstTimeLabel: TLabel
        Tag = 100
        Left = 14
        Top = 25
        Width = 66
        Height = 12
        Caption = '停车时间(&F)'
        FocusControl = m_FirstTimeEdit
        Font.Charset = GB2312_CHARSET
        Font.Color = clNavy
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object m_SecondPriceLabel: TLabel
        Tag = 108
        Left = 141
        Top = 55
        Width = 78
        Height = 12
        Caption = '分钟 加收(元)'
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlue
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object m_SecondTimeLabel: TLabel
        Tag = 105
        Left = 14
        Top = 55
        Width = 66
        Height = 12
        Caption = '每过时间(&U)'
        FocusControl = m_SecondTimeEdit
        Font.Charset = GB2312_CHARSET
        Font.Color = clNavy
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object m_NightLabel: TLabel
        Tag = 114
        Left = 47
        Top = 118
        Width = 90
        Height = 12
        Caption = '过夜加收(元)(&G)'
        FocusControl = m_NightEdit
        Font.Charset = GB2312_CHARSET
        Font.Color = clNavy
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object m_PriceTextLabel: TLabel
        Tag = 111
        Left = 46
        Top = 87
        Width = 48
        Height = 12
        Alignment = taRightJustify
        Caption = '每次收费'
        Font.Charset = GB2312_CHARSET
        Font.Color = clMaroon
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object m_FirstPriceEdit: TEdit
        Tag = 104
        Left = 220
        Top = 16
        Width = 60
        Height = 20
        Color = clGreen
        Font.Charset = GB2312_CHARSET
        Font.Color = clWhite
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        Text = 'm_OncePriceEdit'
        OnChange = EditTextChange
      end
      object m_NeverEdit: TEdit
        Tag = 117
        Left = 139
        Top = 140
        Width = 50
        Height = 20
        Color = clGreen
        Font.Charset = GB2312_CHARSET
        Font.Color = clWhite
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 6
        Text = '0'
        OnChange = EditTextChange
      end
      object m_NeverUpDown: TUpDown
        Tag = 118
        Left = 189
        Top = 140
        Width = 17
        Height = 20
        Associate = m_NeverEdit
        Min = 0
        Max = 30000
        Position = 0
        TabOrder = 9
        Wrap = False
      end
      object m_FirstTimeEdit: TEdit
        Tag = 101
        Left = 81
        Top = 18
        Width = 40
        Height = 20
        Color = clGreen
        Font.Charset = GB2312_CHARSET
        Font.Color = clWhite
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        Text = '10000'
        OnChange = EditTextChange
      end
      object m_FirstUpDown: TUpDown
        Tag = 102
        Left = 121
        Top = 18
        Width = 17
        Height = 20
        Associate = m_FirstTimeEdit
        Min = 0
        Max = 10000
        Position = 10000
        TabOrder = 7
        Thousands = False
        Wrap = False
      end
      object m_SecondPriceEdit: TEdit
        Tag = 109
        Left = 220
        Top = 47
        Width = 60
        Height = 20
        Color = clGreen
        Font.Charset = GB2312_CHARSET
        Font.Color = clWhite
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        Text = 'm_OncePriceEdit'
        OnChange = EditTextChange
      end
      object m_SecondTimeEdit: TEdit
        Tag = 106
        Left = 81
        Top = 47
        Width = 40
        Height = 20
        Color = clGreen
        Font.Charset = GB2312_CHARSET
        Font.Color = clWhite
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
        Text = '10000'
        OnChange = EditTextChange
      end
      object m_SecondUpDown: TUpDown
        Tag = 107
        Left = 121
        Top = 47
        Width = 17
        Height = 20
        Associate = m_SecondTimeEdit
        Min = 0
        Max = 10000
        Position = 10000
        TabOrder = 8
        Thousands = False
        Wrap = False
      end
      object m_NightEdit: TEdit
        Tag = 115
        Left = 139
        Top = 110
        Width = 65
        Height = 20
        Color = clGreen
        Font.Charset = GB2312_CHARSET
        Font.Color = clWhite
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 5
        Text = '05.21'
        OnChange = EditTextChange
      end
      object m_PriceEdit: TEdit
        Tag = 113
        Left = 139
        Top = 79
        Width = 65
        Height = 20
        Color = clGreen
        Font.Charset = GB2312_CHARSET
        Font.Color = clWhite
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 4
        Text = 'm_OncePriceEdit'
        OnChange = EditTextChange
      end
    end
  end
  object m_EditBut: TBitBtn
    Left = 143
    Top = 301
    Width = 80
    Height = 35
    Caption = '修改(&E)'
    TabOrder = 6
    OnClick = m_EditButClick
    Glyph.Data = {
      36010000424D3601000000000000760000002800000011000000100000000100
      040000000000C0000000CE0E0000C40E00001000000000000000000000000000
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
      8888800000008FFFFFFFFF088888800000008FEEEEEE00000800800000008FFF
      FFF0BFBFB00E800000008F0EEEE000FBFB0E800000008FF00F0FBFBFBF0E8000
      00008FE0B00000FBFB0E800000008FFF0FBFBFBFBF0E800000008FEEE0000000
      FB0E800000008FFFFF0B00BFB000800000008FEEEEE0B0000888800000008FFF
      FFFF0B0888888000000088F0F0F0F0B088888000000088707070700B08888000
      0000887070707080908880000000080808080888088880000000}
  end
  object m_StatusBar: TStatusBar
    Left = 0
    Top = 343
    Width = 564
    Height = 19
    Panels = <
      item
        Text = '设置状态'
        Width = 55
      end
      item
        Style = psOwnerDraw
        Width = 150
      end>
    SimplePanel = False
    OnDrawPanel = m_StatusBarDrawPanel
  end
end

⌨️ 快捷键说明

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