MergeTextFrm.dfm 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. object MergeTextForm: TMergeTextForm
  2. Left = 552
  3. Top = 456
  4. Width = 391
  5. Height = 117
  6. Color = clBtnFace
  7. Font.Charset = ANSI_CHARSET
  8. Font.Color = clWindowText
  9. Font.Height = -12
  10. Font.Name = #23435#20307
  11. Font.Style = []
  12. OldCreateOrder = False
  13. PixelsPerInch = 96
  14. TextHeight = 12
  15. object lePreText: TLabeledEdit
  16. Left = 56
  17. Top = 16
  18. Width = 65
  19. Height = 20
  20. EditLabel.Width = 42
  21. EditLabel.Height = 12
  22. EditLabel.Caption = #21069#32512#65306' '
  23. LabelPosition = lpLeft
  24. TabOrder = 0
  25. end
  26. object lePhaseIndex: TLabeledEdit
  27. Left = 174
  28. Top = 16
  29. Width = 65
  30. Height = 20
  31. EditLabel.Width = 42
  32. EditLabel.Height = 12
  33. EditLabel.Caption = #26399#21495#65306' '
  34. LabelPosition = lpLeft
  35. TabOrder = 1
  36. end
  37. object leNumber: TLabeledEdit
  38. Left = 303
  39. Top = 16
  40. Width = 65
  41. Height = 20
  42. EditLabel.Width = 54
  43. EditLabel.Height = 12
  44. EditLabel.Caption = #27969#27700#21495#65306' '
  45. LabelPosition = lpLeft
  46. TabOrder = 2
  47. end
  48. object btnOk: TButton
  49. Left = 205
  50. Top = 53
  51. Width = 75
  52. Height = 21
  53. Caption = #30830' '#23450
  54. ModalResult = 1
  55. TabOrder = 3
  56. end
  57. object btnCancel: TButton
  58. Left = 293
  59. Top = 53
  60. Width = 75
  61. Height = 21
  62. Caption = #21462' '#28040
  63. TabOrder = 4
  64. end
  65. end