fSplitterC.dfm 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. object Form1: TForm1
  2. Left = 192
  3. Top = 126
  4. Caption = 'Splitter'
  5. ClientHeight = 319
  6. ClientWidth = 451
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -10
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. Position = poScreenCenter
  14. TextHeight = 13
  15. object Label1: TLabel
  16. Left = 0
  17. Top = 0
  18. Width = 451
  19. Height = 30
  20. Margins.Left = 2
  21. Margins.Top = 2
  22. Margins.Right = 2
  23. Margins.Bottom = 2
  24. Align = alTop
  25. Caption =
  26. 'This utility will generate 16 1024x1024 BMP '#13#10'textures from the ' +
  27. #39'ArchipelagoMap.jpg'#39' files.'
  28. Font.Charset = DEFAULT_CHARSET
  29. Font.Color = clWindowText
  30. Font.Height = -12
  31. Font.Name = 'Arial'
  32. Font.Style = [fsBold]
  33. ParentFont = False
  34. ExplicitWidth = 250
  35. end
  36. object LAAction: TLabel
  37. Left = 42
  38. Top = 223
  39. Width = 43
  40. Height = 13
  41. Margins.Left = 2
  42. Margins.Top = 2
  43. Margins.Right = 2
  44. Margins.Bottom = 2
  45. Caption = 'LAAction'
  46. Visible = False
  47. end
  48. object EDFile: TEdit
  49. Left = 16
  50. Top = 68
  51. Width = 265
  52. Height = 21
  53. Margins.Left = 2
  54. Margins.Top = 2
  55. Margins.Right = 2
  56. Margins.Bottom = 2
  57. Enabled = False
  58. TabOrder = 0
  59. Text = 'ArchipelagoMap.jpg'
  60. Visible = False
  61. end
  62. object Button1: TButton
  63. Left = 42
  64. Top = 240
  65. Width = 65
  66. Height = 25
  67. Margins.Left = 2
  68. Margins.Top = 2
  69. Margins.Right = 2
  70. Margins.Bottom = 2
  71. Caption = 'Split'
  72. TabOrder = 1
  73. OnClick = Button1Click
  74. end
  75. object EDTileSize: TEdit
  76. Left = 271
  77. Top = 132
  78. Width = 57
  79. Height = 21
  80. Margins.Left = 2
  81. Margins.Top = 2
  82. Margins.Right = 2
  83. Margins.Bottom = 2
  84. Enabled = False
  85. TabOrder = 2
  86. Text = '1024'
  87. Visible = False
  88. end
  89. object EDMask: TEdit
  90. Left = 16
  91. Top = 101
  92. Width = 265
  93. Height = 21
  94. Margins.Left = 2
  95. Margins.Top = 2
  96. Margins.Right = 2
  97. Margins.Bottom = 2
  98. Enabled = False
  99. TabOrder = 3
  100. Text = 'Tex_%d_%d.bmp'
  101. Visible = False
  102. end
  103. object ProgressBar: TProgressBar
  104. Left = 128
  105. Top = 240
  106. Width = 185
  107. Height = 25
  108. Margins.Left = 2
  109. Margins.Top = 2
  110. Margins.Right = 2
  111. Margins.Bottom = 2
  112. Max = 16
  113. Smooth = True
  114. TabOrder = 4
  115. end
  116. object RBFull: TRadioButton
  117. Left = 42
  118. Top = 134
  119. Width = 225
  120. Height = 17
  121. Margins.Left = 2
  122. Margins.Top = 2
  123. Margins.Right = 2
  124. Margins.Bottom = 2
  125. Caption = 'Full Resolution (64 MB graphics memory)'
  126. TabOrder = 5
  127. end
  128. object RBHalf: TRadioButton
  129. Left = 42
  130. Top = 155
  131. Width = 225
  132. Height = 17
  133. Margins.Left = 2
  134. Margins.Top = 2
  135. Margins.Right = 2
  136. Margins.Bottom = 2
  137. Caption = 'Medium Resolution (16 MB)'
  138. TabOrder = 6
  139. end
  140. object RBLow: TRadioButton
  141. Left = 42
  142. Top = 176
  143. Width = 225
  144. Height = 17
  145. Margins.Left = 2
  146. Margins.Top = 2
  147. Margins.Right = 2
  148. Margins.Bottom = 2
  149. Caption = 'Low Resolution (4 MB)'
  150. Checked = True
  151. TabOrder = 7
  152. TabStop = True
  153. end
  154. end