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 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/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>
|
||||
<ProjectSortOrder AutoSort="0" SortType="0">
|
||||
<File Path="UnitFormSplash.pas"/>
|
||||
|
||||
Binary file not shown.
@ -1,10 +1,10 @@
|
||||
[Stats]
|
||||
EditorSecs=55071
|
||||
DesignerSecs=6493
|
||||
InspectorSecs=2094
|
||||
CompileSecs=325150
|
||||
OtherSecs=2023
|
||||
EditorSecs=55178
|
||||
DesignerSecs=6472
|
||||
InspectorSecs=2098
|
||||
CompileSecs=327581
|
||||
OtherSecs=2039
|
||||
StartTime=03/08/2018 07:57:26
|
||||
RealKeys=0
|
||||
EffectiveKeys=0
|
||||
DebugSecs=23790
|
||||
DebugSecs=23926
|
||||
|
||||
@ -24,7 +24,6 @@ object FormPadrao: TFormPadrao
|
||||
Height = 29
|
||||
Caption = 'ToolBar1'
|
||||
TabOrder = 0
|
||||
ExplicitWidth = 600
|
||||
object btAnterior: TButton
|
||||
Left = 0
|
||||
Top = 0
|
||||
@ -98,28 +97,25 @@ object FormPadrao: TFormPadrao
|
||||
Height = 284
|
||||
Align = alClient
|
||||
TabOrder = 1
|
||||
ExplicitWidth = 600
|
||||
ExplicitHeight = 263
|
||||
DesignSize = (
|
||||
598
|
||||
284)
|
||||
object cbLimparCampos: TCheckBox
|
||||
Left = 394
|
||||
Top = 227
|
||||
Width = 56
|
||||
Height = 17
|
||||
Caption = 'Limpar'
|
||||
TabOrder = 0
|
||||
end
|
||||
object Panel2: TPanel
|
||||
Left = 98
|
||||
Top = 16
|
||||
Width = 400
|
||||
Height = 250
|
||||
Anchors = []
|
||||
TabOrder = 1
|
||||
ExplicitLeft = 99
|
||||
ExplicitTop = 6
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object cbLimparCampos: TCheckBox
|
||||
Left = 344
|
||||
Top = 229
|
||||
Width = 56
|
||||
Height = 17
|
||||
Caption = 'Limpar'
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
end
|
||||
object StatusBar1: TStatusBar
|
||||
@ -134,8 +130,6 @@ object FormPadrao: TFormPadrao
|
||||
Text = 'Aguardando'
|
||||
Width = 50
|
||||
end>
|
||||
ExplicitTop = 292
|
||||
ExplicitWidth = 600
|
||||
end
|
||||
object SaveTextFileDialog1: TSaveTextFileDialog
|
||||
Left = 552
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user