DeviceManager/DeviceRepairAndOptimization/Pages/page_DocReader.Designer.cs

46 lines
1.4 KiB
C#
Raw Normal View History

2024-05-28 14:36:38 +00:00
namespace DeviceRepairAndOptimization.Pages
{
partial class page_DocReader
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.SuspendLayout();
//
// page_DocReader
//
2024-06-03 17:21:11 +00:00
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
2024-05-28 14:36:38 +00:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2024-06-10 17:33:11 +00:00
this.ClientSize = new System.Drawing.Size(0, 0);
2024-05-28 14:36:38 +00:00
this.Name = "page_DocReader";
this.Text = "page_DocReader";
this.ResumeLayout(false);
}
#endregion
}
}