123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- object CheckPosFrm: TCheckPosFrm
- Left = 525
- Top = 283
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = #36873#25321#25554#20837#20301#32622
- ClientHeight = 132
- ClientWidth = 290
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- DesignSize = (
- 290
- 132)
- PixelsPerInch = 96
- TextHeight = 12
- object btnOK: TButton
- Left = 150
- Top = 101
- Width = 65
- Height = 23
- Anchors = [akRight, akBottom]
- Caption = #30830#23450
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 216
- Top = 101
- Width = 65
- Height = 23
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = #21462#28040
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object rgSelectPos: TRadioGroup
- Left = 10
- Top = 3
- Width = 271
- Height = 59
- Caption = #20301#32622
- Columns = 2
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ItemIndex = 0
- Items.Strings = (
- #20316#20026#21518#39033#25554#20837' '
- #20316#20026#21069#39033#25554#20837
- #20316#20026#23376#39033#25554#20837' '
- #20165#31896#36148#25991#26412)
- ParentFont = False
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 10
- Top = 68
- Width = 133
- Height = 58
- Caption = #28165#38646
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- object cbBillsQty: TCheckBox
- Left = 13
- Top = 15
- Width = 86
- Height = 17
- Caption = #28165#21333#24037#31243#37327
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object cbDQQty: TCheckBox
- Left = 13
- Top = 36
- Width = 82
- Height = 17
- Caption = #22270#32440#24037#31243#37327
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- end
- end
|