| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- object AddLeafBillsForm: TAddLeafBillsForm
- Left = 527
- Top = 206
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = #25209#37327#25554#20837#21518#39033
- ClientHeight = 382
- ClientWidth = 481
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 12
- object pnlPosition: TPanel
- Left = 0
- Top = 0
- Width = 481
- Height = 196
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object lblPostion: TLabel
- Left = 8
- Top = 8
- Width = 84
- Height = 12
- Caption = #37096#20301#25968#37327#22797#26680#34920
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object zgPosition: TZJGrid
- Left = 3
- Top = 27
- Width = 474
- Height = 166
- OptionsEx = []
- ColCount = 8
- ShowGridLine = False
- DefaultColWidth = 50
- DefaultFixedColWidth = 25
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- OnCustomPaste = zgPositionCustomPaste
- OnMouseDown = zgPositionMouseDown
- end
- object pnlPositionSpr: TPanel
- Left = 99
- Top = 14
- Width = 378
- Height = 2
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 1
- end
- end
- object pnlBills: TPanel
- Left = 0
- Top = 196
- Width = 481
- Height = 135
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object lblBills: TLabel
- Left = 8
- Top = 8
- Width = 48
- Height = 12
- Caption = #28165#21333#32534#21495
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object zgBills: TZJGrid
- Left = 2
- Top = 27
- Width = 475
- Height = 105
- OptionsEx = []
- ColCount = 4
- RowCount = 7
- ShowGridLine = False
- DefaultColWidth = 50
- DefaultFixedColWidth = 60
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- OnMouseDown = zgPositionMouseDown
- end
- object pnlBillsSpr: TPanel
- Left = 62
- Top = 14
- Width = 414
- Height = 2
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 1
- end
- end
- object pnlOther: TPanel
- Left = 0
- Top = 331
- Width = 481
- Height = 51
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- object leBeginCode: TLabeledEdit
- Left = 96
- Top = 1
- Width = 139
- Height = 20
- EditLabel.Width = 90
- EditLabel.Height = 12
- EditLabel.Caption = #36215#22987#37096#20301#32534#21495#65306' '
- EditLabel.Font.Charset = ANSI_CHARSET
- EditLabel.Font.Color = clBlue
- EditLabel.Font.Height = -12
- EditLabel.Font.Name = #23435#20307
- EditLabel.Font.Style = []
- EditLabel.ParentFont = False
- LabelPosition = lpLeft
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 321
- Top = 25
- Width = 72
- Height = 23
- Caption = #30830' '#23450
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 405
- Top = 25
- Width = 72
- Height = 23
- Caption = #21462' '#28040
- ModalResult = 2
- TabOrder = 2
- end
- object leDrawingCode: TLabeledEdit
- Left = 319
- Top = 0
- Width = 157
- Height = 20
- EditLabel.Width = 66
- EditLabel.Height = 12
- EditLabel.Caption = #22270'('#20876')'#21495#65306' '
- EditLabel.Font.Charset = ANSI_CHARSET
- EditLabel.Font.Color = clBlue
- EditLabel.Font.Height = -12
- EditLabel.Font.Name = #23435#20307
- EditLabel.Font.Style = []
- EditLabel.ParentFont = False
- LabelPosition = lpLeft
- TabOrder = 3
- end
- end
- object dxpmAddLeafBills: TdxBarPopupMenu
- BarManager = MainFrm.dxBarManager
- ItemLinks = <
- item
- Item = MainFrm.dxCut
- Visible = True
- end
- item
- Item = MainFrm.dxPaste
- Visible = True
- end>
- UseOwnFont = False
- Left = 139
- Top = 99
- end
- end
|