git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@409 0c75b7a4-871f-7646-8a2f-f78d34cc349f
335 lines
8.7 KiB
Plaintext
335 lines
8.7 KiB
Plaintext
inherited fEditorElegirProveedores: TfEditorElegirProveedores
|
|
Caption = 'Seleccionar el proveedor'
|
|
ClientHeight = 480
|
|
ClientWidth = 656
|
|
ExplicitWidth = 664
|
|
ExplicitHeight = 514
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object JvgWizardHeader1: TJvgWizardHeader [0]
|
|
Left = 0
|
|
Top = 27
|
|
Width = 656
|
|
Height = 60
|
|
CaptionFont.Charset = DEFAULT_CHARSET
|
|
CaptionFont.Color = clWindowText
|
|
CaptionFont.Height = -11
|
|
CaptionFont.Name = 'Tahoma'
|
|
CaptionFont.Style = [fsBold]
|
|
CommentFont.Charset = DEFAULT_CHARSET
|
|
CommentFont.Color = clWindowText
|
|
CommentFont.Height = -11
|
|
CommentFont.Name = 'Tahoma'
|
|
CommentFont.Style = []
|
|
SymbolFont.Charset = DEFAULT_CHARSET
|
|
SymbolFont.Color = clHighlightText
|
|
SymbolFont.Height = -35
|
|
SymbolFont.Name = 'Wingdings'
|
|
SymbolFont.Style = [fsBold]
|
|
Captions.Strings = (
|
|
'Seleccione el proveedor')
|
|
Comments.Strings = (
|
|
' ')
|
|
Gradient.FromColor = clHighlight
|
|
Gradient.ToColor = clWindow
|
|
Gradient.Active = False
|
|
Gradient.BufferedDraw = True
|
|
Gradient.Orientation = fgdVertical
|
|
BufferedDraw = True
|
|
ExplicitTop = -10
|
|
end
|
|
inherited JvNavPanelHeader: TJvNavPanelHeader
|
|
Width = 656
|
|
Visible = False
|
|
ExplicitWidth = 656
|
|
inherited Image1: TImage
|
|
Left = 629
|
|
ExplicitLeft = 629
|
|
end
|
|
end
|
|
inherited TBXDock: TTBXDock
|
|
Top = 87
|
|
Width = 656
|
|
ExplicitTop = 87
|
|
ExplicitWidth = 656
|
|
inherited tbxMain: TTBXToolbar
|
|
ExplicitWidth = 284
|
|
inherited TBXItem36: TTBXItem
|
|
Action = actAnchoAuto2
|
|
end
|
|
end
|
|
inherited tbxFiltro: TTBXToolbar
|
|
Left = 284
|
|
Top = 23
|
|
DockPos = 108
|
|
DockRow = 1
|
|
ExplicitLeft = 284
|
|
ExplicitTop = 23
|
|
inherited TBXItem34: TTBXItem
|
|
Action = actQuitarFiltro2
|
|
end
|
|
end
|
|
inherited tbxMenu: TTBXToolbar
|
|
ExplicitWidth = 656
|
|
end
|
|
end
|
|
inherited StatusBar: TJvStatusBar
|
|
Top = 461
|
|
Width = 656
|
|
Visible = False
|
|
ExplicitTop = 461
|
|
ExplicitWidth = 656
|
|
end
|
|
inline frViewBarraSeleccion1: TfrViewBarraSeleccion [4]
|
|
Left = 0
|
|
Top = 425
|
|
Width = 656
|
|
Height = 36
|
|
Align = alBottom
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 3
|
|
ReadOnly = False
|
|
ExplicitTop = 425
|
|
ExplicitWidth = 656
|
|
ExplicitHeight = 36
|
|
inherited JvFooter1: TJvFooter
|
|
Width = 656
|
|
Height = 36
|
|
ExplicitWidth = 656
|
|
ExplicitHeight = 36
|
|
inherited bSeleccionar: TJvFooterBtn
|
|
Left = 444
|
|
Top = 3
|
|
ExplicitLeft = 444
|
|
ExplicitTop = 3
|
|
end
|
|
inherited bCancelar: TJvFooterBtn
|
|
Left = 548
|
|
Top = 4
|
|
ExplicitLeft = 548
|
|
ExplicitTop = 4
|
|
end
|
|
end
|
|
inherited BarraSeleccionActionList: TActionList
|
|
inherited actSeleccionar: TAction
|
|
OnExecute = frViewBarraSeleccion1actSeleccionarExecute
|
|
OnUpdate = frViewBarraSeleccion1actSeleccionarUpdate
|
|
end
|
|
inherited actCancelar: TAction
|
|
OnExecute = frViewBarraSeleccion1actCancelarExecute
|
|
end
|
|
end
|
|
end
|
|
inherited frViewProveedores1: TfrViewProveedores [5]
|
|
Top = 162
|
|
Width = 656
|
|
Height = 263
|
|
Padding.Left = 10
|
|
Padding.Top = 10
|
|
Padding.Right = 10
|
|
Padding.Bottom = 5
|
|
TabOrder = 4
|
|
ExplicitTop = 162
|
|
ExplicitWidth = 656
|
|
ExplicitHeight = 263
|
|
inherited cxGrid: TcxGrid
|
|
Left = 10
|
|
Top = 112
|
|
Width = 636
|
|
Height = 120
|
|
ExplicitLeft = 10
|
|
ExplicitTop = 112
|
|
ExplicitWidth = 636
|
|
ExplicitHeight = 120
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Format = '0 proveedores'
|
|
Kind = skCount
|
|
FieldName = 'ID'
|
|
Column = frViewProveedores1.cxGridViewNOMBRE
|
|
end>
|
|
OptionsView.Footer = False
|
|
end
|
|
end
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
Left = 10
|
|
Top = 10
|
|
Width = 636
|
|
ExplicitLeft = 10
|
|
ExplicitTop = 10
|
|
ExplicitWidth = 636
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
ExplicitWidth = 636
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
Width = 636
|
|
ExplicitWidth = 636
|
|
inherited txtFiltroTodo: TcxTextEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
end
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
end
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
end
|
|
end
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
Width = 636
|
|
ExplicitWidth = 636
|
|
inherited tbxBotones: TTBXToolbar
|
|
Width = 626
|
|
ExplicitWidth = 626
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited pnlAgrupaciones: TTBXDockablePanel
|
|
Left = 10
|
|
Top = 232
|
|
ExplicitLeft = 10
|
|
ExplicitTop = 232
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
Width = 636
|
|
ExplicitWidth = 636
|
|
inherited TBXToolbar1: TTBXToolbar
|
|
Width = 626
|
|
ExplicitWidth = 626
|
|
end
|
|
end
|
|
end
|
|
inherited dsDataSource: TDADataSource
|
|
Left = 144
|
|
Top = 56
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
end
|
|
inherited EditorActionList: TActionList [6]
|
|
Left = 112
|
|
Top = 192
|
|
inherited actNuevo: TAction
|
|
Visible = False
|
|
end
|
|
inherited actModificar: TAction
|
|
Visible = False
|
|
end
|
|
inherited actGuardarCerrar: TAction
|
|
Visible = False
|
|
end
|
|
inherited actGuardar: TAction
|
|
Visible = False
|
|
end
|
|
inherited actEliminar: TAction
|
|
Visible = False
|
|
end
|
|
inherited actConfPagina: TAction
|
|
Visible = False
|
|
end
|
|
inherited actDeshacer: TEditUndo
|
|
Visible = False
|
|
end
|
|
inherited actCortar: TEditCut
|
|
Visible = False
|
|
end
|
|
inherited actCerrar: TAction
|
|
Visible = False
|
|
end
|
|
inherited actCopiar: TEditCopy
|
|
Visible = False
|
|
end
|
|
inherited actPegar: TEditPaste
|
|
Visible = False
|
|
end
|
|
inherited actSeleccionarTodo: TEditSelectAll
|
|
Visible = False
|
|
end
|
|
inherited actLimpiar: TEditDelete
|
|
Visible = False
|
|
end
|
|
inherited actRefrescar: TAction
|
|
Visible = False
|
|
end
|
|
inherited actAcercaDe: TAction
|
|
Visible = False
|
|
end
|
|
inherited actBuscar: TAction
|
|
Visible = False
|
|
end
|
|
inherited actAnterior: TAction
|
|
Visible = False
|
|
end
|
|
inherited actSiguiente: TAction
|
|
Visible = False
|
|
end
|
|
inherited actCancelarCambios: TAction
|
|
Visible = False
|
|
end
|
|
inherited actDuplicar: TAction
|
|
Visible = False
|
|
end
|
|
end
|
|
inherited SmallImages: TPngImageList [7]
|
|
end
|
|
inherited LargeImages: TPngImageList [8]
|
|
end
|
|
inherited JvFormStorage: TJvFormStorage [9]
|
|
end
|
|
inherited JvAppRegistryStorage: TJvAppRegistryStorage [10]
|
|
end
|
|
inherited dsDataTable: TDADataSource [11]
|
|
Left = 8
|
|
Top = 192
|
|
end
|
|
inherited StatusBarImages: TPngImageList [12]
|
|
end
|
|
inherited GridPopupMenu: TPopupMenu [13]
|
|
Left = 80
|
|
Top = 192
|
|
end
|
|
inherited JsPrevisualizarDialog: TJSDialog [14]
|
|
end
|
|
inherited JsImprimirDialog: TJSDialog [15]
|
|
end
|
|
object EditorSeleccionActionList: TActionList
|
|
Images = SmallImages
|
|
Left = 200
|
|
Top = 192
|
|
object actBuscar2: TAction
|
|
Category = 'Buscar'
|
|
Caption = 'Buscar'
|
|
ImageIndex = 10
|
|
ShortCut = 114
|
|
end
|
|
object actQuitarFiltro2: TAction
|
|
Category = 'Buscar'
|
|
Caption = 'Quitar filtro y ver todo'
|
|
ImageIndex = 19
|
|
OnExecute = actQuitarFiltro2Execute
|
|
end
|
|
object actAnchoAuto2: TAction
|
|
Category = 'Ver'
|
|
Caption = 'Ancho autom'#225'tico'
|
|
ImageIndex = 21
|
|
OnExecute = actAnchoAuto2Execute
|
|
end
|
|
end
|
|
end
|