mirror of
https://github.com/gusmanb/logicanalyzer.git
synced 2025-02-05 10:08:06 +00:00
35 lines
1.1 KiB
C#
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 = "";
|
|
}
|
|
}
|
|
}
|