Commit bd29700c authored by Sandro Camata Santana's avatar Sandro Camata Santana

Ajuste de layout e correção na geração código de classes

parent aeafbf1f
...@@ -40,28 +40,20 @@ uses ...@@ -40,28 +40,20 @@ uses
utuXSD in 'utuXSD.pas', utuXSD in 'utuXSD.pas',
DelphiAddInObj in 'DelphiAddInObj.pas'; DelphiAddInObj in 'DelphiAddInObj.pas';
type
{ ExceptionCatch }
ExceptionCatch= Class
public
procedure CustomExceptionHandler(Sender: TObject; E: Exception);
end;
exports exports
InitializeAddIn, InitializeAddIn,
FinalizeAddIn, FinalizeAddIn,
DoMenuAction; DoMenuAction;
{ ExceptionCatch }
procedure ExceptionCatch.CustomExceptionHandler(Sender: TObject; E: Exception);
begin
Application.MessageBox(PChar(E.message), 'Error...', MB_ICONERROR or MB_OK);
end;
begin begin
{$if declared(UseHeapTrace)}
if UseHeaptrace then
begin
GlobalSkipIfNoLeaks := True;
DeleteFile('CURIOAddIn.trc');
SetHeapTraceOutput('CURIOAddIn.trc');
end;
{$ifend}
ChangeLocaleFormatSetting; ChangeLocaleFormatSetting;
gDefaultDatabaseDriver := typeOf(acDatabaseSQLODBC); gDefaultDatabaseDriver := typeOf(acDatabaseSQLODBC);
PersistenceManager.DefaultRepositoryClass := typeOf(acRepositorySQL); PersistenceManager.DefaultRepositoryClass := typeOf(acRepositorySQL);
...@@ -76,8 +68,6 @@ begin ...@@ -76,8 +68,6 @@ begin
{$ENDIF} {$ENDIF}
Application.Initialize; Application.Initialize;
Application.Scaled := True;
Application.OnException := ExceptionCatch.CustomExceptionHandler;
// Application.CaptureExceptions := True; // Application.CaptureExceptions := True;
......
...@@ -188,6 +188,7 @@ end; ...@@ -188,6 +188,7 @@ end;
function FinalizeAddIn: Integer; {$IFDEF MSWINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF} function FinalizeAddIn: Integer; {$IFDEF MSWINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}
begin begin
gStarUMLApp := Nil; gStarUMLApp := Nil;
Result := 0;
end; end;
function DoMenuAction(ActionID: Integer): Integer; {$IFDEF MSWINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF} function DoMenuAction(ActionID: Integer): Integer; {$IFDEF MSWINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}
...@@ -1607,6 +1608,7 @@ begin ...@@ -1607,6 +1608,7 @@ begin
if not piMetaModelOptions.SilentMode then PutMessage(FormatDateTime('hh:nn:ss', Time) + ' - Model mappings generated.', gStarUMLApp.GetProject, 2); if not piMetaModelOptions.SilentMode then PutMessage(FormatDateTime('hh:nn:ss', Time) + ' - Model mappings generated.', gStarUMLApp.GetProject, 2);
end; end;
end; end;
MetaModel.SetOrder;
finally finally
end; end;
......
object DataBaseLogin: TDataBaseLogin object DataBaseLogin: TDataBaseLogin
Left = 1480 Left = 1160
Height = 537 Height = 542
Top = 299 Top = 217
Width = 440 Width = 440
BorderIcons = [biSystemMenu] BorderIcons = [biSystemMenu]
BorderStyle = bsDialog BorderStyle = bsDialog
Caption = 'Connect to Database Server' Caption = 'Connect to Database Server'
ClientHeight = 537 ClientHeight = 542
ClientWidth = 440 ClientWidth = 440
Color = clBtnFace Color = clBtnFace
OnClose = FormClose OnClose = FormClose
OnShow = FormShow OnShow = FormShow
ParentFont = True ParentFont = True
Position = poOwnerFormCenter Position = poOwnerFormCenter
LCLVersion = '2.0.0.4' LCLVersion = '2.0.2.0'
object GroupBox2: TGroupBox object GroupBox2: TGroupBox
Left = 8 Left = 8
Height = 208 Height = 216
Top = 288 Top = 288
Width = 424 Width = 424
ClientHeight = 206 ClientHeight = 196
ClientWidth = 422 ClientWidth = 420
TabOrder = 1 TabOrder = 1
object edtUsuario: TLabeledEdit object edtUsuario: TLabeledEdit
Left = 15 Left = 15
Height = 43 Height = 23
Top = 95 Top = 95
Width = 400 Width = 400
EditLabel.Height = 19 EditLabel.Height = 15
EditLabel.Width = 400 EditLabel.Width = 400
EditLabel.Caption = 'Usuário' EditLabel.Caption = 'Usuário'
EditLabel.ParentColor = False EditLabel.ParentColor = False
...@@ -35,11 +35,11 @@ object DataBaseLogin: TDataBaseLogin ...@@ -35,11 +35,11 @@ object DataBaseLogin: TDataBaseLogin
end end
object edtPassword: TLabeledEdit object edtPassword: TLabeledEdit
Left = 15 Left = 15
Height = 43 Height = 23
Top = 160 Top = 160
Width = 400 Width = 400
EchoMode = emPassword EchoMode = emPassword
EditLabel.Height = 19 EditLabel.Height = 15
EditLabel.Width = 400 EditLabel.Width = 400
EditLabel.Caption = 'Senha' EditLabel.Caption = 'Senha'
EditLabel.ParentColor = False EditLabel.ParentColor = False
...@@ -48,46 +48,46 @@ object DataBaseLogin: TDataBaseLogin ...@@ -48,46 +48,46 @@ object DataBaseLogin: TDataBaseLogin
end end
object cbDialect: TComboBox object cbDialect: TComboBox
Left = 15 Left = 15
Height = 39 Height = 23
Top = 25 Top = 25
Width = 400 Width = 400
ItemHeight = 0 ItemHeight = 15
OnChange = cbODBCD_DSNChange OnChange = cbODBCD_DSNChange
Style = csDropDownList Style = csDropDownList
TabOrder = 0 TabOrder = 0
end end
object Label2: TLabel object Label2: TLabel
Left = 15 Left = 15
Height = 19 Height = 15
Top = 5 Top = 5
Width = 48 Width = 37
Caption = 'Dialeto' Caption = 'Dialeto'
ParentColor = False ParentColor = False
end end
end end
object GroupBox1: TGroupBox object GroupBox1: TGroupBox
Left = 8 Left = 8
Height = 272 Height = 280
Top = 8 Top = 8
Width = 424 Width = 424
ClientHeight = 270 ClientHeight = 260
ClientWidth = 422 ClientWidth = 420
TabOrder = 0 TabOrder = 0
object cbODBCD_DSN: TComboBox object cbODBCD_DSN: TComboBox
Left = 26 Left = 26
Height = 39 Height = 23
Top = 48 Top = 48
Width = 389 Width = 389
ItemHeight = 0 ItemHeight = 15
OnChange = cbODBCD_DSNChange OnChange = cbODBCD_DSNChange
Style = csDropDownList Style = csDropDownList
TabOrder = 1 TabOrder = 1
end end
object rbDSN: TRadioButton object rbDSN: TRadioButton
Left = 10 Left = 10
Height = 24 Height = 19
Top = 16 Top = 16
Width = 130 Width = 100
Caption = 'Selecionar DSN' Caption = 'Selecionar DSN'
Checked = True Checked = True
OnClick = rbDSNClick OnClick = rbDSNClick
...@@ -96,30 +96,30 @@ object DataBaseLogin: TDataBaseLogin ...@@ -96,30 +96,30 @@ object DataBaseLogin: TDataBaseLogin
end end
object rbPersonalizado: TRadioButton object rbPersonalizado: TRadioButton
Left = 10 Left = 10
Height = 24 Height = 19
Top = 88 Top = 88
Width = 119 Width = 93
Caption = 'Personalizado' Caption = 'Personalizado'
OnClick = rbPersonalizadoClick OnClick = rbPersonalizadoClick
TabOrder = 2 TabOrder = 2
end end
object cbODBCD_DRIVERS: TComboBox object cbODBCD_DRIVERS: TComboBox
Left = 26 Left = 26
Height = 39 Height = 23
Top = 115 Top = 115
Width = 389 Width = 389
Enabled = False Enabled = False
ItemHeight = 0 ItemHeight = 15
OnChange = cbODBCD_DSNChange OnChange = cbODBCD_DSNChange
Style = csDropDownList Style = csDropDownList
TabOrder = 3 TabOrder = 3
end end
object edtDatabaseName: TLabeledEdit object edtDatabaseName: TLabeledEdit
Left = 26 Left = 26
Height = 43 Height = 23
Top = 232 Top = 232
Width = 389 Width = 389
EditLabel.Height = 19 EditLabel.Height = 15
EditLabel.Width = 389 EditLabel.Width = 389
EditLabel.Caption = 'Nome do Banco de Dados' EditLabel.Caption = 'Nome do Banco de Dados'
EditLabel.ParentColor = False EditLabel.ParentColor = False
...@@ -128,10 +128,10 @@ object DataBaseLogin: TDataBaseLogin ...@@ -128,10 +128,10 @@ object DataBaseLogin: TDataBaseLogin
end end
object edtServerName: TLabeledEdit object edtServerName: TLabeledEdit
Left = 26 Left = 26
Height = 43 Height = 23
Top = 176 Top = 176
Width = 389 Width = 389
EditLabel.Height = 19 EditLabel.Height = 15
EditLabel.Width = 389 EditLabel.Width = 389
EditLabel.Caption = 'Servidor' EditLabel.Caption = 'Servidor'
EditLabel.ParentColor = False EditLabel.ParentColor = False
...@@ -142,7 +142,7 @@ object DataBaseLogin: TDataBaseLogin ...@@ -142,7 +142,7 @@ object DataBaseLogin: TDataBaseLogin
object Panel2: TPanel object Panel2: TPanel
Left = 0 Left = 0
Height = 40 Height = 40
Top = 497 Top = 502
Width = 440 Width = 440
Align = alBottom Align = alBottom
ClientHeight = 40 ClientHeight = 40
......
...@@ -11582,7 +11582,7 @@ object ExplorerV2: TExplorerV2 ...@@ -11582,7 +11582,7 @@ object ExplorerV2: TExplorerV2
ParentFont = True ParentFont = True
Position = poMainFormCenter Position = poMainFormCenter
ShowInTaskBar = stAlways ShowInTaskBar = stAlways
LCLVersion = '2.0.0.4' LCLVersion = '2.0.2.0'
object splVertical: TSplitter object splVertical: TSplitter
Left = 360 Left = 360
Height = 696 Height = 696
...@@ -11604,7 +11604,7 @@ object ExplorerV2: TExplorerV2 ...@@ -11604,7 +11604,7 @@ object ExplorerV2: TExplorerV2
object pnlResult: TPanel object pnlResult: TPanel
Left = 0 Left = 0
Height = 185 Height = 185
Top = 490 Top = 488
Width = 867 Width = 867
Align = alBottom Align = alBottom
BevelOuter = bvNone BevelOuter = bvNone
...@@ -11677,14 +11677,14 @@ object ExplorerV2: TExplorerV2 ...@@ -11677,14 +11677,14 @@ object ExplorerV2: TExplorerV2
end end
object tsError: TTabSheet object tsError: TTabSheet
Caption = 'tsError' Caption = 'tsError'
ClientHeight = 181 ClientHeight = 177
ClientWidth = 857 ClientWidth = 859
ImageIndex = 1 ImageIndex = 1
object memErrorText: TMemo object memErrorText: TMemo
Left = 0 Left = 0
Height = 181 Height = 177
Top = 0 Top = 0
Width = 857 Width = 859
Align = alClient Align = alClient
BorderStyle = bsNone BorderStyle = bsNone
ParentColor = True ParentColor = True
...@@ -11697,7 +11697,7 @@ object ExplorerV2: TExplorerV2 ...@@ -11697,7 +11697,7 @@ object ExplorerV2: TExplorerV2
end end
object pcEditor: TPageControl object pcEditor: TPageControl
Left = 0 Left = 0
Height = 437 Height = 435
Top = 48 Top = 48
Width = 502 Width = 502
ActivePage = tsOQL ActivePage = tsOQL
...@@ -11710,13 +11710,13 @@ object ExplorerV2: TExplorerV2 ...@@ -11710,13 +11710,13 @@ object ExplorerV2: TExplorerV2
Options = [nboMultiLine] Options = [nboMultiLine]
object tsOQL: TTabSheet object tsOQL: TTabSheet
Caption = 'OQL - Object Query Language' Caption = 'OQL - Object Query Language'
ClientHeight = 404 ClientHeight = 407
ClientWidth = 492 ClientWidth = 494
inline SynEditOQL: TSynEdit inline SynEditOQL: TSynEdit
Left = 0 Left = 0
Height = 404 Height = 407
Top = 0 Top = 0
Width = 492 Width = 494
Align = alClient Align = alClient
Color = clWindow Color = clWindow
Font.Color = clWindowText Font.Color = clWindowText
...@@ -11730,7 +11730,7 @@ object ExplorerV2: TExplorerV2 ...@@ -11730,7 +11730,7 @@ object ExplorerV2: TExplorerV2
OnDragDrop = memOQLQuery2DragDrop OnDragDrop = memOQLQuery2DragDrop
OnDragOver = memOQLQuery2DragOver OnDragOver = memOQLQuery2DragOver
BorderStyle = bsNone BorderStyle = bsNone
Gutter.Width = 23 Gutter.Width = 19
Gutter.MouseActions = <> Gutter.MouseActions = <>
RightGutter.Width = 0 RightGutter.Width = 0
RightGutter.MouseActions = <> RightGutter.MouseActions = <>
...@@ -12193,7 +12193,7 @@ object ExplorerV2: TExplorerV2 ...@@ -12193,7 +12193,7 @@ object ExplorerV2: TExplorerV2
MouseActions = <> MouseActions = <>
end end
object SynGutterLineNumber1: TSynGutterLineNumber object SynGutterLineNumber1: TSynGutterLineNumber
Width = 17 Width = 13
MouseActions = <> MouseActions = <>
MarkupInfo.Background = clBtnFace MarkupInfo.Background = clBtnFace
MarkupInfo.Foreground = clNone MarkupInfo.Foreground = clNone
...@@ -12245,7 +12245,7 @@ object ExplorerV2: TExplorerV2 ...@@ -12245,7 +12245,7 @@ object ExplorerV2: TExplorerV2
ParentFont = False ParentFont = False
TabOrder = 0 TabOrder = 0
BorderStyle = bsNone BorderStyle = bsNone
Gutter.Width = 23 Gutter.Width = 33
Gutter.MouseActions = <> Gutter.MouseActions = <>
RightGutter.Width = 0 RightGutter.Width = 0
RightGutter.MouseActions = <> RightGutter.MouseActions = <>
...@@ -12809,7 +12809,7 @@ object ExplorerV2: TExplorerV2 ...@@ -12809,7 +12809,7 @@ object ExplorerV2: TExplorerV2
Style = tbsCheck Style = tbsCheck
end end
object ToolButton8: TToolButton object ToolButton8: TToolButton
Left = 355 Left = 339
Top = 2 Top = 2
Action = XMLQuery Action = XMLQuery
Grouped = True Grouped = True
...@@ -12831,7 +12831,7 @@ object ExplorerV2: TExplorerV2 ...@@ -12831,7 +12831,7 @@ object ExplorerV2: TExplorerV2
end end
object spResultObject: TSplitter object spResultObject: TSplitter
Left = 502 Left = 502
Height = 437 Height = 435
Top = 48 Top = 48
Width = 5 Width = 5
Align = alRight Align = alRight
...@@ -12840,16 +12840,16 @@ object ExplorerV2: TExplorerV2 ...@@ -12840,16 +12840,16 @@ object ExplorerV2: TExplorerV2
end end
inline OQLObjects: TObjectExplorer inline OQLObjects: TObjectExplorer
Left = 507 Left = 507
Height = 437 Height = 435
Top = 48 Top = 48
Width = 360 Width = 360
Align = alRight Align = alRight
ClientHeight = 437 ClientHeight = 435
ClientWidth = 360 ClientWidth = 360
TabOrder = 4 TabOrder = 4
Visible = False Visible = False
inherited tvExplorer: TTreeView inherited tvExplorer: TTreeView
Height = 437 Height = 435
Width = 360 Width = 360
Images = ilModel Images = ilModel
ParentColor = True ParentColor = True
...@@ -12862,7 +12862,7 @@ object ExplorerV2: TExplorerV2 ...@@ -12862,7 +12862,7 @@ object ExplorerV2: TExplorerV2
Cursor = crVSplit Cursor = crVSplit
Left = 0 Left = 0
Height = 5 Height = 5
Top = 485 Top = 483
Width = 867 Width = 867
Align = alBottom Align = alBottom
ResizeAnchor = akBottom ResizeAnchor = akBottom
...@@ -12870,9 +12870,10 @@ object ExplorerV2: TExplorerV2 ...@@ -12870,9 +12870,10 @@ object ExplorerV2: TExplorerV2
end end
object sbStatusBar: TStatusBar object sbStatusBar: TStatusBar
Left = 0 Left = 0
Height = 21 Height = 23
Top = 675 Top = 673
Width = 867 Width = 867
AutoSize = False
Panels = < Panels = <
item item
Width = 400 Width = 400
......
object fDBAttributeParameters: TfDBAttributeParameters object fDBAttributeParameters: TfDBAttributeParameters
Left = 0 Left = 2174
Height = 353 Height = 380
Top = 27 Top = 341
Width = 348 Width = 348
BorderStyle = bsDialog BorderStyle = bsDialog
Caption = 'fDBAttributeParameters' Caption = 'fDBAttributeParameters'
ClientHeight = 353 ClientHeight = 380
ClientWidth = 348 ClientWidth = 348
Color = clBtnFace Color = clBtnFace
Font.Color = clWindowText Font.Color = clWindowText
...@@ -14,7 +14,7 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -14,7 +14,7 @@ object fDBAttributeParameters: TfDBAttributeParameters
KeyPreview = True KeyPreview = True
OnShow = FormShow OnShow = FormShow
Position = poDesktopCenter Position = poDesktopCenter
LCLVersion = '2.0.0.4' LCLVersion = '2.0.2.0'
object pnlError: TPanel object pnlError: TPanel
Left = 0 Left = 0
Height = 27 Height = 27
...@@ -44,7 +44,7 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -44,7 +44,7 @@ object fDBAttributeParameters: TfDBAttributeParameters
object Panel2: TPanel object Panel2: TPanel
Left = 0 Left = 0
Height = 44 Height = 44
Top = 309 Top = 336
Width = 348 Width = 348
Align = alBottom Align = alBottom
ClientHeight = 44 ClientHeight = 44
...@@ -52,9 +52,9 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -52,9 +52,9 @@ object fDBAttributeParameters: TfDBAttributeParameters
TabOrder = 1 TabOrder = 1
object ckbCheckLength: TCheckBox object ckbCheckLength: TCheckBox
Left = 9 Left = 9
Height = 23 Height = 19
Top = 6 Top = 6
Width = 88 Width = 82
Caption = 'Check length' Caption = 'Check length'
TabOrder = 0 TabOrder = 0
end end
...@@ -98,27 +98,27 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -98,27 +98,27 @@ object fDBAttributeParameters: TfDBAttributeParameters
end end
object Panel3: TPanel object Panel3: TPanel
Left = 0 Left = 0
Height = 282 Height = 309
Top = 27 Top = 27
Width = 348 Width = 348
Align = alClient Align = alClient
ClientHeight = 282 ClientHeight = 309
ClientWidth = 348 ClientWidth = 348
TabOrder = 0 TabOrder = 0
object GroupBox1: TGroupBox object GroupBox1: TGroupBox
Left = 11 Left = 11
Height = 85 Height = 90
Top = 6 Top = 6
Width = 323 Width = 323
Caption = 'Attribute (StarUML)' Caption = 'Attribute (StarUML)'
ClientHeight = 70 ClientHeight = 72
ClientWidth = 321 ClientWidth = 319
TabOrder = 0 TabOrder = 0
object Label5: TLabel object Label5: TLabel
Left = 12 Left = 12
Height = 16 Height = 16
Top = 54 Top = 45
Width = 32 Width = 33
Caption = 'Type:' Caption = 'Type:'
Font.Color = clWindowText Font.Color = clWindowText
Font.Height = -13 Font.Height = -13
...@@ -129,7 +129,7 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -129,7 +129,7 @@ object fDBAttributeParameters: TfDBAttributeParameters
object Label6: TLabel object Label6: TLabel
Left = 7 Left = 7
Height = 16 Height = 16
Top = 23 Top = 14
Width = 38 Width = 38
Caption = 'Name:' Caption = 'Name:'
Font.Color = clWindowText Font.Color = clWindowText
...@@ -140,13 +140,13 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -140,13 +140,13 @@ object fDBAttributeParameters: TfDBAttributeParameters
end end
object cbbStarUMLTypes: TComboBox object cbbStarUMLTypes: TComboBox
Left = 52 Left = 52
Height = 28 Height = 24
Top = 50 Top = 41
Width = 249 Width = 249
Font.Color = clWindowText Font.Color = clWindowText
Font.Height = -13 Font.Height = -13
Font.Name = 'Tahoma' Font.Name = 'Tahoma'
ItemHeight = 0 ItemHeight = 16
OnClick = cbbStarUMLTypesClick OnClick = cbbStarUMLTypesClick
ParentFont = False ParentFont = False
Style = csDropDownList Style = csDropDownList
...@@ -154,8 +154,8 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -154,8 +154,8 @@ object fDBAttributeParameters: TfDBAttributeParameters
end end
object edtAttributeName: TEdit object edtAttributeName: TEdit
Left = 52 Left = 52
Height = 33 Height = 24
Top = 20 Top = 11
Width = 249 Width = 249
Font.Color = clWindowText Font.Color = clWindowText
Font.Height = -13 Font.Height = -13
...@@ -167,12 +167,12 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -167,12 +167,12 @@ object fDBAttributeParameters: TfDBAttributeParameters
end end
object GroupBox2: TGroupBox object GroupBox2: TGroupBox
Left = 11 Left = 11
Height = 184 Height = 200
Top = 97 Top = 105
Width = 323 Width = 323
Caption = 'DB Mappings' Caption = 'DB Mappings'
ClientHeight = 169 ClientHeight = 182
ClientWidth = 321 ClientWidth = 319
TabOrder = 1 TabOrder = 1
object Label1: TLabel object Label1: TLabel
Left = 16 Left = 16
...@@ -190,7 +190,7 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -190,7 +190,7 @@ object fDBAttributeParameters: TfDBAttributeParameters
Left = 21 Left = 21
Height = 16 Height = 16
Top = 62 Top = 62
Width = 32 Width = 33
Caption = 'Type:' Caption = 'Type:'
Font.Color = clWindowText Font.Color = clWindowText
Font.Height = -13 Font.Height = -13
...@@ -224,7 +224,7 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -224,7 +224,7 @@ object fDBAttributeParameters: TfDBAttributeParameters
end end
object lblAttLength: TLabel object lblAttLength: TLabel
Left = 290 Left = 290
Height = 14 Height = 13
Top = 35 Top = 35
Width = 58 Width = 58
Caption = 'lblAttLength' Caption = 'lblAttLength'
...@@ -232,9 +232,9 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -232,9 +232,9 @@ object fDBAttributeParameters: TfDBAttributeParameters
end end
object ckbMand: TCheckBox object ckbMand: TCheckBox
Left = 18 Left = 18
Height = 23 Height = 20
Top = 159 Top = 159
Width = 86 Width = 80
Caption = 'Mandatory' Caption = 'Mandatory'
Font.Color = clWindowText Font.Color = clWindowText
Font.Height = -13 Font.Height = -13
...@@ -244,7 +244,7 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -244,7 +244,7 @@ object fDBAttributeParameters: TfDBAttributeParameters
end end
object edtName: TEdit object edtName: TEdit
Left = 67 Left = 67
Height = 33 Height = 24
Top = 29 Top = 29
Width = 214 Width = 214
Font.Color = clWindowText Font.Color = clWindowText
...@@ -256,7 +256,7 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -256,7 +256,7 @@ object fDBAttributeParameters: TfDBAttributeParameters
end end
object edtFSize: TEdit object edtFSize: TEdit
Left = 67 Left = 67
Height = 33 Height = 24
Top = 89 Top = 89
Width = 78 Width = 78
Font.Color = clWindowText Font.Color = clWindowText
...@@ -267,7 +267,7 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -267,7 +267,7 @@ object fDBAttributeParameters: TfDBAttributeParameters
end end
object edtVSize: TEdit object edtVSize: TEdit
Left = 67 Left = 67
Height = 33 Height = 24
Top = 119 Top = 119
Width = 78 Width = 78
Font.Color = clWindowText Font.Color = clWindowText
...@@ -284,7 +284,7 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -284,7 +284,7 @@ object fDBAttributeParameters: TfDBAttributeParameters
Font.Color = clWindowText Font.Color = clWindowText
Font.Height = -13 Font.Height = -13
Font.Name = 'Tahoma' Font.Name = 'Tahoma'
ItemHeight = 0 ItemHeight = 16
Items.Strings = ( Items.Strings = (
'CHAR' 'CHAR'
'DATETIME' 'DATETIME'
...@@ -302,9 +302,9 @@ object fDBAttributeParameters: TfDBAttributeParameters ...@@ -302,9 +302,9 @@ object fDBAttributeParameters: TfDBAttributeParameters
end end
object ckbIsAuditable: TCheckBox object ckbIsAuditable: TCheckBox
Left = 154 Left = 154
Height = 23 Height = 19
Top = 159 Top = 159
Width = 80 Width = 74
Caption = 'IsAuditable' Caption = 'IsAuditable'
TabOrder = 5 TabOrder = 5
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment