geboshi_V1/LeatherProject/LeatherApp/Page/FSelDefect.designer.cs

79 lines
2.8 KiB
C#
Raw Permalink Normal View History

2024-03-07 14:03:22 +08:00
using Sunny.UI;
namespace LeatherApp.Page
{
partial class FSelDefect
{
/// <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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.pnlBtm.SuspendLayout();
this.SuspendLayout();
//
// pnlBtm
//
this.pnlBtm.Location = new System.Drawing.Point(1, 247);
this.pnlBtm.Size = new System.Drawing.Size(477, 55);
this.pnlBtm.TabIndex = 7;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(349, 12);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(234, 12);
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.AutoScroll = true;
this.flowLayoutPanel1.Location = new System.Drawing.Point(4, 38);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(471, 208);
this.flowLayoutPanel1.TabIndex = 10;
//
// FSelDefect
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(479, 305);
this.Controls.Add(this.flowLayoutPanel1);
this.Name = "FSelDefect";
this.Text = "UIEditFrom";
this.ZoomScaleRect = new System.Drawing.Rectangle(22, 22, 520, 362);
this.Controls.SetChildIndex(this.pnlBtm, 0);
this.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
this.pnlBtm.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
}
}