123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- object BatchReplaceBillsForm: TBatchReplaceBillsForm
- Left = 494
- Top = 295
- Width = 392
- Height = 249
- Caption = #25209#37327#26367#25442#28165#21333#25968#25454
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'smartSimSun'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 12
- object pnlBills: TPanel
- Left = 0
- Top = 92
- Width = 384
- Height = 93
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object lblBills: TLabel
- Left = 8
- Top = 8
- Width = 36
- Height = 12
- Caption = #26367#25442#20026
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object zgBills: TZJGrid
- Left = 3
- Top = 27
- Width = 366
- Height = 60
- OptionsEx = []
- RowCount = 2
- ShowGridLine = False
- DefaultColWidth = 60
- DefaultFixedColWidth = 25
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- FrozenCol = 0
- FrozenRow = 0
- OnCellTextChanged = zgBillsCellTextChanged
- end
- object pnlBillsSpr: TPanel
- Left = 47
- Top = 14
- Width = 320
- Height = 2
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 1
- end
- end
- object pnlOther: TPanel
- Left = 0
- Top = 185
- Width = 384
- Height = 30
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object btnOk: TButton
- Left = 213
- Top = 5
- Width = 73
- Height = 21
- Caption = #30830' '#23450
- TabOrder = 0
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 297
- Top = 5
- Width = 73
- Height = 21
- Caption = #21462' '#28040
- ModalResult = 2
- TabOrder = 1
- end
- end
- object pnlOrgBills: TPanel
- Left = 0
- Top = 0
- Width = 384
- Height = 92
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 2
- object lblOrgBills: TLabel
- Left = 8
- Top = 8
- Width = 36
- Height = 12
- Caption = #21407#28165#21333
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object zgOrgBills: TZJGrid
- Left = 3
- Top = 27
- Width = 366
- Height = 60
- OptionsEx = []
- RowCount = 2
- ShowGridLine = False
- DefaultColWidth = 60
- DefaultFixedColWidth = 25
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- FrozenCol = 0
- FrozenRow = 0
- OnCellCanEdit = zgOrgBillsCellCanEdit
- end
- object pnlOrgBillsSpr: TPanel
- Left = 47
- Top = 14
- Width = 320
- Height = 2
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 1
- end
- end
- end
|