123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- object rpgZoneProjGatherSelectForm: TrpgZoneProjGatherSelectForm
- Left = 484
- Top = 217
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = #36873#25321#21306#38388#27719#24635#39033#30446
- ClientHeight = 529
- ClientWidth = 827
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 12
- object pnlTop: TPanel
- Left = 7
- Top = 8
- Width = 816
- Height = 456
- BevelOuter = bvNone
- TabOrder = 0
- end
- object pnlPhase: TPanel
- Left = 5
- Top = 469
- Width = 816
- Height = 22
- BevelOuter = bvNone
- TabOrder = 1
- object lblPhase: TLabel
- Left = 229
- Top = 4
- Width = 36
- Height = 12
- Caption = #26399#25968#25454
- end
- object lblPhaseHint: TLabel
- Left = 279
- Top = 5
- Width = 48
- Height = 12
- Caption = #38169#35823#25552#31034
- Font.Charset = ANSI_CHARSET
- Font.Color = clRed
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- Visible = False
- end
- object leBeginPhaseIndex: TLabeledEdit
- Left = 110
- Top = 1
- Width = 41
- Height = 18
- Ctl3D = False
- EditLabel.Width = 102
- EditLabel.Height = 12
- EditLabel.Caption = #27719#24635#21306#38388#65306#27719#24635#33258' '
- LabelPosition = lpLeft
- ParentCtl3D = False
- TabOrder = 0
- OnChange = leBeginPhaseIndexChange
- OnKeyPress = leBeginPhaseIndexKeyPress
- end
- object leEndPhaseIndex: TLabeledEdit
- Left = 181
- Top = 1
- Width = 41
- Height = 18
- Ctl3D = False
- EditLabel.Width = 24
- EditLabel.Height = 12
- EditLabel.Caption = ' '#33267' '
- LabelPosition = lpLeft
- ParentCtl3D = False
- TabOrder = 1
- OnChange = leBeginPhaseIndexChange
- OnKeyPress = leBeginPhaseIndexKeyPress
- end
- end
- object btnOk: TButton
- Left = 659
- Top = 500
- Width = 74
- Height = 24
- Caption = #30830' '#23450
- TabOrder = 2
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 746
- Top = 500
- Width = 74
- Height = 24
- Caption = #21462' '#28040
- ModalResult = 2
- TabOrder = 3
- end
- end
|