mirror of
https://github.com/rickrd/crud-delphi.git
synced 2025-12-19 09:03:43 +01:00
added panel centralization with client
This commit is contained in:
parent
c360682c70
commit
f953fc33d7
@ -37,7 +37,7 @@
|
|||||||
<Transaction>2018/08/15 14:04:18.000.997,C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj=C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj</Transaction>
|
<Transaction>2018/08/15 14:04:18.000.997,C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj=C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj</Transaction>
|
||||||
<Transaction>2018/08/15 15:04:40.000.526,C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj=C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj</Transaction>
|
<Transaction>2018/08/15 15:04:40.000.526,C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj=C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj</Transaction>
|
||||||
<Transaction>2018/08/16 11:06:43.000.602,C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj=C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj</Transaction>
|
<Transaction>2018/08/16 11:06:43.000.602,C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj=C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj</Transaction>
|
||||||
<Transaction>2018/08/17 12:26:51.000,C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj=C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj</Transaction>
|
<Transaction>2018/08/17 12:26:51.000.000,C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj=C:\Users\programacaounico38\Documents\Embarcadero\Studio\Projects\Ex_CRUD\Project1.dproj</Transaction>
|
||||||
</Transactions>
|
</Transactions>
|
||||||
<ProjectSortOrder AutoSort="0" SortType="0">
|
<ProjectSortOrder AutoSort="0" SortType="0">
|
||||||
<File Path="UnitFormSplash.pas"/>
|
<File Path="UnitFormSplash.pas"/>
|
||||||
|
|||||||
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
[Stats]
|
[Stats]
|
||||||
EditorSecs=55071
|
EditorSecs=55178
|
||||||
DesignerSecs=6493
|
DesignerSecs=6472
|
||||||
InspectorSecs=2094
|
InspectorSecs=2098
|
||||||
CompileSecs=325150
|
CompileSecs=327581
|
||||||
OtherSecs=2023
|
OtherSecs=2039
|
||||||
StartTime=03/08/2018 07:57:26
|
StartTime=03/08/2018 07:57:26
|
||||||
RealKeys=0
|
RealKeys=0
|
||||||
EffectiveKeys=0
|
EffectiveKeys=0
|
||||||
DebugSecs=23790
|
DebugSecs=23926
|
||||||
|
|||||||
@ -24,7 +24,6 @@ object FormPadrao: TFormPadrao
|
|||||||
Height = 29
|
Height = 29
|
||||||
Caption = 'ToolBar1'
|
Caption = 'ToolBar1'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
ExplicitWidth = 600
|
|
||||||
object btAnterior: TButton
|
object btAnterior: TButton
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
@ -98,28 +97,25 @@ object FormPadrao: TFormPadrao
|
|||||||
Height = 284
|
Height = 284
|
||||||
Align = alClient
|
Align = alClient
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
ExplicitWidth = 600
|
|
||||||
ExplicitHeight = 263
|
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
598
|
598
|
||||||
284)
|
284)
|
||||||
object cbLimparCampos: TCheckBox
|
|
||||||
Left = 394
|
|
||||||
Top = 227
|
|
||||||
Width = 56
|
|
||||||
Height = 17
|
|
||||||
Caption = 'Limpar'
|
|
||||||
TabOrder = 0
|
|
||||||
end
|
|
||||||
object Panel2: TPanel
|
object Panel2: TPanel
|
||||||
Left = 98
|
Left = 98
|
||||||
Top = 16
|
Top = 16
|
||||||
Width = 400
|
Width = 400
|
||||||
Height = 250
|
Height = 250
|
||||||
Anchors = []
|
Anchors = []
|
||||||
TabOrder = 1
|
BevelOuter = bvNone
|
||||||
ExplicitLeft = 99
|
TabOrder = 0
|
||||||
ExplicitTop = 6
|
object cbLimparCampos: TCheckBox
|
||||||
|
Left = 344
|
||||||
|
Top = 229
|
||||||
|
Width = 56
|
||||||
|
Height = 17
|
||||||
|
Caption = 'Limpar'
|
||||||
|
TabOrder = 0
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object StatusBar1: TStatusBar
|
object StatusBar1: TStatusBar
|
||||||
@ -134,8 +130,6 @@ object FormPadrao: TFormPadrao
|
|||||||
Text = 'Aguardando'
|
Text = 'Aguardando'
|
||||||
Width = 50
|
Width = 50
|
||||||
end>
|
end>
|
||||||
ExplicitTop = 292
|
|
||||||
ExplicitWidth = 600
|
|
||||||
end
|
end
|
||||||
object SaveTextFileDialog1: TSaveTextFileDialog
|
object SaveTextFileDialog1: TSaveTextFileDialog
|
||||||
Left = 552
|
Left = 552
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user