home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / ELW0103A / elw0103a.lzh / ELWatcher.exe / 0 / RCDATA / TFRMEDITWATCH / TFRMEDITWATCH.txt
Text File  |  2000-12-16  |  7KB  |  316 lines

  1. object frmEditWatch: TfrmEditWatch
  2.   Left = 606
  3.   Top = 101
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスト趣ソスソスCソスxソスソスソスgソスメ集'
  7.   ClientHeight = 264
  8.   ClientWidth = 664
  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 = poOwnerFormCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object btnEntry: TButton
  24.     Left = 568
  25.     Top = 32
  26.     Width = 89
  27.     Height = 25
  28.     Caption = 'ソスoソス^(&E)'
  29.     Default = True
  30.     TabOrder = 1
  31.     OnClick = btnEntryClick
  32.   end
  33.   object btnCancel: TButton
  34.     Left = 568
  35.     Top = 72
  36.     Width = 89
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'ソスLソスソスソスソスソスZソスソス(&C)'
  40.     TabOrder = 2
  41.     OnClick = btnCancelClick
  42.   end
  43.   object pctWatch: TPageControl
  44.     Left = 8
  45.     Top = 8
  46.     Width = 553
  47.     Height = 249
  48.     ActivePage = tshToDo
  49.     TabOrder = 0
  50.     object tshWatch: TTabSheet
  51.       Caption = 'ソスト趣ソスソスCソスxソスソスソスg'
  52.       ParentShowHint = False
  53.       ShowHint = False
  54.       object Label1: TLabel
  55.         Left = 8
  56.         Top = 48
  57.         Width = 35
  58.         Height = 12
  59.         Caption = 'ソスソスソスO(&L)'
  60.         FocusControl = cbxLogName
  61.       end
  62.       object Label2: TLabel
  63.         Left = 192
  64.         Top = 48
  65.         Width = 60
  66.         Height = 12
  67.         Caption = 'ソス\ソス[ソスXソスソス(&S)'
  68.         FocusControl = cbxSourceName
  69.       end
  70.       object Label3: TLabel
  71.         Left = 376
  72.         Top = 48
  73.         Width = 39
  74.         Height = 12
  75.         Caption = 'ソスソスソス(&T)'
  76.         FocusControl = cbxType
  77.       end
  78.       object Label4: TLabel
  79.         Left = 8
  80.         Top = 88
  81.         Width = 66
  82.         Height = 12
  83.         Caption = 'ソスCソスxソスソスソスgID(&V)'
  84.         FocusControl = cbxEventID
  85.       end
  86.       object Label5: TLabel
  87.         Left = 192
  88.         Top = 88
  89.         Width = 40
  90.         Height = 12
  91.         Caption = 'ソスソスソスソス(&A)'
  92.         FocusControl = cbxCategory
  93.       end
  94.       object Label7: TLabel
  95.         Left = 8
  96.         Top = 128
  97.         Width = 52
  98.         Height = 12
  99.         Caption = 'ソスソスソスソスソスソス(&O)'
  100.         FocusControl = edtCondition
  101.       end
  102.       object Label10: TLabel
  103.         Left = 8
  104.         Top = 8
  105.         Width = 103
  106.         Height = 12
  107.         Caption = 'ソスト趣ソスソスCソスxソスソスソスgソスヤ搾ソス(&N)'
  108.       end
  109.       object cbxLogName: TComboBox
  110.         Left = 8
  111.         Top = 60
  112.         Width = 161
  113.         Height = 20
  114.         ItemHeight = 0
  115.         MaxLength = 10
  116.         TabOrder = 1
  117.         OnChange = cbxLogNameChange
  118.       end
  119.       object cbxSourceName: TComboBox
  120.         Left = 192
  121.         Top = 60
  122.         Width = 161
  123.         Height = 20
  124.         ItemHeight = 0
  125.         TabOrder = 2
  126.         OnChange = cbxSourceNameChange
  127.       end
  128.       object cbxType: TComboBox
  129.         Left = 376
  130.         Top = 60
  131.         Width = 161
  132.         Height = 20
  133.         Style = csDropDownList
  134.         ItemHeight = 0
  135.         TabOrder = 3
  136.         OnChange = cbxTypeChange
  137.       end
  138.       object cbxEventID: TComboBox
  139.         Left = 8
  140.         Top = 100
  141.         Width = 161
  142.         Height = 20
  143.         ItemHeight = 0
  144.         ParentShowHint = False
  145.         ShowHint = False
  146.         TabOrder = 4
  147.         OnKeyPress = cbxEventIDKeyPress
  148.       end
  149.       object cbxCategory: TComboBox
  150.         Left = 192
  151.         Top = 100
  152.         Width = 161
  153.         Height = 20
  154.         ItemHeight = 0
  155.         TabOrder = 5
  156.       end
  157.       object edtCondition: TMemo
  158.         Left = 8
  159.         Top = 140
  160.         Width = 529
  161.         Height = 73
  162.         TabOrder = 6
  163.       end
  164.       object edtEventNum: TEdit
  165.         Left = 8
  166.         Top = 20
  167.         Width = 161
  168.         Height = 20
  169.         MaxLength = 6
  170.         TabOrder = 0
  171.         OnKeyPress = cbxEventIDKeyPress
  172.       end
  173.     end
  174.     object tshNote: TTabSheet
  175.       Caption = 'ソスソスソスL'
  176.       ImageIndex = 2
  177.       object Label8: TLabel
  178.         Left = 8
  179.         Top = 8
  180.         Width = 142
  181.         Height = 12
  182.         Caption = 'ソスソスソスソスソスソスソスソスソスAソスホ擾ソスソスソスソス@ソスネゑソス(&N)'
  183.         FocusControl = edtNote
  184.       end
  185.       object edtNote: TMemo
  186.         Left = 8
  187.         Top = 20
  188.         Width = 529
  189.         Height = 193
  190.         TabOrder = 0
  191.       end
  192.     end
  193.     object tshToDo: TTabSheet
  194.       Caption = 'ソスソスソスソス'
  195.       ImageIndex = 3
  196.       object Label9: TLabel
  197.         Left = 8
  198.         Top = 8
  199.         Width = 115
  200.         Height = 12
  201.         Caption = 'ソスoソス^ソスマみ難ソスソスリソスXソスg(&T)'
  202.       end
  203.       object lvwToDo: TListView
  204.         Left = 8
  205.         Top = 24
  206.         Width = 465
  207.         Height = 161
  208.         Columns = <
  209.           item
  210.             Caption = 'ソスソスソスソス'
  211.             Width = 180
  212.           end
  213.           item
  214.             Caption = 'ソスレ搾ソス'
  215.             Width = 250
  216.           end>
  217.         ColumnClick = False
  218.         HideSelection = False
  219.         RowSelect = True
  220.         TabOrder = 0
  221.         ViewStyle = vsReport
  222.         OnDblClick = lvwToDoDblClick
  223.         OnEditing = lvwToDoEditing
  224.         OnMouseDown = lvwToDoMouseDown
  225.       end
  226.       object btnNew: TButton
  227.         Left = 200
  228.         Top = 192
  229.         Width = 81
  230.         Height = 25
  231.         Caption = 'ソスVソスK(&N)...'
  232.         TabOrder = 3
  233.         OnClick = btnNewClick
  234.       end
  235.       object btnUpdate: TButton
  236.         Left = 296
  237.         Top = 192
  238.         Width = 81
  239.         Height = 25
  240.         Caption = 'ソスCソスソス(&U)...'
  241.         TabOrder = 4
  242.         OnClick = btnUpdateClick
  243.       end
  244.       object btnDelete: TButton
  245.         Left = 392
  246.         Top = 192
  247.         Width = 81
  248.         Height = 25
  249.         Caption = 'ソス尞(&R)...'
  250.         TabOrder = 5
  251.         OnClick = btnDeleteClick
  252.       end
  253.       object btnUp: TButton
  254.         Left = 480
  255.         Top = 72
  256.         Width = 57
  257.         Height = 25
  258.         Caption = 'ソスソスソス(&P)'
  259.         TabOrder = 1
  260.         OnClick = btnUpClick
  261.       end
  262.       object btnDown: TButton
  263.         Left = 480
  264.         Top = 120
  265.         Width = 57
  266.         Height = 25
  267.         Caption = 'ソスソスソスソス(&D)'
  268.         TabOrder = 2
  269.         OnClick = btnDownClick
  270.       end
  271.     end
  272.     object tshMail: TTabSheet
  273.       Caption = 'ソスソスソス[ソスソスソスソスMソスソス'
  274.       ImageIndex = 2
  275.       object Label6: TLabel
  276.         Left = 8
  277.         Top = 8
  278.         Width = 88
  279.         Height = 12
  280.         Caption = 'ソスソスソス[ソスソスソスソスMソスソス(&M):'
  281.         FocusControl = lvwAddrList
  282.       end
  283.       object lvwAddrList: TListView
  284.         Left = 8
  285.         Top = 20
  286.         Width = 529
  287.         Height = 193
  288.         Checkboxes = True
  289.         Columns = <
  290.           item
  291.             Caption = 'ソスソスソス[ソスソスソスAソスhソスソスソスX'
  292.             Width = 150
  293.           end
  294.           item
  295.             Caption = 'ソスソスソスソス'
  296.             Width = 100
  297.           end
  298.           item
  299.             Caption = 'ソスソスソスソス'
  300.             Width = 100
  301.           end
  302.           item
  303.             Caption = 'ソスAソスソスソスソス'
  304.             Width = 150
  305.           end>
  306.         ColumnClick = False
  307.         HideSelection = False
  308.         RowSelect = True
  309.         TabOrder = 0
  310.         ViewStyle = vsReport
  311.         OnEditing = lvwAddrListEditing
  312.       end
  313.     end
  314.   end
  315. end
  316.