home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / OLS / jtrim100 / jtrim100.lzh / JTrim.exe / 0 / RCDATA / TJTFRMRESIZE / TJTFRMRESIZE.txt
Text File  |  1999-06-30  |  3KB  |  131 lines

  1. object JTfrmResize: TJTfrmResize
  2.   Left = 409
  3.   Top = 139
  4.   HelpContext = 32
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'ソスソスソスTソスCソスY'
  8.   ClientHeight = 109
  9.   ClientWidth = 377
  10.   Color = clBtnFace
  11.   Font.Charset = SHIFTJIS_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -12
  14.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Label1: TLabel
  22.     Left = 12
  23.     Top = 20
  24.     Width = 18
  25.     Height = 12
  26.     Alignment = taRightJustify
  27.     Caption = 'ソスソスソスF'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 101
  31.     Top = 20
  32.     Width = 34
  33.     Height = 12
  34.     Caption = 'ソス~ ソスcソスF'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 209
  38.     Top = 20
  39.     Width = 43
  40.     Height = 12
  41.     Caption = 'ソスsソスNソスZソスソス'
  42.   end
  43.   object Button1: TButton
  44.     Left = 276
  45.     Top = 8
  46.     Width = 90
  47.     Height = 25
  48.     Caption = 'OK'
  49.     Default = True
  50.     TabOrder = 5
  51.     OnClick = Button1Click
  52.   end
  53.   object Button2: TButton
  54.     Left = 276
  55.     Top = 40
  56.     Width = 90
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  60.     TabOrder = 6
  61.     OnClick = Button2Click
  62.   end
  63.   object edtWidth: TSpinEdit
  64.     Left = 33
  65.     Top = 16
  66.     Width = 60
  67.     Height = 21
  68.     MaxValue = 1000000000
  69.     MinValue = 1
  70.     TabOrder = 0
  71.     Value = 1
  72.     OnChange = edtWidthChange
  73.   end
  74.   object edtHeight: TSpinEdit
  75.     Left = 141
  76.     Top = 16
  77.     Width = 60
  78.     Height = 21
  79.     MaxValue = 1000000000
  80.     MinValue = 1
  81.     TabOrder = 1
  82.     Value = 1
  83.     OnChange = edtHeightChange
  84.   end
  85.   object chkKeepAspect: TCheckBox
  86.     Left = 12
  87.     Top = 52
  88.     Width = 157
  89.     Height = 17
  90.     Caption = 'ソスcソスソスソスフ比率ソスソスロ趣ソスソスソスソスソス'
  91.     Checked = True
  92.     State = cbChecked
  93.     TabOrder = 2
  94.   end
  95.   object chkResample: TCheckBox
  96.     Left = 12
  97.     Top = 76
  98.     Width = 141
  99.     Height = 17
  100.     Caption = 'ソストサソスソスソスvソスソスソスソスソスOソスソスソスsソスソス'
  101.     TabOrder = 3
  102.     OnClick = chkResampleClick
  103.   end
  104.   object ComboBox1: TComboBox
  105.     Left = 160
  106.     Top = 74
  107.     Width = 89
  108.     Height = 20
  109.     Style = csDropDownList
  110.     ItemHeight = 12
  111.     Items.Strings = (
  112.       'Box'
  113.       'Hermite'
  114.       'Triangle'
  115.       'Bell'
  116.       'Mitchell'
  117.       'BSpline'
  118.       'Lanczos3')
  119.     TabOrder = 4
  120.   end
  121.   object btnHelp: TButton
  122.     Left = 276
  123.     Top = 72
  124.     Width = 90
  125.     Height = 25
  126.     Caption = 'ソスwソスソスソスv'
  127.     TabOrder = 7
  128.     OnClick = btnHelpClick
  129.   end
  130. end
  131.