You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

144 lines
3.3 KiB
Plaintext

object Form2: TForm2
Left = 369
Top = 193
BorderStyle = bsNone
Caption = 'Form2'
ClientHeight = 78
ClientWidth = 336
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 12
object bsSkinGauge1: TbsSkinGauge
Left = 0
Top = 54
Width = 336
Height = 24
TabOrder = 0
SkinData = Form1.bsSkinData1
SkinDataName = 'statusgauge'
DefaultFont.Charset = DEFAULT_CHARSET
DefaultFont.Color = clWindowText
DefaultFont.Height = 14
DefaultFont.Name = 'Arial'
DefaultFont.Style = []
DefaultWidth = 0
DefaultHeight = 0
UseSkinFont = True
ShowProgressText = False
ShowPercent = True
MinValue = 0
MaxValue = 100
Value = 0
Vertical = False
Align = alBottom
end
object bsSkinPanel1: TbsSkinPanel
Left = 0
Top = 0
Width = 336
Height = 54
TabOrder = 1
SkinData = Form1.bsSkinData1
SkinDataName = 'panel'
DefaultFont.Charset = DEFAULT_CHARSET
DefaultFont.Color = clWindowText
DefaultFont.Height = 14
DefaultFont.Name = 'Arial'
DefaultFont.Style = []
DefaultWidth = 0
DefaultHeight = 0
UseSkinFont = True
AutoEnabledControls = True
CheckedMode = False
Checked = False
DefaultAlignment = taLeftJustify
DefaultCaptionHeight = 22
BorderStyle = bvFrame
CaptionMode = False
RollUpMode = False
RollUpState = False
NumGlyphs = 1
Spacing = 2
Caption = 'bsSkinPanel1'
Align = alClient
object Label1: TLabel
Left = 5
Top = 8
Width = 63
Height = 12
Caption = #23433#35013#20301#32622#65306
end
object Edit1: TEdit
Left = 5
Top = 24
Width = 158
Height = 20
TabOrder = 0
Text = 'c:'
end
object bsSkinButton1: TbsSkinButton
Left = 170
Top = 23
Width = 75
Height = 22
TabOrder = 1
SkinData = Form1.bsSkinData1
SkinDataName = 'button'
DefaultFont.Charset = DEFAULT_CHARSET
DefaultFont.Color = clWindowText
DefaultFont.Height = 14
DefaultFont.Name = 'Arial'
DefaultFont.Style = []
DefaultWidth = 0
DefaultHeight = 0
UseSkinFont = True
RepeatMode = False
RepeatInterval = 100
AllowAllUp = False
TabStop = True
CanFocused = True
Down = False
GroupIndex = 0
Caption = #23433#35013
NumGlyphs = 2
Spacing = 1
OnClick = bsSkinButton1Click
end
object bsSkinButton2: TbsSkinButton
Left = 250
Top = 23
Width = 75
Height = 22
TabOrder = 2
SkinData = Form1.bsSkinData1
SkinDataName = 'button'
DefaultFont.Charset = DEFAULT_CHARSET
DefaultFont.Color = clWindowText
DefaultFont.Height = 14
DefaultFont.Name = 'Arial'
DefaultFont.Style = []
DefaultWidth = 0
DefaultHeight = 0
UseSkinFont = True
RepeatMode = False
RepeatInterval = 100
AllowAllUp = False
TabStop = True
CanFocused = True
Down = False
GroupIndex = 0
Caption = #21462#28040
NumGlyphs = 2
Spacing = 1
OnClick = bsSkinButton2Click
end
end
end