FSplitterMain.dfm 3.0 KB

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