git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@12 7f62d464-2af8-f54e-996c-e91b33f51cbe
319 lines
6.8 KiB
Plaintext
319 lines
6.8 KiB
Plaintext
object MinMaxInfoEditDialog: TMinMaxInfoEditDialog
|
|
Left = 264
|
|
Top = 158
|
|
ActiveControl = OkBtn
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'MinMaxInfo'
|
|
ClientHeight = 163
|
|
ClientWidth = 333
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
Icon.Data = {
|
|
0000010001001010100001001000280100001600000028000000100000002000
|
|
00000100040000000000C0000000000000000000000000000000000000000000
|
|
0000000080000080000000808000800000008000800080800000C0C0C0008080
|
|
80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
|
|
00000000000000000BBBB0000000000BB000BB000000000BB0000B000000000B
|
|
BB000BB00000000BBB000BB00000000000000BB00000000000000BB000000000
|
|
00000BB00000000000000BB00000000000000BB00000000000000BB000000000
|
|
00000BB0000000000000BBBB00000000000BBBBBB0000000000000000000FFFF
|
|
0000F87F0000E73F0000E7BF0000E39F0000E39F0000FF9F0000FF9F0000FF9F
|
|
0000FF9F0000FF9F0000FF9F0000FF9F0000FF0F0000FE070000FFFF0000}
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Bevel1: TBevel
|
|
Left = 3
|
|
Top = 2
|
|
Width = 326
|
|
Height = 127
|
|
Shape = bsFrame
|
|
end
|
|
object Label1: TLabel
|
|
Left = 112
|
|
Top = 15
|
|
Width = 35
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'Left: '
|
|
end
|
|
object Label2: TLabel
|
|
Left = 202
|
|
Top = 15
|
|
Width = 37
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'Top: '
|
|
end
|
|
object Label3: TLabel
|
|
Left = 14
|
|
Top = 15
|
|
Width = 92
|
|
Height = 13
|
|
Caption = 'Maximize Position: '
|
|
end
|
|
object Label4: TLabel
|
|
Left = 112
|
|
Top = 44
|
|
Width = 35
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'Width: '
|
|
end
|
|
object Label5: TLabel
|
|
Left = 202
|
|
Top = 44
|
|
Width = 37
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'Height: '
|
|
end
|
|
object Label6: TLabel
|
|
Left = 14
|
|
Top = 44
|
|
Width = 75
|
|
Height = 13
|
|
Caption = 'Maximize Size: '
|
|
end
|
|
object Label7: TLabel
|
|
Left = 112
|
|
Top = 73
|
|
Width = 35
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'Width: '
|
|
end
|
|
object Label8: TLabel
|
|
Left = 202
|
|
Top = 73
|
|
Width = 37
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'Height: '
|
|
end
|
|
object Label9: TLabel
|
|
Left = 14
|
|
Top = 73
|
|
Width = 83
|
|
Height = 13
|
|
Caption = 'Max Track Size: '
|
|
end
|
|
object Label10: TLabel
|
|
Left = 112
|
|
Top = 102
|
|
Width = 35
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'Width: '
|
|
end
|
|
object Label11: TLabel
|
|
Left = 202
|
|
Top = 102
|
|
Width = 37
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'Height: '
|
|
end
|
|
object Label12: TLabel
|
|
Left = 14
|
|
Top = 102
|
|
Width = 80
|
|
Height = 13
|
|
Caption = 'Min Track Size: '
|
|
end
|
|
object MaxPosBtn: TSpeedButton
|
|
Tag = 1
|
|
Left = 296
|
|
Top = 9
|
|
Width = 25
|
|
Height = 24
|
|
Hint = 'Set from current'#13#10'form state|'
|
|
Caption = #172
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Symbol'
|
|
Font.Style = [fsBold]
|
|
Layout = blGlyphBottom
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
OnClick = SetCurrentBtnClick
|
|
end
|
|
object MaxSizeBtn: TSpeedButton
|
|
Tag = 2
|
|
Left = 296
|
|
Top = 38
|
|
Width = 25
|
|
Height = 24
|
|
Hint = 'Set from current'#13#10'form state|'
|
|
Caption = #172
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Symbol'
|
|
Font.Style = [fsBold]
|
|
Layout = blGlyphBottom
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
OnClick = SetCurrentBtnClick
|
|
end
|
|
object MaxTrackBtn: TSpeedButton
|
|
Tag = 3
|
|
Left = 296
|
|
Top = 67
|
|
Width = 25
|
|
Height = 24
|
|
Hint = 'Set from current'#13#10'form state|'
|
|
Caption = #172
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Symbol'
|
|
Font.Style = [fsBold]
|
|
Layout = blGlyphBottom
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
OnClick = SetCurrentBtnClick
|
|
end
|
|
object MinTrackBtn: TSpeedButton
|
|
Tag = 4
|
|
Left = 296
|
|
Top = 96
|
|
Width = 25
|
|
Height = 24
|
|
Hint = 'Set from current'#13#10'form state|'
|
|
Caption = #172
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Symbol'
|
|
Font.Style = [fsBold]
|
|
Layout = blGlyphBottom
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
OnClick = SetCurrentBtnClick
|
|
end
|
|
object MaxPosLeftEdit: TEdit
|
|
Left = 162
|
|
Top = 10
|
|
Width = 33
|
|
Height = 21
|
|
AutoSize = False
|
|
TabOrder = 3
|
|
Text = '0'
|
|
end
|
|
object MaxPosTopEdit: TEdit
|
|
Left = 252
|
|
Top = 10
|
|
Width = 33
|
|
Height = 21
|
|
AutoSize = False
|
|
TabOrder = 4
|
|
Text = '0'
|
|
end
|
|
object MaxSizeWidthEdit: TEdit
|
|
Left = 162
|
|
Top = 39
|
|
Width = 33
|
|
Height = 21
|
|
AutoSize = False
|
|
TabOrder = 5
|
|
Text = '0'
|
|
end
|
|
object MaxSizeHeightEdit: TEdit
|
|
Left = 252
|
|
Top = 39
|
|
Width = 33
|
|
Height = 21
|
|
AutoSize = False
|
|
TabOrder = 6
|
|
Text = '0'
|
|
end
|
|
object MaxTrackWidthEdit: TEdit
|
|
Left = 162
|
|
Top = 68
|
|
Width = 33
|
|
Height = 21
|
|
AutoSize = False
|
|
TabOrder = 7
|
|
Text = '0'
|
|
end
|
|
object MaxTrackHeightEdit: TEdit
|
|
Left = 252
|
|
Top = 68
|
|
Width = 33
|
|
Height = 21
|
|
AutoSize = False
|
|
TabOrder = 8
|
|
Text = '0'
|
|
end
|
|
object MinTrackWidthEdit: TEdit
|
|
Left = 162
|
|
Top = 98
|
|
Width = 33
|
|
Height = 21
|
|
AutoSize = False
|
|
TabOrder = 9
|
|
Text = '0'
|
|
end
|
|
object MinTrackHeightEdit: TEdit
|
|
Left = 252
|
|
Top = 98
|
|
Width = 33
|
|
Height = 21
|
|
AutoSize = False
|
|
TabOrder = 10
|
|
Text = '0'
|
|
end
|
|
object OkBtn: TButton
|
|
Left = 183
|
|
Top = 135
|
|
Width = 70
|
|
Height = 23
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
OnClick = OkBtnClick
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 259
|
|
Top = 135
|
|
Width = 70
|
|
Height = 23
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object ClearBtn: TButton
|
|
Left = 5
|
|
Top = 135
|
|
Width = 70
|
|
Height = 23
|
|
Caption = '&Clear'
|
|
TabOrder = 2
|
|
OnClick = ClearBtnClick
|
|
end
|
|
end
|