📄 u_analyse.dfm
字号:
object F_analyse: TF_analyse
Left = 247
Top = 137
Width = 608
Height = 477
Caption = '可靠性分析'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 185
Height = 450
Align = alLeft
Caption = '设备组列表'
TabOrder = 0
object DBG_group_list: TDBGrid
Left = 2
Top = 15
Width = 181
Height = 433
Align = alClient
DataSource = DM_main.DS_group_list
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'ID'
Title.Caption = '编号'
Visible = True
end
item
Expanded = False
FieldName = 'NAME'
Title.Caption = '名称'
Visible = True
end>
end
end
object GroupBox2: TGroupBox
Left = 185
Top = 0
Width = 415
Height = 450
Align = alClient
Caption = '可靠性分析'
TabOrder = 1
object Chart1: TChart
Left = 2
Top = 15
Width = 411
Height = 281
BackWall.Brush.Color = clWhite
BackWall.Brush.Style = bsClear
Title.Text.Strings = (
'失效概率图')
BottomAxis.Title.Caption = '时间/天'
LeftAxis.Title.Caption = '累积失效率'
View3D = False
Align = alClient
TabOrder = 0
object Series1: TLineSeries
Marks.ArrowLength = 8
Marks.Visible = False
SeriesColor = clRed
Title = '实际曲线'
Pointer.HorizSize = 2
Pointer.InflateMargins = True
Pointer.Style = psCross
Pointer.VertSize = 2
Pointer.Visible = True
XValues.DateTime = False
XValues.Name = 'X'
XValues.Multiplier = 1
XValues.Order = loAscending
YValues.DateTime = False
YValues.Name = 'Y'
YValues.Multiplier = 1
YValues.Order = loNone
end
object Series2: TLineSeries
Marks.ArrowLength = 8
Marks.Visible = False
SeriesColor = clGreen
Title = '理论曲线'
Pointer.InflateMargins = True
Pointer.Style = psRectangle
Pointer.Visible = False
XValues.DateTime = False
XValues.Name = 'X'
XValues.Multiplier = 1
XValues.Order = loAscending
YValues.DateTime = False
YValues.Name = 'Y'
YValues.Multiplier = 1
YValues.Order = loNone
end
end
object GroupBox3: TGroupBox
Left = 2
Top = 368
Width = 411
Height = 80
Align = alBottom
Caption = '分析条件'
TabOrder = 1
object Label1: TLabel
Left = 16
Top = 28
Width = 60
Height = 13
Caption = '时间范围:'
end
object Label2: TLabel
Left = 40
Top = 52
Width = 12
Height = 13
Caption = '至'
end
object Label4: TLabel
Left = 176
Top = 24
Width = 60
Height = 13
Caption = '分布类型:'
end
object i_end_time: TDateTimePicker
Left = 56
Top = 48
Width = 81
Height = 21
CalAlignment = dtaLeft
Date = 37279.646944537
Time = 37279.646944537
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 0
end
object i_distribution: TDBLookupComboBox
Left = 176
Top = 48
Width = 113
Height = 21
DataField = 'DISTRIBUTION'
DataSource = DM_main.DS_group_list
KeyField = 'CODE'
ListField = 'NAME'
ListSource = DM_main.DS_distribution
TabOrder = 1
end
object B_analyse: TButton
Left = 312
Top = 32
Width = 75
Height = 25
Caption = '分析'
TabOrder = 2
OnClick = B_analyseClick
end
end
object GroupBox4: TGroupBox
Left = 2
Top = 296
Width = 411
Height = 72
Align = alBottom
Caption = '结果:'
TabOrder = 2
object Label3: TLabel
Left = 192
Top = 24
Width = 135
Height = 13
Caption = '参数:P1 P2 P3'
end
object Label5: TLabel
Left = 16
Top = 24
Width = 60
Height = 13
Caption = '分布函数:'
end
object DBText1: TDBText
Left = 72
Top = 24
Width = 105
Height = 17
DataField = 'FORMULA'
DataSource = DM_main.DS_distribution
end
object Label6: TLabel
Left = 16
Top = 48
Width = 60
Height = 13
Caption = '平均寿命:'
end
object Label7: TLabel
Left = 176
Top = 48
Width = 12
Height = 13
AutoSize = False
Caption = '天'
end
object o_p1: TEdit
Left = 200
Top = 40
Width = 49
Height = 21
TabOrder = 0
Text = '0'
end
object o_p2: TEdit
Left = 248
Top = 40
Width = 49
Height = 21
TabOrder = 1
Text = '0'
end
object o_p3: TEdit
Left = 296
Top = 40
Width = 49
Height = 21
TabOrder = 2
Text = '0'
end
object o_mttf: TEdit
Left = 88
Top = 44
Width = 81
Height = 21
TabOrder = 3
Text = '0'
end
object B_save_result: TButton
Left = 360
Top = 24
Width = 41
Height = 33
Caption = '保存'
TabOrder = 4
OnClick = B_save_resultClick
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -