iMonitor desktop application using dotnet 4.8
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.9 KiB

namespace iMonitorApp
{
// Token: 0x02000013 RID: 19
public partial class SettingsForm : global::System.Windows.Forms.Form
{
// Token: 0x0600007B RID: 123 RVA: 0x00005AC8 File Offset: 0x00003CC8
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x0600007C RID: 124 RVA: 0x00005B00 File Offset: 0x00003D00
private void InitializeComponent()
{
this.propertyGrid1 = new global::System.Windows.Forms.PropertyGrid();
base.SuspendLayout();
this.propertyGrid1.Font = new global::System.Drawing.Font("Consolas", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
this.propertyGrid1.Location = new global::System.Drawing.Point(12, 12);
this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.Size = new global::System.Drawing.Size(841, 639);
this.propertyGrid1.TabIndex = 0;
this.propertyGrid1.PropertyValueChanged += new global::System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = global::System.Drawing.Color.Khaki;
base.ClientSize = new global::System.Drawing.Size(864, 663);
base.Controls.Add(this.propertyGrid1);
base.MaximizeBox = false;
base.MinimizeBox = false;
base.Name = "SettingsForm";
this.Text = "Settings";
base.TopMost = true;
base.Load += new global::System.EventHandler(this.SettingsForm_Load);
base.ResumeLayout(false);
}
// Token: 0x04000051 RID: 81
private global::System.ComponentModel.IContainer components = null;
// Token: 0x04000052 RID: 82
private global::System.Windows.Forms.PropertyGrid propertyGrid1;
}
}