123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- namespace LYFZ.Software.UI.Dresses.DressManagement
- {
- partial class FrmCusSelect
- {
- /// <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(FrmCusSelect));
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnclose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.listViewData = new LYFZ.ComponentLibrary.ListViewEx();
- this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.panelEx3.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.listViewData);
- this.panelEx2.Controls.Add(this.panelEx3);
- this.panelEx2.Controls.Add(this.ucPagerEx1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(10, 10);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Padding = new System.Windows.Forms.Padding(2);
- this.panelEx2.Size = new System.Drawing.Size(890, 525);
- this.panelEx2.TabIndex = 195;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(2, 499);
- 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(886, 24);
- this.ucPagerEx1.TabIndex = 229;
- this.ucPagerEx1.TbDataSource = null;
- //
- // btnSlect
- //
- this.btnSlect.BackColor = System.Drawing.Color.Transparent;
- this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
- this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSlect.ForeColor = System.Drawing.Color.White;
- this.btnSlect.IsCustomBackImg = false;
- this.btnSlect.IsShowText = true;
- this.btnSlect.Location = new System.Drawing.Point(260, 8);
- this.btnSlect.Name = "btnSlect";
- this.btnSlect.Size = new System.Drawing.Size(85, 28);
- this.btnSlect.TabIndex = 227;
- this.btnSlect.Text = " 查 询";
- this.btnSlect.UseVisualStyleBackColor = false;
- //
- // 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(449, 8);
- this.btnclose.Name = "btnclose";
- this.btnclose.Size = new System.Drawing.Size(85, 28);
- this.btnclose.TabIndex = 226;
- this.btnclose.Text = " 取 消";
- this.btnclose.UseVisualStyleBackColor = false;
- //
- // btnOK
- //
- 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(355, 8);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 28);
- this.btnOK.TabIndex = 225;
- this.btnOK.Text = " 按此资料";
- this.btnOK.UseVisualStyleBackColor = false;
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.txtkeyword);
- this.panelEx3.Controls.Add(this.labelEx1);
- this.panelEx3.Controls.Add(this.btnOK);
- this.panelEx3.Controls.Add(this.btnSlect);
- this.panelEx3.Controls.Add(this.btnclose);
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx3.Location = new System.Drawing.Point(2, 2);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(886, 45);
- this.panelEx3.TabIndex = 230;
- //
- // listViewData
- //
- this.listViewData.AllowDrop = true;
- this.listViewData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listViewData.FullRowSelect = true;
- this.listViewData.Location = new System.Drawing.Point(2, 47);
- this.listViewData.Name = "listViewData";
- this.listViewData.Size = new System.Drawing.Size(886, 452);
- this.listViewData.TabIndex = 2298;
- this.listViewData.UseCompatibleStateImageBehavior = false;
- //
- // txtkeyword
- //
- this.txtkeyword.BackColor = System.Drawing.Color.Transparent;
- this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtkeyword.Icon = null;
- this.txtkeyword.IconIsButton = false;
- this.txtkeyword.IsPasswordChat = '\0';
- this.txtkeyword.IsSystemPasswordChar = false;
- this.txtkeyword.Lines = new string[0];
- this.txtkeyword.Location = new System.Drawing.Point(62, 9);
- this.txtkeyword.Margin = new System.Windows.Forms.Padding(0);
- this.txtkeyword.MaxLength = 32767;
- this.txtkeyword.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtkeyword.MouseBack = null;
- this.txtkeyword.Multiline = false;
- this.txtkeyword.Name = "txtkeyword";
- this.txtkeyword.NormlBack = null;
- this.txtkeyword.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtkeyword.ReadOnly = false;
- this.txtkeyword.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtkeyword.Size = new System.Drawing.Size(186, 26);
- this.txtkeyword.TabIndex = 2232;
- this.txtkeyword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtkeyword.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtkeyword.WaterText = "客户姓名/拼音、客户电话";
- this.txtkeyword.WordWrap = true;
- //
- // 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(8, 14);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(56, 17);
- this.labelEx1.TabIndex = 2233;
- this.labelEx1.Text = "关键字:";
- //
- // FrmCusSelect
- //
- 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(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "FrmCusSelect";
- this.Text = "客户查询";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.ButtonEx btnclose;
- protected ComponentLibrary.ButtonEx btnOK;
- protected ComponentLibrary.ButtonEx btnSlect;
- protected UCPager.ucPagerEx ucPagerEx1;
- protected internal ComponentLibrary.ListViewEx listViewData;
- private ComponentLibrary.PanelEx panelEx3;
- protected internal ComponentLibrary.TextBoxEx txtkeyword;
- private ComponentLibrary.LabelEx labelEx1;
- }
- }
|