WebNewTenderFrm.dfm 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. object WebNewTenderForm: TWebNewTenderForm
  2. Left = 534
  3. Top = 268
  4. BorderStyle = bsDialog
  5. Caption = #26032#24314#26631#27573
  6. ClientHeight = 158
  7. ClientWidth = 314
  8. Color = clBtnFace
  9. Font.Charset = ANSI_CHARSET
  10. Font.Color = clBlack
  11. Font.Height = -12
  12. Font.Name = #23435#20307
  13. Font.Style = []
  14. OldCreateOrder = False
  15. OnCreate = FormCreate
  16. PixelsPerInch = 96
  17. TextHeight = 12
  18. object lbl1: TLabel
  19. Left = 16
  20. Top = 11
  21. Width = 54
  22. Height = 12
  23. Caption = #35831#36755#20837'KEY'
  24. Font.Charset = ANSI_CHARSET
  25. Font.Color = clBlack
  26. Font.Height = -12
  27. Font.Name = #23435#20307
  28. Font.Style = []
  29. ParentFont = False
  30. end
  31. object lbl2: TLabel
  32. Left = 16
  33. Top = 58
  34. Width = 48
  35. Height = 12
  36. Caption = #26631#27573#21517#31216
  37. Font.Charset = ANSI_CHARSET
  38. Font.Color = clBlack
  39. Font.Height = -12
  40. Font.Name = #23435#20307
  41. Font.Style = []
  42. ParentFont = False
  43. end
  44. object btnOK: TButton
  45. Left = 144
  46. Top = 120
  47. Width = 75
  48. Height = 25
  49. Caption = #30830#23450
  50. ModalResult = 1
  51. TabOrder = 0
  52. end
  53. object btnCancel: TButton
  54. Left = 219
  55. Top = 120
  56. Width = 75
  57. Height = 25
  58. Caption = #21462#28040
  59. ModalResult = 2
  60. TabOrder = 1
  61. end
  62. object edtKey: TEdit
  63. Left = 16
  64. Top = 27
  65. Width = 285
  66. Height = 20
  67. TabOrder = 2
  68. end
  69. object edtTenderName: TEdit
  70. Left = 16
  71. Top = 74
  72. Width = 285
  73. Height = 20
  74. TabOrder = 3
  75. end
  76. end