mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 22:32:34 +02:00
48 lines
903 B
Plaintext
48 lines
903 B
Plaintext
object Form1: TForm1
|
|
Left = 361
|
|
Height = 387
|
|
Top = 162
|
|
Width = 515
|
|
Caption = 'TSQLScriptSample'
|
|
ClientHeight = 387
|
|
ClientWidth = 515
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
LCLVersion = '1.0.12.0'
|
|
object ScriptMemo: TMemo
|
|
Left = 8
|
|
Height = 272
|
|
Top = 48
|
|
Width = 496
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
object CmdCopyDDL: TButton
|
|
Left = 40
|
|
Height = 25
|
|
Top = 16
|
|
Width = 147
|
|
Caption = 'Copy table creation script'
|
|
OnClick = CmdCopyDDLClick
|
|
TabOrder = 1
|
|
end
|
|
object CmdCopyDML: TButton
|
|
Left = 232
|
|
Height = 25
|
|
Top = 16
|
|
Width = 147
|
|
Caption = 'Copy sample data script'
|
|
OnClick = CmdCopyDMLClick
|
|
TabOrder = 2
|
|
end
|
|
object CmdRunScript: TButton
|
|
Left = 184
|
|
Height = 25
|
|
Top = 336
|
|
Width = 75
|
|
Caption = 'Run script'
|
|
OnClick = CmdRunScriptClick
|
|
TabOrder = 3
|
|
end
|
|
end
|