home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / K2E10129 / k2e10129.lzh / K2Editor.exe / 0 / RCDATA / TKEYMACROLISTFORM / TKEYMACROLISTFORM.txt
Text File  |  2001-04-02  |  2KB  |  121 lines

  1. object KeyMacroListForm: TKeyMacroListForm
  2.   Left = 192
  3.   Top = 107
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'ソスLソス[ソス}ソスNソスソスソス齬'
  8.   ClientHeight = 295
  9.   ClientWidth = 442
  10.   Color = clBtnFace
  11.   Font.Charset = SHIFTJIS_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -12
  14.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnResize = FormResize
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 60
  27.     Height = 12
  28.     Caption = 'ソス}ソスNソスソスソスソス(&M)'
  29.     FocusControl = MacroEdit
  30.   end
  31.   object MacroListView: TListView
  32.     Left = 0
  33.     Top = 32
  34.     Width = 442
  35.     Height = 233
  36.     Columns = <
  37.       item
  38.         Width = 20
  39.       end
  40.       item
  41.         Caption = 'ソス}ソスNソスソスソスソス'
  42.         Width = 120
  43.       end
  44.       item
  45.         Caption = 'ソス}ソスNソスソスソスフ撰ソスソスソス'
  46.         Width = 280
  47.       end>
  48.     ColumnClick = False
  49.     HideSelection = False
  50.     ReadOnly = True
  51.     RowSelect = True
  52.     TabOrder = 1
  53.     ViewStyle = vsReport
  54.     OnChange = MacroListViewChange
  55.     OnCompare = MacroListViewCompare
  56.     OnDblClick = MacroListViewDblClick
  57.   end
  58.   object OKButton: TButton
  59.     Left = 193
  60.     Top = 272
  61.     Width = 75
  62.     Height = 20
  63.     Caption = '&OK'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 4
  67.     OnClick = OKButtonClick
  68.   end
  69.   object Button2: TButton
  70.     Left = 273
  71.     Top = 272
  72.     Width = 75
  73.     Height = 20
  74.     Cancel = True
  75.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  76.     ModalResult = 2
  77.     TabOrder = 5
  78.   end
  79.   object MacroEdit: TEdit
  80.     Left = 80
  81.     Top = 4
  82.     Width = 353
  83.     Height = 20
  84.     ImeMode = imClose
  85.     TabOrder = 0
  86.     OnChange = MacroEditChange
  87.     OnKeyDown = MacroEditKeyDown
  88.   end
  89.   object EditButton: TButton
  90.     Left = 4
  91.     Top = 272
  92.     Width = 105
  93.     Height = 20
  94.     Caption = 'ソス}ソスNソスソスソスフ編集(&E)'
  95.     Enabled = False
  96.     ModalResult = 2
  97.     TabOrder = 2
  98.     OnClick = EditButtonClick
  99.   end
  100.   object DeleteButton: TButton
  101.     Left = 114
  102.     Top = 272
  103.     Width = 57
  104.     Height = 20
  105.     Caption = 'ソス尞(&D)'
  106.     Enabled = False
  107.     TabOrder = 3
  108.     OnClick = DeleteButtonClick
  109.   end
  110.   object Button1: TButton
  111.     Left = 353
  112.     Top = 272
  113.     Width = 75
  114.     Height = 20
  115.     Cancel = True
  116.     Caption = 'ソスwソスソスソスv(&H)'
  117.     TabOrder = 6
  118.     OnClick = Button1Click
  119.   end
  120. end
  121.