home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TFRMPROOFSHEETS / TFRMPROOFSHEETS.txt
Encoding:
Text File  |  2004-09-23  |  4.8 KB  |  201 lines

  1. object frmProofSheets: TfrmProofSheets
  2.   Left = 232
  3.   Top = 173
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Proof Sheets'
  7.   ClientHeight = 283
  8.   ClientWidth = 476
  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.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 342
  21.     Top = 199
  22.     Width = 82
  23.     Height = 13
  24.     Caption = 'pictures per page'
  25.   end
  26.   object btnSelectAll: TButton
  27.     Left = 8
  28.     Top = 197
  29.     Width = 129
  30.     Height = 25
  31.     Caption = 'Select All'
  32.     TabOrder = 1
  33.     OnClick = btnSelectAllClick
  34.   end
  35.   object btnClear: TButton
  36.     Left = 152
  37.     Top = 197
  38.     Width = 121
  39.     Height = 25
  40.     Caption = 'Clear Selection'
  41.     TabOrder = 2
  42.     OnClick = btnClearClick
  43.   end
  44.   object sedtProofSheetNbr: TwwDBSpinEdit
  45.     Left = 296
  46.     Top = 197
  47.     Width = 41
  48.     Height = 21
  49.     Increment = 1
  50.     MaxValue = 50
  51.     MinValue = 10
  52.     Value = 10
  53.     DataField = 'ProofSheetNbr'
  54.     DataSource = dsUserSettings
  55.     TabOrder = 3
  56.     UnboundDataType = wwDefault
  57.   end
  58.   object btnCreateProof: TButton
  59.     Left = 8
  60.     Top = 229
  61.     Width = 265
  62.     Height = 25
  63.     Caption = 'Create proof sheet for all selected sites'
  64.     TabOrder = 4
  65.     OnClick = btnCreateProofClick
  66.   end
  67.   object fcStatusBar1: TfcStatusBar
  68.     Left = 0
  69.     Top = 263
  70.     Width = 476
  71.     Height = 20
  72.     Panels = <
  73.       item
  74.         Font.Charset = DEFAULT_CHARSET
  75.         Font.Color = clWindowText
  76.         Font.Height = -11
  77.         Font.Name = 'MS Sans Serif'
  78.         Font.Style = []
  79.         Name = 'Panel0'
  80.         Tag = 0
  81.         TextOptions.Alignment = taLeftJustify
  82.         TextOptions.VAlignment = vaVCenter
  83.         Width = '100'
  84.       end
  85.       item
  86.         Component = ProgressBar1
  87.         Font.Charset = DEFAULT_CHARSET
  88.         Font.Color = clWindowText
  89.         Font.Height = -11
  90.         Font.Name = 'MS Sans Serif'
  91.         Font.Style = []
  92.         Name = 'Panel1'
  93.         Style = psControl
  94.         Tag = 0
  95.         TextOptions.Alignment = taLeftJustify
  96.         TextOptions.VAlignment = vaVCenter
  97.         Width = '50'
  98.       end>
  99.     SimplePanel = False
  100.     SizeGrip = False
  101.     StatusBarText.CapsLock = 'Caps'
  102.     StatusBarText.Overwrite = 'Overwrite'
  103.     StatusBarText.NumLock = 'Num'
  104.     StatusBarText.ScrollLock = 'Scroll'
  105.     object ProgressBar1: TProgressBar
  106.       Left = 103
  107.       Top = 3
  108.       Width = 372
  109.       Height = 16
  110.       Min = 0
  111.       Max = 100
  112.       TabOrder = 0
  113.     end
  114.   end
  115.   object btnClose: TButton
  116.     Left = 391
  117.     Top = 229
  118.     Width = 75
  119.     Height = 25
  120.     Caption = '&Close'
  121.     TabOrder = 6
  122.     OnClick = btnCloseClick
  123.   end
  124.   object cxGrid1: TcxGrid
  125.     Left = 8
  126.     Top = 3
  127.     Width = 457
  128.     Height = 185
  129.     TabOrder = 0
  130.     object ViewFTPURL: TcxGridDBTableView
  131.       DataController.DataModeController.GridMode = True
  132.       DataController.DataSource = dsFTPURL
  133.       DataController.Summary.DefaultGroupSummaryItems = <>
  134.       DataController.Summary.FooterSummaryItems = <>
  135.       DataController.Summary.SummaryGroups = <>
  136.       NavigatorButtons.ConfirmDelete = False
  137.       OptionsCustomize.ColumnFiltering = False
  138.       OptionsCustomize.ColumnMoving = False
  139.       OptionsCustomize.ColumnSorting = False
  140.       OptionsData.Deleting = False
  141.       OptionsData.Editing = False
  142.       OptionsData.Inserting = False
  143.       OptionsSelection.CellSelect = False
  144.       OptionsSelection.MultiSelect = True
  145.       OptionsView.GroupByBox = False
  146.       OptionsView.Indicator = True
  147.       object ViewFTPURLftpURL: TcxGridDBColumn
  148.         Width = 151
  149.         DataBinding.FieldName = 'ftpURL'
  150.       end
  151.       object ViewFTPURLFTPFolder: TcxGridDBColumn
  152.         Width = 247
  153.         DataBinding.FieldName = 'FTPFolder'
  154.       end
  155.     end
  156.     object cxGrid1Level1: TcxGridLevel
  157.       GridView = ViewFTPURL
  158.     end
  159.   end
  160.   object qryFTPURL: TAdsQuery
  161.     DatabaseName = 'frmPosterMain.AdsConnection1'
  162.     StoreActive = True
  163.     Version = '6.2 (ACE 6.20)'
  164.     AfterOpen = qryFTPURLAfterOpen
  165.     ReadAllColumns = False
  166.     SQL.Strings = (
  167.       'SELECT * FROM FTPSettings'
  168.       'ORDER BY ftpURL, FTPFolder')
  169.     Left = 40
  170.     Top = 112
  171.     ParamData = <>
  172.   end
  173.   object dsFTPURL: TDataSource
  174.     DataSet = qryFTPURL
  175.     Left = 48
  176.     Top = 152
  177.   end
  178.   object tblUserSettings: TAdsTable
  179.     StoreActive = True
  180.     Version = '6.2 (ACE 6.20)'
  181.     AdsConnection = frmPosterMain.AdsConnection1
  182.     TableName = 'UserSettings'
  183.     Left = 200
  184.     Top = 112
  185.   end
  186.   object dsUserSettings: TDataSource
  187.     DataSet = tblUserSettings
  188.     Left = 200
  189.     Top = 152
  190.   end
  191.   object qryTempProof: TAdsQuery
  192.     DatabaseName = 'frmPosterMain.AdsConnection1'
  193.     StoreActive = True
  194.     Version = '6.2 (ACE 6.20)'
  195.     ReadAllColumns = False
  196.     Left = 120
  197.     Top = 112
  198.     ParamData = <>
  199.   end
  200. end
  201.