0
mirror of https://github.com/gusmanb/logicanalyzer.git synced 2025-02-05 10:08:06 +00:00
gusmanb-logicanalyzer/Software/LogicAnalyzer/TerminalCapture/MainWindow.Designer.cs
2025-01-26 11:58:42 +01:00

35 lines
1.1 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by:
// TerminalGuiDesigner v2.0.0.0
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
// -----------------------------------------------------------------------------
namespace TerminalCapture {
using System;
using Terminal.Gui;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Drawing;
public partial class MainWindow : Terminal.Gui.Window {
private void InitializeComponent() {
this.Width = Dim.Fill(0);
this.Height = Dim.Fill(0);
this.X = 0;
this.Y = 0;
this.Visible = true;
this.Arrangement = (Terminal.Gui.ViewArrangement.Movable | Terminal.Gui.ViewArrangement.Overlapped);
this.Modal = false;
this.TextAlignment = Terminal.Gui.Alignment.Start;
this.Title = "";
}
}
}