home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 April
/
Chip_2002-04_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d3456
/
PBEDIT.ZIP
/
PBEditPackDemo_unit.dfm
< prev
next >
Wrap
Text File
|
2002-01-19
|
5KB
|
257 lines
object PBEditPackDemoForm: TPBEditPackDemoForm
Left = 200
Top = 108
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'PBEditpack demo'
ClientHeight = 334
ClientWidth = 392
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 68
Top = 5
Width = 258
Height = 16
Caption = 'Try to set focus with <Tab> and with mouse !'
end
object Label2: TLabel
Left = 57
Top = 165
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 = 154
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 = 248
Width = 392
Height = 9
Shape = bsBottomLine
end
object Label4: TLabel
Left = 57
Top = 194
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 = 267
Top = 227
Width = 60
Height = 16
Caption = 'Decimals:'
end
object PBNumEdit1: TPBNumEdit
Left = 163
Top = 161
Width = 173
Height = 24
Alignment = taRightJustify
Decimals = -1
NumberFormat = Thousands
TabOrder = 0
Value = -123456789.012
end
object PBBinHexEdit1: TPBBinHexEdit
Left = 69
Top = 88
Width = 253
Height = 24
Alignment = taCenter
AsBin = '11100000111000001110000011100000'
AsInteger = -522133280
AsHex = '$E0E0E0E0'
BaseFormat = HexaDecimal
MaxValue = 0
MinValue = 0
TabOrder = 1
Version = '6.00.00.00'
end
object Button1: TButton
Left = 130
Top = 26
Width = 134
Height = 22
Caption = 'Toggle Alignment (all)'
Default = True
TabOrder = 4
OnClick = Button1Click
end
object Button2: TButton
Left = 127
Top = 121
Width = 138
Height = 22
Caption = 'Toggle BaseFormat'
TabOrder = 5
OnClick = Button2Click
end
object Button3: TButton
Left = 17
Top = 224
Width = 145
Height = 22
Caption = 'Toggle NumberFormat'
TabOrder = 6
OnClick = Button3Click
end
object CheckBox1: TCheckBox
Left = 17
Top = 28
Width = 99
Height = 17
Alignment = taLeftJustify
Caption = 'Default button:'
Checked = True
State = cbChecked
TabOrder = 7
OnClick = CheckBox1Click
end
object PBMaskEdit1: TPBMaskEdit
Left = 151
Top = 267
Width = 90
Height = 24
TabOrder = 2
Text = 'PBMaskEdit1'
Alignment = taLeftJustify
end
object PBSpinEdit1: TPBSpinEdit
Left = 285
Top = 266
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 = 28
Width = 114
Height = 17
Caption = 'AutoSelect (all)'
Checked = True
State = cbChecked
TabOrder = 8
OnClick = CheckBox2Click
end
object PBEdit1: TPBEdit
Left = 16
Top = 267
Width = 90
Height = 24
TabOrder = 9
Text = 'PBEdit1'
Alignment = taLeftJustify
end
object PBSuperSpin1: TPBSuperSpin
Left = 163
Top = 188
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 = 223
Width = 49
Height = 26
Cursor = crDefault
Alignment = taRightJustify
Decimals = 0
MaxValue = 14
MinValue = -1
NumberFormat = Standard
OnChange = SetDecimalsClick
TabOrder = 12
Value = -1
Increment = 1
RoundValues = False
Wrap = True
end
object CancelButton: TButton
Left = 158
Top = 301
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 11
OnClick = CancelButtonClick
end
object Edit1: TEdit
Left = 19
Top = 306
Width = 121
Height = 24
TabOrder = 13
Text = 'Edit1'
end
end