namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm { partial class AlertSettingSuperSmallForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlertSettingSuperSmallForm)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.btnColseed = new LYFZ.ComponentLibrary.ButtonEx(); this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.panel_NoShot = new System.Windows.Forms.Panel(); this.chkSelectionFilm_EarlyRepair = new LYFZ.ComponentLibrary.CheckBoxEx(); this.chkSelectionFilm_OriginalFilm = new LYFZ.ComponentLibrary.CheckBoxEx(); this.chk_SelectionFilm = new LYFZ.ComponentLibrary.CheckBoxEx(); this.txtSelectionFilm = new LYFZ.ComponentLibrary.TextBoxEx(); this.label1 = new System.Windows.Forms.Label(); this.panel_NoShotIn = new System.Windows.Forms.Panel(); this.chk_LookDesign = new LYFZ.ComponentLibrary.CheckBoxEx(); this.txtLookDesign = new LYFZ.ComponentLibrary.TextBoxEx(); this.label11 = new System.Windows.Forms.Label(); this.panel_NoRepair = new System.Windows.Forms.Panel(); this.chk_Pickup = new LYFZ.ComponentLibrary.CheckBoxEx(); this.txtPickup = new LYFZ.ComponentLibrary.TextBoxEx(); this.label2 = new System.Windows.Forms.Label(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx2.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); this.panel_NoShot.SuspendLayout(); this.panel_NoShotIn.SuspendLayout(); this.panel_NoRepair.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // 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(560, 264); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(560, 264); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(354, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(528, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(354, 0); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.panelEx2); this.panelEx1.Controls.Add(this.flowLayoutPanel2); 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(550, 244); this.panelEx1.TabIndex = 0; // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.btnColseed); this.panelEx2.Controls.Add(this.btnSaveed); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx2.Location = new System.Drawing.Point(2, 197); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(546, 45); this.panelEx2.TabIndex = 26; // // btnColseed // this.btnColseed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 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(307, 9); this.btnColseed.Name = "btnColseed"; this.btnColseed.Size = new System.Drawing.Size(85, 28); this.btnColseed.TabIndex = 29; this.btnColseed.Text = " 关 闭"; this.btnColseed.UseVisualStyleBackColor = false; // // btnSaveed // this.btnSaveed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnSaveed.BackColor = System.Drawing.Color.Transparent; this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg"))); this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSaveed.ForeColor = System.Drawing.Color.White; this.btnSaveed.IsCustomBackImg = false; this.btnSaveed.IsShowText = true; this.btnSaveed.Location = new System.Drawing.Point(154, 9); this.btnSaveed.Name = "btnSaveed"; this.btnSaveed.Size = new System.Drawing.Size(85, 28); this.btnSaveed.TabIndex = 28; this.btnSaveed.Text = " 保 存"; this.btnSaveed.UseVisualStyleBackColor = false; // // flowLayoutPanel2 // this.flowLayoutPanel2.Controls.Add(this.panel_NoShot); this.flowLayoutPanel2.Controls.Add(this.panel_NoShotIn); this.flowLayoutPanel2.Controls.Add(this.panel_NoRepair); this.flowLayoutPanel2.Location = new System.Drawing.Point(38, 58); this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(1); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(469, 108); this.flowLayoutPanel2.TabIndex = 25; // // panel_NoShot // this.panel_NoShot.Controls.Add(this.chkSelectionFilm_EarlyRepair); this.panel_NoShot.Controls.Add(this.chkSelectionFilm_OriginalFilm); this.panel_NoShot.Controls.Add(this.chk_SelectionFilm); this.panel_NoShot.Controls.Add(this.txtSelectionFilm); this.panel_NoShot.Controls.Add(this.label1); this.panel_NoShot.Location = new System.Drawing.Point(3, 3); this.panel_NoShot.Name = "panel_NoShot"; this.panel_NoShot.Size = new System.Drawing.Size(460, 27); this.panel_NoShot.TabIndex = 0; // // chkSelectionFilm_EarlyRepair // this.chkSelectionFilm_EarlyRepair.AutoSize = true; this.chkSelectionFilm_EarlyRepair.BackColor = System.Drawing.Color.Transparent; this.chkSelectionFilm_EarlyRepair.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkSelectionFilm_EarlyRepair.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkSelectionFilm_EarlyRepair.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkSelectionFilm_EarlyRepair.Fourstates = false; this.chkSelectionFilm_EarlyRepair.IsGreenTick = false; this.chkSelectionFilm_EarlyRepair.Location = new System.Drawing.Point(381, 3); this.chkSelectionFilm_EarlyRepair.Name = "chkSelectionFilm_EarlyRepair"; this.chkSelectionFilm_EarlyRepair.Size = new System.Drawing.Size(75, 21); this.chkSelectionFilm_EarlyRepair.TabIndex = 30; this.chkSelectionFilm_EarlyRepair.Text = "按初修片"; this.chkSelectionFilm_EarlyRepair.UseVisualStyleBackColor = false; // // chkSelectionFilm_OriginalFilm // this.chkSelectionFilm_OriginalFilm.AutoSize = true; this.chkSelectionFilm_OriginalFilm.BackColor = System.Drawing.Color.Transparent; this.chkSelectionFilm_OriginalFilm.Checked = true; this.chkSelectionFilm_OriginalFilm.CheckState = System.Windows.Forms.CheckState.Checked; this.chkSelectionFilm_OriginalFilm.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkSelectionFilm_OriginalFilm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkSelectionFilm_OriginalFilm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkSelectionFilm_OriginalFilm.Fourstates = false; this.chkSelectionFilm_OriginalFilm.IsGreenTick = false; this.chkSelectionFilm_OriginalFilm.Location = new System.Drawing.Point(315, 3); this.chkSelectionFilm_OriginalFilm.Name = "chkSelectionFilm_OriginalFilm"; this.chkSelectionFilm_OriginalFilm.Size = new System.Drawing.Size(63, 21); this.chkSelectionFilm_OriginalFilm.TabIndex = 29; this.chkSelectionFilm_OriginalFilm.Text = "按原片"; this.chkSelectionFilm_OriginalFilm.UseVisualStyleBackColor = false; // // chk_SelectionFilm // this.chk_SelectionFilm.AutoSize = true; this.chk_SelectionFilm.BackColor = System.Drawing.Color.Transparent; this.chk_SelectionFilm.Checked = true; this.chk_SelectionFilm.CheckState = System.Windows.Forms.CheckState.Checked; this.chk_SelectionFilm.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chk_SelectionFilm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chk_SelectionFilm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chk_SelectionFilm.Fourstates = false; this.chk_SelectionFilm.IsGreenTick = false; this.chk_SelectionFilm.Location = new System.Drawing.Point(6, 6); this.chk_SelectionFilm.Name = "chk_SelectionFilm"; this.chk_SelectionFilm.Size = new System.Drawing.Size(15, 14); this.chk_SelectionFilm.TabIndex = 28; this.chk_SelectionFilm.UseVisualStyleBackColor = false; this.chk_SelectionFilm.Visible = false; // // 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(97, 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(70, 25); this.txtSelectionFilm.TabIndex = 1; this.txtSelectionFilm.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtSelectionFilm.WaterColor = System.Drawing.Color.DarkGray; this.txtSelectionFilm.WaterText = ""; this.txtSelectionFilm.WordWrap = true; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.label1.Location = new System.Drawing.Point(28, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(280, 17); this.label1.TabIndex = 0; this.label1.Text = "选片预约前 天未导片预警 则预警"; // // panel_NoShotIn // this.panel_NoShotIn.Controls.Add(this.chk_LookDesign); this.panel_NoShotIn.Controls.Add(this.txtLookDesign); this.panel_NoShotIn.Controls.Add(this.label11); this.panel_NoShotIn.Location = new System.Drawing.Point(3, 36); this.panel_NoShotIn.Name = "panel_NoShotIn"; this.panel_NoShotIn.Size = new System.Drawing.Size(460, 27); this.panel_NoShotIn.TabIndex = 10; // // chk_LookDesign // this.chk_LookDesign.AutoSize = true; this.chk_LookDesign.BackColor = System.Drawing.Color.Transparent; this.chk_LookDesign.Checked = true; this.chk_LookDesign.CheckState = System.Windows.Forms.CheckState.Checked; this.chk_LookDesign.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chk_LookDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chk_LookDesign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chk_LookDesign.Fourstates = false; this.chk_LookDesign.IsGreenTick = false; this.chk_LookDesign.Location = new System.Drawing.Point(6, 6); this.chk_LookDesign.Name = "chk_LookDesign"; this.chk_LookDesign.Size = new System.Drawing.Size(15, 14); this.chk_LookDesign.TabIndex = 28; this.chk_LookDesign.UseVisualStyleBackColor = false; this.chk_LookDesign.Visible = false; // // 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(97, 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(70, 25); this.txtLookDesign.TabIndex = 1; this.txtLookDesign.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtLookDesign.WaterColor = System.Drawing.Color.DarkGray; this.txtLookDesign.WaterText = ""; this.txtLookDesign.WordWrap = true; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.label11.Location = new System.Drawing.Point(28, 5); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(280, 17); this.label11.TabIndex = 0; this.label11.Text = "看样预约前 天未导片预警 则预警"; // // panel_NoRepair // this.panel_NoRepair.Controls.Add(this.chk_Pickup); this.panel_NoRepair.Controls.Add(this.txtPickup); this.panel_NoRepair.Controls.Add(this.label2); this.panel_NoRepair.Location = new System.Drawing.Point(3, 69); this.panel_NoRepair.Name = "panel_NoRepair"; this.panel_NoRepair.Size = new System.Drawing.Size(460, 27); this.panel_NoRepair.TabIndex = 2; // // chk_Pickup // this.chk_Pickup.AutoSize = true; this.chk_Pickup.BackColor = System.Drawing.Color.Transparent; this.chk_Pickup.Checked = true; this.chk_Pickup.CheckState = System.Windows.Forms.CheckState.Checked; this.chk_Pickup.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chk_Pickup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chk_Pickup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chk_Pickup.Fourstates = false; this.chk_Pickup.IsGreenTick = false; this.chk_Pickup.Location = new System.Drawing.Point(6, 6); this.chk_Pickup.Name = "chk_Pickup"; this.chk_Pickup.Size = new System.Drawing.Size(15, 14); this.chk_Pickup.TabIndex = 28; this.chk_Pickup.UseVisualStyleBackColor = false; this.chk_Pickup.Visible = false; // // 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(97, 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(70, 25); this.txtPickup.TabIndex = 1; this.txtPickup.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtPickup.WaterColor = System.Drawing.Color.DarkGray; this.txtPickup.WaterText = ""; this.txtPickup.WordWrap = true; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.label2.Location = new System.Drawing.Point(28, 5); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(280, 17); this.label2.TabIndex = 0; this.label2.Text = "取件预约前 天未回片预警 则预警"; // // AlertSettingSuperSmallForm // 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(560, 329); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsUserControlsSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AlertSettingSuperSmallForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "预警设置"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.flowLayoutPanel2.ResumeLayout(false); this.panel_NoShot.ResumeLayout(false); this.panel_NoShot.PerformLayout(); this.panel_NoShotIn.ResumeLayout(false); this.panel_NoShotIn.PerformLayout(); this.panel_NoRepair.ResumeLayout(false); this.panel_NoRepair.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; protected internal System.Windows.Forms.Panel panel_NoShot; protected internal ComponentLibrary.CheckBoxEx chk_SelectionFilm; protected ComponentLibrary.TextBoxEx txtSelectionFilm; private System.Windows.Forms.Label label1; protected internal System.Windows.Forms.Panel panel_NoShotIn; protected internal ComponentLibrary.CheckBoxEx chk_LookDesign; protected ComponentLibrary.TextBoxEx txtLookDesign; private System.Windows.Forms.Label label11; protected internal System.Windows.Forms.Panel panel_NoRepair; protected internal ComponentLibrary.CheckBoxEx chk_Pickup; protected ComponentLibrary.TextBoxEx txtPickup; private System.Windows.Forms.Label label2; private ComponentLibrary.PanelEx panelEx2; protected ComponentLibrary.ButtonEx btnColseed; protected ComponentLibrary.ButtonEx btnSaveed; protected internal ComponentLibrary.CheckBoxEx chkSelectionFilm_EarlyRepair; protected internal ComponentLibrary.CheckBoxEx chkSelectionFilm_OriginalFilm; } }