home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / software / fonttwister / ftw12e.exe / FTwister.exe / 0 / RCDATA / TALTERBMPFORM / TALTERBMPFORM.txt < prev   
Encoding:
Text File  |  2003-03-07  |  7.7 KB  |  403 lines

  1. object AlterBmpForm: TAlterBmpForm
  2.   Left = 323
  3.   Top = 99
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Modify bitmap'
  7.   ClientHeight = 289
  8.   ClientWidth = 329
  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.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image10: TImage
  24.     Left = 197
  25.     Top = 17
  26.     Width = 15
  27.     Height = 15
  28.     AutoSize = True
  29.     Picture.Data = {<image000.bmp>}
  30.     Transparent = True
  31.   end
  32.   object Image1: TImage
  33.     Left = 197
  34.     Top = 49
  35.     Width = 17
  36.     Height = 17
  37.     AutoSize = True
  38.     Picture.Data = {<image001.bmp>}
  39.     Transparent = True
  40.   end
  41.   object Image2: TImage
  42.     Left = 197
  43.     Top = 81
  44.     Width = 16
  45.     Height = 16
  46.     AutoSize = True
  47.     Picture.Data = {<image002.bmp>}
  48.     Transparent = True
  49.   end
  50.   object Image3: TImage
  51.     Left = 197
  52.     Top = 128
  53.     Width = 12
  54.     Height = 12
  55.     AutoSize = True
  56.     Picture.Data = {<image003.bmp>}
  57.   end
  58.   object Image4: TImage
  59.     Left = 197
  60.     Top = 160
  61.     Width = 12
  62.     Height = 12
  63.     AutoSize = True
  64.     Picture.Data = {<image004.bmp>}
  65.   end
  66.   object Image5: TImage
  67.     Left = 197
  68.     Top = 192
  69.     Width = 12
  70.     Height = 12
  71.     AutoSize = True
  72.     Picture.Data = {<image005.bmp>}
  73.   end
  74.   object Bevel1: TBevel
  75.     Left = 0
  76.     Top = 232
  77.     Width = 329
  78.     Height = 17
  79.     Shape = bsTopLine
  80.   end
  81.   object OkButton: TButton
  82.     Left = 40
  83.     Top = 250
  84.     Width = 81
  85.     Height = 25
  86.     Caption = '&Ok'
  87.     ModalResult = 1
  88.     TabOrder = 19
  89.     OnClick = OkButtonClick
  90.   end
  91.   object CancelButton: TButton
  92.     Left = 128
  93.     Top = 250
  94.     Width = 81
  95.     Height = 25
  96.     Cancel = True
  97.     Caption = 'Cancel'
  98.     ModalResult = 2
  99.     TabOrder = 20
  100.     OnClick = CancelButtonClick
  101.   end
  102.   object ApplyButton: TButton
  103.     Left = 216
  104.     Top = 250
  105.     Width = 81
  106.     Height = 25
  107.     Caption = '&Apply'
  108.     TabOrder = 21
  109.     OnClick = ApplyButtonClick
  110.   end
  111.   object FarbtonTrackBar: TTrackBar
  112.     Tag = 1
  113.     Left = 216
  114.     Top = 17
  115.     Width = 105
  116.     Height = 20
  117.     Max = 200
  118.     Min = -200
  119.     Orientation = trHorizontal
  120.     PageSize = 10
  121.     Frequency = 200
  122.     Position = 0
  123.     SelEnd = 0
  124.     SelStart = 0
  125.     TabOrder = 7
  126.     ThumbLength = 14
  127.     TickMarks = tmBoth
  128.     TickStyle = tsNone
  129.     OnChange = AlterTextureTrackBarChange
  130.   end
  131.   object ScrollBox1: TScrollBox
  132.     Left = 16
  133.     Top = 16
  134.     Width = 153
  135.     Height = 89
  136.     HorzScrollBar.Visible = False
  137.     VertScrollBar.Visible = False
  138.     TabOrder = 0
  139.     object AlterTextureImage: TImage
  140.       Left = 1
  141.       Top = 1
  142.       Width = 144
  143.       Height = 80
  144.     end
  145.   end
  146.   object WeicherButton: TButton
  147.     Left = 16
  148.     Top = 128
  149.     Width = 73
  150.     Height = 25
  151.     Caption = '&Soften'
  152.     TabOrder = 1
  153.     OnClick = WeicherButtonClick
  154.   end
  155.   object SchaerferButton: TButton
  156.     Left = 96
  157.     Top = 128
  158.     Width = 73
  159.     Height = 25
  160.     Caption = 'S&harpen'
  161.     TabOrder = 2
  162.     OnClick = WeicherButtonClick
  163.   end
  164.   object DrehenButton: TButton
  165.     Left = 16
  166.     Top = 160
  167.     Width = 73
  168.     Height = 25
  169.     Caption = '&Rotate'
  170.     TabOrder = 3
  171.     OnClick = DrehenButtonClick
  172.   end
  173.   object SpiegelnButton: TButton
  174.     Left = 96
  175.     Top = 160
  176.     Width = 73
  177.     Height = 25
  178.     Caption = '&Mirror'
  179.     TabOrder = 4
  180.     OnClick = SpiegelnButtonClick
  181.   end
  182.   object ResetAlterButton: TButton
  183.     Left = 16
  184.     Top = 192
  185.     Width = 75
  186.     Height = 25
  187.     Caption = 'R&eset'
  188.     TabOrder = 5
  189.     OnClick = ResetAlterButtonClick
  190.   end
  191.   object SaveAlterTextureButton: TButton
  192.     Left = 96
  193.     Top = 192
  194.     Width = 75
  195.     Height = 25
  196.     Caption = 'Sa&ve as...'
  197.     TabOrder = 6
  198.     OnClick = SaveAlterTextureButtonClick
  199.   end
  200.   object HelligkeitTrackBar: TTrackBar
  201.     Tag = 2
  202.     Left = 216
  203.     Top = 49
  204.     Width = 105
  205.     Height = 20
  206.     Max = 200
  207.     Min = -200
  208.     Orientation = trHorizontal
  209.     PageSize = 10
  210.     Frequency = 200
  211.     Position = 0
  212.     SelEnd = 0
  213.     SelStart = 0
  214.     TabOrder = 8
  215.     ThumbLength = 14
  216.     TickMarks = tmBoth
  217.     TickStyle = tsNone
  218.     OnChange = AlterTextureTrackBarChange
  219.   end
  220.   object SaettigungTrackBar: TTrackBar
  221.     Tag = 3
  222.     Left = 216
  223.     Top = 81
  224.     Width = 105
  225.     Height = 20
  226.     Max = 200
  227.     Min = -200
  228.     Orientation = trHorizontal
  229.     PageSize = 10
  230.     Frequency = 200
  231.     Position = 0
  232.     SelEnd = 0
  233.     SelStart = 0
  234.     TabOrder = 9
  235.     ThumbLength = 14
  236.     TickMarks = tmBoth
  237.     TickStyle = tsNone
  238.     OnChange = AlterTextureTrackBarChange
  239.   end
  240.   object RedTrackBar: TTrackBar
  241.     Tag = 4
  242.     Left = 216
  243.     Top = 128
  244.     Width = 105
  245.     Height = 20
  246.     Max = 200
  247.     Min = -200
  248.     Orientation = trHorizontal
  249.     PageSize = 10
  250.     Frequency = 200
  251.     Position = 0
  252.     SelEnd = 0
  253.     SelStart = 0
  254.     TabOrder = 10
  255.     ThumbLength = 14
  256.     TickMarks = tmBoth
  257.     TickStyle = tsNone
  258.     OnChange = AlterTextureTrackBarChange
  259.   end
  260.   object GreenTrackBar: TTrackBar
  261.     Tag = 5
  262.     Left = 216
  263.     Top = 160
  264.     Width = 105
  265.     Height = 20
  266.     Max = 200
  267.     Min = -200
  268.     Orientation = trHorizontal
  269.     PageSize = 10
  270.     Frequency = 200
  271.     Position = 0
  272.     SelEnd = 0
  273.     SelStart = 0
  274.     TabOrder = 11
  275.     ThumbLength = 14
  276.     TickMarks = tmBoth
  277.     TickStyle = tsNone
  278.     OnChange = AlterTextureTrackBarChange
  279.   end
  280.   object BlueTrackBar: TTrackBar
  281.     Tag = 6
  282.     Left = 216
  283.     Top = 192
  284.     Width = 105
  285.     Height = 20
  286.     Max = 200
  287.     Min = -200
  288.     Orientation = trHorizontal
  289.     PageSize = 10
  290.     Frequency = 200
  291.     Position = 0
  292.     SelEnd = 0
  293.     SelStart = 0
  294.     TabOrder = 12
  295.     ThumbLength = 14
  296.     TickMarks = tmBoth
  297.     TickStyle = tsNone
  298.     OnChange = AlterTextureTrackBarChange
  299.   end
  300.   object Edit1: TEdit
  301.     Left = 260
  302.     Top = 31
  303.     Width = 28
  304.     Height = 19
  305.     AutoSize = False
  306.     BiDiMode = bdLeftToRight
  307.     BorderStyle = bsNone
  308.     Color = clBtnFace
  309.     Ctl3D = False
  310.     ParentBiDiMode = False
  311.     ParentCtl3D = False
  312.     ReadOnly = True
  313.     TabOrder = 13
  314.     Text = '255'
  315.   end
  316.   object Edit2: TEdit
  317.     Left = 260
  318.     Top = 63
  319.     Width = 28
  320.     Height = 19
  321.     AutoSize = False
  322.     BiDiMode = bdLeftToRight
  323.     BorderStyle = bsNone
  324.     Color = clBtnFace
  325.     Ctl3D = False
  326.     ParentBiDiMode = False
  327.     ParentCtl3D = False
  328.     ReadOnly = True
  329.     TabOrder = 14
  330.     Text = '255'
  331.   end
  332.   object Edit3: TEdit
  333.     Left = 260
  334.     Top = 95
  335.     Width = 28
  336.     Height = 19
  337.     AutoSize = False
  338.     BiDiMode = bdLeftToRight
  339.     BorderStyle = bsNone
  340.     Color = clBtnFace
  341.     Ctl3D = False
  342.     ParentBiDiMode = False
  343.     ParentCtl3D = False
  344.     ReadOnly = True
  345.     TabOrder = 15
  346.     Text = '255'
  347.   end
  348.   object Edit4: TEdit
  349.     Left = 260
  350.     Top = 142
  351.     Width = 28
  352.     Height = 19
  353.     AutoSize = False
  354.     BiDiMode = bdLeftToRight
  355.     BorderStyle = bsNone
  356.     Color = clBtnFace
  357.     Ctl3D = False
  358.     ParentBiDiMode = False
  359.     ParentCtl3D = False
  360.     ReadOnly = True
  361.     TabOrder = 16
  362.     Text = '255'
  363.   end
  364.   object Edit5: TEdit
  365.     Left = 260
  366.     Top = 174
  367.     Width = 28
  368.     Height = 19
  369.     AutoSize = False
  370.     BiDiMode = bdLeftToRight
  371.     BorderStyle = bsNone
  372.     Color = clBtnFace
  373.     Ctl3D = False
  374.     ParentBiDiMode = False
  375.     ParentCtl3D = False
  376.     ReadOnly = True
  377.     TabOrder = 17
  378.     Text = '255'
  379.   end
  380.   object Edit6: TEdit
  381.     Left = 260
  382.     Top = 206
  383.     Width = 28
  384.     Height = 19
  385.     AutoSize = False
  386.     BiDiMode = bdLeftToRight
  387.     BorderStyle = bsNone
  388.     Color = clBtnFace
  389.     Ctl3D = False
  390.     ParentBiDiMode = False
  391.     ParentCtl3D = False
  392.     ReadOnly = True
  393.     TabOrder = 18
  394.     Text = '255'
  395.   end
  396.   object SaveDialog1: TSaveDialog
  397.     Filter = 'BMP - Windows Bitmap|*.bmp|JPG - JPEG JFIF Compliant|*.jpg'
  398.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  399.     Left = 128
  400.     Top = 64
  401.   end
  402. end
  403.