home *** CD-ROM | disk | FTP | other *** search
/ ftp.sanbilgisayar.com / ftp.sanbilgisayar.com.tar / ftp.sanbilgisayar.com / SHOP / ShopImportP.exe / 0 / RCDATA / TRECIPIENTSDIALOG / TRECIPIENTSDIALOG.txt
Text File  |  2015-03-03  |  6KB  |  251 lines

  1. object RecipientsDialog: TRecipientsDialog
  2.   Left = 298
  3.   Top = 150
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'NNWFax Recipients Editor'
  7.   ClientHeight = 351
  8.   ClientWidth = 492
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ListBoxRecipients: TListBox
  23.     Left = 0
  24.     Top = 0
  25.     Width = 169
  26.     Height = 308
  27.     Align = alLeft
  28.     ItemHeight = 13
  29.     TabOrder = 0
  30.     OnClick = ListBoxRecipientsClick
  31.   end
  32.   object PanelRecipientProperties: TPanel
  33.     Left = 169
  34.     Top = 0
  35.     Width = 323
  36.     Height = 308
  37.     Align = alClient
  38.     BevelOuter = bvNone
  39.     TabOrder = 1
  40.     object LabelCompany: TLabel
  41.       Left = 11
  42.       Top = 33
  43.       Width = 44
  44.       Height = 13
  45.       Alignment = taRightJustify
  46.       Caption = 'Company'
  47.       FocusControl = EditCompany
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clWindowText
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.     end
  55.     object LabelName: TLabel
  56.       Left = 11
  57.       Top = 7
  58.       Width = 28
  59.       Height = 13
  60.       Caption = 'Name'
  61.       Font.Charset = DEFAULT_CHARSET
  62.       Font.Color = clWindowText
  63.       Font.Height = -11
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.     end
  68.     object EditCompany: TEdit
  69.       Left = 64
  70.       Top = 29
  71.       Width = 246
  72.       Height = 21
  73.       TabOrder = 1
  74.       OnExit = EditCompanyExit
  75.     end
  76.     object RadioGroupPriority: TRadioGroup
  77.       Left = 8
  78.       Top = 136
  79.       Width = 209
  80.       Height = 43
  81.       Caption = 'Priority'
  82.       Columns = 3
  83.       Items.Strings = (
  84.         'High'
  85.         'Normal'
  86.         'Low')
  87.       TabOrder = 3
  88.       OnExit = RadioGroupPriorityExit
  89.     end
  90.     object EditName: TEdit
  91.       Left = 64
  92.       Top = 3
  93.       Width = 246
  94.       Height = 21
  95.       TabOrder = 0
  96.       OnExit = EditNameExit
  97.     end
  98.     object GroupBoxDialingInfo: TGroupBox
  99.       Left = 8
  100.       Top = 53
  101.       Width = 305
  102.       Height = 76
  103.       Caption = 'Dialing Information'
  104.       TabOrder = 2
  105.       object LabelCountryCode: TLabel
  106.         Left = 11
  107.         Top = 21
  108.         Width = 64
  109.         Height = 13
  110.         Alignment = taRightJustify
  111.         Caption = 'Country Code'
  112.         FocusControl = EditCountryCode
  113.       end
  114.       object LabelAreaCode: TLabel
  115.         Left = 157
  116.         Top = 21
  117.         Width = 50
  118.         Height = 13
  119.         Alignment = taRightJustify
  120.         Caption = 'Area Code'
  121.         FocusControl = EditAreaCode
  122.       end
  123.       object LabelLocalNumber: TLabel
  124.         Left = 11
  125.         Top = 53
  126.         Width = 66
  127.         Height = 13
  128.         Alignment = taRightJustify
  129.         Caption = 'Local Number'
  130.         Font.Charset = DEFAULT_CHARSET
  131.         Font.Color = clWindowText
  132.         Font.Height = -11
  133.         Font.Name = 'MS Sans Serif'
  134.         Font.Style = []
  135.         ParentFont = False
  136.       end
  137.       object EditCountryCode: TEdit
  138.         Left = 81
  139.         Top = 17
  140.         Width = 64
  141.         Height = 21
  142.         TabOrder = 0
  143.         OnExit = EditCountryCodeExit
  144.         OnKeyPress = EditNumberKeyPress
  145.       end
  146.       object EditAreaCode: TEdit
  147.         Left = 213
  148.         Top = 17
  149.         Width = 64
  150.         Height = 21
  151.         TabOrder = 1
  152.         OnExit = EditAreaCodeExit
  153.         OnKeyPress = EditNumberKeyPress
  154.       end
  155.       object EditLocalNumber: TEdit
  156.         Left = 88
  157.         Top = 48
  158.         Width = 121
  159.         Height = 21
  160.         TabOrder = 2
  161.         OnExit = EditLocalNumberExit
  162.         OnKeyPress = EditNumberKeyPress
  163.       end
  164.     end
  165.     object RadioGroupDelivery: TRadioGroup
  166.       Left = 8
  167.       Top = 184
  168.       Width = 209
  169.       Height = 121
  170.       Caption = 'Delivery'
  171.       Items.Strings = (
  172.         'Send Now'
  173.         'Hold in Outbox'
  174.         'Send Off-Peak'
  175.         'Scheduled')
  176.       TabOrder = 4
  177.       OnExit = RadioGroupDeliveryExit
  178.     end
  179.     object MaskEditDate: TMaskEdit
  180.       Left = 96
  181.       Top = 275
  182.       Width = 57
  183.       Height = 21
  184.       EditMask = '!99/99/00;1; '
  185.       MaxLength = 8
  186.       TabOrder = 5
  187.       Text = '  .  .  '
  188.       OnExit = MaskEditDateExit
  189.     end
  190.     object MaskEditTime: TMaskEdit
  191.       Left = 163
  192.       Top = 275
  193.       Width = 38
  194.       Height = 21
  195.       EditMask = '!90:00;1; '
  196.       MaxLength = 5
  197.       TabOrder = 6
  198.       Text = '  :  '
  199.       OnExit = MaskEditTimeExit
  200.     end
  201.   end
  202.   object PanelButtons: TPanel
  203.     Left = 0
  204.     Top = 308
  205.     Width = 492
  206.     Height = 43
  207.     Align = alBottom
  208.     BevelInner = bvRaised
  209.     BevelOuter = bvLowered
  210.     TabOrder = 2
  211.     object ButtonCancel: TButton
  212.       Left = 408
  213.       Top = 10
  214.       Width = 75
  215.       Height = 25
  216.       Cancel = True
  217.       Caption = '&Cancel'
  218.       ModalResult = 2
  219.       TabOrder = 3
  220.     end
  221.     object ButtonOk: TButton
  222.       Left = 322
  223.       Top = 10
  224.       Width = 75
  225.       Height = 25
  226.       Caption = '&OK'
  227.       Default = True
  228.       TabOrder = 2
  229.       OnClick = ButtonOkClick
  230.     end
  231.     object ButtonAdd: TButton
  232.       Left = 10
  233.       Top = 9
  234.       Width = 75
  235.       Height = 25
  236.       Caption = '&Add'
  237.       TabOrder = 0
  238.       OnClick = ButtonAddClick
  239.     end
  240.     object ButtonDelete: TButton
  241.       Left = 98
  242.       Top = 9
  243.       Width = 75
  244.       Height = 25
  245.       Caption = '&Delete'
  246.       TabOrder = 1
  247.       OnClick = ButtonDeleteClick
  248.     end
  249.   end
  250. end
  251.