123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263 |
- namespace LYFZ.Software.UI.DecisionAssistant.SetSmallForm
- {
- partial class AnalyzedOrderSourceReferralDetailSmallForm
- {
- /// <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(AnalyzedOrderSourceReferralDetailSmallForm));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.listViewData = new LYFZ.ComponentLibrary.ListViewEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtName = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtSex = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtPhone = new LYFZ.ComponentLibrary.TextBoxEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // 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.listViewData);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
- this.panelEx1.Size = new System.Drawing.Size(890, 525);
- this.panelEx1.TabIndex = 0;
- //
- // listViewData
- //
- this.listViewData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listViewData.FullRowSelect = true;
- this.listViewData.IsDefaultShowGroups = false;
- this.listViewData.Location = new System.Drawing.Point(3, 47);
- this.listViewData.Name = "listViewData";
- this.listViewData.Size = new System.Drawing.Size(884, 475);
- this.listViewData.TabIndex = 3;
- this.listViewData.UseCompatibleStateImageBehavior = false;
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.txtPhone);
- this.panelEx2.Controls.Add(this.txtSex);
- this.panelEx2.Controls.Add(this.txtName);
- this.panelEx2.Controls.Add(this.btnClose);
- this.panelEx2.Controls.Add(this.labelEx3);
- this.panelEx2.Controls.Add(this.labelEx2);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx2.Location = new System.Drawing.Point(3, 3);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(884, 44);
- this.panelEx2.TabIndex = 4;
- //
- // 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(4, 15);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(68, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "客户姓名:";
- //
- // 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(226, 15);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(68, 17);
- this.labelEx2.TabIndex = 1;
- this.labelEx2.Text = "客户性别:";
- //
- // 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(462, 15);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(68, 17);
- this.labelEx3.TabIndex = 2;
- this.labelEx3.Text = "客户电话:";
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- 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(777, 9);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(98, 28);
- this.btnClose.TabIndex = 3;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // txtName
- //
- this.txtName.BackColor = System.Drawing.Color.Transparent;
- this.txtName.Icon = null;
- this.txtName.IconIsButton = false;
- this.txtName.IsPasswordChat = '\0';
- this.txtName.IsSystemPasswordChar = false;
- this.txtName.Lines = new string[0];
- this.txtName.Location = new System.Drawing.Point(70, 11);
- this.txtName.Margin = new System.Windows.Forms.Padding(0);
- this.txtName.MaxLength = 32767;
- this.txtName.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtName.MouseBack = null;
- this.txtName.Multiline = false;
- this.txtName.Name = "txtName";
- this.txtName.NormlBack = null;
- this.txtName.Padding = new System.Windows.Forms.Padding(5);
- this.txtName.ReadOnly = true;
- this.txtName.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtName.Size = new System.Drawing.Size(131, 26);
- this.txtName.TabIndex = 4;
- this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtName.WaterColor = System.Drawing.Color.DarkGray;
- this.txtName.WaterText = "";
- this.txtName.WordWrap = true;
- //
- // txtSex
- //
- this.txtSex.BackColor = System.Drawing.Color.Transparent;
- this.txtSex.Icon = null;
- this.txtSex.IconIsButton = false;
- this.txtSex.IsPasswordChat = '\0';
- this.txtSex.IsSystemPasswordChar = false;
- this.txtSex.Lines = new string[0];
- this.txtSex.Location = new System.Drawing.Point(292, 11);
- this.txtSex.Margin = new System.Windows.Forms.Padding(0);
- this.txtSex.MaxLength = 32767;
- this.txtSex.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtSex.MouseBack = null;
- this.txtSex.Multiline = false;
- this.txtSex.Name = "txtSex";
- this.txtSex.NormlBack = null;
- this.txtSex.Padding = new System.Windows.Forms.Padding(5);
- this.txtSex.ReadOnly = true;
- this.txtSex.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtSex.Size = new System.Drawing.Size(131, 26);
- this.txtSex.TabIndex = 5;
- this.txtSex.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtSex.WaterColor = System.Drawing.Color.DarkGray;
- this.txtSex.WaterText = "";
- this.txtSex.WordWrap = true;
- //
- // txtPhone
- //
- this.txtPhone.BackColor = System.Drawing.Color.Transparent;
- this.txtPhone.Icon = null;
- this.txtPhone.IconIsButton = false;
- this.txtPhone.IsPasswordChat = '\0';
- this.txtPhone.IsSystemPasswordChar = false;
- this.txtPhone.Lines = new string[0];
- this.txtPhone.Location = new System.Drawing.Point(528, 11);
- this.txtPhone.Margin = new System.Windows.Forms.Padding(0);
- this.txtPhone.MaxLength = 32767;
- this.txtPhone.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtPhone.MouseBack = null;
- this.txtPhone.Multiline = false;
- this.txtPhone.Name = "txtPhone";
- this.txtPhone.NormlBack = null;
- this.txtPhone.Padding = new System.Windows.Forms.Padding(5);
- this.txtPhone.ReadOnly = true;
- this.txtPhone.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtPhone.Size = new System.Drawing.Size(131, 26);
- this.txtPhone.TabIndex = 6;
- this.txtPhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtPhone.WaterColor = System.Drawing.Color.DarkGray;
- this.txtPhone.WaterText = "";
- this.txtPhone.WordWrap = true;
- //
- // AnalyzedOrderSourceReferralDetailSmallForm
- //
- 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.IsUserControlsSize = false;
- this.Name = "AnalyzedOrderSourceReferralDetailSmallForm";
- this.Text = "客户转介绍详情";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.ListViewEx listViewData;
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.TextBoxEx txtPhone;
- protected internal ComponentLibrary.TextBoxEx txtSex;
- protected internal ComponentLibrary.TextBoxEx txtName;
- protected internal ComponentLibrary.ButtonEx btnClose;
- }
- }
|