namespace LYFZ.Software.NewCameraControlBook { partial class SetCameraTemplate { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetCameraTemplate)); this.panel1 = new System.Windows.Forms.Panel(); this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); this.rdoPhotographed = new LYFZ.ComponentLibrary.RadioButtonEx(); this.rdoFilmSelection = new LYFZ.ComponentLibrary.RadioButtonEx(); this.rdoLookDesign = new LYFZ.ComponentLibrary.RadioButtonEx(); this.rdoTotakePiece = new LYFZ.ComponentLibrary.RadioButtonEx(); this.rdoService = new LYFZ.ComponentLibrary.RadioButtonEx(); this.rdoSelectDress = new LYFZ.ComponentLibrary.RadioButtonEx(); this.rdoHospitalClient = new LYFZ.ComponentLibrary.RadioButtonEx(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.lbShopName = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.lkBeforeDay = new System.Windows.Forms.LinkLabel(); this.dateTimePickerStar = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.lkAfterDay = new System.Windows.Forms.LinkLabel(); this.lkNearlyOneWeek = new System.Windows.Forms.LinkLabel(); this.btnExportTemplate = new LYFZ.ComponentLibrary.ButtonForm(); this.btnImportTemplate = new LYFZ.ComponentLibrary.ButtonForm(); this.btnDellTle = new LYFZ.ComponentLibrary.ButtonForm(); this.plTbleContainer = new LYFZ.ComponentLibrary.PanelEx(); this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx(); this.tpsInfo = new System.Windows.Forms.ToolTip(this.components); this.cmenuCameraBook = new System.Windows.Forms.ContextMenuStrip(this.components); this.添加图钉ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.删除图钉ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.btnDelError = new LYFZ.ComponentLibrary.ButtonForm(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panel1.SuspendLayout(); this.flowLayoutPanel3.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); this.cmenuCameraBook.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.BackColor = System.Drawing.Color.White; this.plExMainContainer.Controls.Add(this.plTbleContainer); this.plExMainContainer.Controls.Add(this.ucPagerEx1); this.plExMainContainer.Controls.Add(this.panel1); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5); this.plExMainContainer.Size = new System.Drawing.Size(1024, 703); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(1024, 703); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(992, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0); // // panel1 // this.panel1.Controls.Add(this.flowLayoutPanel3); this.panel1.Controls.Add(this.flowLayoutPanel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(5, 5); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1014, 80); this.panel1.TabIndex = 281; // // flowLayoutPanel3 // this.flowLayoutPanel3.Controls.Add(this.rdoPhotographed); this.flowLayoutPanel3.Controls.Add(this.rdoFilmSelection); this.flowLayoutPanel3.Controls.Add(this.rdoLookDesign); this.flowLayoutPanel3.Controls.Add(this.rdoTotakePiece); this.flowLayoutPanel3.Controls.Add(this.rdoService); this.flowLayoutPanel3.Controls.Add(this.rdoSelectDress); this.flowLayoutPanel3.Controls.Add(this.rdoHospitalClient); this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Top; this.flowLayoutPanel3.Location = new System.Drawing.Point(0, 38); this.flowLayoutPanel3.Name = "flowLayoutPanel3"; this.flowLayoutPanel3.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0); this.flowLayoutPanel3.Size = new System.Drawing.Size(1014, 36); this.flowLayoutPanel3.TabIndex = 282; // // rdoPhotographed // this.rdoPhotographed.AutoSize = true; this.rdoPhotographed.BackColor = System.Drawing.Color.Transparent; this.rdoPhotographed.Checked = true; this.rdoPhotographed.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoPhotographed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoPhotographed.Location = new System.Drawing.Point(3, 7); this.rdoPhotographed.Name = "rdoPhotographed"; this.rdoPhotographed.Size = new System.Drawing.Size(74, 21); this.rdoPhotographed.TabIndex = 138; this.rdoPhotographed.TabStop = true; this.rdoPhotographed.Text = "拍照客人"; this.rdoPhotographed.UseVisualStyleBackColor = false; // // rdoFilmSelection // this.rdoFilmSelection.AutoSize = true; this.rdoFilmSelection.BackColor = System.Drawing.Color.Transparent; this.rdoFilmSelection.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoFilmSelection.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoFilmSelection.Location = new System.Drawing.Point(83, 7); this.rdoFilmSelection.Name = "rdoFilmSelection"; this.rdoFilmSelection.Size = new System.Drawing.Size(74, 21); this.rdoFilmSelection.TabIndex = 139; this.rdoFilmSelection.Text = "选片客人"; this.rdoFilmSelection.UseVisualStyleBackColor = false; // // rdoLookDesign // this.rdoLookDesign.AutoSize = true; this.rdoLookDesign.BackColor = System.Drawing.Color.Transparent; this.rdoLookDesign.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoLookDesign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoLookDesign.Location = new System.Drawing.Point(163, 7); this.rdoLookDesign.Name = "rdoLookDesign"; this.rdoLookDesign.Size = new System.Drawing.Size(74, 21); this.rdoLookDesign.TabIndex = 140; this.rdoLookDesign.Text = "看版客人"; this.rdoLookDesign.UseVisualStyleBackColor = false; // // rdoTotakePiece // this.rdoTotakePiece.AutoSize = true; this.rdoTotakePiece.BackColor = System.Drawing.Color.Transparent; this.rdoTotakePiece.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoTotakePiece.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoTotakePiece.Location = new System.Drawing.Point(243, 7); this.rdoTotakePiece.Name = "rdoTotakePiece"; this.rdoTotakePiece.Size = new System.Drawing.Size(74, 21); this.rdoTotakePiece.TabIndex = 141; this.rdoTotakePiece.Text = "取件客人"; this.rdoTotakePiece.UseVisualStyleBackColor = false; // // rdoService // this.rdoService.AutoSize = true; this.rdoService.BackColor = System.Drawing.Color.Transparent; this.rdoService.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoService.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoService.Location = new System.Drawing.Point(323, 7); this.rdoService.Name = "rdoService"; this.rdoService.Size = new System.Drawing.Size(74, 21); this.rdoService.TabIndex = 142; this.rdoService.Text = "服务客人"; this.rdoService.UseVisualStyleBackColor = false; // // rdoSelectDress // this.rdoSelectDress.AutoSize = true; this.rdoSelectDress.BackColor = System.Drawing.Color.Transparent; this.rdoSelectDress.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoSelectDress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoSelectDress.Location = new System.Drawing.Point(403, 7); this.rdoSelectDress.Name = "rdoSelectDress"; this.rdoSelectDress.Size = new System.Drawing.Size(74, 21); this.rdoSelectDress.TabIndex = 143; this.rdoSelectDress.Text = "选衣客人"; this.rdoSelectDress.UseVisualStyleBackColor = false; // // rdoHospitalClient // this.rdoHospitalClient.AutoSize = true; this.rdoHospitalClient.BackColor = System.Drawing.Color.Transparent; this.rdoHospitalClient.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoHospitalClient.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoHospitalClient.Location = new System.Drawing.Point(483, 7); this.rdoHospitalClient.Name = "rdoHospitalClient"; this.rdoHospitalClient.Size = new System.Drawing.Size(74, 21); this.rdoHospitalClient.TabIndex = 144; this.rdoHospitalClient.Text = "爱婴上门"; this.rdoHospitalClient.UseVisualStyleBackColor = false; // // flowLayoutPanel2 // this.flowLayoutPanel2.Controls.Add(this.lbShopName); this.flowLayoutPanel2.Controls.Add(this.labelEx4); this.flowLayoutPanel2.Controls.Add(this.lkBeforeDay); this.flowLayoutPanel2.Controls.Add(this.dateTimePickerStar); this.flowLayoutPanel2.Controls.Add(this.lkAfterDay); this.flowLayoutPanel2.Controls.Add(this.lkNearlyOneWeek); this.flowLayoutPanel2.Controls.Add(this.btnExportTemplate); this.flowLayoutPanel2.Controls.Add(this.btnImportTemplate); this.flowLayoutPanel2.Controls.Add(this.btnDellTle); this.flowLayoutPanel2.Controls.Add(this.btnDelError); this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0); this.flowLayoutPanel2.Size = new System.Drawing.Size(1014, 38); this.flowLayoutPanel2.TabIndex = 281; // // lbShopName // this.lbShopName.AutoSize = true; this.lbShopName.BackColor = System.Drawing.Color.Transparent; this.lbShopName.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.lbShopName.ForeColor = System.Drawing.Color.DodgerBlue; this.lbShopName.Location = new System.Drawing.Point(1, 9); this.lbShopName.Margin = new System.Windows.Forms.Padding(1, 4, 1, 0); this.lbShopName.Name = "lbShopName"; this.lbShopName.Size = new System.Drawing.Size(51, 19); this.lbShopName.TabIndex = 275; this.lbShopName.Text = "门店名"; // // labelEx4 // this.labelEx4.AutoSize = true; this.labelEx4.BackColor = System.Drawing.Color.Transparent; this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx4.Location = new System.Drawing.Point(54, 9); this.labelEx4.Margin = new System.Windows.Forms.Padding(1, 4, 1, 0); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(65, 19); this.labelEx4.TabIndex = 275; this.labelEx4.Text = "时间周期"; // // lkBeforeDay // this.lkBeforeDay.AutoSize = true; this.lkBeforeDay.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lkBeforeDay.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; this.lkBeforeDay.LinkColor = System.Drawing.Color.Teal; this.lkBeforeDay.Location = new System.Drawing.Point(121, 13); this.lkBeforeDay.Margin = new System.Windows.Forms.Padding(1, 8, 1, 0); this.lkBeforeDay.Name = "lkBeforeDay"; this.lkBeforeDay.Size = new System.Drawing.Size(68, 14); this.lkBeforeDay.TabIndex = 281; this.lkBeforeDay.TabStop = true; this.lkBeforeDay.Text = "<<上一周"; // // dateTimePickerStar // this.dateTimePickerStar.CustomFormat = " "; this.dateTimePickerStar.DateValue = ""; this.dateTimePickerStar.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerStar.IsShowTime = false; this.dateTimePickerStar.Location = new System.Drawing.Point(193, 8); this.dateTimePickerStar.Name = "dateTimePickerStar"; this.dateTimePickerStar.Size = new System.Drawing.Size(110, 21); this.dateTimePickerStar.TabIndex = 282; // // lkAfterDay // this.lkAfterDay.AutoSize = true; this.lkAfterDay.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lkAfterDay.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; this.lkAfterDay.LinkColor = System.Drawing.Color.Teal; this.lkAfterDay.Location = new System.Drawing.Point(307, 13); this.lkAfterDay.Margin = new System.Windows.Forms.Padding(1, 8, 1, 0); this.lkAfterDay.Name = "lkAfterDay"; this.lkAfterDay.Size = new System.Drawing.Size(68, 14); this.lkAfterDay.TabIndex = 281; this.lkAfterDay.TabStop = true; this.lkAfterDay.Text = "下一周>>"; // // lkNearlyOneWeek // this.lkNearlyOneWeek.AutoSize = true; this.lkNearlyOneWeek.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lkNearlyOneWeek.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; this.lkNearlyOneWeek.LinkColor = System.Drawing.Color.Teal; this.lkNearlyOneWeek.Location = new System.Drawing.Point(377, 13); this.lkNearlyOneWeek.Margin = new System.Windows.Forms.Padding(1, 8, 50, 0); this.lkNearlyOneWeek.Name = "lkNearlyOneWeek"; this.lkNearlyOneWeek.Size = new System.Drawing.Size(37, 14); this.lkNearlyOneWeek.TabIndex = 281; this.lkNearlyOneWeek.TabStop = true; this.lkNearlyOneWeek.Text = "本周"; // // btnExportTemplate // this.btnExportTemplate.BackColor = System.Drawing.Color.Transparent; this.btnExportTemplate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExportTemplate.BackImg"))); this.btnExportTemplate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnExportTemplate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnExportTemplate.ForeColor = System.Drawing.Color.White; this.btnExportTemplate.IsCustomBackImg = false; this.btnExportTemplate.IsShowText = true; this.btnExportTemplate.Location = new System.Drawing.Point(467, 8); this.btnExportTemplate.Name = "btnExportTemplate"; this.btnExportTemplate.Size = new System.Drawing.Size(85, 24); this.btnExportTemplate.TabIndex = 145; this.btnExportTemplate.Text = "导出模板"; this.btnExportTemplate.UseVisualStyleBackColor = false; // // btnImportTemplate // this.btnImportTemplate.BackColor = System.Drawing.Color.Transparent; this.btnImportTemplate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImportTemplate.BackImg"))); this.btnImportTemplate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnImportTemplate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnImportTemplate.ForeColor = System.Drawing.Color.White; this.btnImportTemplate.IsCustomBackImg = false; this.btnImportTemplate.IsShowText = true; this.btnImportTemplate.Location = new System.Drawing.Point(558, 8); this.btnImportTemplate.Name = "btnImportTemplate"; this.btnImportTemplate.Size = new System.Drawing.Size(85, 24); this.btnImportTemplate.TabIndex = 145; this.btnImportTemplate.Text = "导入模板"; this.btnImportTemplate.UseVisualStyleBackColor = false; // // btnDellTle // this.btnDellTle.BackColor = System.Drawing.Color.Transparent; this.btnDellTle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDellTle.BackImg"))); this.btnDellTle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnDellTle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnDellTle.ForeColor = System.Drawing.Color.White; this.btnDellTle.IsCustomBackImg = false; this.btnDellTle.IsShowText = true; this.btnDellTle.Location = new System.Drawing.Point(649, 8); this.btnDellTle.Name = "btnDellTle"; this.btnDellTle.Size = new System.Drawing.Size(109, 24); this.btnDellTle.TabIndex = 145; this.btnDellTle.Text = "清空当前模板"; this.btnDellTle.UseVisualStyleBackColor = false; // // plTbleContainer // this.plTbleContainer.AutoScroll = true; this.plTbleContainer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.plTbleContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.plTbleContainer.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.plTbleContainer.BorderWidth = 1; this.plTbleContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.plTbleContainer.Location = new System.Drawing.Point(5, 85); this.plTbleContainer.Name = "plTbleContainer"; this.plTbleContainer.Size = new System.Drawing.Size(1014, 589); this.plTbleContainer.TabIndex = 282; // // ucPagerEx1 // this.ucPagerEx1.CurrentPageCount = 0; this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom; this.ucPagerEx1.Location = new System.Drawing.Point(5, 674); this.ucPagerEx1.Name = "ucPagerEx1"; this.ucPagerEx1.NMax = 0; this.ucPagerEx1.PageCount = 0; this.ucPagerEx1.PageCurrent = 1; this.ucPagerEx1.PageSize = 20; this.ucPagerEx1.Size = new System.Drawing.Size(1014, 24); this.ucPagerEx1.TabIndex = 283; this.ucPagerEx1.TbDataSource = null; this.ucPagerEx1.Visible = false; // // cmenuCameraBook // this.cmenuCameraBook.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.添加图钉ToolStripMenuItem, this.删除图钉ToolStripMenuItem}); this.cmenuCameraBook.Name = "cmenuCameraBook"; this.cmenuCameraBook.Size = new System.Drawing.Size(125, 48); // // 添加图钉ToolStripMenuItem // this.添加图钉ToolStripMenuItem.Name = "添加图钉ToolStripMenuItem"; this.添加图钉ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.添加图钉ToolStripMenuItem.Text = "编辑档期"; // // 删除图钉ToolStripMenuItem // this.删除图钉ToolStripMenuItem.Name = "删除图钉ToolStripMenuItem"; this.删除图钉ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.删除图钉ToolStripMenuItem.Text = "清除档期"; // // btnDelError // this.btnDelError.BackColor = System.Drawing.Color.Transparent; this.btnDelError.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelError.BackImg"))); this.btnDelError.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnDelError.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnDelError.ForeColor = System.Drawing.Color.White; this.btnDelError.IsCustomBackImg = false; this.btnDelError.IsShowText = true; this.btnDelError.Location = new System.Drawing.Point(764, 8); this.btnDelError.Name = "btnDelError"; this.btnDelError.Size = new System.Drawing.Size(109, 24); this.btnDelError.TabIndex = 145; this.btnDelError.Text = "清除异常模板"; this.btnDelError.UseVisualStyleBackColor = false; // // SetCameraTemplate // 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(1024, 768); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MinimumSize = new System.Drawing.Size(800, 600); this.Name = "SetCameraTemplate"; this.Text = "设置摄控模板"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.WindowState = System.Windows.Forms.FormWindowState.Maximized; 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.panel1.ResumeLayout(false); this.flowLayoutPanel3.ResumeLayout(false); this.flowLayoutPanel3.PerformLayout(); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel2.PerformLayout(); this.cmenuCameraBook.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; public ComponentLibrary.RadioButtonEx rdoPhotographed; public ComponentLibrary.RadioButtonEx rdoFilmSelection; public ComponentLibrary.RadioButtonEx rdoLookDesign; public ComponentLibrary.RadioButtonEx rdoTotakePiece; public ComponentLibrary.RadioButtonEx rdoService; public ComponentLibrary.RadioButtonEx rdoSelectDress; public ComponentLibrary.RadioButtonEx rdoHospitalClient; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; public System.Windows.Forms.LinkLabel lkBeforeDay; public System.Windows.Forms.LinkLabel lkAfterDay; public System.Windows.Forms.LinkLabel lkNearlyOneWeek; public ComponentLibrary.PanelEx plTbleContainer; public UCPager.ucPagerEx ucPagerEx1; public System.Windows.Forms.ToolTip tpsInfo; public ComponentLibrary.LabelEx labelEx4; public ComponentLibrary.DateTimePickerEx dateTimePickerStar; public System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3; public System.Windows.Forms.ContextMenuStrip cmenuCameraBook; private System.Windows.Forms.ToolStripMenuItem 添加图钉ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除图钉ToolStripMenuItem; public ComponentLibrary.ButtonForm btnExportTemplate; public ComponentLibrary.ButtonForm btnImportTemplate; public ComponentLibrary.ButtonForm btnDellTle; public ComponentLibrary.LabelEx lbShopName; public ComponentLibrary.ButtonForm btnDelError; } }