BillsPasteSelectFrm.dfm 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. object BillsPasteSelectForm: TBillsPasteSelectForm
  2. Left = 596
  3. Top = 356
  4. Width = 251
  5. Height = 124
  6. Caption = #20301#32622#36873#25321
  7. Color = clBtnFace
  8. Font.Charset = GB2312_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = #23435#20307
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 12
  16. object Label1: TLabel
  17. Left = 6
  18. Top = 5
  19. Width = 132
  20. Height = 12
  21. Caption = #35831#36873#25321#25554#20837#33410#28857#30340#31867#22411#65306
  22. end
  23. object btnOk: TButton
  24. Left = 114
  25. Top = 63
  26. Width = 55
  27. Height = 21
  28. Caption = #30830#23450
  29. TabOrder = 0
  30. OnClick = btnOkClick
  31. end
  32. object btnCancel: TButton
  33. Left = 178
  34. Top = 63
  35. Width = 55
  36. Height = 21
  37. Caption = #21462#28040
  38. ModalResult = 2
  39. TabOrder = 1
  40. end
  41. object pnlPos: TPanel
  42. Left = 18
  43. Top = 24
  44. Width = 207
  45. Height = 33
  46. BevelInner = bvRaised
  47. BevelOuter = bvLowered
  48. TabOrder = 2
  49. object rbNext: TRadioButton
  50. Tag = 1
  51. Left = 71
  52. Top = 9
  53. Width = 49
  54. Height = 17
  55. Caption = #21518#39033
  56. Checked = True
  57. TabOrder = 0
  58. TabStop = True
  59. end
  60. object rbPre: TRadioButton
  61. Tag = 2
  62. Left = 137
  63. Top = 9
  64. Width = 49
  65. Height = 17
  66. Caption = #21069#39033
  67. TabOrder = 1
  68. end
  69. object rbChild: TRadioButton
  70. Left = 8
  71. Top = 9
  72. Width = 49
  73. Height = 17
  74. Caption = #23376#39033
  75. TabOrder = 2
  76. end
  77. end
  78. end