123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501 |
- namespace LYFZ.Software.UI.CameraControlBook
- {
- partial class ReservationMaturityWarningFormMain
- {
- /// <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(ReservationMaturityWarningFormMain));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
- this.tabPage_ReservationFilmSelectionNotImportedPhoto = new System.Windows.Forms.TabPage();
- this.tabPage_ReservationLookDesignNotImportedPhoto = new System.Windows.Forms.TabPage();
- this.tabPage_ReservationPickupNotBackPhoto = new System.Windows.Forms.TabPage();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelSelectionFilm = new LYFZ.ComponentLibrary.PanelEx();
- this.txtSelectionFilm = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelLookDesign = new LYFZ.ComponentLibrary.PanelEx();
- this.txtLookDesign = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelPickup = new LYFZ.ComponentLibrary.PanelEx();
- this.txtPickup = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSet = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnColseed = new LYFZ.ComponentLibrary.ButtonEx();
- this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.tabControlEx1.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelSelectionFilm.SuspendLayout();
- this.panelLookDesign.SuspendLayout();
- this.panelPickup.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.btnColseed);
- this.plFormMainContent.Controls.Add(this.btnExport);
- this.plFormMainContent.Controls.Add(this.btnSet);
- this.plFormMainContent.Controls.Add(this.btnQuery);
- this.plFormMainContent.Controls.Add(this.flowLayoutPanel1);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnSet, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnExport, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnColseed, 0);
- //
- // 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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.dgvData);
- this.panelEx1.Controls.Add(this.dataGridViewStatisticsCount1);
- this.panelEx1.Controls.Add(this.tabControlEx1);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(5, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
- this.panelEx1.Size = new System.Drawing.Size(900, 485);
- this.panelEx1.TabIndex = 0;
- //
- // 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- 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, 34);
- 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.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData.Size = new System.Drawing.Size(896, 423);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 1;
- this.dgvData.ViceCount = 1;
- //
- // tabControlEx1
- //
- this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
- this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabControlEx1.Controls.Add(this.tabPage_ReservationFilmSelectionNotImportedPhoto);
- this.tabControlEx1.Controls.Add(this.tabPage_ReservationLookDesignNotImportedPhoto);
- this.tabControlEx1.Controls.Add(this.tabPage_ReservationPickupNotBackPhoto);
- this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Top;
- this.tabControlEx1.ItemSize = new System.Drawing.Size(130, 30);
- this.tabControlEx1.Location = new System.Drawing.Point(2, 2);
- this.tabControlEx1.Name = "tabControlEx1";
- this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabControlEx1.SelectedIndex = 0;
- this.tabControlEx1.Size = new System.Drawing.Size(896, 32);
- this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControlEx1.TabIndex = 0;
- //
- // tabPage_ReservationFilmSelectionNotImportedPhoto
- //
- this.tabPage_ReservationFilmSelectionNotImportedPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_ReservationFilmSelectionNotImportedPhoto.Location = new System.Drawing.Point(4, 34);
- this.tabPage_ReservationFilmSelectionNotImportedPhoto.Name = "tabPage_ReservationFilmSelectionNotImportedPhoto";
- this.tabPage_ReservationFilmSelectionNotImportedPhoto.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_ReservationFilmSelectionNotImportedPhoto.Size = new System.Drawing.Size(888, 0);
- this.tabPage_ReservationFilmSelectionNotImportedPhoto.TabIndex = 1;
- this.tabPage_ReservationFilmSelectionNotImportedPhoto.Text = "选片预约未导片预警";
- //
- // tabPage_ReservationLookDesignNotImportedPhoto
- //
- this.tabPage_ReservationLookDesignNotImportedPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_ReservationLookDesignNotImportedPhoto.Location = new System.Drawing.Point(4, 34);
- this.tabPage_ReservationLookDesignNotImportedPhoto.Name = "tabPage_ReservationLookDesignNotImportedPhoto";
- this.tabPage_ReservationLookDesignNotImportedPhoto.Size = new System.Drawing.Size(888, 0);
- this.tabPage_ReservationLookDesignNotImportedPhoto.TabIndex = 2;
- this.tabPage_ReservationLookDesignNotImportedPhoto.Text = "看样预约未导片预警";
- //
- // tabPage_ReservationPickupNotBackPhoto
- //
- this.tabPage_ReservationPickupNotBackPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_ReservationPickupNotBackPhoto.Location = new System.Drawing.Point(4, 34);
- this.tabPage_ReservationPickupNotBackPhoto.Name = "tabPage_ReservationPickupNotBackPhoto";
- this.tabPage_ReservationPickupNotBackPhoto.Size = new System.Drawing.Size(888, 0);
- this.tabPage_ReservationPickupNotBackPhoto.TabIndex = 3;
- this.tabPage_ReservationPickupNotBackPhoto.Text = "取件预约未回件预警";
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.panelSelectionFilm);
- this.flowLayoutPanel1.Controls.Add(this.panelLookDesign);
- this.flowLayoutPanel1.Controls.Add(this.panelPickup);
- this.flowLayoutPanel1.Location = new System.Drawing.Point(217, 6);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(220, 30);
- this.flowLayoutPanel1.TabIndex = 2;
- //
- // panelSelectionFilm
- //
- this.panelSelectionFilm.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelSelectionFilm.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelSelectionFilm.BorderWidth = 1;
- this.panelSelectionFilm.Controls.Add(this.txtSelectionFilm);
- this.panelSelectionFilm.Controls.Add(this.labelEx1);
- this.panelSelectionFilm.Location = new System.Drawing.Point(2, 2);
- this.panelSelectionFilm.Margin = new System.Windows.Forms.Padding(2);
- this.panelSelectionFilm.Name = "panelSelectionFilm";
- this.panelSelectionFilm.Size = new System.Drawing.Size(215, 27);
- this.panelSelectionFilm.TabIndex = 3;
- //
- // txtSelectionFilm
- //
- this.txtSelectionFilm.BackColor = System.Drawing.Color.Transparent;
- this.txtSelectionFilm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtSelectionFilm.Icon = null;
- this.txtSelectionFilm.IconIsButton = false;
- this.txtSelectionFilm.IsPasswordChat = '\0';
- this.txtSelectionFilm.IsSystemPasswordChar = false;
- this.txtSelectionFilm.Lines = new string[0];
- this.txtSelectionFilm.Location = new System.Drawing.Point(72, 1);
- this.txtSelectionFilm.Margin = new System.Windows.Forms.Padding(0);
- this.txtSelectionFilm.MaxLength = 32767;
- this.txtSelectionFilm.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtSelectionFilm.MouseBack = null;
- this.txtSelectionFilm.Multiline = false;
- this.txtSelectionFilm.Name = "txtSelectionFilm";
- this.txtSelectionFilm.NormlBack = null;
- this.txtSelectionFilm.Padding = new System.Windows.Forms.Padding(5);
- this.txtSelectionFilm.ReadOnly = false;
- this.txtSelectionFilm.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtSelectionFilm.Size = new System.Drawing.Size(55, 25);
- this.txtSelectionFilm.TabIndex = 2;
- this.txtSelectionFilm.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtSelectionFilm.WaterColor = System.Drawing.Color.DarkGray;
- this.txtSelectionFilm.WaterText = "";
- this.txtSelectionFilm.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(4, 5);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(204, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "预约选片前 天未导片预警";
- //
- // panelLookDesign
- //
- this.panelLookDesign.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelLookDesign.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelLookDesign.BorderWidth = 1;
- this.panelLookDesign.Controls.Add(this.txtLookDesign);
- this.panelLookDesign.Controls.Add(this.labelEx2);
- this.panelLookDesign.Location = new System.Drawing.Point(2, 33);
- this.panelLookDesign.Margin = new System.Windows.Forms.Padding(2);
- this.panelLookDesign.Name = "panelLookDesign";
- this.panelLookDesign.Size = new System.Drawing.Size(215, 27);
- this.panelLookDesign.TabIndex = 4;
- //
- // txtLookDesign
- //
- this.txtLookDesign.BackColor = System.Drawing.Color.Transparent;
- this.txtLookDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtLookDesign.Icon = null;
- this.txtLookDesign.IconIsButton = false;
- this.txtLookDesign.IsPasswordChat = '\0';
- this.txtLookDesign.IsSystemPasswordChar = false;
- this.txtLookDesign.Lines = new string[0];
- this.txtLookDesign.Location = new System.Drawing.Point(72, 1);
- this.txtLookDesign.Margin = new System.Windows.Forms.Padding(0);
- this.txtLookDesign.MaxLength = 32767;
- this.txtLookDesign.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtLookDesign.MouseBack = null;
- this.txtLookDesign.Multiline = false;
- this.txtLookDesign.Name = "txtLookDesign";
- this.txtLookDesign.NormlBack = null;
- this.txtLookDesign.Padding = new System.Windows.Forms.Padding(5);
- this.txtLookDesign.ReadOnly = false;
- this.txtLookDesign.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtLookDesign.Size = new System.Drawing.Size(55, 25);
- this.txtLookDesign.TabIndex = 4;
- this.txtLookDesign.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtLookDesign.WaterColor = System.Drawing.Color.DarkGray;
- this.txtLookDesign.WaterText = "";
- this.txtLookDesign.WordWrap = true;
- //
- // 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(4, 5);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(204, 17);
- this.labelEx2.TabIndex = 3;
- this.labelEx2.Text = "预约看样前 天未导片预警";
- //
- // panelPickup
- //
- this.panelPickup.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelPickup.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelPickup.BorderWidth = 1;
- this.panelPickup.Controls.Add(this.txtPickup);
- this.panelPickup.Controls.Add(this.labelEx3);
- this.panelPickup.Location = new System.Drawing.Point(2, 64);
- this.panelPickup.Margin = new System.Windows.Forms.Padding(2);
- this.panelPickup.Name = "panelPickup";
- this.panelPickup.Size = new System.Drawing.Size(215, 27);
- this.panelPickup.TabIndex = 4;
- //
- // txtPickup
- //
- this.txtPickup.BackColor = System.Drawing.Color.Transparent;
- this.txtPickup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtPickup.Icon = null;
- this.txtPickup.IconIsButton = false;
- this.txtPickup.IsPasswordChat = '\0';
- this.txtPickup.IsSystemPasswordChar = false;
- this.txtPickup.Lines = new string[0];
- this.txtPickup.Location = new System.Drawing.Point(72, 1);
- this.txtPickup.Margin = new System.Windows.Forms.Padding(0);
- this.txtPickup.MaxLength = 32767;
- this.txtPickup.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtPickup.MouseBack = null;
- this.txtPickup.Multiline = false;
- this.txtPickup.Name = "txtPickup";
- this.txtPickup.NormlBack = null;
- this.txtPickup.Padding = new System.Windows.Forms.Padding(5);
- this.txtPickup.ReadOnly = false;
- this.txtPickup.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtPickup.Size = new System.Drawing.Size(55, 25);
- this.txtPickup.TabIndex = 4;
- this.txtPickup.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtPickup.WaterColor = System.Drawing.Color.DarkGray;
- this.txtPickup.WaterText = "";
- this.txtPickup.WordWrap = true;
- //
- // 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(4, 5);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(204, 17);
- this.labelEx3.TabIndex = 3;
- this.labelEx3.Text = "预约取件前 天未回件预警";
- //
- // btnQuery
- //
- this.btnQuery.BackColor = System.Drawing.Color.Transparent;
- this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
- this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnQuery.ForeColor = System.Drawing.Color.White;
- this.btnQuery.IsCustomBackImg = false;
- this.btnQuery.IsShowText = true;
- this.btnQuery.Location = new System.Drawing.Point(445, 7);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(85, 28);
- this.btnQuery.TabIndex = 3;
- this.btnQuery.Text = " 查 询";
- this.btnQuery.UseVisualStyleBackColor = false;
- //
- // btnSet
- //
- this.btnSet.BackColor = System.Drawing.Color.Transparent;
- this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
- this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSet.ForeColor = System.Drawing.Color.White;
- this.btnSet.IsCustomBackImg = false;
- this.btnSet.IsShowText = true;
- this.btnSet.Location = new System.Drawing.Point(536, 7);
- this.btnSet.Name = "btnSet";
- this.btnSet.Size = new System.Drawing.Size(85, 28);
- this.btnSet.TabIndex = 4;
- this.btnSet.Text = " 预警设置";
- this.btnSet.UseVisualStyleBackColor = false;
- //
- // btnExport
- //
- this.btnExport.BackColor = System.Drawing.Color.Transparent;
- this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
- this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExport.ForeColor = System.Drawing.Color.White;
- this.btnExport.IsCustomBackImg = false;
- this.btnExport.IsShowText = true;
- this.btnExport.Location = new System.Drawing.Point(627, 7);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(85, 28);
- this.btnExport.TabIndex = 5;
- this.btnExport.Text = " 导 出";
- this.btnExport.UseVisualStyleBackColor = false;
- //
- // btnColseed
- //
- this.btnColseed.BackColor = System.Drawing.Color.Transparent;
- this.btnColseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnColseed.BackImg")));
- this.btnColseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnColseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnColseed.ForeColor = System.Drawing.Color.White;
- this.btnColseed.IsCustomBackImg = false;
- this.btnColseed.IsShowText = true;
- this.btnColseed.Location = new System.Drawing.Point(718, 7);
- this.btnColseed.Name = "btnColseed";
- this.btnColseed.Size = new System.Drawing.Size(85, 28);
- this.btnColseed.TabIndex = 5;
- this.btnColseed.Text = " 关 闭";
- this.btnColseed.UseVisualStyleBackColor = false;
- //
- // dataGridViewStatisticsCount1
- //
- this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
- this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(2, 457);
- this.dataGridViewStatisticsCount1.LocationX = 1;
- this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
- this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(896, 26);
- this.dataGridViewStatisticsCount1.StrUnit = "单";
- this.dataGridViewStatisticsCount1.TabIndex = 30;
- this.dataGridViewStatisticsCount1.TotalQuantity = 0;
- //
- // ReservationMaturityWarningFormMain
- //
- 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.IsShowUcNavigationTool = true;
- this.IsUserControlsSize = false;
- this.Name = "ReservationMaturityWarningFormMain";
- 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.tabControlEx1.ResumeLayout(false);
- this.flowLayoutPanel1.ResumeLayout(false);
- this.panelSelectionFilm.ResumeLayout(false);
- this.panelSelectionFilm.PerformLayout();
- this.panelLookDesign.ResumeLayout(false);
- this.panelLookDesign.PerformLayout();
- this.panelPickup.ResumeLayout(false);
- this.panelPickup.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.TextBoxEx txtSelectionFilm;
- protected internal ComponentLibrary.TextBoxEx txtLookDesign;
- private ComponentLibrary.LabelEx labelEx2;
- protected internal ComponentLibrary.TextBoxEx txtPickup;
- private ComponentLibrary.LabelEx labelEx3;
- protected internal ComponentLibrary.TabControlEx tabControlEx1;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- protected internal ComponentLibrary.ButtonEx btnColseed;
- protected internal ComponentLibrary.ButtonEx btnExport;
- protected internal ComponentLibrary.ButtonEx btnSet;
- protected internal ComponentLibrary.ButtonEx btnQuery;
- protected internal System.Windows.Forms.TabPage tabPage_ReservationFilmSelectionNotImportedPhoto;
- protected internal System.Windows.Forms.TabPage tabPage_ReservationLookDesignNotImportedPhoto;
- protected internal System.Windows.Forms.TabPage tabPage_ReservationPickupNotBackPhoto;
- protected internal ComponentLibrary.PanelEx panelPickup;
- protected internal ComponentLibrary.PanelEx panelLookDesign;
- protected internal ComponentLibrary.PanelEx panelSelectionFilm;
- protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
- }
- }
|