namespace LYFZ.Software.UI.SMSManagement
{
partial class FrmSMSProcess
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSMSProcess));
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.dgvOrderProcessCustomer = new LYFZ.ComponentLibrary.DataGridViewEx();
this.订单号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.摄影名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.订单类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.客户姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.客户性别 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.客户电话 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.拍照状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.初修状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.选片状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.设计状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.看设计状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.齐件状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.取件状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.预约日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.拍照时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.初修时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.选片时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.设计时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.看设计时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.取件日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.齐件日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.接单人 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.套系名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.套系价格 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.cbxBindOK = new LYFZ.ComponentLibrary.CheckBoxEx();
this.cbxHideOK = new LYFZ.ComponentLibrary.CheckBoxEx();
this.txtKeyWords = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
this.cmbCustomerType = new LYFZ.ComponentLibrary.ComboBoxEx();
this.btnNotPickup = new LYFZ.ComponentLibrary.ButtonEx();
this.btnNotShoot = new LYFZ.ComponentLibrary.ButtonEx();
this.btnNotDesign = new LYFZ.ComponentLibrary.ButtonEx();
this.btnNotSelectionFilms = new LYFZ.ComponentLibrary.ButtonEx();
this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.btnSmsSend = new LYFZ.ComponentLibrary.ButtonEx();
this.btnSendMicroMessage = new LYFZ.ComponentLibrary.ButtonEx();
this.cbxStoreList = new System.Windows.Forms.ComboBox();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvOrderProcessCustomer)).BeginInit();
this.panelEx1.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx2);
this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
this.plExMainContainer.Size = new System.Drawing.Size(1024, 505);
//
// plFormMainContent
//
this.plFormMainContent.Controls.Add(this.btnSmsSend);
this.plFormMainContent.Controls.Add(this.btnSendMicroMessage);
this.plFormMainContent.Controls.Add(this.btnClose);
this.plFormMainContent.Size = new System.Drawing.Size(1024, 545);
this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnSendMicroMessage, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnSmsSend, 0);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(992, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0);
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.dgvOrderProcessCustomer);
this.panelEx2.Controls.Add(this.panelEx1);
this.panelEx2.Controls.Add(this.ucPagerEx1);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx2.Location = new System.Drawing.Point(3, 3);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(1018, 499);
this.panelEx2.TabIndex = 194;
//
// dgvOrderProcessCustomer
//
this.dgvOrderProcessCustomer.AllowUserToAddRows = false;
this.dgvOrderProcessCustomer.AllowUserToDeleteRows = false;
this.dgvOrderProcessCustomer.AllowUserToResizeRows = false;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
this.dgvOrderProcessCustomer.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvOrderProcessCustomer.BackgroundColor = System.Drawing.Color.White;
this.dgvOrderProcessCustomer.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvOrderProcessCustomer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvOrderProcessCustomer.ColumnHeadersHeight = 32;
this.dgvOrderProcessCustomer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvOrderProcessCustomer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.订单号,
this.摄影名称,
this.订单类型,
this.客户姓名,
this.客户性别,
this.客户电话,
this.Column1,
this.拍照状态,
this.初修状态,
this.选片状态,
this.设计状态,
this.看设计状态,
this.齐件状态,
this.取件状态,
this.预约日期,
this.拍照时间,
this.初修时间,
this.选片时间,
this.设计时间,
this.看设计时间,
this.取件日期,
this.齐件日期,
this.接单人,
this.套系名称,
this.套系价格});
this.dgvOrderProcessCustomer.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvOrderProcessCustomer.EnableHeadersVisualStyles = false;
this.dgvOrderProcessCustomer.EraseCell = false;
this.dgvOrderProcessCustomer.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvOrderProcessCustomer.GridViewUniquelyIdentify = resources.GetString("dgvOrderProcessCustomer.GridViewUniquelyIdentify");
this.dgvOrderProcessCustomer.IsCompleteBonding = false;
this.dgvOrderProcessCustomer.IsCopyCellValue = true;
this.dgvOrderProcessCustomer.Location = new System.Drawing.Point(0, 47);
this.dgvOrderProcessCustomer.Name = "dgvOrderProcessCustomer";
this.dgvOrderProcessCustomer.RowHeadersVisible = false;
this.dgvOrderProcessCustomer.RowTemplate.Height = 23;
this.dgvOrderProcessCustomer.RowTemplate.ReadOnly = true;
this.dgvOrderProcessCustomer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvOrderProcessCustomer.Size = new System.Drawing.Size(1016, 420);
this.dgvOrderProcessCustomer.TabIndex = 210;
//
// 订单号
//
this.订单号.HeaderText = "订单号";
this.订单号.Name = "订单号";
this.订单号.ReadOnly = true;
this.订单号.Width = 120;
//
// 摄影名称
//
this.摄影名称.HeaderText = "摄影名称";
this.摄影名称.Name = "摄影名称";
this.摄影名称.ReadOnly = true;
this.摄影名称.Width = 160;
//
// 订单类型
//
this.订单类型.HeaderText = "客户类型";
this.订单类型.Name = "订单类型";
this.订单类型.ReadOnly = true;
this.订单类型.Width = 120;
//
// 客户姓名
//
this.客户姓名.HeaderText = "客户姓名";
this.客户姓名.Name = "客户姓名";
this.客户姓名.ReadOnly = true;
this.客户姓名.Width = 120;
//
// 客户性别
//
this.客户性别.HeaderText = "客户性别";
this.客户性别.Name = "客户性别";
this.客户性别.ReadOnly = true;
this.客户性别.Width = 120;
//
// 客户电话
//
this.客户电话.HeaderText = "客户电话";
this.客户电话.Name = "客户电话";
this.客户电话.ReadOnly = true;
this.客户电话.Width = 160;
//
// Column1
//
this.Column1.HeaderText = "是否绑定微信";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
//
// 拍照状态
//
this.拍照状态.HeaderText = "拍照状态";
this.拍照状态.Name = "拍照状态";
this.拍照状态.ReadOnly = true;
//
// 初修状态
//
this.初修状态.HeaderText = "初修状态";
this.初修状态.Name = "初修状态";
this.初修状态.ReadOnly = true;
//
// 选片状态
//
this.选片状态.HeaderText = "选片状态";
this.选片状态.Name = "选片状态";
this.选片状态.ReadOnly = true;
//
// 设计状态
//
this.设计状态.HeaderText = "设计状态";
this.设计状态.Name = "设计状态";
this.设计状态.ReadOnly = true;
//
// 看设计状态
//
this.看设计状态.HeaderText = "看设计状态";
this.看设计状态.Name = "看设计状态";
this.看设计状态.ReadOnly = true;
//
// 齐件状态
//
this.齐件状态.HeaderText = "是否完件";
this.齐件状态.Name = "齐件状态";
this.齐件状态.ReadOnly = true;
//
// 取件状态
//
this.取件状态.HeaderText = "取件状态";
this.取件状态.Name = "取件状态";
this.取件状态.ReadOnly = true;
//
// 预约日期
//
this.预约日期.HeaderText = "预约日期";
this.预约日期.Name = "预约日期";
this.预约日期.ReadOnly = true;
this.预约日期.Width = 120;
//
// 拍照时间
//
this.拍照时间.HeaderText = "拍照时间";
this.拍照时间.Name = "拍照时间";
this.拍照时间.ReadOnly = true;
this.拍照时间.Width = 120;
//
// 初修时间
//
this.初修时间.HeaderText = "初修时间";
this.初修时间.Name = "初修时间";
this.初修时间.ReadOnly = true;
this.初修时间.Width = 120;
//
// 选片时间
//
this.选片时间.HeaderText = "选片时间";
this.选片时间.Name = "选片时间";
this.选片时间.ReadOnly = true;
this.选片时间.Width = 120;
//
// 设计时间
//
this.设计时间.HeaderText = "设计时间";
this.设计时间.Name = "设计时间";
this.设计时间.ReadOnly = true;
this.设计时间.Width = 120;
//
// 看设计时间
//
this.看设计时间.HeaderText = "看设计时间";
this.看设计时间.Name = "看设计时间";
this.看设计时间.ReadOnly = true;
this.看设计时间.Width = 120;
//
// 取件日期
//
this.取件日期.HeaderText = "取件日期";
this.取件日期.Name = "取件日期";
this.取件日期.ReadOnly = true;
this.取件日期.Width = 120;
//
// 齐件日期
//
this.齐件日期.HeaderText = "完件日期";
this.齐件日期.Name = "齐件日期";
this.齐件日期.ReadOnly = true;
this.齐件日期.Width = 120;
//
// 接单人
//
this.接单人.HeaderText = "接单人";
this.接单人.Name = "接单人";
this.接单人.ReadOnly = true;
//
// 套系名称
//
this.套系名称.HeaderText = "套系名称";
this.套系名称.Name = "套系名称";
this.套系名称.ReadOnly = true;
this.套系名称.Width = 120;
//
// 套系价格
//
this.套系价格.HeaderText = "套系价格";
this.套系价格.Name = "套系价格";
this.套系价格.ReadOnly = true;
this.套系价格.Width = 120;
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx1.BorderWidth = 0;
this.panelEx1.Controls.Add(this.cbxStoreList);
this.panelEx1.Controls.Add(this.cbxBindOK);
this.panelEx1.Controls.Add(this.cbxHideOK);
this.panelEx1.Controls.Add(this.txtKeyWords);
this.panelEx1.Controls.Add(this.labelEx5);
this.panelEx1.Controls.Add(this.cmbCustomerType);
this.panelEx1.Controls.Add(this.btnNotPickup);
this.panelEx1.Controls.Add(this.btnNotShoot);
this.panelEx1.Controls.Add(this.btnNotDesign);
this.panelEx1.Controls.Add(this.btnNotSelectionFilms);
this.panelEx1.Controls.Add(this.btnSelect);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx1.Location = new System.Drawing.Point(0, 0);
this.panelEx1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 5);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(1016, 47);
this.panelEx1.TabIndex = 209;
//
// cbxBindOK
//
this.cbxBindOK.AutoSize = true;
this.cbxBindOK.BackColor = System.Drawing.Color.Transparent;
this.cbxBindOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.cbxBindOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.cbxBindOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.cbxBindOK.Fourstates = false;
this.cbxBindOK.IsGreenTick = false;
this.cbxBindOK.Location = new System.Drawing.Point(855, 11);
this.cbxBindOK.Name = "cbxBindOK";
this.cbxBindOK.Size = new System.Drawing.Size(123, 21);
this.cbxBindOK.TabIndex = 233;
this.cbxBindOK.Text = "仅已绑定微信客户";
this.cbxBindOK.UseVisualStyleBackColor = false;
//
// cbxHideOK
//
this.cbxHideOK.AutoSize = true;
this.cbxHideOK.BackColor = System.Drawing.Color.Transparent;
this.cbxHideOK.Checked = true;
this.cbxHideOK.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbxHideOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.cbxHideOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.cbxHideOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.cbxHideOK.Fourstates = false;
this.cbxHideOK.IsGreenTick = false;
this.cbxHideOK.Location = new System.Drawing.Point(981, 11);
this.cbxHideOK.Name = "cbxHideOK";
this.cbxHideOK.Size = new System.Drawing.Size(87, 21);
this.cbxHideOK.TabIndex = 233;
this.cbxHideOK.Text = "隐藏已取件";
this.cbxHideOK.UseVisualStyleBackColor = false;
//
// txtKeyWords
//
this.txtKeyWords.BackColor = System.Drawing.Color.Transparent;
this.txtKeyWords.Icon = null;
this.txtKeyWords.IconIsButton = false;
this.txtKeyWords.IsPasswordChat = '\0';
this.txtKeyWords.IsSystemPasswordChar = false;
this.txtKeyWords.Lines = new string[0];
this.txtKeyWords.Location = new System.Drawing.Point(50, 8);
this.txtKeyWords.Margin = new System.Windows.Forms.Padding(0);
this.txtKeyWords.MaxLength = 32767;
this.txtKeyWords.MinimumSize = new System.Drawing.Size(0, 26);
this.txtKeyWords.MouseBack = null;
this.txtKeyWords.Multiline = false;
this.txtKeyWords.Name = "txtKeyWords";
this.txtKeyWords.NormlBack = null;
this.txtKeyWords.Padding = new System.Windows.Forms.Padding(5);
this.txtKeyWords.ReadOnly = false;
this.txtKeyWords.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtKeyWords.Size = new System.Drawing.Size(124, 26);
this.txtKeyWords.TabIndex = 232;
this.txtKeyWords.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtKeyWords.WaterColor = System.Drawing.Color.DarkGray;
this.txtKeyWords.WaterText = "单号、姓名、手机号";
this.txtKeyWords.WordWrap = true;
//
// labelEx5
//
this.labelEx5.AutoSize = true;
this.labelEx5.BackColor = System.Drawing.Color.Transparent;
this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
this.labelEx5.Location = new System.Drawing.Point(3, 13);
this.labelEx5.Name = "labelEx5";
this.labelEx5.Size = new System.Drawing.Size(44, 17);
this.labelEx5.TabIndex = 231;
this.labelEx5.Text = "关键字";
//
// cmbCustomerType
//
this.cmbCustomerType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.cmbCustomerType.BackColor = System.Drawing.Color.White;
this.cmbCustomerType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.cmbCustomerType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.cmbCustomerType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbCustomerType.FormattingEnabled = true;
this.cmbCustomerType.IsCustomColor = false;
this.cmbCustomerType.Location = new System.Drawing.Point(177, 9);
this.cmbCustomerType.Name = "cmbCustomerType";
this.cmbCustomerType.ReadOnly = true;
this.cmbCustomerType.Size = new System.Drawing.Size(105, 25);
this.cmbCustomerType.TabIndex = 230;
//
// btnNotPickup
//
this.btnNotPickup.BackColor = System.Drawing.Color.Transparent;
this.btnNotPickup.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotPickup.BackImg")));
this.btnNotPickup.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnNotPickup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnNotPickup.ForeColor = System.Drawing.Color.White;
this.btnNotPickup.IsCustomBackImg = false;
this.btnNotPickup.IsShowText = true;
this.btnNotPickup.Location = new System.Drawing.Point(612, 8);
this.btnNotPickup.Name = "btnNotPickup";
this.btnNotPickup.Size = new System.Drawing.Size(75, 26);
this.btnNotPickup.TabIndex = 202;
this.btnNotPickup.Text = "已完成未取";
this.btnNotPickup.UseVisualStyleBackColor = false;
//
// btnNotShoot
//
this.btnNotShoot.BackColor = System.Drawing.Color.Transparent;
this.btnNotShoot.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotShoot.BackImg")));
this.btnNotShoot.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnNotShoot.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnNotShoot.ForeColor = System.Drawing.Color.White;
this.btnNotShoot.IsCustomBackImg = false;
this.btnNotShoot.IsShowText = true;
this.btnNotShoot.Location = new System.Drawing.Point(355, 8);
this.btnNotShoot.Name = "btnNotShoot";
this.btnNotShoot.Size = new System.Drawing.Size(77, 26);
this.btnNotShoot.TabIndex = 198;
this.btnNotShoot.Text = "已订未拍";
this.btnNotShoot.UseVisualStyleBackColor = false;
//
// btnNotDesign
//
this.btnNotDesign.BackColor = System.Drawing.Color.Transparent;
this.btnNotDesign.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotDesign.BackImg")));
this.btnNotDesign.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnNotDesign.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnNotDesign.ForeColor = System.Drawing.Color.White;
this.btnNotDesign.IsCustomBackImg = false;
this.btnNotDesign.IsShowText = true;
this.btnNotDesign.Location = new System.Drawing.Point(517, 8);
this.btnNotDesign.Name = "btnNotDesign";
this.btnNotDesign.Size = new System.Drawing.Size(91, 26);
this.btnNotDesign.TabIndex = 200;
this.btnNotDesign.Text = "已设计未看";
this.btnNotDesign.UseVisualStyleBackColor = false;
//
// btnNotSelectionFilms
//
this.btnNotSelectionFilms.BackColor = System.Drawing.Color.Transparent;
this.btnNotSelectionFilms.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotSelectionFilms.BackImg")));
this.btnNotSelectionFilms.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnNotSelectionFilms.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnNotSelectionFilms.ForeColor = System.Drawing.Color.White;
this.btnNotSelectionFilms.IsCustomBackImg = false;
this.btnNotSelectionFilms.IsShowText = true;
this.btnNotSelectionFilms.Location = new System.Drawing.Point(436, 8);
this.btnNotSelectionFilms.Name = "btnNotSelectionFilms";
this.btnNotSelectionFilms.Size = new System.Drawing.Size(77, 26);
this.btnNotSelectionFilms.TabIndex = 201;
this.btnNotSelectionFilms.Text = "已拍未选";
this.btnNotSelectionFilms.UseVisualStyleBackColor = false;
//
// btnSelect
//
this.btnSelect.BackColor = System.Drawing.Color.Transparent;
this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSelect.ForeColor = System.Drawing.Color.White;
this.btnSelect.IsCustomBackImg = false;
this.btnSelect.IsShowText = true;
this.btnSelect.Location = new System.Drawing.Point(289, 8);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(62, 26);
this.btnSelect.TabIndex = 203;
this.btnSelect.Text = "查询";
this.btnSelect.UseVisualStyleBackColor = false;
//
// ucPagerEx1
//
this.ucPagerEx1.CurrentPageCount = 0;
this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ucPagerEx1.Location = new System.Drawing.Point(0, 467);
this.ucPagerEx1.Name = "ucPagerEx1";
this.ucPagerEx1.NMax = 0;
this.ucPagerEx1.PageCount = 0;
this.ucPagerEx1.PageCurrent = 1;
this.ucPagerEx1.PageSize = 20;
this.ucPagerEx1.Size = new System.Drawing.Size(1016, 30);
this.ucPagerEx1.TabIndex = 208;
this.ucPagerEx1.TbDataSource = null;
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.IsCustomBackImg = false;
this.btnClose.IsShowText = true;
this.btnClose.Location = new System.Drawing.Point(529, 11);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(74, 26);
this.btnClose.TabIndex = 206;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// btnSmsSend
//
this.btnSmsSend.BackColor = System.Drawing.Color.Transparent;
this.btnSmsSend.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSmsSend.BackImg")));
this.btnSmsSend.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSmsSend.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSmsSend.ForeColor = System.Drawing.Color.White;
this.btnSmsSend.IsCustomBackImg = false;
this.btnSmsSend.IsShowText = true;
this.btnSmsSend.Location = new System.Drawing.Point(434, 11);
this.btnSmsSend.Name = "btnSmsSend";
this.btnSmsSend.Size = new System.Drawing.Size(78, 26);
this.btnSmsSend.TabIndex = 205;
this.btnSmsSend.Text = "发送短信";
this.btnSmsSend.UseVisualStyleBackColor = false;
//
// btnSendMicroMessage
//
this.btnSendMicroMessage.BackColor = System.Drawing.Color.Transparent;
this.btnSendMicroMessage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendMicroMessage.BackImg")));
this.btnSendMicroMessage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSendMicroMessage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSendMicroMessage.ForeColor = System.Drawing.Color.White;
this.btnSendMicroMessage.IsCustomBackImg = false;
this.btnSendMicroMessage.IsShowText = true;
this.btnSendMicroMessage.Location = new System.Drawing.Point(330, 11);
this.btnSendMicroMessage.Name = "btnSendMicroMessage";
this.btnSendMicroMessage.Size = new System.Drawing.Size(91, 26);
this.btnSendMicroMessage.TabIndex = 205;
this.btnSendMicroMessage.Text = "发送微信消息";
this.btnSendMicroMessage.UseVisualStyleBackColor = false;
//
// cbxStoreList
//
this.cbxStoreList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxStoreList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbxStoreList.FormattingEnabled = true;
this.cbxStoreList.Location = new System.Drawing.Point(693, 9);
this.cbxStoreList.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
this.cbxStoreList.Name = "cbxStoreList";
this.cbxStoreList.Size = new System.Drawing.Size(149, 25);
this.cbxStoreList.TabIndex = 234;
this.cbxStoreList.Visible = false;
//
// FrmSMSProcess
//
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(1024, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsShowUcNavigationTool = true;
this.Name = "FrmSMSProcess";
this.Text = "流程短信";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
this.Controls.SetChildIndex(this.btnAppFormExit, 0);
this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
this.Controls.SetChildIndex(this.plFormMainContent, 0);
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvOrderProcessCustomer)).EndInit();
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx2;
protected ComponentLibrary.ButtonEx btnNotPickup;
protected ComponentLibrary.ButtonEx btnNotSelectionFilms;
protected ComponentLibrary.ButtonEx btnNotDesign;
protected ComponentLibrary.ButtonEx btnNotShoot;
protected ComponentLibrary.ButtonEx btnSmsSend;
protected ComponentLibrary.ButtonEx btnClose;
protected internal ComponentLibrary.DataGridViewEx dgvOrderProcessCustomer;
private ComponentLibrary.PanelEx panelEx1;
protected internal UCPager.ucPagerEx ucPagerEx1;
protected internal ComponentLibrary.ComboBoxEx cmbCustomerType;
private ComponentLibrary.LabelEx labelEx5;
protected ComponentLibrary.ButtonEx btnSelect;
protected internal ComponentLibrary.TextBoxEx txtKeyWords;
protected internal ComponentLibrary.CheckBoxEx cbxHideOK;
public ComponentLibrary.ButtonEx btnSendMicroMessage;
private System.Windows.Forms.DataGridViewTextBoxColumn 订单号;
private System.Windows.Forms.DataGridViewTextBoxColumn 摄影名称;
private System.Windows.Forms.DataGridViewTextBoxColumn 订单类型;
private System.Windows.Forms.DataGridViewTextBoxColumn 客户姓名;
private System.Windows.Forms.DataGridViewTextBoxColumn 客户性别;
private System.Windows.Forms.DataGridViewTextBoxColumn 客户电话;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn 拍照状态;
private System.Windows.Forms.DataGridViewTextBoxColumn 初修状态;
private System.Windows.Forms.DataGridViewTextBoxColumn 选片状态;
private System.Windows.Forms.DataGridViewTextBoxColumn 设计状态;
private System.Windows.Forms.DataGridViewTextBoxColumn 看设计状态;
private System.Windows.Forms.DataGridViewTextBoxColumn 齐件状态;
private System.Windows.Forms.DataGridViewTextBoxColumn 取件状态;
private System.Windows.Forms.DataGridViewTextBoxColumn 预约日期;
private System.Windows.Forms.DataGridViewTextBoxColumn 拍照时间;
private System.Windows.Forms.DataGridViewTextBoxColumn 初修时间;
private System.Windows.Forms.DataGridViewTextBoxColumn 选片时间;
private System.Windows.Forms.DataGridViewTextBoxColumn 设计时间;
private System.Windows.Forms.DataGridViewTextBoxColumn 看设计时间;
private System.Windows.Forms.DataGridViewTextBoxColumn 取件日期;
private System.Windows.Forms.DataGridViewTextBoxColumn 齐件日期;
private System.Windows.Forms.DataGridViewTextBoxColumn 接单人;
private System.Windows.Forms.DataGridViewTextBoxColumn 套系名称;
private System.Windows.Forms.DataGridViewTextBoxColumn 套系价格;
protected internal ComponentLibrary.CheckBoxEx cbxBindOK;
protected System.Windows.Forms.ComboBox cbxStoreList;
}
}