Initial commit
This commit is contained in:
@@ -0,0 +1,128 @@
|
||||
object MultiSwitchProgForm: TMultiSwitchProgForm
|
||||
Left = 0
|
||||
Top = 0
|
||||
BorderStyle = bsNone
|
||||
Caption = 'MultiSwitchProgForm'
|
||||
ClientHeight = 337
|
||||
ClientWidth = 460
|
||||
Color = 5064257
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
Position = poMainFormCenter
|
||||
Scaled = False
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
TextHeight = 13
|
||||
object GeneralDialogPanel: TGeneralDialogPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 460
|
||||
Height = 337
|
||||
Caption = #25209#37327#26356#25442#38899#33394'/'#20048#22120
|
||||
Color = 5064257
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentBackground = False
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
object mResetButton: TTextButton
|
||||
Left = 206
|
||||
Top = 294
|
||||
Width = 75
|
||||
Height = 25
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
OnClick = DoReset
|
||||
Text = #37325#32622
|
||||
end
|
||||
object mCancelButton: TTextButton
|
||||
Left = 368
|
||||
Top = 294
|
||||
Width = 75
|
||||
Height = 25
|
||||
ModalResult = mrCancel
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
Text = #21462#28040
|
||||
end
|
||||
object mOKButton: TTextButton
|
||||
Left = 287
|
||||
Top = 294
|
||||
Width = 75
|
||||
Height = 25
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
OnClick = DoOkClick
|
||||
Text = #30830#23450
|
||||
end
|
||||
object m_ShapeCur: TShape
|
||||
Left = 16
|
||||
Top = 37
|
||||
Width = 160
|
||||
Height = 21
|
||||
Brush.Color = 2433053
|
||||
Pen.Color = 8092539
|
||||
end
|
||||
object m_lbCurProg: TLabel
|
||||
Left = 69
|
||||
Top = 39
|
||||
Width = 48
|
||||
Height = 14
|
||||
Caption = #24403#21069#20048#22120
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 13613739
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object m_ShapType: TShape
|
||||
Left = 182
|
||||
Top = 37
|
||||
Width = 120
|
||||
Height = 21
|
||||
Brush.Color = 2433053
|
||||
Pen.Color = 8092539
|
||||
end
|
||||
object m_ShapeProg: TShape
|
||||
Left = 317
|
||||
Top = 37
|
||||
Width = 120
|
||||
Height = 21
|
||||
Brush.Color = 2433053
|
||||
Pen.Color = 8092539
|
||||
end
|
||||
object m_lbProg: TLabel
|
||||
Left = 362
|
||||
Top = 39
|
||||
Width = 24
|
||||
Height = 14
|
||||
Caption = #20048#22120
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 13613739
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object m_lbType: TLabel
|
||||
Left = 234
|
||||
Top = 39
|
||||
Width = 24
|
||||
Height = 14
|
||||
Caption = #31867#21035
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 13613739
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user