| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- object BidAliasForm: TBidAliasForm
- Left = 391
- Top = 213
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = #26631#27573#31616#31216
- ClientHeight = 356
- ClientWidth = 392
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object zgBidLot: TZJGrid
- Left = 0
- Top = 31
- Width = 392
- Height = 305
- Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
- OptionsEx = []
- ColCount = 3
- RowCount = 3
- ShowGridLine = False
- DefaultColWidth = 73
- DefaultFixedColWidth = 25
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- OnCellTextChanging = zgBidLotCellTextChanging
- OnMouseDown = zgBidLotMouseDown
- Align = alClient
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 392
- Height = 31
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 392
- 31)
- object ldeShortName: TLabeledEdit
- Left = 62
- Top = 7
- Width = 183
- Height = 20
- EditLabel.Width = 54
- EditLabel.Height = 12
- EditLabel.Caption = #26631#27573#31616#31216':'
- LabelPosition = lpLeft
- TabOrder = 0
- end
- object btnAlter: TButton
- Left = 246
- Top = 5
- Width = 70
- Height = 23
- Anchors = [akTop, akRight]
- Caption = #20462#25913
- TabOrder = 1
- OnClick = btnAlterClick
- end
- object btnSave: TButton
- Left = 317
- Top = 5
- Width = 70
- Height = 23
- Anchors = [akTop, akRight]
- Caption = #20445#23384
- TabOrder = 2
- OnClick = btnSaveClick
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 336
- Width = 392
- Height = 20
- Panels = <
- item
- Text = #24314#35774#39033#30446':'
- Width = 160
- end
- item
- Text = #26631#27573':'
- Width = 130
- end
- item
- Text = #31616#31216':'
- Width = 50
- end>
- end
- object zaBidLot: TZjGridDBA
- Columns = <
- item
- Title.Caption = #26631#27573#21517#31216
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'ProjName'
- Width = 200
- ReadOnly = True
- end
- item
- Title.Caption = #26631#27573#31616#31216
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'AliasName'
- ReadOnly = False
- end>
- Grid = zgBidLot
- ExtendRowCount = 2
- OnGridRowMoved = zaBidLotGridRowMoved
- Left = 224
- Top = 80
- end
- end
|