tpTrialPegInputFrm.dfm 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. object TrialPegInputForm: TTrialPegInputForm
  2. Left = 594
  3. Top = 388
  4. Width = 340
  5. Height = 123
  6. Caption = #35797#31639#26729#21495#33539#22260
  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. PixelsPerInch = 96
  15. TextHeight = 12
  16. object lblHint: TLabel
  17. Left = 8
  18. Top = 8
  19. Width = 132
  20. Height = 12
  21. Caption = #35831#36755#20837#35797#31639#30340#26729#21495#33539#22260#65306
  22. end
  23. object lePeg: TLabeledEdit
  24. Left = 96
  25. Top = 32
  26. Width = 201
  27. Height = 18
  28. Ctl3D = False
  29. EditLabel.Width = 60
  30. EditLabel.Height = 12
  31. EditLabel.Caption = #36215#35755#26729#21495#65306
  32. LabelPosition = lpLeft
  33. ParentCtl3D = False
  34. TabOrder = 0
  35. end
  36. object btnOk: TButton
  37. Left = 176
  38. Top = 61
  39. Width = 65
  40. Height = 21
  41. Caption = #30830' '#23450
  42. TabOrder = 1
  43. OnClick = btnOkClick
  44. end
  45. object btnCancel: TButton
  46. Left = 256
  47. Top = 61
  48. Width = 65
  49. Height = 21
  50. Caption = #21462' '#28040
  51. ModalResult = 2
  52. TabOrder = 2
  53. end
  54. end