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