home *** CD-ROM | disk | FTP | other *** search
/ Fun CD 68 / OTACD68.img / archive / etc / bld / bld.lzh / bld.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2004-08-05  |  7KB  |  251 lines

  1. object MainForm: TMainForm
  2.   Left = 210
  3.   Top = 275
  4.   Width = 648
  5.   Height = 529
  6.   Caption = 'B-Loader'
  7.   Color = clBtnFace
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  12.   Font.Style = []
  13.   Menu = MainMenu
  14.   OldCreateOrder = False
  15.   Position = poDefaultPosOnly
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object ScrollBox: TScrollBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 640
  24.     Height = 480
  25.     Align = alClient
  26.     BorderStyle = bsNone
  27.     Color = clBlack
  28.     ParentColor = False
  29.     TabOrder = 0
  30.     object Image: TImage
  31.       Left = 0
  32.       Top = 0
  33.       Width = 105
  34.       Height = 105
  35.       AutoSize = True
  36.       PopupMenu = PopupMenu
  37.       OnMouseDown = ImageMouseDown
  38.       OnMouseMove = ImageMouseMove
  39.       OnMouseUp = ImageMouseUp
  40.     end
  41.   end
  42.   object MainMenu: TMainMenu
  43.     Left = 176
  44.     Top = 168
  45.     object FileMI: TMenuItem
  46.       Caption = #12501#12449#12452#12523'(&F)'
  47.       object OpenImageMI: TMenuItem
  48.         Caption = #21512#25104#12377#12427#30011#20687#12434#38283#12367'(&O)...'
  49.         ShortCut = 16463
  50.         OnClick = OpenImageMIClick
  51.       end
  52.       object N1: TMenuItem
  53.         Caption = '-'
  54.       end
  55.       object SaveImageMI: TMenuItem
  56.         Caption = #29694#22312#12398#34920#31034#12434#20445#23384'(&S)...'
  57.         ShortCut = 16467
  58.         OnClick = SaveImageMIClick
  59.       end
  60.     end
  61.     object E1: TMenuItem
  62.       Caption = #32232#38598'(&E)'
  63.       object OpenAlphaMI: TMenuItem
  64.         Caption = #12450#12523#12501#12449#30011#20687#12434#25351#23450'(&E)...'
  65.         ShortCut = 16453
  66.         OnClick = OpenAlphaMIClick
  67.       end
  68.       object XorAlphaMI: TMenuItem
  69.         Caption = #12450#12523#12501#12449#20516#21453#36578'(&A)'
  70.         ShortCut = 16449
  71.         OnClick = XorAlphaMIClick
  72.       end
  73.       object TColorMI: TMenuItem
  74.         Caption = #26368#24038#19978#12489#12483#12488#12434#36879#36942#33394#12395'(&T)'
  75.         ShortCut = 16468
  76.         OnClick = TColorMIClick
  77.       end
  78.       object BColorMI: TMenuItem
  79.         Caption = #32972#26223#12434#22615#12426#12388#12406#12377'(&F)...'
  80.         ShortCut = 16454
  81.         OnClick = BColorMIClick
  82.       end
  83.       object N3: TMenuItem
  84.         Caption = '-'
  85.       end
  86.       object CopyImageMI: TMenuItem
  87.         Caption = #29694#22312#12398#34920#31034#12434#12467#12500#12540'(&C)'
  88.         ShortCut = 16451
  89.         OnClick = CopyImageMIClick
  90.       end
  91.       object PasteImageMI: TMenuItem
  92.         Caption = #12463#12522#12483#12503#12508#12540#12489#12363#12425#21512#25104'(&V)'
  93.         ShortCut = 16470
  94.         OnClick = PasteImageMIClick
  95.       end
  96.     end
  97.     object ViewMI: TMenuItem
  98.       Caption = #30011#20687'(&V)'
  99.       object LockBGImageMI: TMenuItem
  100.         Tag = 1
  101.         Caption = #21069#26223#22793#26356#12514#12540#12489'(&L)'
  102.         GroupIndex = 2
  103.         RadioItem = True
  104.         ShortCut = 113
  105.         OnClick = LockBGImageMIClick
  106.       end
  107.       object LockFGImageMI: TMenuItem
  108.         Tag = 2
  109.         Caption = #32972#26223#22793#26356#12514#12540#12489'(&P)'
  110.         GroupIndex = 2
  111.         RadioItem = True
  112.         ShortCut = 114
  113.         OnClick = LockBGImageMIClick
  114.       end
  115.       object UnlockImageMI: TMenuItem
  116.         Tag = 3
  117.         Caption = #12393#12435#12393#12435#37325#12397#12427'(&U)'
  118.         Checked = True
  119.         GroupIndex = 2
  120.         RadioItem = True
  121.         ShortCut = 115
  122.         OnClick = LockBGImageMIClick
  123.       end
  124.       object N7: TMenuItem
  125.         Caption = '-'
  126.         GroupIndex = 4
  127.       end
  128.       object ViewAllMI: TMenuItem
  129.         Tag = 1
  130.         Caption = #37325#12397#21512#12431#12379#34920#31034'(&N)'
  131.         Checked = True
  132.         GroupIndex = 4
  133.         RadioItem = True
  134.         ShortCut = 116
  135.         OnClick = ViewAllMIClick
  136.       end
  137.       object ViewBGOnlyMI: TMenuItem
  138.         Tag = 2
  139.         Caption = #32972#26223#12398#12415#34920#31034'(&B)'
  140.         GroupIndex = 4
  141.         RadioItem = True
  142.         ShortCut = 117
  143.         OnClick = ViewAllMIClick
  144.       end
  145.       object ViewSrcOnlyMI: TMenuItem
  146.         Tag = 3
  147.         Caption = #21069#26223#12398#12415#34920#31034'(&S)'
  148.         GroupIndex = 4
  149.         RadioItem = True
  150.         ShortCut = 118
  151.         OnClick = ViewAllMIClick
  152.       end
  153.       object ViewAlphaOnlyMI: TMenuItem
  154.         Tag = 4
  155.         Caption = #12450#12523#12501#12449#12481#12515#12531#12493#12523'(&A)'
  156.         GroupIndex = 4
  157.         RadioItem = True
  158.         ShortCut = 119
  159.         OnClick = ViewAllMIClick
  160.       end
  161.     end
  162.     object N6: TMenuItem
  163.       Caption = #12504#12523#12503'(&H)'
  164.       object VerInfoMI: TMenuItem
  165.         Caption = #12496#12540#12472#12519#12531#24773#22577'(&V)...'
  166.         OnClick = VerInfoMIClick
  167.       end
  168.     end
  169.   end
  170.   object PopupMenu: TPopupMenu
  171.     OnPopup = PopupMenuPopup
  172.     Left = 192
  173.     Top = 280
  174.     object XorAlphaMI2: TMenuItem
  175.       Caption = #12450#12523#12501#12449#20516#21453#36578'(&A)'
  176.       OnClick = XorAlphaMIClick
  177.     end
  178.     object TColorMI2: TMenuItem
  179.       Caption = #26368#24038#19978#12489#12483#12488#12434#36879#36942#33394#12395'(&T)'
  180.     end
  181.     object N2: TMenuItem
  182.       Caption = '-'
  183.     end
  184.     object CopyImageMI2: TMenuItem
  185.       Caption = #12463#12522#12483#12503#12508#12540#12489#12395#12467#12500#12540'(&C)'
  186.     end
  187.     object N11: TMenuItem
  188.       Caption = '-'
  189.     end
  190.     object ViewAllMI2: TMenuItem
  191.       Tag = 1
  192.       Caption = #21512#25104#24460#12398#30011#20687'(&N)'
  193.       OnClick = ViewAllMIClick
  194.     end
  195.     object ViewBGOnlyMI2: TMenuItem
  196.       Tag = 2
  197.       Caption = #32972#26223#12398#12415#34920#31034'(&B)'
  198.       OnClick = ViewAllMIClick
  199.     end
  200.     object ViewSrcOnlyMI2: TMenuItem
  201.       Tag = 3
  202.       Caption = #21512#25104#12377#12427#30011#20687'(&S)'
  203.       OnClick = ViewAllMIClick
  204.     end
  205.     object ViewAlphaOnlyMI2: TMenuItem
  206.       Tag = 4
  207.       Caption = #12450#12523#12501#12449#12481#12515#12531#12493#12523'(&A)'
  208.       OnClick = ViewAllMIClick
  209.     end
  210.     object N16: TMenuItem
  211.       Caption = '-'
  212.     end
  213.     object LockBGImageMI2: TMenuItem
  214.       Tag = 1
  215.       Caption = #32972#26223#30011#20687#22266#23450'(&L)'
  216.       OnClick = LockBGImageMIClick
  217.     end
  218.     object LockFGImageMI2: TMenuItem
  219.       Tag = 2
  220.       Caption = #21069#26223#30011#20687#22266#23450'(&P)'
  221.       OnClick = LockBGImageMIClick
  222.     end
  223.     object UnlockImageMI2: TMenuItem
  224.       Tag = 3
  225.       Caption = #22266#23450#35299#38500'(&U)'
  226.       OnClick = LockBGImageMIClick
  227.     end
  228.   end
  229.   object OpenDialog: TOpenDialog
  230.     Filter = 'BMP, PNG '#12501#12449#12452#12523'|*.bmp;*.png'
  231.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
  232.     Title = #30011#20687#12434#38283#12367
  233.     Left = 24
  234.     Top = 24
  235.   end
  236.   object SaveDialog: TSaveDialog
  237.     DefaultExt = 'png'
  238.     Filter = 'PNG'#12501#12449#12452#12523'|*.png'
  239.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  240.     Title = #30011#20687#12434#20445#23384
  241.     Left = 64
  242.     Top = 24
  243.   end
  244.   object ColorDialog: TColorDialog
  245.     Ctl3D = True
  246.     Options = [cdFullOpen]
  247.     Left = 112
  248.     Top = 24
  249.   end
  250. end
  251.