|
|
namespace ButcherFactory.Dialogs
|
|
|
{
|
|
|
partial class ClientGoodsSetDialog
|
|
|
{
|
|
|
/// <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()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClientGoodsSetDialog));
|
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
this.closeBtn = new WinFormControl.UButton();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// flowLayoutPanel2
|
|
|
//
|
|
|
this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.flowLayoutPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(10, 130);
|
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(797, 384);
|
|
|
this.flowLayoutPanel2.TabIndex = 24;
|
|
|
//
|
|
|
// flowLayoutPanel1
|
|
|
//
|
|
|
this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 52);
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(797, 70);
|
|
|
this.flowLayoutPanel1.TabIndex = 22;
|
|
|
//
|
|
|
// closeBtn
|
|
|
//
|
|
|
this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.closeBtn.AsClicked = false;
|
|
|
this.closeBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("closeBtn.BackgroundImage")));
|
|
|
this.closeBtn.EnableGroup = false;
|
|
|
this.closeBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214)))));
|
|
|
this.closeBtn.FlatAppearance.BorderSize = 0;
|
|
|
this.closeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.closeBtn.ForeColor = System.Drawing.Color.Black;
|
|
|
this.closeBtn.Location = new System.Drawing.Point(696, 2);
|
|
|
this.closeBtn.Name = "closeBtn";
|
|
|
this.closeBtn.PlaySound = false;
|
|
|
this.closeBtn.SelfControlEnable = false;
|
|
|
this.closeBtn.Size = new System.Drawing.Size(111, 34);
|
|
|
this.closeBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.closeBtn.TabIndex = 26;
|
|
|
this.closeBtn.Text = "关闭";
|
|
|
this.closeBtn.UseVisualStyleBackColor = true;
|
|
|
this.closeBtn.WithStataHode = false;
|
|
|
this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click);
|
|
|
//
|
|
|
// ClientGoodsSetDialog
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.White;
|
|
|
this.ClientSize = new System.Drawing.Size(819, 533);
|
|
|
this.Controls.Add(this.closeBtn);
|
|
|
this.Controls.Add(this.flowLayoutPanel2);
|
|
|
this.Controls.Add(this.flowLayoutPanel1);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
|
this.MinimizeBox = false;
|
|
|
this.Name = "ClientGoodsSetDialog";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "存货设置";
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
private WinFormControl.UButton closeBtn;
|
|
|
}
|
|
|
}
|