Setup.SelectLanguageForm.dfm 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. object SelectLanguageForm: TSelectLanguageForm
  2. Left = 200
  3. Top = 108
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsDialog
  6. Caption = 'SelectLanguageForm'
  7. ClientHeight = 140
  8. ClientWidth = 297
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. OldCreateOrder = True
  16. Scaled = False
  17. DesignSize = (
  18. 297
  19. 140)
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object Bevel: TBevel
  23. Left = 0
  24. Top = 97
  25. Width = 297
  26. Height = 1
  27. Anchors = [akLeft, akRight, akBottom]
  28. Shape = bsTopLine
  29. end
  30. object CancelButton: TNewButton
  31. Left = 214
  32. Top = 108
  33. Width = 75
  34. Height = 23
  35. Anchors = [akRight, akBottom]
  36. Cancel = True
  37. Caption = '*'
  38. ModalResult = 2
  39. TabOrder = 2
  40. end
  41. object OKButton: TNewButton
  42. Left = 133
  43. Top = 108
  44. Width = 75
  45. Height = 23
  46. Anchors = [akRight, akBottom]
  47. Caption = '*'
  48. Default = True
  49. ModalResult = 1
  50. TabOrder = 1
  51. end
  52. object MainPanel: TPanel
  53. Left = 0
  54. Top = 0
  55. Width = 297
  56. Height = 97
  57. Anchors = [akLeft, akTop, akRight, akBottom]
  58. BevelOuter = bvNone
  59. Color = clWindow
  60. TabOrder = 0
  61. DesignSize = (
  62. 297
  63. 97)
  64. object IconBitmapImage: TBitmapImage
  65. Left = 8
  66. Top = 8
  67. Width = 34
  68. Height = 34
  69. end
  70. object LangCombo: TNewComboBox
  71. Left = 56
  72. Top = 56
  73. Width = 233
  74. Height = 21
  75. Style = csDropDownList
  76. Anchors = [akLeft, akTop, akRight]
  77. DropDownCount = 16
  78. Sorted = True
  79. TabOrder = 1
  80. end
  81. object SelectLabel: TNewStaticText
  82. Left = 56
  83. Top = 8
  84. Width = 233
  85. Height = 39
  86. Anchors = [akLeft, akTop, akRight]
  87. AutoSize = False
  88. Caption = '*'
  89. TabOrder = 0
  90. WordWrap = True
  91. end
  92. end
  93. end