WebNewTenderFrm.dfm 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. object WebNewTenderForm: TWebNewTenderForm
  2. Left = 1163
  3. Top = 401
  4. BorderStyle = bsDialog
  5. Caption = #26032#24314#26631#27573
  6. ClientHeight = 160
  7. ClientWidth = 310
  8. Color = clBtnFace
  9. Font.Charset = ANSI_CHARSET
  10. Font.Color = clBlack
  11. Font.Height = -14
  12. Font.Name = #24494#36719#38597#40657
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poMainFormCenter
  16. OnCreate = FormCreate
  17. PixelsPerInch = 96
  18. TextHeight = 20
  19. object lbl1: TLabel
  20. Left = 12
  21. Top = 6
  22. Width = 67
  23. Height = 20
  24. Caption = #35831#36755#20837'KEY'
  25. end
  26. object lbl2: TLabel
  27. Left = 12
  28. Top = 56
  29. Width = 56
  30. Height = 20
  31. Caption = #26631#27573#21517#31216
  32. end
  33. object lblHint: TLabel
  34. Left = 13
  35. Top = 104
  36. Width = 24
  37. Height = 17
  38. Caption = #25552#31034
  39. Font.Charset = ANSI_CHARSET
  40. Font.Color = clRed
  41. Font.Height = -12
  42. Font.Name = #24494#36719#38597#40657
  43. Font.Style = []
  44. ParentFont = False
  45. end
  46. object btnOK: TButton
  47. Left = 146
  48. Top = 125
  49. Width = 75
  50. Height = 25
  51. Caption = #30830#23450
  52. TabOrder = 0
  53. OnClick = btnOKClick
  54. end
  55. object btnCancel: TButton
  56. Left = 222
  57. Top = 125
  58. Width = 75
  59. Height = 25
  60. Caption = #21462#28040
  61. ModalResult = 2
  62. TabOrder = 1
  63. end
  64. object edtKey: TEdit
  65. Left = 12
  66. Top = 27
  67. Width = 285
  68. Height = 28
  69. TabOrder = 2
  70. OnKeyDown = edtKeyKeyDown
  71. end
  72. object edtTenderName: TEdit
  73. Left = 12
  74. Top = 76
  75. Width = 285
  76. Height = 28
  77. TabOrder = 3
  78. OnKeyDown = edtKeyKeyDown
  79. end
  80. end