rpgZoneProjGatherSelectFrm.dfm 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. object rpgZoneProjGatherSelectForm: TrpgZoneProjGatherSelectForm
  2. Left = 484
  3. Top = 217
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = #36873#25321#21306#38388#27719#24635#39033#30446
  7. ClientHeight = 529
  8. ClientWidth = 827
  9. Color = clBtnFace
  10. Font.Charset = ANSI_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = #23435#20307
  14. Font.Style = []
  15. OldCreateOrder = False
  16. PixelsPerInch = 96
  17. TextHeight = 12
  18. object pnlTop: TPanel
  19. Left = 7
  20. Top = 8
  21. Width = 816
  22. Height = 456
  23. BevelOuter = bvNone
  24. TabOrder = 0
  25. end
  26. object pnlPhase: TPanel
  27. Left = 5
  28. Top = 469
  29. Width = 816
  30. Height = 22
  31. BevelOuter = bvNone
  32. TabOrder = 1
  33. object lblPhase: TLabel
  34. Left = 229
  35. Top = 4
  36. Width = 36
  37. Height = 12
  38. Caption = #26399#25968#25454
  39. end
  40. object lblPhaseHint: TLabel
  41. Left = 279
  42. Top = 5
  43. Width = 48
  44. Height = 12
  45. Caption = #38169#35823#25552#31034
  46. Font.Charset = ANSI_CHARSET
  47. Font.Color = clRed
  48. Font.Height = -12
  49. Font.Name = #23435#20307
  50. Font.Style = []
  51. ParentFont = False
  52. Visible = False
  53. end
  54. object leBeginPhaseIndex: TLabeledEdit
  55. Left = 110
  56. Top = 1
  57. Width = 41
  58. Height = 18
  59. Ctl3D = False
  60. EditLabel.Width = 102
  61. EditLabel.Height = 12
  62. EditLabel.Caption = #27719#24635#21306#38388#65306#27719#24635#33258' '
  63. LabelPosition = lpLeft
  64. ParentCtl3D = False
  65. TabOrder = 0
  66. OnChange = leBeginPhaseIndexChange
  67. OnKeyPress = leBeginPhaseIndexKeyPress
  68. end
  69. object leEndPhaseIndex: TLabeledEdit
  70. Left = 181
  71. Top = 1
  72. Width = 41
  73. Height = 18
  74. Ctl3D = False
  75. EditLabel.Width = 24
  76. EditLabel.Height = 12
  77. EditLabel.Caption = ' '#33267' '
  78. LabelPosition = lpLeft
  79. ParentCtl3D = False
  80. TabOrder = 1
  81. OnChange = leBeginPhaseIndexChange
  82. OnKeyPress = leBeginPhaseIndexKeyPress
  83. end
  84. end
  85. object btnOk: TButton
  86. Left = 659
  87. Top = 500
  88. Width = 74
  89. Height = 24
  90. Caption = #30830' '#23450
  91. TabOrder = 2
  92. OnClick = btnOkClick
  93. end
  94. object btnCancel: TButton
  95. Left = 746
  96. Top = 500
  97. Width = 74
  98. Height = 24
  99. Caption = #21462' '#28040
  100. ModalResult = 2
  101. TabOrder = 3
  102. end
  103. end