| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- object ScCustomSetErrorForm: TScCustomSetErrorForm
- Left = 656
- Top = 348
- Width = 253
- Height = 191
- BorderIcons = [biSystemMenu]
- Caption = #28431#34892#35774#32622
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'smartSimSun'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 12
- object Label1: TLabel
- Left = 19
- Top = 42
- Width = 48
- Height = 12
- Caption = #28431#34892#25968#65306
- end
- object Label2: TLabel
- Left = 19
- Top = 69
- Width = 48
- Height = 12
- Caption = #26631#20934#20998#65306
- end
- object lbl1: TLabel
- Left = 19
- Top = 95
- Width = 48
- Height = 12
- Caption = #25187' '#20998#65306
- end
- object Bevel1: TBevel
- Left = 7
- Top = 28
- Width = 231
- Height = 97
- Style = bsRaised
- end
- object edtLostLineCount: TEdit
- Left = 75
- Top = 38
- Width = 151
- Height = 20
- TabOrder = 0
- OnChange = edtLostLineCountChange
- OnKeyPress = edtLostLineCountKeyPress
- end
- object edtStdMark: TEdit
- Left = 75
- Top = 65
- Width = 151
- Height = 20
- Enabled = False
- TabOrder = 1
- Text = '1'
- end
- object edtDeductMark: TEdit
- Left = 75
- Top = 91
- Width = 151
- Height = 20
- Enabled = False
- TabOrder = 2
- end
- object btnOK: TButton
- Left = 86
- Top = 130
- Width = 73
- Height = 22
- Caption = #30830#23450
- ModalResult = 1
- TabOrder = 3
- end
- object btnCancel: TButton
- Left = 163
- Top = 130
- Width = 73
- Height = 22
- Caption = #21462#28040
- ModalResult = 2
- TabOrder = 4
- end
- object rbLostPre: TRadioButton
- Left = 9
- Top = 7
- Width = 56
- Height = 17
- Caption = #28431#21069#39033
- Checked = True
- TabOrder = 5
- TabStop = True
- end
- object rbLostChild: TRadioButton
- Left = 144
- Top = 7
- Width = 56
- Height = 17
- Caption = #28431#23376#39033
- TabOrder = 6
- end
- object rbLostNext: TRadioButton
- Left = 75
- Top = 7
- Width = 56
- Height = 17
- Caption = #28431#21518#39033
- TabOrder = 7
- end
- end
|