home *** CD-ROM | disk | FTP | other *** search
/ Freelog 40 / Freelog040.iso / Bas / Internet / NTsend / NTSend.exe / 0 / RCDATA / TEDITLIST / TEDITLIST.txt
Text File  |  2002-11-02  |  5KB  |  197 lines

  1. object EditList: TEditList
  2.   Left = 492
  3.   Top = 30
  4.   Width = 436
  5.   Height = 365
  6.   HelpContext = 7
  7.   Caption = 'Edit Message List'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 300
  10.   Constraints.MinWidth = 436
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDefaultPosOnly
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnResize = FormResize
  22.   PixelsPerInch = 96
  23.   TextHeight = 14
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 428
  28.     Height = 338
  29.     HelpContext = 7
  30.     Align = alClient
  31.     BevelInner = bvRaised
  32.     BevelOuter = bvLowered
  33.     TabOrder = 0
  34.     DesignSize = (
  35.       428
  36.       338)
  37.     object Label1: TLabel
  38.       Left = 8
  39.       Top = 8
  40.       Width = 50
  41.       Height = 14
  42.       Caption = 'List &Name:'
  43.       FocusControl = NameEdit
  44.     end
  45.     object Label2: TLabel
  46.       Left = 208
  47.       Top = 52
  48.       Width = 73
  49.       Height = 14
  50.       Caption = 'List &Recipients:'
  51.       FocusControl = MemberView
  52.     end
  53.     object Label3: TLabel
  54.       Left = 8
  55.       Top = 52
  56.       Width = 47
  57.       Height = 14
  58.       Caption = 'Net &Items:'
  59.       FocusControl = NetView
  60.     end
  61.     object sbListAdd: TSpeedButton
  62.       Left = 178
  63.       Top = 112
  64.       Width = 23
  65.       Height = 22
  66.       Enabled = False
  67.       Glyph.Data = {
  68.         F6000000424DF600000000000000760000002800000010000000100000000100
  69.         0400000000008000000000000000000000001000000000000000000000000000
  70.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  71.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  72.         FFFFFFFFF0FFFFFFFFFFFFFFF00FFFFFFFFFFFFFF000FFFFFFFFFFFFF0000FFF
  73.         FFFFFFFFF00000FFFFFFFFFFF000000FFFFFFFFFF0000000FFFFFFFFF0000000
  74.         FFFFFFFFF000000FFFFFFFFFF00000FFFFFFFFFFF0000FFFFFFFFFFFF000FFFF
  75.         FFFFFFFFF00FFFFFFFFFFFFFF0FFFFFFFFFFFFFFFFFFFFFFFFFF}
  76.       OnClick = sbListAddClick
  77.     end
  78.     object sbListDel: TSpeedButton
  79.       Left = 178
  80.       Top = 144
  81.       Width = 23
  82.       Height = 22
  83.       Enabled = False
  84.       Glyph.Data = {
  85.         F6000000424DF600000000000000760000002800000010000000100000000100
  86.         0400000000008000000000000000000000001000000000000000000000000000
  87.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  88.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  89.         FFFFFFFFFFFFFF0FFFFFFFFFFFFFF00FFFFFFFFFFFFF000FFFFFFFFFFFF0000F
  90.         FFFFFFFFFF00000FFFFFFFFFF000000FFFFFFFFF0000000FFFFFFFFF0000000F
  91.         FFFFFFFFF000000FFFFFFFFFFF00000FFFFFFFFFFFF0000FFFFFFFFFFFFF000F
  92.         FFFFFFFFFFFFF00FFFFFFFFFFFFFFF0FFFFFFFFFFFFFFFFFFFFF}
  93.       OnClick = DelRowBtnClick
  94.     end
  95.     object NameEdit: TEdit
  96.       Left = 7
  97.       Top = 24
  98.       Width = 362
  99.       Height = 22
  100.       HelpContext = 7
  101.       Anchors = [akLeft, akTop, akRight]
  102.       TabOrder = 0
  103.       OnChange = NameEditChange
  104.     end
  105.     object MemberView: TListView
  106.       Left = 208
  107.       Top = 70
  108.       Width = 160
  109.       Height = 185
  110.       HelpContext = 7
  111.       Anchors = [akTop, akRight, akBottom]
  112.       Columns = <
  113.         item
  114.           AutoSize = True
  115.           Caption = 'Name'
  116.           ImageIndex = 5
  117.         end
  118.         item
  119.           AutoSize = True
  120.           Caption = 'Comment'
  121.         end>
  122.       MultiSelect = True
  123.       ReadOnly = True
  124.       RowSelect = True
  125.       SmallImages = Main.ImageList1
  126.       SortType = stData
  127.       TabOrder = 1
  128.       ViewStyle = vsReport
  129.       OnClick = MemberViewClick
  130.       OnColumnClick = MemberViewColumnClick
  131.       OnCompare = MemberViewCompare
  132.       OnDblClick = DelRowBtnClick
  133.       OnExit = MemberViewExit
  134.       OnDragDrop = MemberViewDragDrop
  135.       OnDragOver = MemberViewDragOver
  136.       OnKeyUp = MemberViewKeyUp
  137.       OnSelectItem = MemberViewSelectItem
  138.     end
  139.     object SaveBtn: TButton
  140.       Left = 296
  141.       Top = 262
  142.       Width = 75
  143.       Height = 24
  144.       HelpContext = 7
  145.       Anchors = [akRight, akBottom]
  146.       Caption = '&Save'
  147.       Enabled = False
  148.       ModalResult = 1
  149.       TabOrder = 3
  150.       OnClick = SaveBtnClick
  151.     end
  152.     object CancelBtn: TButton
  153.       Left = 213
  154.       Top = 262
  155.       Width = 75
  156.       Height = 24
  157.       HelpContext = 7
  158.       Anchors = [akRight, akBottom]
  159.       Cancel = True
  160.       Caption = '&Cancel'
  161.       ModalResult = 2
  162.       TabOrder = 2
  163.       OnClick = CancelBtnClick
  164.     end
  165.     object NetView: TListView
  166.       Left = 8
  167.       Top = 70
  168.       Width = 160
  169.       Height = 185
  170.       Anchors = [akLeft, akTop, akBottom]
  171.       Columns = <
  172.         item
  173.           AutoSize = True
  174.           Caption = 'Name'
  175.           ImageIndex = 5
  176.         end
  177.         item
  178.           AutoSize = True
  179.           Caption = 'Comment'
  180.         end>
  181.       DragMode = dmAutomatic
  182.       MultiSelect = True
  183.       ReadOnly = True
  184.       RowSelect = True
  185.       SmallImages = Main.ImageList1
  186.       TabOrder = 4
  187.       ViewStyle = vsReport
  188.       OnClick = NetViewClick
  189.       OnColumnClick = NetViewColumnClick
  190.       OnCompare = NetViewCompare
  191.       OnDblClick = sbListAddClick
  192.       OnExit = NetViewExit
  193.       OnKeyUp = NetViewKeyUp
  194.     end
  195.   end
  196. end
  197.