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

  1. object dlgFont: TdlgFont
  2.   Left = 622
  3.   Top = 297
  4.   HelpContext = 53
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスtソスHソスソスソスgソスフ設抵ソス'
  7.   ClientHeight = 327
  8.   ClientWidth = 364
  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.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object GroupBox2: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 345
  24.     Height = 81
  25.     Caption = 'ソスtソスHソスソスソスgソスソス(&N)'
  26.     TabOrder = 0
  27.     object cbName: TComboBox
  28.       Left = 16
  29.       Top = 16
  30.       Width = 209
  31.       Height = 20
  32.       ItemHeight = 12
  33.       TabOrder = 0
  34.     end
  35.     object btnAdd: TButton
  36.       Left = 256
  37.       Top = 16
  38.       Width = 49
  39.       Height = 20
  40.       Caption = 'ソスヌ会ソス(&A)'
  41.       TabOrder = 1
  42.       OnClick = btnAddClick
  43.     end
  44.     object edtName: TEdit
  45.       Left = 16
  46.       Top = 48
  47.       Width = 313
  48.       Height = 20
  49.       TabOrder = 2
  50.     end
  51.   end
  52.   object btnOk: TButton
  53.     Left = 120
  54.     Top = 296
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 6
  61.     OnClick = btnOkClick
  62.   end
  63.   object btnCancel: TButton
  64.     Left = 200
  65.     Top = 296
  66.     Width = 75
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  70.     ModalResult = 2
  71.     TabOrder = 7
  72.   end
  73.   object btnHelp: TButton
  74.     Left = 280
  75.     Top = 296
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'ソスwソスソスソスv(&H)'
  79.     TabOrder = 8
  80.     OnClick = btnHelpClick
  81.   end
  82.   object GroupBox3: TGroupBox
  83.     Left = 152
  84.     Top = 96
  85.     Width = 201
  86.     Height = 65
  87.     Caption = 'ソスF(&C)'
  88.     TabOrder = 2
  89.     object SpeedButton1: TSpeedButton
  90.       Left = 168
  91.       Top = 29
  92.       Width = 20
  93.       Height = 20
  94.       Glyph.Data = {
  95.         F6000000424DF600000000000000760000002800000010000000100000000100
  96.         0400000000008000000000000000000000001000000000000000000000000000
  97.         80000080000000808000800000008000800080800000C0C0C000808080000000
  98.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00700000000000
  99.         000070FFFFFFFFF0888070FCCCCCCCF0F08070FCCCCCCCF0FFF070F4444444F0
  100.         00007044444444408F80704BBBBBBB40F8F0704BBBBBBB408F80704444444440
  101.         F8F070F4444444F08F8070FAAAAAAAF0F8F070FAAAAAAAF0000070F9999999F0
  102.         888070F9999999F0F08070FFFFFFFFF0FFF07000000000000000}
  103.       OnClick = SpeedButton1Click
  104.     end
  105.     object btnColor: TButton
  106.       Left = 120
  107.       Top = 29
  108.       Width = 49
  109.       Height = 20
  110.       Caption = 'ソスQソスソス(&R)'
  111.       TabOrder = 1
  112.       OnClick = btnColorClick
  113.     end
  114.     object edtColor: TComboBox
  115.       Left = 16
  116.       Top = 29
  117.       Width = 97
  118.       Height = 20
  119.       DropDownCount = 16
  120.       ItemHeight = 12
  121.       TabOrder = 0
  122.       Items.Strings = (
  123.         'aqua'
  124.         'black'
  125.         'blue'
  126.         'fuchsia'
  127.         'gray'
  128.         'green'
  129.         'lime'
  130.         'maroon'
  131.         'navy'
  132.         'olive'
  133.         'purple'
  134.         'red'
  135.         'silver'
  136.         'teal'
  137.         'white'
  138.         'yellow')
  139.     end
  140.   end
  141.   object rgSize: TRadioGroup
  142.     Left = 8
  143.     Top = 96
  144.     Width = 137
  145.     Height = 105
  146.     Caption = 'ソスTソスCソスY(&S)'
  147.     Columns = 2
  148.     ItemIndex = 7
  149.     Items.Strings = (
  150.       '7'
  151.       '6'
  152.       '5'
  153.       '4'
  154.       '3'
  155.       '2'
  156.       '1'
  157.       'ソスwソスソスネゑソス'
  158.       '+3'
  159.       '+2'
  160.       '+1'
  161.       '-1'
  162.       '-2'
  163.       '-3')
  164.     TabOrder = 1
  165.   end
  166.   object cbBold: TCheckBox
  167.     Left = 160
  168.     Top = 168
  169.     Width = 73
  170.     Height = 17
  171.     Caption = 'ソスソスソスソス(&B)'
  172.     TabOrder = 3
  173.   end
  174.   object cbItalic: TCheckBox
  175.     Left = 160
  176.     Top = 184
  177.     Width = 65
  178.     Height = 17
  179.     Caption = 'ソスホ托ソス(&I)'
  180.     TabOrder = 4
  181.   end
  182.   object GroupBox10: TGroupBox
  183.     Left = 9
  184.     Top = 208
  185.     Width = 346
  186.     Height = 81
  187.     Caption = 'ソスXソス^ソスCソスソス'
  188.     TabOrder = 5
  189.     object Label11: TLabel
  190.       Left = 8
  191.       Top = 20
  192.       Width = 48
  193.       Height = 12
  194.       Caption = 'ソスXソス^ソスCソスソスソスF'
  195.     end
  196.     object Label12: TLabel
  197.       Left = 168
  198.       Top = 52
  199.       Width = 17
  200.       Height = 12
  201.       Caption = 'IDソスF'
  202.     end
  203.     object Label13: TLabel
  204.       Left = 16
  205.       Top = 52
  206.       Width = 37
  207.       Height = 12
  208.       Caption = 'ソスNソスソスソスXソスF'
  209.     end
  210.     object cbStyle: TComboBox
  211.       Left = 56
  212.       Top = 16
  213.       Width = 273
  214.       Height = 20
  215.       ItemHeight = 12
  216.       TabOrder = 0
  217.     end
  218.     object cbClass: TComboBox
  219.       Left = 56
  220.       Top = 48
  221.       Width = 97
  222.       Height = 20
  223.       ItemHeight = 12
  224.       TabOrder = 1
  225.     end
  226.     object cbId: TComboBox
  227.       Left = 192
  228.       Top = 48
  229.       Width = 73
  230.       Height = 20
  231.       ItemHeight = 12
  232.       TabOrder = 2
  233.     end
  234.     object btnStyle: TButton
  235.       Left = 272
  236.       Top = 48
  237.       Width = 57
  238.       Height = 20
  239.       Caption = 'ソスメ集'
  240.       TabOrder = 3
  241.       OnClick = btnStyleClick
  242.     end
  243.   end
  244. end
  245.