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

  1. object dlgList: TdlgList
  2.   Left = 290
  3.   Top = 411
  4.   HelpContext = 63
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスソスソスXソスgソスフ設抵ソス'
  7.   ClientHeight = 241
  8.   ClientWidth = 362
  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.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 12
  22.   object lbl4: TLabel
  23.     Left = 10
  24.     Top = 84
  25.     Width = 82
  26.     Height = 12
  27.     Caption = 'ソスソスソスXソスgソスフ搾ソスソスレ撰ソスソスF'
  28.   end
  29.   object Label1: TLabel
  30.     Left = 16
  31.     Top = 24
  32.     Width = 39
  33.     Height = 12
  34.     Caption = 'ソス}ソス[ソスNソスF'
  35.   end
  36.   object Label2: TLabel
  37.     Left = 8
  38.     Top = 56
  39.     Width = 48
  40.     Height = 12
  41.     Caption = 'ソスCソスソスソス[ソスWソスF'
  42.   end
  43.   object Button1: TButton
  44.     Left = 96
  45.     Top = 208
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 8
  52.     OnClick = Button1Click
  53.   end
  54.   object Button2: TButton
  55.     Left = 184
  56.     Top = 208
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  61.     ModalResult = 2
  62.     TabOrder = 9
  63.   end
  64.   object Button3: TButton
  65.     Left = 272
  66.     Top = 208
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'ソスwソスソスソスv(&H)'
  70.     TabOrder = 10
  71.     OnClick = Button3Click
  72.   end
  73.   object edtH2: TEditHex
  74.     Left = 96
  75.     Top = 80
  76.     Width = 41
  77.     Height = 20
  78.     Color = clBtnFace
  79.     Enabled = False
  80.     ImeMode = imDisable
  81.     MaxLength = 3
  82.     TabOrder = 5
  83.     Text = '3'
  84.     Alignment = taRightJustify
  85.     NumeralOnly = True
  86.     NumericType = Decimal
  87.   end
  88.   object ud2: TUpDown
  89.     Left = 137
  90.     Top = 80
  91.     Width = 15
  92.     Height = 20
  93.     Associate = edtH2
  94.     Enabled = False
  95.     Min = 0
  96.     Max = 999
  97.     Position = 3
  98.     TabOrder = 6
  99.     Thousands = False
  100.     Wrap = False
  101.   end
  102.   object cbType: TComboBox
  103.     Left = 56
  104.     Top = 16
  105.     Width = 281
  106.     Height = 20
  107.     Style = csDropDownList
  108.     DropDownCount = 11
  109.     Font.Charset = SHIFTJIS_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -12
  112.     Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  113.     Font.Style = []
  114.     ItemHeight = 12
  115.     ParentFont = False
  116.     TabOrder = 0
  117.     OnChange = cbTypeChange
  118.     Items.Strings = (
  119.       'ソスwソスソスネゑソス      <UL>'
  120.       'ソス}ソス[ソスNソスネゑソス    <DL>'
  121.       'ソスCソスソスソス[ソスW      <DL><Img src=?>'
  122.       'ソスソス            <UL type="circle">  '
  123.       'ソスソス            <UL type="square">'
  124.       'ソスソス            <UL type="disc">'
  125.       'ソスPソスCソスQ        <OL type="1">'
  126.       'ソスTソスCソスU        <OL type="I">'
  127.       'ソス@ソスCソスA        <OL type="i">'
  128.       'ソス`ソスCソスa        <OL type="A">'
  129.       'ソスソスソスCソスソス        <OL type="a">')
  130.   end
  131.   object edtImg: TEllipsesEdit
  132.     Left = 56
  133.     Top = 48
  134.     Width = 281
  135.     Height = 20
  136.     Color = clBtnFace
  137.     EditStyle = esAlwaysEllipses
  138.     Enabled = False
  139.     TabOrder = 1
  140.     OnButtonClick = edtImgButtonClick
  141.   end
  142.   object cb1: TCheckBox
  143.     Left = 184
  144.     Top = 82
  145.     Width = 97
  146.     Height = 17
  147.     Caption = 'ソスソスソスソスソスlソスフ設抵ソス'
  148.     Enabled = False
  149.     TabOrder = 2
  150.     OnClick = cb1Click
  151.   end
  152.   object edtHex: TEditHex
  153.     Left = 280
  154.     Top = 80
  155.     Width = 41
  156.     Height = 20
  157.     Color = clBtnFace
  158.     Enabled = False
  159.     ImeMode = imDisable
  160.     MaxLength = 4
  161.     TabOrder = 3
  162.     Text = '1'
  163.     Alignment = taRightJustify
  164.     NumeralOnly = True
  165.     NumericType = Decimal
  166.   end
  167.   object ud1: TUpDown
  168.     Left = 321
  169.     Top = 80
  170.     Width = 15
  171.     Height = 20
  172.     Associate = edtHex
  173.     Enabled = False
  174.     Min = 1
  175.     Max = 9999
  176.     Position = 1
  177.     TabOrder = 4
  178.     Thousands = False
  179.     Wrap = False
  180.   end
  181.   object GroupBox10: TGroupBox
  182.     Left = 9
  183.     Top = 116
  184.     Width = 346
  185.     Height = 81
  186.     Caption = 'ソスXソス^ソスCソスソス'
  187.     TabOrder = 7
  188.     object Label11: TLabel
  189.       Left = 8
  190.       Top = 20
  191.       Width = 48
  192.       Height = 12
  193.       Caption = 'ソスXソス^ソスCソスソスソスF'
  194.     end
  195.     object Label12: TLabel
  196.       Left = 168
  197.       Top = 52
  198.       Width = 17
  199.       Height = 12
  200.       Caption = 'IDソスF'
  201.     end
  202.     object Label13: TLabel
  203.       Left = 16
  204.       Top = 52
  205.       Width = 37
  206.       Height = 12
  207.       Caption = 'ソスNソスソスソスXソスF'
  208.     end
  209.     object cbStyle: TComboBox
  210.       Left = 56
  211.       Top = 16
  212.       Width = 273
  213.       Height = 20
  214.       ItemHeight = 12
  215.       TabOrder = 0
  216.     end
  217.     object cbClass: TComboBox
  218.       Left = 56
  219.       Top = 48
  220.       Width = 97
  221.       Height = 20
  222.       ItemHeight = 12
  223.       TabOrder = 1
  224.     end
  225.     object cbId: TComboBox
  226.       Left = 192
  227.       Top = 48
  228.       Width = 73
  229.       Height = 20
  230.       ItemHeight = 12
  231.       TabOrder = 2
  232.     end
  233.     object btnStyle: TButton
  234.       Left = 272
  235.       Top = 48
  236.       Width = 57
  237.       Height = 20
  238.       Caption = 'ソスメ集'
  239.       TabOrder = 3
  240.       OnClick = btnStyleClick
  241.     end
  242.   end
  243. end
  244.