📄 plnoption.dfm
字号:
object frmPlnOption: TfrmPlnOption
Left = 251
Top = 116
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsToolWindow
Caption = '计划参数设置'
ClientHeight = 365
ClientWidth = 271
Color = 16118752
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 23
Top = 11
Width = 60
Height = 12
Caption = '周期类型:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 23
Top = 34
Width = 48
Height = 12
Caption = '展望期:'
end
object scType: TSDComboBox
Left = 80
Top = 4
Width = 120
Height = 20
Color = 16118752
Ctl3D = False
ItemHeight = 12
ParentCtl3D = False
TabOrder = 0
Text = '10911'
Items.Strings = (
'1-天'
'2-周'
'3-旬'
'4-半月'
'5-月'
'6-季'
'7-半年'
'8-年')
KeyItem = cbItem2
end
object sePeriod: TSDEdit
Left = 79
Top = 28
Width = 119
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = '10901'
CharType = ctNumeric
SplitSymbol = ' | '
end
object GroupBox1: TGroupBox
Left = 16
Top = 53
Width = 236
Height = 88
Caption = '执行区'
TabOrder = 2
object Label3: TLabel
Left = 15
Top = 21
Width = 48
Height = 12
Caption = '周期数:'
end
object Label4: TLabel
Left = 15
Top = 42
Width = 60
Height = 12
Caption = '显示列数:'
end
object Label5: TLabel
Left = 15
Top = 63
Width = 72
Height = 12
Caption = '每列周期数:'
end
object seExeZq: TSDEdit
Left = 83
Top = 16
Width = 121
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = '10902'
OnChange = seExeZqChange
CharType = ctNumeric
SplitSymbol = ' | '
end
object seExeRow: TSDEdit
Left = 83
Top = 38
Width = 121
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = '10905'
OnChange = seExeRowChange
CharType = ctNumeric
SplitSymbol = ' | '
end
object seExeZqp: TSDEdit
Left = 83
Top = 60
Width = 121
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 2
Text = '10906'
SplitSymbol = ' | '
end
end
object GroupBox2: TGroupBox
Left = 15
Top = 144
Width = 236
Height = 87
Caption = '计划区'
TabOrder = 3
object Label6: TLabel
Left = 15
Top = 19
Width = 48
Height = 12
Caption = '周期数:'
end
object Label7: TLabel
Left = 15
Top = 40
Width = 60
Height = 12
Caption = '显示列数:'
end
object Label8: TLabel
Left = 15
Top = 62
Width = 72
Height = 12
Caption = '每列周期数:'
end
object sePlanZq: TSDEdit
Left = 82
Top = 14
Width = 121
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = '10903'
OnChange = sePlanZqChange
CharType = ctNumeric
SplitSymbol = ' | '
end
object sePlanRow: TSDEdit
Left = 82
Top = 36
Width = 121
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = '10907'
OnChange = sePlanRowChange
CharType = ctNumeric
SplitSymbol = ' | '
end
object sePlanZqp: TSDEdit
Left = 82
Top = 58
Width = 121
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 2
Text = '10908'
SplitSymbol = ' | '
end
end
object GroupBox3: TGroupBox
Left = 15
Top = 235
Width = 236
Height = 86
Caption = '需求区'
TabOrder = 4
object Label9: TLabel
Left = 15
Top = 20
Width = 48
Height = 12
Caption = '周期数:'
end
object Label10: TLabel
Left = 15
Top = 40
Width = 60
Height = 12
Caption = '显示列数:'
end
object Label11: TLabel
Left = 15
Top = 61
Width = 72
Height = 12
Caption = '每列周期数:'
end
object seNeedZq: TSDEdit
Left = 83
Top = 14
Width = 121
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = '10904'
OnChange = seNeedZqChange
CharType = ctNumeric
SplitSymbol = ' | '
end
object seNeedRow: TSDEdit
Left = 83
Top = 35
Width = 121
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = '10909'
OnChange = seNeedRowChange
CharType = ctNumeric
SplitSymbol = ' | '
end
object seNeedZqp: TSDEdit
Left = 83
Top = 56
Width = 121
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 2
Text = '10910'
SplitSymbol = ' | '
end
end
object bbOk: TBitBtn
Left = 69
Top = 330
Width = 71
Height = 25
Caption = '确定(&O)'
TabOrder = 5
OnClick = bbOkClick
Kind = bkOK
end
object bbCancel: TBitBtn
Left = 163
Top = 330
Width = 71
Height = 25
Caption = '取消(&C)'
TabOrder = 6
OnClick = bbCancelClick
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -