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

📄 pbeditpackdemo_unit.dfm

📁 Este es un componete que proporciona varios tipos de objetos para el TEdit, trae para capturar fecha
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object PBEditPackDemoForm: TPBEditPackDemoForm
  Left = 212
  Top = 105
  ActiveControl = PBBinHexEdit1
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'PBEditpack demo'
  ClientHeight = 367
  ClientWidth = 392
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Label2: TLabel
    Left = 57
    Top = 169
    Width = 83
    Height = 16
    Caption = 'PBNumEdit:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold, fsUnderline]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 146
    Top = 63
    Width = 101
    Height = 16
    Caption = 'PBBinHexEdit:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold, fsUnderline]
    ParentFont = False
  end
  object Bevel2: TBevel
    Left = 0
    Top = 158
    Width = 392
    Height = 2
    Shape = bsBottomLine
  end
  object Bevel3: TBevel
    Left = 0
    Top = 49
    Width = 392
    Height = 9
    Shape = bsBottomLine
  end
  object Bevel1: TBevel
    Left = 0
    Top = 280
    Width = 392
    Height = 9
    Shape = bsBottomLine
  end
  object Label4: TLabel
    Left = 57
    Top = 198
    Width = 97
    Height = 16
    Caption = 'PBSuperSpin:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold, fsUnderline]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 192
    Top = 261
    Width = 137
    Height = 16
    Caption = 'Decimals /ImageIndex:'
  end
  object Label1: TLabel
    Left = 2
    Top = 128
    Width = 62
    Height = 16
    Caption = 'BinLength:'
  end
  object Label6: TLabel
    Left = 277
    Top = 128
    Width = 64
    Height = 16
    Caption = 'HexLength'
  end
  object PBNumEdit1: TPBNumEdit
    Left = 163
    Top = 165
    Width = 173
    Height = 24
    Alignment = taRightJustify
    Decimals = 1
    NumberFormat = Thousands
    TabOrder = 0
    Value = -123456789
  end
  object PBBinHexEdit1: TPBBinHexEdit
    Left = 2
    Top = 88
    Width = 388
    Height = 24
    Alignment = taCenter
    AsBin = '11100000111000001110000011100000'
    AsInteger = 3772834016
    AsHex = '$E0E0E0E0'
    BaseFormat = HexaDecimal
    TabOrder = 1
    Version = '8.10.00.00'
  end
  object Button1: TButton
    Left = 130
    Top = 3
    Width = 134
    Height = 22
    Caption = 'Toggle Alignment (all)'
    Default = True
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 127
    Top = 126
    Width = 138
    Height = 22
    Caption = 'Toggle BaseFormat'
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 217
    Top = 228
    Width = 145
    Height = 22
    Caption = 'Toggle NumberFormat'
    TabOrder = 6
    OnClick = Button3Click
  end
  object CheckBox1: TCheckBox
    Left = 17
    Top = 5
    Width = 99
    Height = 17
    Alignment = taLeftJustify
    Caption = 'Default button:'
    Checked = True
    State = cbChecked
    TabOrder = 7
    OnClick = CheckBox1Click
  end
  object PBMaskEdit1: TPBMaskEdit
    Left = 151
    Top = 299
    Width = 90
    Height = 24
    TabOrder = 2
    Text = 'PBMaskEdit1'
    Alignment = taLeftJustify
  end
  object PBSpinEdit1: TPBSpinEdit
    Left = 285
    Top = 298
    Width = 90
    Height = 26
    Cursor = crDefault
    MaxLength = 2
    MaxValue = 57
    MinValue = 53
    TabOrder = 3
    Value = 55
    Alignment = taRightJustify
  end
  object CheckBox2: TCheckBox
    Left = 272
    Top = 5
    Width = 114
    Height = 17
    Caption = 'AutoSelect (all)'
    Checked = True
    State = cbChecked
    TabOrder = 8
    OnClick = CheckBox2Click
  end
  object PBEdit1: TPBEdit
    Left = 16
    Top = 299
    Width = 90
    Height = 24
    Color = clBackground
    TabOrder = 9
    Text = 'PBEdit1'
    Alignment = taLeftJustify
    DisabledColor = clHighlight
  end
  object PBSuperSpin1: TPBSuperSpin
    Left = 163
    Top = 192
    Width = 173
    Height = 26
    Cursor = crDefault
    Alignment = taRightJustify
    Ctl3D = True
    Decimals = 1
    MaxValue = 10000
    MinValue = -1
    NumberFormat = Thousands
    ParentCtl3D = False
    TabOrder = 10
    Value = 0.5
    Increment = 1.5
    RoundValues = True
    Wrap = True
  end
  object DecimalEdit: TPBSuperSpin
    Left = 334
    Top = 256
    Width = 49
    Height = 26
    Cursor = crDefault
    Alignment = taRightJustify
    Decimals = 0

⌨️ 快捷键说明

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