CheckPosForm.dfm 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. object CheckPosFrm: TCheckPosFrm
  2. Left = 525
  3. Top = 283
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = #36873#25321#25554#20837#20301#32622
  7. ClientHeight = 132
  8. ClientWidth = 290
  9. Color = clBtnFace
  10. Font.Charset = ANSI_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = #23435#20307
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poScreenCenter
  17. DesignSize = (
  18. 290
  19. 132)
  20. PixelsPerInch = 96
  21. TextHeight = 12
  22. object btnOK: TButton
  23. Left = 150
  24. Top = 101
  25. Width = 65
  26. Height = 23
  27. Anchors = [akRight, akBottom]
  28. Caption = #30830#23450
  29. Default = True
  30. ModalResult = 1
  31. TabOrder = 0
  32. end
  33. object btnCancel: TButton
  34. Left = 216
  35. Top = 101
  36. Width = 65
  37. Height = 23
  38. Anchors = [akRight, akBottom]
  39. Cancel = True
  40. Caption = #21462#28040
  41. TabOrder = 1
  42. OnClick = btnCancelClick
  43. end
  44. object rgSelectPos: TRadioGroup
  45. Left = 10
  46. Top = 3
  47. Width = 271
  48. Height = 59
  49. Caption = #20301#32622
  50. Columns = 2
  51. Font.Charset = ANSI_CHARSET
  52. Font.Color = clBlack
  53. Font.Height = -12
  54. Font.Name = #23435#20307
  55. Font.Style = []
  56. ItemIndex = 0
  57. Items.Strings = (
  58. #20316#20026#21518#39033#25554#20837' '
  59. #20316#20026#21069#39033#25554#20837
  60. #20316#20026#23376#39033#25554#20837' '
  61. #20165#31896#36148#25991#26412)
  62. ParentFont = False
  63. TabOrder = 2
  64. end
  65. object GroupBox1: TGroupBox
  66. Left = 10
  67. Top = 68
  68. Width = 133
  69. Height = 58
  70. Caption = #28165#38646
  71. Font.Charset = ANSI_CHARSET
  72. Font.Color = clBlack
  73. Font.Height = -12
  74. Font.Name = #23435#20307
  75. Font.Style = []
  76. ParentFont = False
  77. TabOrder = 3
  78. object cbBillsQty: TCheckBox
  79. Left = 13
  80. Top = 15
  81. Width = 86
  82. Height = 17
  83. Caption = #28165#21333#24037#31243#37327
  84. Font.Charset = ANSI_CHARSET
  85. Font.Color = clBlack
  86. Font.Height = -12
  87. Font.Name = #23435#20307
  88. Font.Style = []
  89. ParentFont = False
  90. TabOrder = 0
  91. end
  92. object cbDQQty: TCheckBox
  93. Left = 13
  94. Top = 36
  95. Width = 82
  96. Height = 17
  97. Caption = #22270#32440#24037#31243#37327
  98. Font.Charset = ANSI_CHARSET
  99. Font.Color = clBlack
  100. Font.Height = -12
  101. Font.Name = #23435#20307
  102. Font.Style = []
  103. ParentFont = False
  104. TabOrder = 1
  105. end
  106. end
  107. end