70 lines
2.8 KiB
C#
70 lines
2.8 KiB
C#
|
|
namespace DeviceRepairAndOptimization.Pages
|
|
{
|
|
partial class page_UpkeepDialog
|
|
{
|
|
/// <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.pnl_Content = new System.Windows.Forms.TableLayoutPanel();
|
|
this.SuspendLayout();
|
|
//
|
|
// pnl_Content
|
|
//
|
|
this.pnl_Content.ColumnCount = 1;
|
|
this.pnl_Content.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.pnl_Content.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pnl_Content.Location = new System.Drawing.Point(0, 0);
|
|
this.pnl_Content.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.pnl_Content.Name = "pnl_Content";
|
|
this.pnl_Content.RowCount = 2;
|
|
this.pnl_Content.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.pnl_Content.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 66F));
|
|
this.pnl_Content.Size = new System.Drawing.Size(1022, 728);
|
|
this.pnl_Content.TabIndex = 1;
|
|
//
|
|
// page_UpkeepDialog
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1022, 728);
|
|
this.Controls.Add(this.pnl_Content);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.MinimizeBox = false;
|
|
this.Name = "page_UpkeepDialog";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "计划列表";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.page_UpkeepDialog_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel pnl_Content;
|
|
}
|
|
} |