home *** CD-ROM | disk | FTP | other *** search
- object frmProofSheets: TfrmProofSheets
- Left = 232
- Top = 173
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Proof Sheets'
- ClientHeight = 283
- ClientWidth = 476
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 342
- Top = 199
- Width = 82
- Height = 13
- Caption = 'pictures per page'
- end
- object btnSelectAll: TButton
- Left = 8
- Top = 197
- Width = 129
- Height = 25
- Caption = 'Select All'
- TabOrder = 1
- OnClick = btnSelectAllClick
- end
- object btnClear: TButton
- Left = 152
- Top = 197
- Width = 121
- Height = 25
- Caption = 'Clear Selection'
- TabOrder = 2
- OnClick = btnClearClick
- end
- object sedtProofSheetNbr: TwwDBSpinEdit
- Left = 296
- Top = 197
- Width = 41
- Height = 21
- Increment = 1
- MaxValue = 50
- MinValue = 10
- Value = 10
- DataField = 'ProofSheetNbr'
- DataSource = dsUserSettings
- TabOrder = 3
- UnboundDataType = wwDefault
- end
- object btnCreateProof: TButton
- Left = 8
- Top = 229
- Width = 265
- Height = 25
- Caption = 'Create proof sheet for all selected sites'
- TabOrder = 4
- OnClick = btnCreateProofClick
- end
- object fcStatusBar1: TfcStatusBar
- Left = 0
- Top = 263
- Width = 476
- Height = 20
- Panels = <
- item
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Name = 'Panel0'
- Tag = 0
- TextOptions.Alignment = taLeftJustify
- TextOptions.VAlignment = vaVCenter
- Width = '100'
- end
- item
- Component = ProgressBar1
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Name = 'Panel1'
- Style = psControl
- Tag = 0
- TextOptions.Alignment = taLeftJustify
- TextOptions.VAlignment = vaVCenter
- Width = '50'
- end>
- SimplePanel = False
- SizeGrip = False
- StatusBarText.CapsLock = 'Caps'
- StatusBarText.Overwrite = 'Overwrite'
- StatusBarText.NumLock = 'Num'
- StatusBarText.ScrollLock = 'Scroll'
- object ProgressBar1: TProgressBar
- Left = 103
- Top = 3
- Width = 372
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 0
- end
- end
- object btnClose: TButton
- Left = 391
- Top = 229
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 6
- OnClick = btnCloseClick
- end
- object cxGrid1: TcxGrid
- Left = 8
- Top = 3
- Width = 457
- Height = 185
- TabOrder = 0
- object ViewFTPURL: TcxGridDBTableView
- DataController.DataModeController.GridMode = True
- DataController.DataSource = dsFTPURL
- DataController.Summary.DefaultGroupSummaryItems = <>
- DataController.Summary.FooterSummaryItems = <>
- DataController.Summary.SummaryGroups = <>
- NavigatorButtons.ConfirmDelete = False
- OptionsCustomize.ColumnFiltering = False
- OptionsCustomize.ColumnMoving = False
- OptionsCustomize.ColumnSorting = False
- OptionsData.Deleting = False
- OptionsData.Editing = False
- OptionsData.Inserting = False
- OptionsSelection.CellSelect = False
- OptionsSelection.MultiSelect = True
- OptionsView.GroupByBox = False
- OptionsView.Indicator = True
- object ViewFTPURLftpURL: TcxGridDBColumn
- Width = 151
- DataBinding.FieldName = 'ftpURL'
- end
- object ViewFTPURLFTPFolder: TcxGridDBColumn
- Width = 247
- DataBinding.FieldName = 'FTPFolder'
- end
- end
- object cxGrid1Level1: TcxGridLevel
- GridView = ViewFTPURL
- end
- end
- object qryFTPURL: TAdsQuery
- DatabaseName = 'frmPosterMain.AdsConnection1'
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- AfterOpen = qryFTPURLAfterOpen
- ReadAllColumns = False
- SQL.Strings = (
- 'SELECT * FROM FTPSettings'
- 'ORDER BY ftpURL, FTPFolder')
- Left = 40
- Top = 112
- ParamData = <>
- end
- object dsFTPURL: TDataSource
- DataSet = qryFTPURL
- Left = 48
- Top = 152
- end
- object tblUserSettings: TAdsTable
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- AdsConnection = frmPosterMain.AdsConnection1
- TableName = 'UserSettings'
- Left = 200
- Top = 112
- end
- object dsUserSettings: TDataSource
- DataSet = tblUserSettings
- Left = 200
- Top = 152
- end
- object qryTempProof: TAdsQuery
- DatabaseName = 'frmPosterMain.AdsConnection1'
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- ReadAllColumns = False
- Left = 120
- Top = 112
- ParamData = <>
- end
- end
-