78 lines
2.4 KiB
Plaintext
78 lines
2.4 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Blockly LLVM IR Generator'
|
|
ClientHeight = 872
|
|
ClientWidth = 1010
|
|
FormFactor.Width = 320
|
|
FormFactor.Height = 480
|
|
FormFactor.Devices = [Desktop]
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
DesignerMasterStyle = 0
|
|
object WebBrowser1: TWebBrowser
|
|
Align = Top
|
|
Anchors = [akLeft, akTop]
|
|
Size.Width = 1010.000000000000000000
|
|
Size.Height = 625.000000000000000000
|
|
Size.PlatformDefault = False
|
|
WindowsEngine = EdgeOnly
|
|
OnDidFinishLoad = WebBrowser1DidFinishLoad
|
|
object ToolBar1: TToolBar
|
|
Size.Width = 1010.000000000000000000
|
|
Size.Height = 40.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 0
|
|
object RefreshButton: TSpeedButton
|
|
Align = Left
|
|
Size.Width = 80.000000000000000000
|
|
Size.Height = 40.000000000000000000
|
|
Size.PlatformDefault = False
|
|
Text = 'Refresh'
|
|
TextSettings.Trimming = None
|
|
OnClick = LauchSiteButtonClick
|
|
end
|
|
object SaveWorkspaceButton: TSpeedButton
|
|
Align = Left
|
|
Position.X = 80.000000000000000000
|
|
Size.Width = 80.000000000000000000
|
|
Size.Height = 40.000000000000000000
|
|
Size.PlatformDefault = False
|
|
Text = 'Save'
|
|
TextSettings.Trimming = None
|
|
OnClick = SaveWorkspaceButtonClick
|
|
end
|
|
object GenerateCodeButton: TSpeedButton
|
|
Align = Left
|
|
Position.X = 160.000000000000000000
|
|
Size.Width = 80.000000000000000000
|
|
Size.Height = 40.000000000000000000
|
|
Size.PlatformDefault = False
|
|
Text = 'Generate'
|
|
TextSettings.Trimming = None
|
|
OnClick = GenerateCodeButtonClick
|
|
end
|
|
end
|
|
end
|
|
object Memo: TMemo
|
|
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
|
|
DataDetectorTypes = []
|
|
Align = Client
|
|
Size.Width = 1010.000000000000000000
|
|
Size.Height = 239.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 1
|
|
Viewport.Width = 1006.000000000000000000
|
|
Viewport.Height = 235.000000000000000000
|
|
end
|
|
object Splitter1: TSplitter
|
|
Align = Top
|
|
Cursor = crVSplit
|
|
MinSize = 20.000000000000000000
|
|
Position.Y = 625.000000000000000000
|
|
Size.Width = 1010.000000000000000000
|
|
Size.Height = 8.000000000000000000
|
|
Size.PlatformDefault = False
|
|
end
|
|
end
|