home *** CD-ROM | disk | FTP | other *** search
/ Fun CD 69 / OTACD69.bin / archive / etc / wsmd5 / wsmd5.lzh / wsMD5.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2007-05-29  |  3KB  |  153 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'wsMD5'
  7.   ClientHeight = 297
  8.   ClientWidth = 489
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -16
  13.   Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 10
  21.     Top = 12
  22.     Width = 184
  23.     Height = 16
  24.     Caption = 'ソスソスrソスpソスnソスbソスVソスソスソスl(MD5)ソスF'
  25.   end
  26.   object Edit1: TEdit
  27.     Left = 200
  28.     Top = 8
  29.     Width = 281
  30.     Height = 24
  31.     ImeMode = imDisable
  32.     TabOrder = 0
  33.     OnChange = Edit1Change
  34.     OnKeyDown = Edit1KeyDown
  35.   end
  36.   object Memo1: TMemo
  37.     Left = 8
  38.     Top = 72
  39.     Width = 473
  40.     Height = 169
  41.     Color = clInfoBk
  42.     Font.Charset = SHIFTJIS_CHARSET
  43.     Font.Color = clInfoText
  44.     Font.Height = -16
  45.     Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  46.     Font.Style = []
  47.     HideSelection = False
  48.     ImeMode = imDisable
  49.     Lines.Strings = (
  50.       'ソスホ象フソス@ソスCソスソスソスソスソスhソスソスソスbソスvソスソスソスト会ソスソスソスソスソスソスB')
  51.     ParentFont = False
  52.     ReadOnly = True
  53.     ScrollBars = ssBoth
  54.     TabOrder = 1
  55.     WordWrap = False
  56.     OnKeyDown = Memo1KeyDown
  57.   end
  58.   object Button1: TButton
  59.     Left = 8
  60.     Top = 250
  61.     Width = 89
  62.     Height = 25
  63.     Caption = 'C&lear'
  64.     TabOrder = 2
  65.     OnClick = Button1Click
  66.   end
  67.   object Button2: TButton
  68.     Left = 104
  69.     Top = 250
  70.     Width = 89
  71.     Height = 25
  72.     Caption = '&Copy'
  73.     Enabled = False
  74.     TabOrder = 3
  75.     OnClick = Button2Click
  76.   end
  77.   object Button3: TButton
  78.     Left = 392
  79.     Top = 250
  80.     Width = 89
  81.     Height = 25
  82.     Caption = 'Cl&ose'
  83.     TabOrder = 6
  84.     OnClick = Button3Click
  85.   end
  86.   object Button4: TButton
  87.     Left = 248
  88.     Top = 40
  89.     Width = 89
  90.     Height = 25
  91.     Caption = '&MD5ソスソス'
  92.     Enabled = False
  93.     TabOrder = 7
  94.     OnClick = Button4Click
  95.   end
  96.   object ProgressBar1: TProgressBar
  97.     Left = 0
  98.     Top = 281
  99.     Width = 489
  100.     Height = 16
  101.     Align = alBottom
  102.     Min = 0
  103.     Max = 100
  104.     TabOrder = 9
  105.   end
  106.   object Button5: TButton
  107.     Left = 296
  108.     Top = 250
  109.     Width = 89
  110.     Height = 25
  111.     Caption = 'C&ancel'
  112.     Enabled = False
  113.     TabOrder = 5
  114.     OnClick = Button5Click
  115.   end
  116.   object Button6: TButton
  117.     Left = 200
  118.     Top = 250
  119.     Width = 89
  120.     Height = 25
  121.     Caption = 'MD5 &Save'
  122.     Enabled = False
  123.     TabOrder = 4
  124.     OnClick = Button6Click
  125.   end
  126.   object Button7: TButton
  127.     Left = 344
  128.     Top = 40
  129.     Width = 89
  130.     Height = 25
  131.     Caption = 'Com&pare'
  132.     Enabled = False
  133.     TabOrder = 8
  134.     OnClick = Button7Click
  135.   end
  136.   object KAddDrop1: TKAddDrop
  137.     Control = Memo1
  138.     OnDropFiles = KAddDrop1DropFiles
  139.     Left = 400
  140.     Top = 192
  141.   end
  142.   object FileVerInfo1: TFileVerInfo
  143.     Left = 368
  144.     Top = 192
  145.   end
  146.   object KAddDrop2: TKAddDrop
  147.     Control = Edit1
  148.     OnDropFiles = KAddDrop2DropFiles
  149.     Left = 432
  150.     Top = 192
  151.   end
  152. end
  153.