namespace LYFZ.Software.UI.FinancialManagement.TwoSalesOrder
{
partial class FrmTwoSalesOrderConditionsSelect
{
///
/// 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(FrmTwoSalesOrderConditionsSelect));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.panelIDPhoto = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.chkchkIDPhotoImportOK = new LYFZ.ComponentLibrary.CheckBoxEx();
this.chkIDPhotoPickupNot = new LYFZ.ComponentLibrary.CheckBoxEx();
this.chkchkIDPhotoImportNot = new LYFZ.ComponentLibrary.CheckBoxEx();
this.chkIDPhotoPickupOK = new LYFZ.ComponentLibrary.CheckBoxEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.cmbtreevConsumeType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.cmbtreevItemName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
this.cmbtreevOpenPerson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
this.chkTime = new LYFZ.ComponentLibrary.CheckBoxEx();
this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
this.txtTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
this.txtTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.panelIDPhoto.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
this.plExMainContainer.Size = new System.Drawing.Size(469, 326);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(469, 326);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(391, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(437, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.Location = new System.Drawing.Point(364, 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.panelIDPhoto);
this.panelEx1.Controls.Add(this.cmbtreevConsumeType);
this.panelEx1.Controls.Add(this.cmbtreevItemName);
this.panelEx1.Controls.Add(this.btnCancel);
this.panelEx1.Controls.Add(this.btnOK);
this.panelEx1.Controls.Add(this.cmbtreevOpenPerson);
this.panelEx1.Controls.Add(this.labelEx3);
this.panelEx1.Controls.Add(this.labelEx1);
this.panelEx1.Controls.Add(this.labelEx5);
this.panelEx1.Controls.Add(this.chkTime);
this.panelEx1.Controls.Add(this.labelEx6);
this.panelEx1.Controls.Add(this.txtTimeEnd);
this.panelEx1.Controls.Add(this.txtTimeStart);
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(449, 306);
this.panelEx1.TabIndex = 1;
//
// panelIDPhoto
//
this.panelIDPhoto.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelIDPhoto.BorderWidth = 1;
this.panelIDPhoto.Controls.Add(this.labelEx2);
this.panelIDPhoto.Controls.Add(this.chkchkIDPhotoImportOK);
this.panelIDPhoto.Controls.Add(this.chkIDPhotoPickupNot);
this.panelIDPhoto.Controls.Add(this.chkchkIDPhotoImportNot);
this.panelIDPhoto.Controls.Add(this.chkIDPhotoPickupOK);
this.panelIDPhoto.Controls.Add(this.labelEx4);
this.panelIDPhoto.Location = new System.Drawing.Point(40, 164);
this.panelIDPhoto.Name = "panelIDPhoto";
this.panelIDPhoto.Size = new System.Drawing.Size(322, 63);
this.panelIDPhoto.TabIndex = 175;
//
// labelEx2
//
this.labelEx2.AutoSize = true;
this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx2.Location = new System.Drawing.Point(31, 7);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(68, 17);
this.labelEx2.TabIndex = 169;
this.labelEx2.Text = "证件取件:";
//
// chkchkIDPhotoImportOK
//
this.chkchkIDPhotoImportOK.AutoSize = true;
this.chkchkIDPhotoImportOK.BackColor = System.Drawing.Color.Transparent;
this.chkchkIDPhotoImportOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkchkIDPhotoImportOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.chkchkIDPhotoImportOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkchkIDPhotoImportOK.Fourstates = false;
this.chkchkIDPhotoImportOK.IsGreenTick = false;
this.chkchkIDPhotoImportOK.Location = new System.Drawing.Point(188, 37);
this.chkchkIDPhotoImportOK.Name = "chkchkIDPhotoImportOK";
this.chkchkIDPhotoImportOK.Size = new System.Drawing.Size(63, 21);
this.chkchkIDPhotoImportOK.TabIndex = 174;
this.chkchkIDPhotoImportOK.Text = "已导片";
this.chkchkIDPhotoImportOK.UseVisualStyleBackColor = false;
//
// chkIDPhotoPickupNot
//
this.chkIDPhotoPickupNot.AutoSize = true;
this.chkIDPhotoPickupNot.BackColor = System.Drawing.Color.Transparent;
this.chkIDPhotoPickupNot.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkIDPhotoPickupNot.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.chkIDPhotoPickupNot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkIDPhotoPickupNot.Fourstates = false;
this.chkIDPhotoPickupNot.IsGreenTick = false;
this.chkIDPhotoPickupNot.Location = new System.Drawing.Point(102, 6);
this.chkIDPhotoPickupNot.Name = "chkIDPhotoPickupNot";
this.chkIDPhotoPickupNot.Size = new System.Drawing.Size(63, 21);
this.chkIDPhotoPickupNot.TabIndex = 170;
this.chkIDPhotoPickupNot.Text = "未取件";
this.chkIDPhotoPickupNot.UseVisualStyleBackColor = false;
//
// chkchkIDPhotoImportNot
//
this.chkchkIDPhotoImportNot.AutoSize = true;
this.chkchkIDPhotoImportNot.BackColor = System.Drawing.Color.Transparent;
this.chkchkIDPhotoImportNot.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkchkIDPhotoImportNot.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.chkchkIDPhotoImportNot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkchkIDPhotoImportNot.Fourstates = false;
this.chkchkIDPhotoImportNot.IsGreenTick = false;
this.chkchkIDPhotoImportNot.Location = new System.Drawing.Point(102, 37);
this.chkchkIDPhotoImportNot.Name = "chkchkIDPhotoImportNot";
this.chkchkIDPhotoImportNot.Size = new System.Drawing.Size(63, 21);
this.chkchkIDPhotoImportNot.TabIndex = 173;
this.chkchkIDPhotoImportNot.Text = "未导片";
this.chkchkIDPhotoImportNot.UseVisualStyleBackColor = false;
//
// chkIDPhotoPickupOK
//
this.chkIDPhotoPickupOK.AutoSize = true;
this.chkIDPhotoPickupOK.BackColor = System.Drawing.Color.Transparent;
this.chkIDPhotoPickupOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkIDPhotoPickupOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.chkIDPhotoPickupOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkIDPhotoPickupOK.Fourstates = false;
this.chkIDPhotoPickupOK.IsGreenTick = false;
this.chkIDPhotoPickupOK.Location = new System.Drawing.Point(188, 6);
this.chkIDPhotoPickupOK.Name = "chkIDPhotoPickupOK";
this.chkIDPhotoPickupOK.Size = new System.Drawing.Size(63, 21);
this.chkIDPhotoPickupOK.TabIndex = 171;
this.chkIDPhotoPickupOK.Text = "已取件";
this.chkIDPhotoPickupOK.UseVisualStyleBackColor = false;
//
// labelEx4
//
this.labelEx4.AutoSize = true;
this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx4.Location = new System.Drawing.Point(31, 39);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(68, 17);
this.labelEx4.TabIndex = 172;
this.labelEx4.Text = "证件导片:";
//
// cmbtreevConsumeType
//
this.cmbtreevConsumeType.AfterSelectLevelFirstNode = false;
this.cmbtreevConsumeType.DropDownHeight = 220;
this.cmbtreevConsumeType.DropDownShow = false;
this.cmbtreevConsumeType.FormattingEnabled = true;
this.cmbtreevConsumeType.IntegralHeight = false;
this.cmbtreevConsumeType.IsNodeMouseClick = false;
this.cmbtreevConsumeType.IsSelectParentNode = false;
this.cmbtreevConsumeType.Location = new System.Drawing.Point(141, 108);
this.cmbtreevConsumeType.Name = "cmbtreevConsumeType";
this.cmbtreevConsumeType.ReadOnly = true;
this.cmbtreevConsumeType.SelectedNode = null;
this.cmbtreevConsumeType.Size = new System.Drawing.Size(201, 20);
this.cmbtreevConsumeType.StrGetName = "";
this.cmbtreevConsumeType.StrKey = null;
this.cmbtreevConsumeType.TabIndex = 168;
//
// cmbtreevItemName
//
this.cmbtreevItemName.AfterSelectLevelFirstNode = true;
this.cmbtreevItemName.DropDownHeight = 220;
this.cmbtreevItemName.DropDownShow = false;
this.cmbtreevItemName.FormattingEnabled = true;
this.cmbtreevItemName.IntegralHeight = false;
this.cmbtreevItemName.IsNodeMouseClick = true;
this.cmbtreevItemName.IsSelectParentNode = false;
this.cmbtreevItemName.Location = new System.Drawing.Point(141, 74);
this.cmbtreevItemName.Name = "cmbtreevItemName";
this.cmbtreevItemName.ReadOnly = true;
this.cmbtreevItemName.SelectedNode = null;
this.cmbtreevItemName.Size = new System.Drawing.Size(201, 20);
this.cmbtreevItemName.StrGetName = "";
this.cmbtreevItemName.StrKey = null;
this.cmbtreevItemName.TabIndex = 167;
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.IsCustomBackImg = false;
this.btnCancel.IsShowText = true;
this.btnCancel.Location = new System.Drawing.Point(227, 251);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(87, 26);
this.btnCancel.TabIndex = 166;
this.btnCancel.Text = " 取 消";
this.btnCancel.UseVisualStyleBackColor = false;
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnOK.BackColor = System.Drawing.Color.Transparent;
this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnOK.ForeColor = System.Drawing.Color.White;
this.btnOK.IsCustomBackImg = false;
this.btnOK.IsShowText = true;
this.btnOK.Location = new System.Drawing.Point(129, 251);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(87, 26);
this.btnOK.TabIndex = 165;
this.btnOK.Text = " 确 定";
this.btnOK.UseVisualStyleBackColor = false;
//
// cmbtreevOpenPerson
//
this.cmbtreevOpenPerson.AfterSelectLevelFirstNode = false;
this.cmbtreevOpenPerson.DropDownHeight = 220;
this.cmbtreevOpenPerson.DropDownShow = false;
this.cmbtreevOpenPerson.FormattingEnabled = true;
this.cmbtreevOpenPerson.IntegralHeight = false;
this.cmbtreevOpenPerson.IsNodeMouseClick = false;
this.cmbtreevOpenPerson.IsSelectParentNode = false;
this.cmbtreevOpenPerson.Location = new System.Drawing.Point(141, 140);
this.cmbtreevOpenPerson.Name = "cmbtreevOpenPerson";
this.cmbtreevOpenPerson.ReadOnly = true;
this.cmbtreevOpenPerson.SelectedNode = null;
this.cmbtreevOpenPerson.Size = new System.Drawing.Size(201, 20);
this.cmbtreevOpenPerson.StrGetName = "";
this.cmbtreevOpenPerson.StrKey = null;
this.cmbtreevOpenPerson.TabIndex = 164;
//
// labelEx3
//
this.labelEx3.AutoSize = true;
this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx3.Location = new System.Drawing.Point(73, 110);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(68, 17);
this.labelEx3.TabIndex = 159;
this.labelEx3.Text = "二销类别:";
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx1.Location = new System.Drawing.Point(85, 141);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(56, 17);
this.labelEx1.TabIndex = 158;
this.labelEx1.Text = "接单人:";
//
// labelEx5
//
this.labelEx5.AutoSize = true;
this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx5.Location = new System.Drawing.Point(73, 75);
this.labelEx5.Name = "labelEx5";
this.labelEx5.Size = new System.Drawing.Size(68, 17);
this.labelEx5.TabIndex = 156;
this.labelEx5.Text = "项目名称:";
//
// chkTime
//
this.chkTime.AutoSize = true;
this.chkTime.BackColor = System.Drawing.Color.Transparent;
this.chkTime.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkTime.Font = new System.Drawing.Font("微软雅黑", 9F);
this.chkTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkTime.Fourstates = false;
this.chkTime.IsGreenTick = false;
this.chkTime.Location = new System.Drawing.Point(76, 34);
this.chkTime.Name = "chkTime";
this.chkTime.Size = new System.Drawing.Size(63, 21);
this.chkTime.TabIndex = 100;
this.chkTime.Text = "时间段";
this.chkTime.UseVisualStyleBackColor = false;
//
// labelEx6
//
this.labelEx6.AutoSize = true;
this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx6.Location = new System.Drawing.Point(231, 36);
this.labelEx6.Name = "labelEx6";
this.labelEx6.Size = new System.Drawing.Size(21, 17);
this.labelEx6.TabIndex = 99;
this.labelEx6.Text = "—";
//
// txtTimeEnd
//
this.txtTimeEnd.Checked = false;
this.txtTimeEnd.CustomFormat = "yyyy-MM-dd";
this.txtTimeEnd.DateValue = "2014-08-21";
this.txtTimeEnd.Enabled = false;
this.txtTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtTimeEnd.IsShowTime = false;
this.txtTimeEnd.Location = new System.Drawing.Point(252, 34);
this.txtTimeEnd.Name = "txtTimeEnd";
this.txtTimeEnd.Size = new System.Drawing.Size(90, 21);
this.txtTimeEnd.TabIndex = 98;
this.txtTimeEnd.Value = new System.DateTime(2014, 8, 21, 11, 21, 0, 0);
//
// txtTimeStart
//
this.txtTimeStart.CustomFormat = "yyyy-MM-dd";
this.txtTimeStart.DateValue = "2014-08-21";
this.txtTimeStart.Enabled = false;
this.txtTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtTimeStart.IsShowTime = false;
this.txtTimeStart.Location = new System.Drawing.Point(141, 34);
this.txtTimeStart.Name = "txtTimeStart";
this.txtTimeStart.Size = new System.Drawing.Size(90, 21);
this.txtTimeStart.TabIndex = 97;
this.txtTimeStart.Value = new System.DateTime(2014, 8, 21, 11, 21, 0, 0);
//
// FrmTwoSalesOrderConditionsSelect
//
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(469, 391);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmTwoSalesOrderConditionsSelect";
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.panelIDPhoto.ResumeLayout(false);
this.panelIDPhoto.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.LabelEx labelEx6;
protected ComponentLibrary.DateTimePickerEx txtTimeEnd;
protected ComponentLibrary.DateTimePickerEx txtTimeStart;
protected ComponentLibrary.CheckBoxEx chkTime;
protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevOpenPerson;
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.LabelEx labelEx1;
private ComponentLibrary.LabelEx labelEx5;
protected ComponentLibrary.ButtonEx btnCancel;
protected ComponentLibrary.ButtonEx btnOK;
protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevItemName;
protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevConsumeType;
private ComponentLibrary.LabelEx labelEx2;
private ComponentLibrary.LabelEx labelEx4;
protected internal ComponentLibrary.PanelEx panelIDPhoto;
protected internal ComponentLibrary.CheckBoxEx chkIDPhotoPickupOK;
protected internal ComponentLibrary.CheckBoxEx chkIDPhotoPickupNot;
protected internal ComponentLibrary.CheckBoxEx chkchkIDPhotoImportOK;
protected internal ComponentLibrary.CheckBoxEx chkchkIDPhotoImportNot;
}
}