123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- namespace LYFZ.Software.UI.CameraControlBook.SmallForm
- {
- partial class WeddingReservationQuerySmallForm
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WeddingReservationQuerySmallForm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevTextQuery = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnReservation = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSameDate = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.cntmenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
- this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.AutoScroll = true;
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.plExMainContainer.Size = new System.Drawing.Size(950, 545);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 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.dataGridViewStatisticsCount1);
- this.panelEx1.Controls.Add(this.flowLayoutPanel1);
- 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(5);
- this.panelEx1.Size = new System.Drawing.Size(940, 525);
- this.panelEx1.TabIndex = 2;
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToOrderColumns = true;
- 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(5, 41);
- 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(930, 453);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 25;
- this.dgvData.ViceCount = 1;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.panelEx2);
- this.flowLayoutPanel1.Controls.Add(this.btnQuery);
- this.flowLayoutPanel1.Controls.Add(this.btnReservation);
- this.flowLayoutPanel1.Controls.Add(this.btnSameDate);
- this.flowLayoutPanel1.Controls.Add(this.btnClose);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 5);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(930, 36);
- this.flowLayoutPanel1.TabIndex = 276;
- //
- // 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.cmbtreevTextQuery);
- this.panelEx2.Location = new System.Drawing.Point(3, 3);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(200, 28);
- this.panelEx2.TabIndex = 275;
- //
- // cmbtreevTextQuery
- //
- this.cmbtreevTextQuery.AfterSelectLevelFirstNode = true;
- this.cmbtreevTextQuery.DropDownHeight = 220;
- this.cmbtreevTextQuery.DropDownShow = false;
- this.cmbtreevTextQuery.FormattingEnabled = true;
- this.cmbtreevTextQuery.IntegralHeight = false;
- this.cmbtreevTextQuery.IsNodeMouseClick = true;
- this.cmbtreevTextQuery.IsSelectParentNode = true;
- this.cmbtreevTextQuery.Location = new System.Drawing.Point(2, 4);
- this.cmbtreevTextQuery.Name = "cmbtreevTextQuery";
- this.cmbtreevTextQuery.ReadOnly = true;
- this.cmbtreevTextQuery.SelectedNode = null;
- this.cmbtreevTextQuery.Size = new System.Drawing.Size(190, 20);
- this.cmbtreevTextQuery.StrGetName = "";
- this.cmbtreevTextQuery.StrGetTagName = "";
- this.cmbtreevTextQuery.StrKey = null;
- this.cmbtreevTextQuery.TabIndex = 274;
- //
- // 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(209, 3);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(85, 28);
- this.btnQuery.TabIndex = 1;
- this.btnQuery.Text = " 查 询";
- this.btnQuery.UseVisualStyleBackColor = false;
- //
- // btnReservation
- //
- this.btnReservation.BackColor = System.Drawing.Color.Transparent;
- this.btnReservation.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReservation.BackImg")));
- this.btnReservation.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnReservation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnReservation.ForeColor = System.Drawing.Color.White;
- this.btnReservation.IsCustomBackImg = false;
- this.btnReservation.IsShowText = true;
- this.btnReservation.Location = new System.Drawing.Point(300, 3);
- this.btnReservation.Name = "btnReservation";
- this.btnReservation.Size = new System.Drawing.Size(85, 28);
- this.btnReservation.TabIndex = 5;
- this.btnReservation.Text = " 预 约";
- this.btnReservation.UseVisualStyleBackColor = false;
- //
- // btnSameDate
- //
- this.btnSameDate.BackColor = System.Drawing.Color.Transparent;
- this.btnSameDate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSameDate.BackImg")));
- this.btnSameDate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSameDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSameDate.ForeColor = System.Drawing.Color.White;
- this.btnSameDate.IsCustomBackImg = false;
- this.btnSameDate.IsShowText = true;
- this.btnSameDate.Location = new System.Drawing.Point(391, 3);
- this.btnSameDate.Name = "btnSameDate";
- this.btnSameDate.Size = new System.Drawing.Size(85, 28);
- this.btnSameDate.TabIndex = 4;
- this.btnSameDate.Text = " 统一安排";
- this.btnSameDate.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(482, 3);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 28);
- this.btnClose.TabIndex = 3;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // cntmenu
- //
- this.cntmenu.Name = "cntmenu";
- this.cntmenu.Size = new System.Drawing.Size(61, 4);
- //
- // dataGridViewStatisticsCount1
- //
- this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
- this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(5, 494);
- this.dataGridViewStatisticsCount1.LocationX = 1;
- this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
- this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(930, 26);
- this.dataGridViewStatisticsCount1.StrUnit = "单";
- this.dataGridViewStatisticsCount1.TabIndex = 277;
- this.dataGridViewStatisticsCount1.TotalQuantity = 0;
- //
- // WeddingReservationQuerySmallForm
- //
- 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(950, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.Name = "WeddingReservationQuerySmallForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- 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.panelEx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.flowLayoutPanel1.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.ContextMenuStripEx cntmenu;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevTextQuery;
- protected internal ComponentLibrary.ButtonEx btnSameDate;
- protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private ComponentLibrary.PanelEx panelEx2;
- protected internal ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- protected internal ComponentLibrary.ButtonEx btnReservation;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.ButtonEx btnQuery;
- protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
- }
- }
|