123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362 |
- namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
- {
- partial class A_CommunicationDetails
- {
- /// <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(A_CommunicationDetails));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.dtpEndDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.dtpStartDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSearch = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtOrdernumber = new LYFZ.ComponentLibrary.TextBoxEx();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvDetails = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.flowLayoutPanel2.SuspendLayout();
- this.panelEx3.SuspendLayout();
- this.panelEx4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDetails)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.dgvDetails);
- this.plExMainContainer.Controls.Add(this.flowLayoutPanel2);
- this.plExMainContainer.Size = new System.Drawing.Size(1066, 545);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(1066, 545);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(1007, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(1034, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(980, 0);
- //
- // 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(22, 9);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.labelEx2.Size = new System.Drawing.Size(56, 17);
- this.labelEx2.TabIndex = 4;
- this.labelEx2.Text = "订单号:";
- this.labelEx2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // btnDelete
- //
- this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- 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(12, 5);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(85, 26);
- this.btnDelete.TabIndex = 8;
- this.btnDelete.Text = " 删 除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // 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(105, 5);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 26);
- this.btnClose.TabIndex = 9;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // flowLayoutPanel2
- //
- this.flowLayoutPanel2.Controls.Add(this.panelEx3);
- this.flowLayoutPanel2.Controls.Add(this.panelEx4);
- this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
- this.flowLayoutPanel2.Name = "flowLayoutPanel2";
- this.flowLayoutPanel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.flowLayoutPanel2.Size = new System.Drawing.Size(1066, 37);
- this.flowLayoutPanel2.TabIndex = 24;
- //
- // panelEx3
- //
- 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.labelEx3);
- this.panelEx3.Controls.Add(this.dtpEndDate);
- this.panelEx3.Controls.Add(this.dtpStartDate);
- this.panelEx3.Controls.Add(this.labelEx1);
- this.panelEx3.Controls.Add(this.btnSearch);
- this.panelEx3.Controls.Add(this.txtOrdernumber);
- this.panelEx3.Controls.Add(this.labelEx2);
- this.panelEx3.Location = new System.Drawing.Point(0, 0);
- this.panelEx3.Margin = new System.Windows.Forms.Padding(0);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(676, 35);
- this.panelEx3.TabIndex = 26;
- this.panelEx3.Visible = false;
- //
- // 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(434, 10);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.labelEx3.Size = new System.Drawing.Size(17, 17);
- this.labelEx3.TabIndex = 309;
- this.labelEx3.Text = "~";
- this.labelEx3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // dtpEndDate
- //
- this.dtpEndDate.CustomFormat = " ";
- this.dtpEndDate.DateValue = "";
- this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpEndDate.IsShowTime = false;
- this.dtpEndDate.Location = new System.Drawing.Point(457, 8);
- this.dtpEndDate.Name = "dtpEndDate";
- this.dtpEndDate.Size = new System.Drawing.Size(122, 21);
- this.dtpEndDate.TabIndex = 308;
- //
- // dtpStartDate
- //
- this.dtpStartDate.CustomFormat = " ";
- this.dtpStartDate.DateValue = "";
- this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpStartDate.IsShowTime = false;
- this.dtpStartDate.Location = new System.Drawing.Point(304, 8);
- this.dtpStartDate.Name = "dtpStartDate";
- this.dtpStartDate.Size = new System.Drawing.Size(122, 21);
- this.dtpStartDate.TabIndex = 308;
- //
- // 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(254, 9);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.labelEx1.Size = new System.Drawing.Size(44, 17);
- this.labelEx1.TabIndex = 307;
- this.labelEx1.Text = "时间:";
- this.labelEx1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSearch.BackImg")));
- this.btnSearch.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSearch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.IsCustomBackImg = false;
- this.btnSearch.IsShowText = true;
- this.btnSearch.Location = new System.Drawing.Point(588, 5);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 26);
- this.btnSearch.TabIndex = 306;
- this.btnSearch.Text = " 搜 索";
- this.btnSearch.UseVisualStyleBackColor = false;
- //
- // txtOrdernumber
- //
- this.txtOrdernumber.BackColor = System.Drawing.Color.Transparent;
- this.txtOrdernumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtOrdernumber.Icon = null;
- this.txtOrdernumber.IconIsButton = false;
- this.txtOrdernumber.IsPasswordChat = '\0';
- this.txtOrdernumber.IsSystemPasswordChar = false;
- this.txtOrdernumber.Lines = new string[0];
- this.txtOrdernumber.Location = new System.Drawing.Point(80, 6);
- this.txtOrdernumber.Margin = new System.Windows.Forms.Padding(0);
- this.txtOrdernumber.MaxLength = 20;
- this.txtOrdernumber.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtOrdernumber.MouseBack = null;
- this.txtOrdernumber.Multiline = false;
- this.txtOrdernumber.Name = "txtOrdernumber";
- this.txtOrdernumber.NormlBack = null;
- this.txtOrdernumber.Padding = new System.Windows.Forms.Padding(5);
- this.txtOrdernumber.ReadOnly = false;
- this.txtOrdernumber.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.txtOrdernumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtOrdernumber.Size = new System.Drawing.Size(150, 25);
- this.txtOrdernumber.TabIndex = 10;
- this.txtOrdernumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtOrdernumber.WaterColor = System.Drawing.Color.DarkGray;
- this.txtOrdernumber.WaterText = "订单号/客户名/电话号码";
- this.txtOrdernumber.WordWrap = true;
- //
- // panelEx4
- //
- this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx4.BorderWidth = 1;
- this.panelEx4.Controls.Add(this.btnDelete);
- this.panelEx4.Controls.Add(this.btnClose);
- this.panelEx4.Location = new System.Drawing.Point(676, 0);
- this.panelEx4.Margin = new System.Windows.Forms.Padding(0);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Size = new System.Drawing.Size(197, 35);
- this.panelEx4.TabIndex = 27;
- //
- // dgvDetails
- //
- this.dgvDetails.AllowUserToAddRows = false;
- this.dgvDetails.AllowUserToDeleteRows = false;
- this.dgvDetails.AllowUserToResizeRows = false;
- this.dgvDetails.BackgroundColor = System.Drawing.Color.White;
- this.dgvDetails.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.dgvDetails.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvDetails.ColumnHeadersHeight = 24;
- this.dgvDetails.dgvColumnHeadersHeight = 24;
- this.dgvDetails.dgvCurrentColumnOriginalSet = "";
- this.dgvDetails.dgvCurrentColumnWidth = "";
- this.dgvDetails.dgvCurrentHideColumn = null;
- this.dgvDetails.dgvFixedHideColumn = "";
- this.dgvDetails.dgvGuidName = null;
- this.dgvDetails.dgvUserEmployeeID = null;
- this.dgvDetails.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvDetails.EnableHeadersVisualStyles = false;
- this.dgvDetails.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvDetails.ImageHeight = 15;
- this.dgvDetails.ImageWidth = 15;
- this.dgvDetails.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvDetails.ImgCollapse")));
- this.dgvDetails.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvDetails.ImgExpand")));
- this.dgvDetails.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvDetails.IsCompleteBonding = false;
- this.dgvDetails.IsCopyCellValue = true;
- this.dgvDetails.IsShowSerialNumber = false;
- this.dgvDetails.IsSortedRedraw = true;
- this.dgvDetails.IsSortMode = false;
- this.dgvDetails.Location = new System.Drawing.Point(0, 37);
- this.dgvDetails.Name = "dgvDetails";
- 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.dgvDetails.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvDetails.RowHeadersWidth = 25;
- this.dgvDetails.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvDetails.RowTemplate.Height = 23;
- this.dgvDetails.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvDetails.Size = new System.Drawing.Size(1066, 508);
- this.dgvDetails.StrSecondStageNull = "";
- this.dgvDetails.StrValueNullColumn = "";
- this.dgvDetails.TabIndex = 25;
- this.dgvDetails.ViceCount = 1;
- //
- // A_CommunicationDetails
- //
- 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(1066, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.Name = "A_CommunicationDetails";
- 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.flowLayoutPanel2.ResumeLayout(false);
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- this.panelEx4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDetails)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.LabelEx labelEx2;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
- public ComponentLibrary.ButtonEx btnClose;
- public ComponentLibrary.ButtonEx btnDelete;
- protected internal ComponentLibrary.PanelEx panelEx3;
- protected internal ComponentLibrary.PanelEx panelEx4;
- protected internal ComponentLibrary.DataGridViewEc dgvDetails;
- private ComponentLibrary.LabelEx labelEx1;
- public ComponentLibrary.ButtonEx btnSearch;
- protected internal ComponentLibrary.TextBoxEx txtOrdernumber;
- private ComponentLibrary.LabelEx labelEx3;
- protected internal ComponentLibrary.DateTimePickerEx dtpEndDate;
- protected internal ComponentLibrary.DateTimePickerEx dtpStartDate;
- }
- }
|