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

📄 money_edit.dfm

📁 delphi的一个开发实例
💻 DFM
字号:
object frm_Money_Edit: Tfrm_Money_Edit
  Left = 302
  Top = 307
  Width = 322
  Height = 179
  BorderIcons = [biSystemMenu]
  Caption = #12304#26399#21021'.'#12290#12290#24212#25910#24212#20184#12305
  Color = clSkyBlue
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 314
    Height = 152
    Align = alClient
    Color = clSkyBlue
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 138
      Top = 117
      Width = 80
      Height = 22
      Caption = #30830#23450
    end
    object SpeedButton2: TSpeedButton
      Left = 223
      Top = 118
      Width = 80
      Height = 22
      Caption = #21462#28040
      OnClick = SpeedButton2Click
    end
    object Panel2: TPanel
      Left = 1
      Top = 1
      Width = 312
      Height = 34
      Align = alTop
      Color = clSkyBlue
      TabOrder = 0
    end
    object GroupBox1: TGroupBox
      Left = 9
      Top = 36
      Width = 300
      Height = 72
      TabOrder = 1
      object LabeledEdit1: TLabeledEdit
        Left = 122
        Top = 14
        Width = 173
        Height = 22
        EditLabel.Width = 70
        EditLabel.Height = 14
        EditLabel.Caption = #24212#25910#37329#39069#65306
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 0
      end
      object LabeledEdit2: TLabeledEdit
        Left = 122
        Top = 42
        Width = 173
        Height = 22
        EditLabel.Width = 70
        EditLabel.Height = 14
        EditLabel.Caption = #24212#20184#37329#39069#65306
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 1
      end
    end
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = True
    Active = True
    ControlUseTrueXPStyle = True
    BtnRoundArc = 5
    BtnOutLineBorderColor = 7552000
    BtnInnerBorderMoveColor = 3257087
    BtnInnerBorderFocusColor = 15183500
    BtnSurfaceNormalColor = 16251903
    BtnSurfaceDownColor = 14608359
    BtnSurfaceBottomLineColor = 14608359
    BtnSurfaceDownBottomLineColor = 15199215
    RdoChkControlChkColor = 41472
    ComboBoxChkColor = 9201994
    ComboboxSurfaceMoveColor = 16771030
    ControlDisabledBorderColor = 11913158
    Left = 72
    Top = 96
  end
end

⌨️ 快捷键说明

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