123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- object ProjGatherSelectForm: TProjGatherSelectForm
- Left = 454
- Top = 235
- Width = 735
- Height = 554
- Caption = 'ProjGatherSelectForm'
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- DesignSize = (
- 727
- 520)
- PixelsPerInch = 96
- TextHeight = 12
- object lblProjectList: TLabel
- Left = 11
- Top = 8
- Width = 72
- Height = 12
- Caption = #21487#36873#39033#30446#21015#34920
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object lblResult: TLabel
- Left = 384
- Top = 8
- Width = 48
- Height = 12
- Caption = #25152#36873#32467#26524
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object zgSelectProject: TZJGrid
- Left = 8
- Top = 24
- Width = 369
- Height = 457
- Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection, goShowTreeLine]
- OptionsEx = []
- ColCount = 3
- RowCount = 1
- ShowGridLine = False
- DefaultColWidth = 35
- DefaultFixedColWidth = 25
- DefaultFixedRowHeight = 25
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- FrozenCol = 0
- FrozenRow = 0
- OnGetCellText = zgSelectProjectGetCellText
- OnSetCellText = zgSelectProjectSetCellText
- OnCellTextChanged = zgSelectProjectCellTextChanged
- OnDrawCellText = zgSelectProjectDrawCellText
- end
- object zgResult: TZJGrid
- Left = 384
- Top = 24
- Width = 337
- Height = 457
- OptionsEx = []
- ColCount = 2
- RowCount = 1
- ShowGridLine = False
- DefaultColWidth = 200
- DefaultFixedColWidth = 25
- DefaultFixedRowHeight = 25
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- FrozenCol = 0
- FrozenRow = 0
- end
- object btnOk: TButton
- Left = 560
- Top = 489
- Width = 74
- Height = 25
- Anchors = [akTop, akRight]
- Caption = #30830' '#23450
- TabOrder = 2
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 647
- Top = 489
- Width = 74
- Height = 25
- Anchors = [akTop, akRight]
- Caption = #21462' '#28040
- ModalResult = 2
- TabOrder = 3
- end
- object stdSelectProject: TsdGridTreeDBA
- Columns = <
- item
- Title.Caption = #36873#25321
- 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
- EditType = sgeCheckBox
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- Width = 35
- ReadOnly = False
- end
- item
- Title.Caption = #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 = 'Name'
- Width = 280
- ReadOnly = True
- end>
- Grid = zgSelectProject
- ExtendRowCount = 0
- Options = [aoAllowEdit]
- AutoExpand = True
- TreeCellCol = 2
- KeyFieldName = 'ID'
- ParentFieldName = 'ParentID'
- NextSiblingFieldName = 'NextSiblingID'
- TreeOptions = []
- TopLevelBold = True
- Left = 120
- Top = 160
- end
- end
|