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

📄 inputmoneyunit.~dfm

📁 很好地delphi书籍源码
💻 ~DFM
字号:
object GetMoneyForm: TGetMoneyForm
  Left = 317
  Top = 184
  BorderStyle = bsDialog
  ClientHeight = 192
  ClientWidth = 314
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object TitelLabel: TLabel
    Left = 32
    Top = 44
    Width = 175
    Height = 29
    Caption = #28040#36153#37329#39069'('#20803')'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -29
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label1: TLabel
    Left = 32
    Top = 8
    Width = 133
    Height = 19
    Caption = #25509#25910#37329#39069#19981#36229#36807
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsItalic]
    ParentFont = False
  end
  object MaskEdit1: TMaskEdit
    Left = 36
    Top = 84
    Width = 245
    Height = 43
    AutoSelect = False
    BevelInner = bvLowered
    EditMask = '!9990.00;1;'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -35
    Font.Name = #23435#20307
    Font.Style = []
    MaxLength = 7
    ParentFont = False
    TabOrder = 0
    Text = '    .  '
  end
  object BitBtn1: TBitBtn
    Left = 170
    Top = 152
    Width = 75
    Height = 25
    Caption = #21462#28040
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    Kind = bkIgnore
  end
  object BitBtn2: TBitBtn
    Left = 68
    Top = 152
    Width = 75
    Height = 25
    Caption = #30830#23450
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    Kind = bkOK
  end
  object ComboBox1: TComboBox
    Left = 176
    Top = 8
    Width = 105
    Height = 24
    ItemHeight = 16
    TabOrder = 3
    Text = #30334#20803
    OnChange = ComboBox1Change
    Items.Strings = (
      #30334#20803
      #21315#20803
      #19975#20803
      #21313#19975#20803)
  end
end

⌨️ 快捷键说明

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