123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- object Form1: TForm1
- Left = 192
- Top = 126
- Caption = 'Splitter'
- ClientHeight = 319
- ClientWidth = 451
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 0
- Width = 451
- Height = 36
- Margins.Left = 2
- Margins.Top = 2
- Margins.Right = 2
- Margins.Bottom = 2
- Align = alTop
- Caption =
- 'This utility will generate 16 1024x1024 BMP '#13#10'textures from the ' +
- #39'TextureMap.jpg'#39' files.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- ExplicitWidth = 306
- end
- object LAAction: TLabel
- Left = 42
- Top = 223
- Width = 43
- Height = 13
- Margins.Left = 2
- Margins.Top = 2
- Margins.Right = 2
- Margins.Bottom = 2
- Caption = 'LAAction'
- Visible = False
- end
- object EDFile: TEdit
- Left = 16
- Top = 68
- Width = 265
- Height = 21
- Margins.Left = 2
- Margins.Top = 2
- Margins.Right = 2
- Margins.Bottom = 2
- Enabled = False
- TabOrder = 0
- Text = 'TextureMap.jpg'
- Visible = False
- end
- object Button1: TButton
- Left = 42
- Top = 240
- Width = 65
- Height = 25
- Margins.Left = 2
- Margins.Top = 2
- Margins.Right = 2
- Margins.Bottom = 2
- Caption = 'Split'
- TabOrder = 1
- OnClick = Button1Click
- end
- object EDTileSize: TEdit
- Left = 271
- Top = 132
- Width = 57
- Height = 21
- Margins.Left = 2
- Margins.Top = 2
- Margins.Right = 2
- Margins.Bottom = 2
- Enabled = False
- TabOrder = 2
- Text = '1024'
- Visible = False
- end
- object EDMask: TEdit
- Left = 16
- Top = 101
- Width = 265
- Height = 21
- Margins.Left = 2
- Margins.Top = 2
- Margins.Right = 2
- Margins.Bottom = 2
- Enabled = False
- TabOrder = 3
- Text = 'Tex_%d_%d.bmp'
- Visible = False
- end
- object ProgressBar: TProgressBar
- Left = 128
- Top = 240
- Width = 185
- Height = 25
- Margins.Left = 2
- Margins.Top = 2
- Margins.Right = 2
- Margins.Bottom = 2
- Max = 16
- Smooth = True
- TabOrder = 4
- end
- object RBFull: TRadioButton
- Left = 42
- Top = 134
- Width = 225
- Height = 17
- Margins.Left = 2
- Margins.Top = 2
- Margins.Right = 2
- Margins.Bottom = 2
- Caption = 'Full Resolution (64 MB graphics memory)'
- Checked = True
- TabOrder = 5
- TabStop = True
- end
- object RBHalf: TRadioButton
- Left = 42
- Top = 155
- Width = 225
- Height = 17
- Margins.Left = 2
- Margins.Top = 2
- Margins.Right = 2
- Margins.Bottom = 2
- Caption = 'Medium Resolution (16 MB)'
- TabOrder = 6
- end
- object RBLow: TRadioButton
- Left = 42
- Top = 176
- Width = 225
- Height = 17
- Margins.Left = 2
- Margins.Top = 2
- Margins.Right = 2
- Margins.Bottom = 2
- Caption = 'Low Resolution (4 MB)'
- TabOrder = 7
- end
- end
|