Frm_CompressionRatio.dfm 971 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. object FrmCompressionRatio: TFrmCompressionRatio
  2. Left = 395
  3. Top = 211
  4. BorderStyle = bsToolWindow
  5. Caption = 'Select compression ratio'
  6. ClientHeight = 72
  7. ClientWidth = 181
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poMainFormCenter
  16. OnCreate = FormCreate
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object BtnForOk: TButton
  20. Left = 9
  21. Top = 40
  22. Width = 75
  23. Height = 25
  24. Caption = 'OK'
  25. ModalResult = 1
  26. TabOrder = 0
  27. OnClick = BtnForOkClick
  28. end
  29. object BtnForCancel: TButton
  30. Left = 97
  31. Top = 40
  32. Width = 75
  33. Height = 25
  34. Cancel = True
  35. Caption = 'Cancel'
  36. ModalResult = 2
  37. TabOrder = 1
  38. OnClick = BtnForCancelClick
  39. end
  40. object CbForRatio: TComboBox
  41. Left = 10
  42. Top = 8
  43. Width = 161
  44. Height = 21
  45. Style = csDropDownList
  46. TabOrder = 2
  47. end
  48. end