home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / sunbreaker.zip / sunbreaker / sun4.exe / 0 / RCDATA / THALINFODLG / THALINFODLG.txt
Text File  |  2005-03-31  |  3KB  |  110 lines

  1. object HALInfoDlg: THALInfoDlg
  2.   Left = 781
  3.   Top = 238
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '3D ∩┐╜∩┐╜∩┐╜∩┐╜┌░∩┐╜ ∩┐╜╠Å∩┐╜∩┐╜'
  7.   ClientHeight = 227
  8.   ClientWidth = 283
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefaultPosOnly
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object HALTab: TTabControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 283
  27.     Height = 227
  28.     Align = alClient
  29.     TabOrder = 0
  30.     Tabs.Strings = (
  31.       'Primary')
  32.     TabIndex = 0
  33.     OnChange = HALTabChange
  34.     object HALPanel: TPanel
  35.       Left = 4
  36.       Top = 23
  37.       Width = 275
  38.       Height = 200
  39.       Align = alClient
  40.       BevelOuter = bvNone
  41.       Caption = 'HALPanel'
  42.       TabOrder = 0
  43.       object BoardName: TLabel
  44.         Left = 3
  45.         Top = 5
  46.         Width = 59
  47.         Height = 12
  48.         Alignment = taCenter
  49.         Caption = 'BoardName'
  50.       end
  51.       object TLabel
  52.         Left = 31
  53.         Top = 193
  54.         Width = 3
  55.         Height = 11
  56.         Font.Charset = SHIFTJIS_CHARSET
  57.         Font.Color = clBlack
  58.         Font.Height = -11
  59.         Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  60.         Font.Style = []
  61.         ParentFont = False
  62.       end
  63.       object FunctionBox: TListBox
  64.         Left = 8
  65.         Top = 24
  66.         Width = 257
  67.         Height = 132
  68.         Ctl3D = False
  69.         ItemHeight = 12
  70.         ParentCtl3D = False
  71.         TabOrder = 0
  72.       end
  73.       object AvailButton: TNZMultiRadioButton
  74.         Left = 16
  75.         Top = 160
  76.         Width = 150
  77.         Height = 17
  78.         Caption = '∩┐╜L∩┐╜∩┐╜∩┐╜╚ï@∩┐╜\'
  79.         Checked = True
  80.         TabOrder = 1
  81.         TabStop = True
  82.         OnClick = HALTabChange
  83.         CaptionJP = '∩┐╜L∩┐╜∩┐╜∩┐╜╚ï@∩┐╜\'
  84.         CaptionUS = 'Available function'
  85.       end
  86.       object UnavailButton: TNZMultiRadioButton
  87.         Left = 16
  88.         Top = 176
  89.         Width = 150
  90.         Height = 17
  91.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╚ï@∩┐╜\'
  92.         TabOrder = 2
  93.         OnClick = HALTabChange
  94.         CaptionJP = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╚ï@∩┐╜\'
  95.         CaptionUS = 'Unavailable function'
  96.       end
  97.       object CloseOK: TNZMultiButton
  98.         Left = 192
  99.         Top = 168
  100.         Width = 75
  101.         Height = 25
  102.         Caption = '∩┐╜┬é∩┐╜∩┐╜∩┐╜(&C)'
  103.         TabOrder = 3
  104.         OnClick = CloseOKClick
  105.         CaptionJP = '∩┐╜┬é∩┐╜∩┐╜∩┐╜(&C)'
  106.       end
  107.     end
  108.   end
  109. end
  110.