rmfImportFrm.dfm 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. object rmfImportForm: TrmfImportForm
  2. Left = 767
  3. Top = 451
  4. Width = 426
  5. Height = 125
  6. Caption = #35831#36755#20837#35201#23548#20837#30340#26399#25968#21644#35282#33394
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object Label1: TLabel
  17. Left = 15
  18. Top = 48
  19. Width = 168
  20. Height = 13
  21. Caption = #35831#33258#24049#25511#21046#26399#25968#21644#35282#33394#30340#27491#30830#24615
  22. Font.Charset = DEFAULT_CHARSET
  23. Font.Color = clRed
  24. Font.Height = -11
  25. Font.Name = 'MS Sans Serif'
  26. Font.Style = []
  27. ParentFont = False
  28. end
  29. object Label2: TLabel
  30. Left = 16
  31. Top = 70
  32. Width = 246
  33. Height = 13
  34. Caption = #35282#33394#35831#36755#20837#25968#23383#65292#21407#25253#20026'0'#65292'1'#23457#20026'1'#65292#20197#27492#31867#25512
  35. Font.Charset = DEFAULT_CHARSET
  36. Font.Color = clRed
  37. Font.Height = -11
  38. Font.Name = 'MS Sans Serif'
  39. Font.Style = []
  40. ParentFont = False
  41. end
  42. object lePhase: TLabeledEdit
  43. Left = 56
  44. Top = 16
  45. Width = 121
  46. Height = 21
  47. EditLabel.Width = 39
  48. EditLabel.Height = 13
  49. EditLabel.Caption = #26399#25968#65306' '
  50. LabelPosition = lpLeft
  51. TabOrder = 0
  52. end
  53. object leStage: TLabeledEdit
  54. Left = 273
  55. Top = 16
  56. Width = 121
  57. Height = 21
  58. EditLabel.Width = 39
  59. EditLabel.Height = 13
  60. EditLabel.Caption = #35282#33394#65306' '
  61. LabelPosition = lpLeft
  62. TabOrder = 1
  63. end
  64. object btnOk: TButton
  65. Left = 280
  66. Top = 64
  67. Width = 57
  68. Height = 25
  69. Caption = #30830#23450
  70. TabOrder = 2
  71. OnClick = btnOkClick
  72. end
  73. object btnCancel: TButton
  74. Left = 349
  75. Top = 64
  76. Width = 57
  77. Height = 25
  78. Caption = #21462#28040
  79. ModalResult = 2
  80. TabOrder = 3
  81. end
  82. end