home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / ssekret / _setup.1 / Sekret.exe / 0 / RCDATA / TFORMSERIALMAILING / TFORMSERIALMAILING.txt
Text File  |  1997-11-04  |  3KB  |  127 lines

  1. object formSerialMailing: TformSerialMailing
  2.   Left = 200
  3.   Top = 100
  4.   Width = 583
  5.   Height = 375
  6.   HelpContext = 18
  7.   Caption = 'Wzorce korespondecji seryjnej'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 575
  22.     Height = 41
  23.     Align = alTop
  24.     TabOrder = 0
  25.     object btnOK: TButton
  26.       Left = 8
  27.       Top = 8
  28.       Width = 75
  29.       Height = 25
  30.       Cancel = True
  31.       Caption = '&ZAMKNIJ'
  32.       Default = True
  33.       ModalResult = 1
  34.       TabOrder = 0
  35.     end
  36.     object btnNowy: TButton
  37.       Left = 338
  38.       Top = 8
  39.       Width = 75
  40.       Height = 25
  41.       Caption = '&NOWY'
  42.       TabOrder = 3
  43.       OnClick = btnNowyClick
  44.     end
  45.     object btnDelete: TButton
  46.       Left = 418
  47.       Top = 8
  48.       Width = 75
  49.       Height = 25
  50.       Caption = '&USU∩┐╜'
  51.       TabOrder = 4
  52.       OnClick = btnDeleteClick
  53.     end
  54.     object btnEdit: TButton
  55.       Left = 496
  56.       Top = 8
  57.       Width = 75
  58.       Height = 25
  59.       Caption = '&POPRAW'
  60.       TabOrder = 5
  61.       OnClick = btnEditClick
  62.     end
  63.     object btnEMailSerial: TButton
  64.       Left = 92
  65.       Top = 8
  66.       Width = 131
  67.       Height = 25
  68.       Caption = 'Seryjna poczta &EMAIL'
  69.       TabOrder = 1
  70.       OnClick = btnEMailSerialClick
  71.     end
  72.     object btnSerialPrint: TButton
  73.       Left = 228
  74.       Top = 8
  75.       Width = 95
  76.       Height = 25
  77.       Caption = '&Wydruk seryjny'
  78.       TabOrder = 2
  79.       OnClick = btnSerialPrintClick
  80.     end
  81.   end
  82.   object DBGrid1: TCV_DBGrid
  83.     Left = 0
  84.     Top = 41
  85.     Width = 575
  86.     Height = 307
  87.     Align = alClient
  88.     DataSource = dstKoresp
  89.     Font.Charset = EASTEUROPE_CHARSET
  90.     Font.Color = clWindowText
  91.     Font.Height = -15
  92.     Font.Name = 'Courier New'
  93.     Font.Style = []
  94.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  95.     ParentFont = False
  96.     ParentShowHint = False
  97.     ReadOnly = True
  98.     ShowHint = True
  99.     TabOrder = 1
  100.     TitleFont.Charset = DEFAULT_CHARSET
  101.     TitleFont.Color = clWindowText
  102.     TitleFont.Height = -11
  103.     TitleFont.Name = 'MS Sans Serif'
  104.     TitleFont.Style = []
  105.     SearchName = 'KOR_OPI'
  106.     SearchCaseSens = False
  107.     Columns = <
  108.       item
  109.         FieldName = 'KOR_OPI'
  110.         Title.Caption = 'Nazwa wzorca'
  111.         Width = 491
  112.       end>
  113.   end
  114.   object tKoresp: TTable
  115.     DatabaseName = 'c:\sekret\bases'
  116.     ReadOnly = True
  117.     TableName = 'KORESP.DBF'
  118.     Left = 134
  119.     Top = 182
  120.   end
  121.   object dstKoresp: TDataSource
  122.     DataSet = tKoresp
  123.     Left = 212
  124.     Top = 188
  125.   end
  126. end
  127.