RenameSignReportFrm.dfm 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. object RenameSignReportForm: TRenameSignReportForm
  2. Left = 595
  3. Top = 380
  4. Width = 374
  5. Height = 163
  6. Caption = #37325#21629#21517
  7. Color = clBtnFace
  8. Font.Charset = ANSI_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = #23435#20307
  12. Font.Style = []
  13. OldCreateOrder = False
  14. Position = poMainFormCenter
  15. PixelsPerInch = 96
  16. TextHeight = 12
  17. object lblNeedRename: TLabel
  18. Left = 38
  19. Top = 17
  20. Width = 276
  21. Height = 12
  22. Caption = #35813#25253#34920#24050#23384#22312#65292#33509#35201#20877#27425#19978#20256#65292#35831#37325#21629#21517#21518#20877#29983#25104#12290
  23. end
  24. object lblAffect: TLabel
  25. Left = 38
  26. Top = 40
  27. Width = 288
  28. Height = 12
  29. Caption = #35813#21517#31216#19981#24433#21709#25253#34920#20869#30340#34920#22836#65292#20165#20316#26631#35782#20004#24352#21516#21517#25253#34920#12290
  30. end
  31. object edtName: TEdit
  32. Left = 40
  33. Top = 64
  34. Width = 273
  35. Height = 18
  36. Ctl3D = False
  37. ParentCtl3D = False
  38. ReadOnly = True
  39. TabOrder = 0
  40. Text = 'edtName'
  41. end
  42. object btnOk: TButton
  43. Left = 192
  44. Top = 96
  45. Width = 75
  46. Height = 25
  47. Caption = #30830#35748#29983#25104
  48. TabOrder = 1
  49. OnClick = btnOkClick
  50. end
  51. object btnCancel: TButton
  52. Left = 280
  53. Top = 96
  54. Width = 75
  55. Height = 25
  56. Caption = #21462#28040
  57. ModalResult = 2
  58. TabOrder = 2
  59. end
  60. end