fSplitterD.dfm 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. object Form1: TForm1
  2. Left = 192
  3. Top = 105
  4. BorderStyle = bsDialog
  5. Caption = 'Splitter'
  6. ClientHeight = 248
  7. ClientWidth = 368
  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. Position = poScreenCenter
  15. TextHeight = 13
  16. object Label1: TLabel
  17. Left = 8
  18. Top = 8
  19. Width = 280
  20. Height = 32
  21. Caption =
  22. 'This utility will generate 16 1024x1024 BMP '#13#10'textures from the ' +
  23. #39'ArchipelagoMap.jpg'#39' files.'
  24. Font.Charset = DEFAULT_CHARSET
  25. Font.Color = clWindowText
  26. Font.Height = -13
  27. Font.Name = 'Arial'
  28. Font.Style = [fsBold]
  29. ParentFont = False
  30. end
  31. object LAAction: TLabel
  32. Left = 48
  33. Top = 179
  34. Width = 43
  35. Height = 13
  36. Caption = 'LAAction'
  37. Visible = False
  38. end
  39. object EditFile: TEdit
  40. Left = 8
  41. Top = 46
  42. Width = 265
  43. Height = 21
  44. Enabled = False
  45. TabOrder = 0
  46. Text = 'ArchipelagoMap.jpg'
  47. Visible = False
  48. end
  49. object Button1: TButton
  50. Left = 26
  51. Top = 203
  52. Width = 65
  53. Height = 25
  54. Caption = 'Split'
  55. TabOrder = 1
  56. OnClick = Button1Click
  57. end
  58. object EDTileSize: TEdit
  59. Left = 112
  60. Top = 176
  61. Width = 57
  62. Height = 21
  63. Enabled = False
  64. TabOrder = 2
  65. Text = '1024'
  66. Visible = False
  67. end
  68. object EditMask: TEdit
  69. Left = 8
  70. Top = 73
  71. Width = 265
  72. Height = 21
  73. Enabled = False
  74. TabOrder = 3
  75. Text = 'Tex_%d_%d.bmp'
  76. Visible = False
  77. end
  78. object ProgressBar: TProgressBar
  79. Left = 136
  80. Top = 203
  81. Width = 185
  82. Height = 25
  83. Max = 16
  84. Smooth = True
  85. TabOrder = 4
  86. end
  87. object RBFull: TRadioButton
  88. Left = 48
  89. Top = 100
  90. Width = 225
  91. Height = 17
  92. Caption = 'Full Resolution (64 MB graphics memory)'
  93. TabOrder = 5
  94. end
  95. object RBHalf: TRadioButton
  96. Left = 48
  97. Top = 123
  98. Width = 225
  99. Height = 17
  100. Caption = 'Medium Resolution (16 MB)'
  101. TabOrder = 6
  102. end
  103. object RBLow: TRadioButton
  104. Left = 48
  105. Top = 146
  106. Width = 225
  107. Height = 17
  108. Caption = 'Low Resolution (4 MB)'
  109. Checked = True
  110. TabOrder = 7
  111. TabStop = True
  112. end
  113. end