📄 editorsstylesdemoconvert.dfm
字号:
inherited EditorsStylesDemoConvertFrame: TEditorsStylesDemoConvertFrame
Tag = 1
Left = 154
Top = 116
Color = 16637904
PixelsPerInch = 96
TextHeight = 13
object Panel2: TPanel [0]
Left = 348
Top = 0
Width = 344
Height = 406
Align = alRight
BevelOuter = bvNone
Color = 10866404
TabOrder = 1
object gbConvertingOptions: TcxGroupBox
Left = 0
Top = 0
Width = 344
Height = 137
Align = alTop
Alignment = alTopLeft
Caption = 'Conversion Options'
CaptionBkColor = 10866404
Font.Charset = DEFAULT_CHARSET
Font.Color = 4951996
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
LookAndFeel.Kind = lfStandard
ParentFont = False
TabOrder = 0
object gbImageQuality: TcxGroupBox
Left = 6
Top = 20
Width = 331
Height = 71
Hint = 'cxGroupBox'
Alignment = alTopLeft
Caption = 'Image Quality'
CaptionBkColor = 10866404
Font.Charset = DEFAULT_CHARSET
Font.Color = 4951996
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
LookAndFeel.Kind = lfStandard
ParentFont = False
TabOrder = 0
object lbBestQuality: TcxLabel
Left = 245
Top = 16
Width = 63
Height = 17
Hint = 'cxLabel'
FocusControl = tbImageQuality
ParentColor = False
ParentFont = False
Style.StyleController = cxLabelStyleController
TabOrder = 1
Caption = ' Best Quality'
end
object cxBestComp: TcxLabel
Left = 8
Top = 16
Width = 91
Height = 17
Hint = 'cxLabel'
FocusControl = tbImageQuality
ParentColor = False
ParentFont = False
Style.StyleController = cxLabelStyleController
TabOrder = 0
Caption = ' Best Compression'
end
object tbImageQuality: TcxTrackBar
Left = 103
Top = 16
Width = 144
Height = 24
Hint = 'cxTrackBar'
Position = 50
ParentColor = False
ParentFont = False
Properties.Max = 100
Properties.SelectionColor = -16777203
Properties.ShowTicks = False
Properties.TickColor = -16777208
Properties.TrackColor = 16512239
Properties.ThumbWidth = 5
Properties.ThumbColor = -16777201
Properties.OnChange = tbImageQualityPropertiesChange
Style.StyleController = cxEditStyleController
TabOrder = 2
end
object sbImageQuality: TcxSpinButton
Left = 158
Top = 40
Width = 53
Height = 24
Hint = 'cxSpinButton'
Associate = meCompressionQuality
ParentFont = False
Properties.MaxValue = 100
Properties.SpinButtons.Position = sbpHorzRight
Properties.SpinButtons.ShowFastButtons = True
Properties.OnChange = sbImageQualityPropertiesChange
Style.Edges = []
Style.StyleController = cxEditStyleController
TabOrder = 3
Value = 50
end
object meCompressionQuality: TcxMaskEdit
Left = 125
Top = 40
Width = 33
Height = 24
ParentFont = False
Properties.ReadOnly = True
Style.StyleController = cxEditStyleController
TabOrder = 4
Text = '50'
end
end
object cbGrayScale: TcxCheckBox
Left = 112
Top = 102
Width = 121
Height = 21
Hint = 'cxCheckBox'
ParentColor = False
ParentFont = False
Properties.DisplayUnchecked = 'False'
Properties.Caption = '&Gray scale'
State = cbsChecked
Style.Color = 10866404
Style.Font.Charset = DEFAULT_CHARSET
Style.Font.Color = 4951996
Style.Font.Height = -11
Style.Font.Name = 'MS Sans Serif'
Style.Font.Style = []
Style.Shadow = False
TabOrder = 1
end
object lbProgressive: TcxCheckBox
Left = 8
Top = 102
Width = 105
Height = 21
Hint = 'cxCheckBox'
ParentColor = False
ParentFont = False
Properties.DisplayUnchecked = 'False'
Properties.Caption = 'P&rogressive'
Style.Color = 10866404
Style.Font.Charset = DEFAULT_CHARSET
Style.Font.Color = 4951996
Style.Font.Height = -11
Style.Font.Name = 'MS Sans Serif'
Style.Font.Style = []
Style.Shadow = False
TabOrder = 2
end
end
object Panel3: TPanel
Left = 0
Top = 371
Width = 344
Height = 35
Align = alBottom
BevelOuter = bvNone
ParentColor = True
TabOrder = 1
object bntConvert: TcxButton
Left = 262
Top = 6
Width = 75
Height = 25
Hint = 'cxButton'
Caption = 'Convert'
Font.Charset = DEFAULT_CHARSET
Font.Color = 9551060
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = bntConvertClick
Colors.Default = 4951996
Colors.Normal = 4951996
Colors.Hot = 3831454
Colors.Pressed = 3105154
OnGetDrawParams = btnGetDrawParams
end
object btnPreview: TcxButton
Left = 182
Top = 6
Width = 75
Height = 25
Hint = 'Preview Result'
Caption = 'Preview'
Font.Charset = DEFAULT_CHARSET
Font.Color = 9551060
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = btnPreviewClick
Colors.Default = 4951996
Colors.Normal = 4951996
Colors.Hot = 3831454
Colors.Pressed = 3105154
OnGetDrawParams = btnGetDrawParams
end
end
object cxLabel2: TcxLabel
Left = 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -