namespace LYFZ.Software.UI.Customers
{
partial class FrmOrdersCustomerRecord
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOrdersCustomerRecord));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.panType = new System.Windows.Forms.FlowLayoutPanel();
this.lblKH = new LYFZ.ComponentLibrary.LabelEx();
this.btnNO = new LYFZ.ComponentLibrary.ButtonEx();
this.btnKO = new LYFZ.ComponentLibrary.ButtonEx();
this.radFW = new LYFZ.ComponentLibrary.RadioButtonEx();
this.radXZ = new LYFZ.ComponentLibrary.RadioButtonEx();
this.radET = new LYFZ.ComponentLibrary.RadioButtonEx();
this.radHS = new LYFZ.ComponentLibrary.RadioButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.panType.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.AutoScroll = true;
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
this.plExMainContainer.Size = new System.Drawing.Size(442, 185);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(442, 185);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(762, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(410, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(383, 0);
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.panType);
this.panelEx1.Controls.Add(this.lblKH);
this.panelEx1.Controls.Add(this.btnNO);
this.panelEx1.Controls.Add(this.btnKO);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(10, 10);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(422, 165);
this.panelEx1.TabIndex = 0;
//
// panType
//
this.panType.Controls.Add(this.radHS);
this.panType.Controls.Add(this.radET);
this.panType.Controls.Add(this.radXZ);
this.panType.Controls.Add(this.radFW);
this.panType.Location = new System.Drawing.Point(119, 45);
this.panType.Name = "panType";
this.panType.Size = new System.Drawing.Size(276, 27);
this.panType.TabIndex = 402;
//
// lblKH
//
this.lblKH.AutoSize = true;
this.lblKH.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lblKH.ForeColor = System.Drawing.Color.Red;
this.lblKH.Location = new System.Drawing.Point(57, 50);
this.lblKH.Name = "lblKH";
this.lblKH.Size = new System.Drawing.Size(56, 17);
this.lblKH.TabIndex = 401;
this.lblKH.Text = "客户类型";
//
// btnNO
//
this.btnNO.BackColor = System.Drawing.Color.Transparent;
this.btnNO.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNO.BackImg")));
this.btnNO.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnNO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnNO.ForeColor = System.Drawing.Color.White;
this.btnNO.IsCustomBackImg = false;
this.btnNO.IsShowText = true;
this.btnNO.Location = new System.Drawing.Point(237, 117);
this.btnNO.Name = "btnNO";
this.btnNO.Size = new System.Drawing.Size(85, 28);
this.btnNO.TabIndex = 400;
this.btnNO.Text = " 取 消";
this.btnNO.UseVisualStyleBackColor = false;
//
// btnKO
//
this.btnKO.BackColor = System.Drawing.Color.Transparent;
this.btnKO.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnKO.BackImg")));
this.btnKO.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnKO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnKO.ForeColor = System.Drawing.Color.White;
this.btnKO.IsCustomBackImg = false;
this.btnKO.IsShowText = true;
this.btnKO.Location = new System.Drawing.Point(101, 117);
this.btnKO.Name = "btnKO";
this.btnKO.Size = new System.Drawing.Size(85, 28);
this.btnKO.TabIndex = 399;
this.btnKO.Text = " 确 定";
this.btnKO.UseVisualStyleBackColor = false;
//
// radFW
//
this.radFW.AutoSize = true;
this.radFW.BackColor = System.Drawing.Color.Transparent;
this.radFW.Font = new System.Drawing.Font("微软雅黑", 9F);
this.radFW.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.radFW.Location = new System.Drawing.Point(171, 3);
this.radFW.Name = "radFW";
this.radFW.Size = new System.Drawing.Size(50, 21);
this.radFW.TabIndex = 3;
this.radFW.Text = "服务";
this.radFW.UseVisualStyleBackColor = false;
//
// radXZ
//
this.radXZ.AutoSize = true;
this.radXZ.BackColor = System.Drawing.Color.Transparent;
this.radXZ.Font = new System.Drawing.Font("微软雅黑", 9F);
this.radXZ.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.radXZ.Location = new System.Drawing.Point(115, 3);
this.radXZ.Name = "radXZ";
this.radXZ.Size = new System.Drawing.Size(50, 21);
this.radXZ.TabIndex = 6;
this.radXZ.Tag = "";
this.radXZ.Text = "写真";
this.radXZ.UseVisualStyleBackColor = false;
//
// radET
//
this.radET.AutoSize = true;
this.radET.BackColor = System.Drawing.Color.Transparent;
this.radET.Font = new System.Drawing.Font("微软雅黑", 9F);
this.radET.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.radET.Location = new System.Drawing.Point(59, 3);
this.radET.Name = "radET";
this.radET.Size = new System.Drawing.Size(50, 21);
this.radET.TabIndex = 4;
this.radET.Text = "儿童";
this.radET.UseVisualStyleBackColor = false;
//
// radHS
//
this.radHS.AutoSize = true;
this.radHS.BackColor = System.Drawing.Color.Transparent;
this.radHS.Font = new System.Drawing.Font("微软雅黑", 9F);
this.radHS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.radHS.Location = new System.Drawing.Point(3, 3);
this.radHS.Name = "radHS";
this.radHS.Size = new System.Drawing.Size(50, 21);
this.radHS.TabIndex = 5;
this.radHS.Text = "婚纱";
this.radHS.UseVisualStyleBackColor = false;
//
// FrmOrdersCustomerRecord
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(442, 250);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsUserControlsSize = false;
this.MaximizeBox = false;
this.Name = "FrmOrdersCustomerRecord";
this.Text = "选项";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
this.panType.ResumeLayout(false);
this.panType.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.LabelEx lblKH;
protected internal ComponentLibrary.ButtonEx btnNO;
protected internal ComponentLibrary.ButtonEx btnKO;
private System.Windows.Forms.FlowLayoutPanel panType;
protected internal ComponentLibrary.RadioButtonEx radHS;
protected internal ComponentLibrary.RadioButtonEx radET;
protected internal ComponentLibrary.RadioButtonEx radXZ;
protected internal ComponentLibrary.RadioButtonEx radFW;
}
}