home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / T3EDT212 / T3EDT212.LZH / TTTEDIT.EXE / 0 / RCDATA / TDLGLSTB / TDLGLSTB.txt
Text File  |  2000-11-10  |  4KB  |  227 lines

  1. object dlgLstB: TdlgLstB
  2.   Left = 384
  3.   Top = 296
  4.   HelpContext = 67
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスtソスHソス[ソスソスソスAソスCソスeソスソスソスiソスソスソスXソスgソスj'
  7.   ClientHeight = 321
  8.   ClientWidth = 374
  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 = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 44
  24.     Width = 46
  25.     Height = 12
  26.     Caption = 'ソスソスソスO(&N)ソスF'
  27.     FocusControl = edt1
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 72
  32.     Width = 61
  33.     Height = 12
  34.     Caption = 'ソスAソスCソスeソスソス(&I)ソスF'
  35.     FocusControl = memo1
  36.   end
  37.   object Label3: TLabel
  38.     Left = 16
  39.     Top = 12
  40.     Width = 45
  41.     Height = 12
  42.     Caption = 'ソスソスソス(&T)ソスF'
  43.     FocusControl = cbtype
  44.   end
  45.   object edt1: TEdit
  46.     Left = 64
  47.     Top = 40
  48.     Width = 153
  49.     Height = 20
  50.     TabOrder = 1
  51.   end
  52.   object lbox: TCheckListBox
  53.     Left = 240
  54.     Top = 88
  55.     Width = 121
  56.     Height = 97
  57.     OnClickCheck = lboxClickCheck
  58.     ItemHeight = 12
  59.     Items.Strings = (
  60.       'ソス\ソスソスソスソス1'
  61.       'ソス\ソスソスソスソス2')
  62.     TabOrder = 7
  63.   end
  64.   object cb1: TCheckBox
  65.     Left = 232
  66.     Top = 40
  67.     Width = 105
  68.     Height = 17
  69.     Caption = 'ソスソスソスソスソスIソスソスソスソス(&M)'
  70.     TabOrder = 2
  71.   end
  72.   object btnOk: TButton
  73.     Left = 128
  74.     Top = 288
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'OK'
  78.     ModalResult = 1
  79.     TabOrder = 9
  80.     OnClick = btnOkClick
  81.   end
  82.   object btnCan: TButton
  83.     Left = 208
  84.     Top = 288
  85.     Width = 75
  86.     Height = 25
  87.     Cancel = True
  88.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  89.     ModalResult = 2
  90.     TabOrder = 10
  91.   end
  92.   object btnHlp: TButton
  93.     Left = 288
  94.     Top = 288
  95.     Width = 75
  96.     Height = 25
  97.     Caption = 'ソスwソスソスソスv(&H)'
  98.     TabOrder = 11
  99.     OnClick = btnHlpClick
  100.   end
  101.   object memo1: TRichEdit
  102.     Left = 16
  103.     Top = 88
  104.     Width = 217
  105.     Height = 97
  106.     Lines.Strings = (
  107.       'ソス\ソスソスソスソス1;ソスl1'
  108.       'ソス\ソスソスソスソス2;ソスl2')
  109.     ScrollBars = ssVertical
  110.     TabOrder = 6
  111.     WordWrap = False
  112.     OnChange = memo1Change
  113.   end
  114.   object edt2: TEditHex
  115.     Left = 328
  116.     Top = 8
  117.     Width = 25
  118.     Height = 20
  119.     TabStop = False
  120.     Color = clBtnFace
  121.     Enabled = False
  122.     ReadOnly = True
  123.     TabOrder = 4
  124.     Text = '1'
  125.     Alignment = taRightJustify
  126.     NumeralOnly = True
  127.     NumericType = Decimal
  128.   end
  129.   object ud2: TUpDown
  130.     Left = 353
  131.     Top = 8
  132.     Width = 16
  133.     Height = 20
  134.     Associate = edt2
  135.     Enabled = False
  136.     Min = 1
  137.     Position = 1
  138.     TabOrder = 5
  139.     Thousands = False
  140.     Wrap = False
  141.   end
  142.   object cb2: TCheckBox
  143.     Left = 232
  144.     Top = 8
  145.     Width = 96
  146.     Height = 17
  147.     Caption = 'ソスsソスソスソスソスソスwソスソス(&S)ソスF'
  148.     TabOrder = 3
  149.     OnClick = cb2Click
  150.   end
  151.   object cbtype: TComboBox
  152.     Left = 64
  153.     Top = 8
  154.     Width = 153
  155.     Height = 20
  156.     Style = csDropDownList
  157.     ItemHeight = 12
  158.     TabOrder = 0
  159.     OnChange = cbtypeChange
  160.     Items.Strings = (
  161.       'ソスソスソスXソスgソス{ソスbソスNソスX'
  162.       'ソスhソスソスソスbソスvソス_ソスEソスソスソスソスソスXソスg')
  163.   end
  164.   object GroupBox10: TGroupBox
  165.     Left = 17
  166.     Top = 192
  167.     Width = 346
  168.     Height = 81
  169.     Caption = 'ソスXソス^ソスCソスソス'
  170.     TabOrder = 8
  171.     object Label11: TLabel
  172.       Left = 8
  173.       Top = 20
  174.       Width = 48
  175.       Height = 12
  176.       Caption = 'ソスXソス^ソスCソスソスソスF'
  177.     end
  178.     object Label12: TLabel
  179.       Left = 168
  180.       Top = 52
  181.       Width = 17
  182.       Height = 12
  183.       Caption = 'IDソスF'
  184.     end
  185.     object Label13: TLabel
  186.       Left = 16
  187.       Top = 52
  188.       Width = 37
  189.       Height = 12
  190.       Caption = 'ソスNソスソスソスXソスF'
  191.     end
  192.     object cbStyle: TComboBox
  193.       Left = 56
  194.       Top = 16
  195.       Width = 273
  196.       Height = 20
  197.       ItemHeight = 12
  198.       TabOrder = 0
  199.     end
  200.     object cbClass: TComboBox
  201.       Left = 56
  202.       Top = 48
  203.       Width = 97
  204.       Height = 20
  205.       ItemHeight = 12
  206.       TabOrder = 1
  207.     end
  208.     object cbId: TComboBox
  209.       Left = 192
  210.       Top = 48
  211.       Width = 73
  212.       Height = 20
  213.       ItemHeight = 12
  214.       TabOrder = 2
  215.     end
  216.     object btnStyle: TButton
  217.       Left = 272
  218.       Top = 48
  219.       Width = 57
  220.       Height = 20
  221.       Caption = 'ソスメ集'
  222.       TabOrder = 3
  223.       OnClick = btnStyleClick
  224.     end
  225.   end
  226. end
  227.