123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633 |
- namespace LYFZ.Software.UI.HospitalTrackingSystem
- {
- partial class DispatchDoor
- {
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DispatchDoor));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtNumber = new LYFZ.ComponentLibrary.TextBoxEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnAdding = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtBusinessType = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtBabyAge = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtBabyName = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtAreas = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtHusbandPhone = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtMyselfPhone = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtName = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.panelEx2.SuspendLayout();
- this.panelEx3.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(940, 545);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(940, 545);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(881, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(908, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(881, 0);
- //
- // 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 = 1;
- this.panelEx1.Controls.Add(this.dgvData);
- 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(2);
- this.panelEx1.Size = new System.Drawing.Size(920, 525);
- this.panelEx1.TabIndex = 16;
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToResizeRows = false;
- this.dgvData.BackgroundColor = System.Drawing.Color.White;
- this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvData.ColumnHeadersHeight = 24;
- this.dgvData.dgvColumnHeadersHeight = 24;
- this.dgvData.dgvCurrentColumnOriginalSet = "";
- this.dgvData.dgvCurrentColumnWidth = "";
- this.dgvData.dgvCurrentHideColumn = null;
- this.dgvData.dgvFixedHideColumn = null;
- this.dgvData.dgvGuidName = null;
- this.dgvData.dgvUserEmployeeID = null;
- this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData.EnableHeadersVisualStyles = false;
- this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData.ImageHeight = 15;
- this.dgvData.ImageWidth = 15;
- this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
- this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
- this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvData.IsCompleteBonding = false;
- this.dgvData.IsCopyCellValue = true;
- this.dgvData.IsShowSerialNumber = false;
- this.dgvData.IsSortedRedraw = true;
- this.dgvData.IsSortMode = false;
- this.dgvData.Location = new System.Drawing.Point(2, 214);
- this.dgvData.Name = "dgvData";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvData.RowHeadersWidth = 25;
- this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData.RowTemplate.Height = 23;
- this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData.Size = new System.Drawing.Size(916, 309);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 29;
- this.dgvData.ViceCount = 1;
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.txtNumber);
- this.panelEx2.Controls.Add(this.panelEx3);
- this.panelEx2.Controls.Add(this.txtBusinessType);
- this.panelEx2.Controls.Add(this.txtBabyAge);
- this.panelEx2.Controls.Add(this.txtBabyName);
- this.panelEx2.Controls.Add(this.txtAreas);
- this.panelEx2.Controls.Add(this.txtHusbandPhone);
- this.panelEx2.Controls.Add(this.txtMyselfPhone);
- this.panelEx2.Controls.Add(this.txtName);
- this.panelEx2.Controls.Add(this.labelEx5);
- this.panelEx2.Controls.Add(this.labelEx8);
- this.panelEx2.Controls.Add(this.labelEx4);
- this.panelEx2.Controls.Add(this.labelEx12);
- this.panelEx2.Controls.Add(this.labelEx7);
- this.panelEx2.Controls.Add(this.labelEx3);
- this.panelEx2.Controls.Add(this.labelEx2);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Controls.Add(this.labelEx6);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx2.Location = new System.Drawing.Point(2, 2);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(916, 212);
- this.panelEx2.TabIndex = 58;
- //
- // txtNumber
- //
- this.txtNumber.BackColor = System.Drawing.Color.Transparent;
- this.txtNumber.Icon = null;
- this.txtNumber.IconIsButton = false;
- this.txtNumber.IsPasswordChat = '\0';
- this.txtNumber.IsSystemPasswordChar = false;
- this.txtNumber.Lines = new string[0];
- this.txtNumber.Location = new System.Drawing.Point(85, 11);
- this.txtNumber.Margin = new System.Windows.Forms.Padding(0);
- this.txtNumber.MaxLength = 32767;
- this.txtNumber.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtNumber.MouseBack = null;
- this.txtNumber.Multiline = false;
- this.txtNumber.Name = "txtNumber";
- this.txtNumber.NormlBack = null;
- this.txtNumber.Padding = new System.Windows.Forms.Padding(5);
- this.txtNumber.ReadOnly = true;
- this.txtNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNumber.Size = new System.Drawing.Size(226, 26);
- this.txtNumber.TabIndex = 74;
- this.txtNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNumber.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNumber.WaterText = "";
- this.txtNumber.WordWrap = true;
- //
- // panelEx3
- //
- this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.btnOK);
- this.panelEx3.Controls.Add(this.btnUpdate);
- this.panelEx3.Controls.Add(this.btnDelete);
- this.panelEx3.Controls.Add(this.btnAdding);
- this.panelEx3.Location = new System.Drawing.Point(519, 163);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(394, 38);
- this.panelEx3.TabIndex = 73;
- //
- // 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(299, 5);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 28);
- this.btnOK.TabIndex = 31;
- this.btnOK.Text = " 确 定";
- this.btnOK.UseVisualStyleBackColor = false;
- //
- // btnUpdate
- //
- this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
- this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
- this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnUpdate.ForeColor = System.Drawing.Color.White;
- this.btnUpdate.IsCustomBackImg = false;
- this.btnUpdate.IsShowText = true;
- this.btnUpdate.Location = new System.Drawing.Point(108, 5);
- this.btnUpdate.Name = "btnUpdate";
- this.btnUpdate.Size = new System.Drawing.Size(85, 28);
- this.btnUpdate.TabIndex = 30;
- this.btnUpdate.Text = " 修改派单";
- this.btnUpdate.UseVisualStyleBackColor = false;
- this.btnUpdate.Visible = false;
- //
- // btnDelete
- //
- this.btnDelete.BackColor = System.Drawing.Color.Transparent;
- this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
- this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDelete.ForeColor = System.Drawing.Color.White;
- this.btnDelete.IsCustomBackImg = false;
- this.btnDelete.IsShowText = true;
- this.btnDelete.Location = new System.Drawing.Point(204, 5);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(85, 28);
- this.btnDelete.TabIndex = 29;
- this.btnDelete.Text = " 删 除";
- this.btnDelete.UseVisualStyleBackColor = false;
- this.btnDelete.Visible = false;
- //
- // btnAdding
- //
- this.btnAdding.BackColor = System.Drawing.Color.Transparent;
- this.btnAdding.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdding.BackImg")));
- this.btnAdding.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnAdding.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnAdding.ForeColor = System.Drawing.Color.White;
- this.btnAdding.IsCustomBackImg = false;
- this.btnAdding.IsShowText = true;
- this.btnAdding.Location = new System.Drawing.Point(13, 5);
- this.btnAdding.Name = "btnAdding";
- this.btnAdding.Size = new System.Drawing.Size(85, 28);
- this.btnAdding.TabIndex = 27;
- this.btnAdding.Text = " 添加派单";
- this.btnAdding.UseVisualStyleBackColor = false;
- this.btnAdding.Visible = false;
- //
- // txtBusinessType
- //
- this.txtBusinessType.BackColor = System.Drawing.Color.Transparent;
- this.txtBusinessType.Icon = null;
- this.txtBusinessType.IconIsButton = false;
- this.txtBusinessType.IsPasswordChat = '\0';
- this.txtBusinessType.IsSystemPasswordChar = false;
- this.txtBusinessType.Lines = new string[0];
- this.txtBusinessType.Location = new System.Drawing.Point(733, 79);
- this.txtBusinessType.Margin = new System.Windows.Forms.Padding(0);
- this.txtBusinessType.MaxLength = 32767;
- this.txtBusinessType.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtBusinessType.MouseBack = null;
- this.txtBusinessType.Multiline = false;
- this.txtBusinessType.Name = "txtBusinessType";
- this.txtBusinessType.NormlBack = null;
- this.txtBusinessType.Padding = new System.Windows.Forms.Padding(5);
- this.txtBusinessType.ReadOnly = true;
- this.txtBusinessType.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtBusinessType.Size = new System.Drawing.Size(170, 26);
- this.txtBusinessType.TabIndex = 72;
- this.txtBusinessType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtBusinessType.WaterColor = System.Drawing.Color.DarkGray;
- this.txtBusinessType.WaterText = "";
- this.txtBusinessType.WordWrap = true;
- //
- // txtBabyAge
- //
- this.txtBabyAge.BackColor = System.Drawing.Color.Transparent;
- this.txtBabyAge.Icon = null;
- this.txtBabyAge.IconIsButton = false;
- this.txtBabyAge.IsPasswordChat = '\0';
- this.txtBabyAge.IsSystemPasswordChar = false;
- this.txtBabyAge.Lines = new string[0];
- this.txtBabyAge.Location = new System.Drawing.Point(506, 79);
- this.txtBabyAge.Margin = new System.Windows.Forms.Padding(0);
- this.txtBabyAge.MaxLength = 32767;
- this.txtBabyAge.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtBabyAge.MouseBack = null;
- this.txtBabyAge.Multiline = false;
- this.txtBabyAge.Name = "txtBabyAge";
- this.txtBabyAge.NormlBack = null;
- this.txtBabyAge.Padding = new System.Windows.Forms.Padding(5);
- this.txtBabyAge.ReadOnly = true;
- this.txtBabyAge.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtBabyAge.Size = new System.Drawing.Size(104, 26);
- this.txtBabyAge.TabIndex = 71;
- this.txtBabyAge.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtBabyAge.WaterColor = System.Drawing.Color.DarkGray;
- this.txtBabyAge.WaterText = "";
- this.txtBabyAge.WordWrap = true;
- //
- // txtBabyName
- //
- this.txtBabyName.BackColor = System.Drawing.Color.Transparent;
- this.txtBabyName.Icon = null;
- this.txtBabyName.IconIsButton = false;
- this.txtBabyName.IsPasswordChat = '\0';
- this.txtBabyName.IsSystemPasswordChar = false;
- this.txtBabyName.Lines = new string[0];
- this.txtBabyName.Location = new System.Drawing.Point(79, 123);
- this.txtBabyName.Margin = new System.Windows.Forms.Padding(0);
- this.txtBabyName.MaxLength = 32767;
- this.txtBabyName.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtBabyName.MouseBack = null;
- this.txtBabyName.Multiline = false;
- this.txtBabyName.Name = "txtBabyName";
- this.txtBabyName.NormlBack = null;
- this.txtBabyName.Padding = new System.Windows.Forms.Padding(5);
- this.txtBabyName.ReadOnly = true;
- this.txtBabyName.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtBabyName.Size = new System.Drawing.Size(104, 26);
- this.txtBabyName.TabIndex = 70;
- this.txtBabyName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtBabyName.WaterColor = System.Drawing.Color.DarkGray;
- this.txtBabyName.WaterText = "";
- this.txtBabyName.WordWrap = true;
- //
- // txtAreas
- //
- this.txtAreas.BackColor = System.Drawing.Color.Transparent;
- this.txtAreas.Icon = null;
- this.txtAreas.IconIsButton = false;
- this.txtAreas.IsPasswordChat = '\0';
- this.txtAreas.IsSystemPasswordChar = false;
- this.txtAreas.Lines = new string[0];
- this.txtAreas.Location = new System.Drawing.Point(506, 123);
- this.txtAreas.Margin = new System.Windows.Forms.Padding(0);
- this.txtAreas.MaxLength = 32767;
- this.txtAreas.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtAreas.MouseBack = null;
- this.txtAreas.Multiline = false;
- this.txtAreas.Name = "txtAreas";
- this.txtAreas.NormlBack = null;
- this.txtAreas.Padding = new System.Windows.Forms.Padding(5);
- this.txtAreas.ReadOnly = true;
- this.txtAreas.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtAreas.Size = new System.Drawing.Size(397, 26);
- this.txtAreas.TabIndex = 69;
- this.txtAreas.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtAreas.WaterColor = System.Drawing.Color.DarkGray;
- this.txtAreas.WaterText = "";
- this.txtAreas.WordWrap = true;
- //
- // txtHusbandPhone
- //
- this.txtHusbandPhone.BackColor = System.Drawing.Color.Transparent;
- this.txtHusbandPhone.Icon = null;
- this.txtHusbandPhone.IconIsButton = false;
- this.txtHusbandPhone.IsPasswordChat = '\0';
- this.txtHusbandPhone.IsSystemPasswordChar = false;
- this.txtHusbandPhone.Lines = new string[0];
- this.txtHusbandPhone.Location = new System.Drawing.Point(287, 123);
- this.txtHusbandPhone.Margin = new System.Windows.Forms.Padding(0);
- this.txtHusbandPhone.MaxLength = 32767;
- this.txtHusbandPhone.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtHusbandPhone.MouseBack = null;
- this.txtHusbandPhone.Multiline = false;
- this.txtHusbandPhone.Name = "txtHusbandPhone";
- this.txtHusbandPhone.NormlBack = null;
- this.txtHusbandPhone.Padding = new System.Windows.Forms.Padding(5);
- this.txtHusbandPhone.ReadOnly = true;
- this.txtHusbandPhone.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtHusbandPhone.Size = new System.Drawing.Size(106, 26);
- this.txtHusbandPhone.TabIndex = 68;
- this.txtHusbandPhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtHusbandPhone.WaterColor = System.Drawing.Color.DarkGray;
- this.txtHusbandPhone.WaterText = "";
- this.txtHusbandPhone.WordWrap = true;
- //
- // txtMyselfPhone
- //
- this.txtMyselfPhone.BackColor = System.Drawing.Color.Transparent;
- this.txtMyselfPhone.Icon = null;
- this.txtMyselfPhone.IconIsButton = false;
- this.txtMyselfPhone.IsPasswordChat = '\0';
- this.txtMyselfPhone.IsSystemPasswordChar = false;
- this.txtMyselfPhone.Lines = new string[0];
- this.txtMyselfPhone.Location = new System.Drawing.Point(287, 79);
- this.txtMyselfPhone.Margin = new System.Windows.Forms.Padding(0);
- this.txtMyselfPhone.MaxLength = 32767;
- this.txtMyselfPhone.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtMyselfPhone.MouseBack = null;
- this.txtMyselfPhone.Multiline = false;
- this.txtMyselfPhone.Name = "txtMyselfPhone";
- this.txtMyselfPhone.NormlBack = null;
- this.txtMyselfPhone.Padding = new System.Windows.Forms.Padding(5);
- this.txtMyselfPhone.ReadOnly = true;
- this.txtMyselfPhone.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtMyselfPhone.Size = new System.Drawing.Size(106, 26);
- this.txtMyselfPhone.TabIndex = 67;
- this.txtMyselfPhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtMyselfPhone.WaterColor = System.Drawing.Color.DarkGray;
- this.txtMyselfPhone.WaterText = "";
- this.txtMyselfPhone.WordWrap = true;
- //
- // 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(79, 79);
- 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(104, 26);
- this.txtName.TabIndex = 66;
- this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtName.WaterColor = System.Drawing.Color.DarkGray;
- this.txtName.WaterText = "";
- this.txtName.WordWrap = true;
- //
- // 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(668, 83);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(68, 17);
- this.labelEx5.TabIndex = 61;
- this.labelEx5.Text = "业务意向:";
- //
- // labelEx8
- //
- this.labelEx8.AutoSize = true;
- this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx8.Location = new System.Drawing.Point(441, 83);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(68, 17);
- this.labelEx8.TabIndex = 64;
- this.labelEx8.Text = "宝宝年龄:";
- //
- // 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(222, 83);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 60;
- this.labelEx4.Text = "本人手机:";
- //
- // labelEx12
- //
- this.labelEx12.AutoSize = true;
- this.labelEx12.BackColor = System.Drawing.Color.Transparent;
- this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx12.Location = new System.Drawing.Point(13, 48);
- this.labelEx12.Name = "labelEx12";
- this.labelEx12.Size = new System.Drawing.Size(61, 19);
- this.labelEx12.TabIndex = 65;
- this.labelEx12.Text = "客户资料";
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx7.Location = new System.Drawing.Point(14, 127);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(68, 17);
- this.labelEx7.TabIndex = 63;
- this.labelEx7.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(222, 127);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(68, 17);
- this.labelEx3.TabIndex = 59;
- this.labelEx3.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(14, 83);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(68, 17);
- this.labelEx2.TabIndex = 58;
- this.labelEx2.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(14, 15);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(68, 17);
- this.labelEx1.TabIndex = 57;
- this.labelEx1.Text = "来单编号:";
- //
- // 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(441, 127);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(68, 17);
- this.labelEx6.TabIndex = 62;
- this.labelEx6.Text = "客户区域:";
- //
- // DispatchDoor
- //
- 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(940, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsMaximized = false;
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.Name = "DispatchDoor";
- this.Text = "派单上门";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.panelEx3.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- private ComponentLibrary.PanelEx panelEx2;
- public ComponentLibrary.TextBoxEx txtNumber;
- private ComponentLibrary.PanelEx panelEx3;
- protected internal ComponentLibrary.ButtonEx btnUpdate;
- protected internal ComponentLibrary.ButtonEx btnDelete;
- protected internal ComponentLibrary.ButtonEx btnAdding;
- public ComponentLibrary.TextBoxEx txtBusinessType;
- public ComponentLibrary.TextBoxEx txtBabyAge;
- public ComponentLibrary.TextBoxEx txtBabyName;
- public ComponentLibrary.TextBoxEx txtAreas;
- public ComponentLibrary.TextBoxEx txtHusbandPhone;
- public ComponentLibrary.TextBoxEx txtMyselfPhone;
- public ComponentLibrary.TextBoxEx txtName;
- private ComponentLibrary.LabelEx labelEx5;
- private ComponentLibrary.LabelEx labelEx8;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx12;
- private ComponentLibrary.LabelEx labelEx7;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.LabelEx labelEx6;
- protected internal ComponentLibrary.ButtonEx btnOK;
- }
- }
|