home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMRESAMPLE / TFORMRESAMPLE.txt
Encoding:
Text File  |  2002-10-07  |  2.3 KB  |  137 lines

  1. object FormResample: TFormResample
  2.   Left = 196
  3.   Top = 103
  4.   BorderStyle = bsDialog
  5.   Caption = 'Resample'
  6.   ClientHeight = 176
  7.   ClientWidth = 306
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 289
  20.     Height = 121
  21.     Shape = bsFrame
  22.   end
  23.   object LabelWd: TLabel
  24.     Left = 20
  25.     Top = 28
  26.     Width = 30
  27.     Height = 12
  28.     Caption = '&Width:'
  29.     FocusControl = Edit1
  30.   end
  31.   object LabelWidth: TLabel
  32.     Left = 64
  33.     Top = 48
  34.     Width = 4
  35.     Height = 12
  36.   end
  37.   object LabelHt: TLabel
  38.     Left = 164
  39.     Top = 28
  40.     Width = 35
  41.     Height = 12
  42.     Caption = '&Height:'
  43.     FocusControl = Edit2
  44.   end
  45.   object LabelHeight: TLabel
  46.     Left = 208
  47.     Top = 48
  48.     Width = 4
  49.     Height = 12
  50.   end
  51.   object Edit1: TEdit
  52.     Left = 64
  53.     Top = 24
  54.     Width = 61
  55.     Height = 20
  56.     TabOrder = 0
  57.     Text = '1'
  58.     OnChange = Edit1Change
  59.   end
  60.   object UpDownWidth: TUpDown
  61.     Left = 125
  62.     Top = 24
  63.     Width = 16
  64.     Height = 20
  65.     Associate = Edit1
  66.     Min = 1
  67.     Max = 20000
  68.     Position = 1
  69.     TabOrder = 1
  70.     Thousands = False
  71.     Wrap = False
  72.   end
  73.   object Edit2: TEdit
  74.     Left = 208
  75.     Top = 24
  76.     Width = 61
  77.     Height = 20
  78.     TabOrder = 2
  79.     Text = '1'
  80.     OnChange = Edit2Change
  81.   end
  82.   object UpDownHeight: TUpDown
  83.     Left = 269
  84.     Top = 24
  85.     Width = 16
  86.     Height = 20
  87.     Associate = Edit2
  88.     Min = 1
  89.     Max = 20000
  90.     Position = 1
  91.     TabOrder = 3
  92.     Thousands = False
  93.     Wrap = False
  94.   end
  95.   object CheckAspect: TCheckBox
  96.     Left = 64
  97.     Top = 68
  98.     Width = 137
  99.     Height = 17
  100.     Caption = '&Keep Aspect Ratio'
  101.     Checked = True
  102.     State = cbChecked
  103.     TabOrder = 4
  104.     OnClick = CheckAspectClick
  105.   end
  106.   object CheckFilter: TCheckBox
  107.     Left = 64
  108.     Top = 96
  109.     Width = 141
  110.     Height = 17
  111.     Caption = '&Smooth'
  112.     Checked = True
  113.     State = cbChecked
  114.     TabOrder = 5
  115.   end
  116.   object Button1: TButton
  117.     Left = 136
  118.     Top = 139
  119.     Width = 75
  120.     Height = 25
  121.     Caption = 'OK'
  122.     Default = True
  123.     ModalResult = 1
  124.     TabOrder = 6
  125.   end
  126.   object btnCancel: TButton
  127.     Left = 215
  128.     Top = 139
  129.     Width = 75
  130.     Height = 25
  131.     Cancel = True
  132.     Caption = 'Cancel'
  133.     ModalResult = 2
  134.     TabOrder = 7
  135.   end
  136. end
  137.