12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208 |
- namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
- {
- partial class A_SetProcessAlertSuperSmallForm
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(A_SetProcessAlertSuperSmallForm));
- this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
- this.panel_NoShot = new System.Windows.Forms.Panel();
- this.chk_NoShot = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtNoShot = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label1 = new System.Windows.Forms.Label();
- this.panel_NoShotIn = new System.Windows.Forms.Panel();
- this.chk_NoShotIn = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtNoShotIn = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label11 = new System.Windows.Forms.Label();
- this.panel_NoRepair = new System.Windows.Forms.Panel();
- this.chk_NoRepair = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtNoRepair = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label2 = new System.Windows.Forms.Label();
- this.panel_NoSelected = new System.Windows.Forms.Panel();
- this.chk_NoSelected = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtNoSelected = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label3 = new System.Windows.Forms.Label();
- this.panel_NoSelected2 = new System.Windows.Forms.Panel();
- this.chk_NoSelected2 = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtNoSelected2 = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label9 = new System.Windows.Forms.Label();
- this.panel_NoDesign = new System.Windows.Forms.Panel();
- this.chk_NoDesign = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtNoDesign = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label4 = new System.Windows.Forms.Label();
- this.panel_NoSend2 = new System.Windows.Forms.Panel();
- this.chk_NoSend2 = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtNoSend2 = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label10 = new System.Windows.Forms.Label();
- this.panel_SelectNotRefinement = new System.Windows.Forms.Panel();
- this.chk_SelectNotRefinement = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtSelectNotRefinement = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label13 = new System.Windows.Forms.Label();
- this.panel_RefinementNotDesign = new System.Windows.Forms.Panel();
- this.chk_RefinementNotDesign = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtRefinementNotDesign = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label14 = new System.Windows.Forms.Label();
- this.panel_NoLook = new System.Windows.Forms.Panel();
- this.chk_NoLook = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtNoLook = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label5 = new System.Windows.Forms.Label();
- this.panel_NoSend = new System.Windows.Forms.Panel();
- this.chk_NoSend = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtNoSend = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label6 = new System.Windows.Forms.Label();
- this.panel_NoBack = new System.Windows.Forms.Panel();
- this.chk_NoBack = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtNoBack = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label8 = new System.Windows.Forms.Label();
- this.panel_NoPickup = new System.Windows.Forms.Panel();
- this.chk_NoPickup = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtNoPickup = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label7 = new System.Windows.Forms.Label();
- this.panel_NoPickup2 = new System.Windows.Forms.Panel();
- this.chk_NoPickup2 = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.txtNoPickup2 = new LYFZ.ComponentLibrary.TextBoxEx();
- this.label12 = new System.Windows.Forms.Label();
- this.panelMain = new LYFZ.ComponentLibrary.PanelEx();
- this.butnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.butnColse = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.flowLayoutPanel2.SuspendLayout();
- this.panel_NoShot.SuspendLayout();
- this.panel_NoShotIn.SuspendLayout();
- this.panel_NoRepair.SuspendLayout();
- this.panel_NoSelected.SuspendLayout();
- this.panel_NoSelected2.SuspendLayout();
- this.panel_NoDesign.SuspendLayout();
- this.panel_NoSend2.SuspendLayout();
- this.panel_SelectNotRefinement.SuspendLayout();
- this.panel_RefinementNotDesign.SuspendLayout();
- this.panel_NoLook.SuspendLayout();
- this.panel_NoSend.SuspendLayout();
- this.panel_NoBack.SuspendLayout();
- this.panel_NoPickup.SuspendLayout();
- this.panel_NoPickup2.SuspendLayout();
- this.panelMain.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.butnColse);
- this.plExMainContainer.Controls.Add(this.butnSave);
- this.plExMainContainer.Controls.Add(this.panelMain);
- this.plExMainContainer.Size = new System.Drawing.Size(520, 570);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(520, 570);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(260, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(488, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(233, 0);
- //
- // flowLayoutPanel2
- //
- this.flowLayoutPanel2.Controls.Add(this.panel_NoShot);
- this.flowLayoutPanel2.Controls.Add(this.panel_NoShotIn);
- this.flowLayoutPanel2.Controls.Add(this.panel_NoRepair);
- this.flowLayoutPanel2.Controls.Add(this.panel_NoSelected);
- this.flowLayoutPanel2.Controls.Add(this.panel_NoSelected2);
- this.flowLayoutPanel2.Controls.Add(this.panel_SelectNotRefinement);
- this.flowLayoutPanel2.Controls.Add(this.panel_RefinementNotDesign);
- this.flowLayoutPanel2.Controls.Add(this.panel_NoDesign);
- this.flowLayoutPanel2.Controls.Add(this.panel_NoSend2);
- this.flowLayoutPanel2.Controls.Add(this.panel_NoLook);
- this.flowLayoutPanel2.Controls.Add(this.panel_NoSend);
- this.flowLayoutPanel2.Controls.Add(this.panel_NoBack);
- this.flowLayoutPanel2.Controls.Add(this.panel_NoPickup);
- this.flowLayoutPanel2.Controls.Add(this.panel_NoPickup2);
- this.flowLayoutPanel2.Location = new System.Drawing.Point(121, 18);
- this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(1);
- this.flowLayoutPanel2.Name = "flowLayoutPanel2";
- this.flowLayoutPanel2.Size = new System.Drawing.Size(295, 472);
- this.flowLayoutPanel2.TabIndex = 24;
- //
- // panel_NoShot
- //
- this.panel_NoShot.Controls.Add(this.chk_NoShot);
- this.panel_NoShot.Controls.Add(this.txtNoShot);
- 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(280, 27);
- this.panel_NoShot.TabIndex = 0;
- //
- // chk_NoShot
- //
- this.chk_NoShot.AutoSize = true;
- this.chk_NoShot.BackColor = System.Drawing.Color.Transparent;
- this.chk_NoShot.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_NoShot.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_NoShot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_NoShot.Fourstates = false;
- this.chk_NoShot.IsGreenTick = false;
- this.chk_NoShot.Location = new System.Drawing.Point(6, 6);
- this.chk_NoShot.Name = "chk_NoShot";
- this.chk_NoShot.Size = new System.Drawing.Size(15, 14);
- this.chk_NoShot.TabIndex = 28;
- this.chk_NoShot.UseVisualStyleBackColor = false;
- //
- // txtNoShot
- //
- this.txtNoShot.BackColor = System.Drawing.Color.Transparent;
- this.txtNoShot.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoShot.Icon = null;
- this.txtNoShot.IconIsButton = false;
- this.txtNoShot.IsPasswordChat = '\0';
- this.txtNoShot.IsSystemPasswordChar = false;
- this.txtNoShot.Lines = new string[0];
- this.txtNoShot.Location = new System.Drawing.Point(81, 1);
- this.txtNoShot.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoShot.MaxLength = 32767;
- this.txtNoShot.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoShot.MouseBack = null;
- this.txtNoShot.Multiline = false;
- this.txtNoShot.Name = "txtNoShot";
- this.txtNoShot.NormlBack = null;
- this.txtNoShot.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoShot.ReadOnly = false;
- this.txtNoShot.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoShot.Size = new System.Drawing.Size(70, 25);
- this.txtNoShot.TabIndex = 1;
- this.txtNoShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtNoShot.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoShot.WaterText = "";
- this.txtNoShot.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(49, 5);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(208, 17);
- this.label1.TabIndex = 0;
- this.label1.Text = "已定 天未拍 则预警";
- //
- // panel_NoShotIn
- //
- this.panel_NoShotIn.Controls.Add(this.chk_NoShotIn);
- this.panel_NoShotIn.Controls.Add(this.txtNoShotIn);
- 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(280, 27);
- this.panel_NoShotIn.TabIndex = 10;
- //
- // chk_NoShotIn
- //
- this.chk_NoShotIn.AutoSize = true;
- this.chk_NoShotIn.BackColor = System.Drawing.Color.Transparent;
- this.chk_NoShotIn.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_NoShotIn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_NoShotIn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_NoShotIn.Fourstates = false;
- this.chk_NoShotIn.IsGreenTick = false;
- this.chk_NoShotIn.Location = new System.Drawing.Point(6, 6);
- this.chk_NoShotIn.Name = "chk_NoShotIn";
- this.chk_NoShotIn.Size = new System.Drawing.Size(15, 14);
- this.chk_NoShotIn.TabIndex = 28;
- this.chk_NoShotIn.UseVisualStyleBackColor = false;
- //
- // txtNoShotIn
- //
- this.txtNoShotIn.BackColor = System.Drawing.Color.Transparent;
- this.txtNoShotIn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoShotIn.Icon = null;
- this.txtNoShotIn.IconIsButton = false;
- this.txtNoShotIn.IsPasswordChat = '\0';
- this.txtNoShotIn.IsSystemPasswordChar = false;
- this.txtNoShotIn.Lines = new string[0];
- this.txtNoShotIn.Location = new System.Drawing.Point(81, 1);
- this.txtNoShotIn.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoShotIn.MaxLength = 32767;
- this.txtNoShotIn.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoShotIn.MouseBack = null;
- this.txtNoShotIn.Multiline = false;
- this.txtNoShotIn.Name = "txtNoShotIn";
- this.txtNoShotIn.NormlBack = null;
- this.txtNoShotIn.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoShotIn.ReadOnly = false;
- this.txtNoShotIn.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoShotIn.Size = new System.Drawing.Size(70, 25);
- this.txtNoShotIn.TabIndex = 1;
- this.txtNoShotIn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtNoShotIn.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoShotIn.WaterText = "";
- this.txtNoShotIn.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(49, 5);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(208, 17);
- this.label11.TabIndex = 0;
- this.label11.Text = "已拍 天未拍完 则预警";
- //
- // panel_NoRepair
- //
- this.panel_NoRepair.Controls.Add(this.chk_NoRepair);
- this.panel_NoRepair.Controls.Add(this.txtNoRepair);
- 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(280, 27);
- this.panel_NoRepair.TabIndex = 2;
- //
- // chk_NoRepair
- //
- this.chk_NoRepair.AutoSize = true;
- this.chk_NoRepair.BackColor = System.Drawing.Color.Transparent;
- this.chk_NoRepair.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_NoRepair.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_NoRepair.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_NoRepair.Fourstates = false;
- this.chk_NoRepair.IsGreenTick = false;
- this.chk_NoRepair.Location = new System.Drawing.Point(6, 6);
- this.chk_NoRepair.Name = "chk_NoRepair";
- this.chk_NoRepair.Size = new System.Drawing.Size(15, 14);
- this.chk_NoRepair.TabIndex = 28;
- this.chk_NoRepair.UseVisualStyleBackColor = false;
- //
- // txtNoRepair
- //
- this.txtNoRepair.BackColor = System.Drawing.Color.Transparent;
- this.txtNoRepair.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoRepair.Icon = null;
- this.txtNoRepair.IconIsButton = false;
- this.txtNoRepair.IsPasswordChat = '\0';
- this.txtNoRepair.IsSystemPasswordChar = false;
- this.txtNoRepair.Lines = new string[0];
- this.txtNoRepair.Location = new System.Drawing.Point(81, 1);
- this.txtNoRepair.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoRepair.MaxLength = 32767;
- this.txtNoRepair.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoRepair.MouseBack = null;
- this.txtNoRepair.Multiline = false;
- this.txtNoRepair.Name = "txtNoRepair";
- this.txtNoRepair.NormlBack = null;
- this.txtNoRepair.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoRepair.ReadOnly = false;
- this.txtNoRepair.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoRepair.Size = new System.Drawing.Size(70, 25);
- this.txtNoRepair.TabIndex = 1;
- this.txtNoRepair.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtNoRepair.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoRepair.WaterText = "";
- this.txtNoRepair.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(49, 5);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(208, 17);
- this.label2.TabIndex = 0;
- this.label2.Text = "已拍 天未修 则预警";
- //
- // panel_NoSelected
- //
- this.panel_NoSelected.Controls.Add(this.chk_NoSelected);
- this.panel_NoSelected.Controls.Add(this.txtNoSelected);
- this.panel_NoSelected.Controls.Add(this.label3);
- this.panel_NoSelected.Location = new System.Drawing.Point(3, 102);
- this.panel_NoSelected.Name = "panel_NoSelected";
- this.panel_NoSelected.Size = new System.Drawing.Size(280, 27);
- this.panel_NoSelected.TabIndex = 3;
- //
- // chk_NoSelected
- //
- this.chk_NoSelected.AutoSize = true;
- this.chk_NoSelected.BackColor = System.Drawing.Color.Transparent;
- this.chk_NoSelected.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_NoSelected.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_NoSelected.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_NoSelected.Fourstates = false;
- this.chk_NoSelected.IsGreenTick = false;
- this.chk_NoSelected.Location = new System.Drawing.Point(6, 6);
- this.chk_NoSelected.Name = "chk_NoSelected";
- this.chk_NoSelected.Size = new System.Drawing.Size(15, 14);
- this.chk_NoSelected.TabIndex = 28;
- this.chk_NoSelected.UseVisualStyleBackColor = false;
- //
- // txtNoSelected
- //
- this.txtNoSelected.BackColor = System.Drawing.Color.Transparent;
- this.txtNoSelected.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoSelected.Icon = null;
- this.txtNoSelected.IconIsButton = false;
- this.txtNoSelected.IsPasswordChat = '\0';
- this.txtNoSelected.IsSystemPasswordChar = false;
- this.txtNoSelected.Lines = new string[0];
- this.txtNoSelected.Location = new System.Drawing.Point(81, 1);
- this.txtNoSelected.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoSelected.MaxLength = 32767;
- this.txtNoSelected.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoSelected.MouseBack = null;
- this.txtNoSelected.Multiline = false;
- this.txtNoSelected.Name = "txtNoSelected";
- this.txtNoSelected.NormlBack = null;
- this.txtNoSelected.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoSelected.ReadOnly = false;
- this.txtNoSelected.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoSelected.Size = new System.Drawing.Size(70, 25);
- this.txtNoSelected.TabIndex = 1;
- this.txtNoSelected.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtNoSelected.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoSelected.WaterText = "";
- this.txtNoSelected.WordWrap = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label3.Location = new System.Drawing.Point(49, 5);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(208, 17);
- this.label3.TabIndex = 0;
- this.label3.Text = "已拍 天未选 则预警";
- //
- // panel_NoSelected2
- //
- this.panel_NoSelected2.Controls.Add(this.chk_NoSelected2);
- this.panel_NoSelected2.Controls.Add(this.txtNoSelected2);
- this.panel_NoSelected2.Controls.Add(this.label9);
- this.panel_NoSelected2.Location = new System.Drawing.Point(3, 135);
- this.panel_NoSelected2.Name = "panel_NoSelected2";
- this.panel_NoSelected2.Size = new System.Drawing.Size(280, 27);
- this.panel_NoSelected2.TabIndex = 4;
- //
- // chk_NoSelected2
- //
- this.chk_NoSelected2.AutoSize = true;
- this.chk_NoSelected2.BackColor = System.Drawing.Color.Transparent;
- this.chk_NoSelected2.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_NoSelected2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_NoSelected2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_NoSelected2.Fourstates = false;
- this.chk_NoSelected2.IsGreenTick = false;
- this.chk_NoSelected2.Location = new System.Drawing.Point(6, 6);
- this.chk_NoSelected2.Name = "chk_NoSelected2";
- this.chk_NoSelected2.Size = new System.Drawing.Size(15, 14);
- this.chk_NoSelected2.TabIndex = 28;
- this.chk_NoSelected2.UseVisualStyleBackColor = false;
- //
- // txtNoSelected2
- //
- this.txtNoSelected2.BackColor = System.Drawing.Color.Transparent;
- this.txtNoSelected2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoSelected2.Icon = null;
- this.txtNoSelected2.IconIsButton = false;
- this.txtNoSelected2.IsPasswordChat = '\0';
- this.txtNoSelected2.IsSystemPasswordChar = false;
- this.txtNoSelected2.Lines = new string[0];
- this.txtNoSelected2.Location = new System.Drawing.Point(81, 1);
- this.txtNoSelected2.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoSelected2.MaxLength = 32767;
- this.txtNoSelected2.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoSelected2.MouseBack = null;
- this.txtNoSelected2.Multiline = false;
- this.txtNoSelected2.Name = "txtNoSelected2";
- this.txtNoSelected2.NormlBack = null;
- this.txtNoSelected2.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoSelected2.ReadOnly = false;
- this.txtNoSelected2.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoSelected2.Size = new System.Drawing.Size(70, 25);
- this.txtNoSelected2.TabIndex = 1;
- this.txtNoSelected2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtNoSelected2.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoSelected2.WaterText = "";
- this.txtNoSelected2.WordWrap = true;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label9.Location = new System.Drawing.Point(49, 5);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(208, 17);
- this.label9.TabIndex = 0;
- this.label9.Text = "已修 天未选 则预警";
- //
- // panel_NoDesign
- //
- this.panel_NoDesign.Controls.Add(this.chk_NoDesign);
- this.panel_NoDesign.Controls.Add(this.txtNoDesign);
- this.panel_NoDesign.Controls.Add(this.label4);
- this.panel_NoDesign.Location = new System.Drawing.Point(3, 234);
- this.panel_NoDesign.Name = "panel_NoDesign";
- this.panel_NoDesign.Size = new System.Drawing.Size(280, 27);
- this.panel_NoDesign.TabIndex = 4;
- //
- // chk_NoDesign
- //
- this.chk_NoDesign.AutoSize = true;
- this.chk_NoDesign.BackColor = System.Drawing.Color.Transparent;
- this.chk_NoDesign.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_NoDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_NoDesign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_NoDesign.Fourstates = false;
- this.chk_NoDesign.IsGreenTick = false;
- this.chk_NoDesign.Location = new System.Drawing.Point(6, 6);
- this.chk_NoDesign.Name = "chk_NoDesign";
- this.chk_NoDesign.Size = new System.Drawing.Size(15, 14);
- this.chk_NoDesign.TabIndex = 28;
- this.chk_NoDesign.UseVisualStyleBackColor = false;
- //
- // txtNoDesign
- //
- this.txtNoDesign.BackColor = System.Drawing.Color.Transparent;
- this.txtNoDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoDesign.Icon = null;
- this.txtNoDesign.IconIsButton = false;
- this.txtNoDesign.IsPasswordChat = '\0';
- this.txtNoDesign.IsSystemPasswordChar = false;
- this.txtNoDesign.Lines = new string[0];
- this.txtNoDesign.Location = new System.Drawing.Point(81, 1);
- this.txtNoDesign.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoDesign.MaxLength = 32767;
- this.txtNoDesign.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoDesign.MouseBack = null;
- this.txtNoDesign.Multiline = false;
- this.txtNoDesign.Name = "txtNoDesign";
- this.txtNoDesign.NormlBack = null;
- this.txtNoDesign.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoDesign.ReadOnly = false;
- this.txtNoDesign.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoDesign.Size = new System.Drawing.Size(70, 25);
- this.txtNoDesign.TabIndex = 1;
- this.txtNoDesign.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtNoDesign.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoDesign.WaterText = "";
- this.txtNoDesign.WordWrap = true;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label4.Location = new System.Drawing.Point(49, 5);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(208, 17);
- this.label4.TabIndex = 0;
- this.label4.Text = "已选 天未设计 则预警";
- //
- // panel_NoSend2
- //
- this.panel_NoSend2.Controls.Add(this.chk_NoSend2);
- this.panel_NoSend2.Controls.Add(this.txtNoSend2);
- this.panel_NoSend2.Controls.Add(this.label10);
- this.panel_NoSend2.Location = new System.Drawing.Point(3, 267);
- this.panel_NoSend2.Name = "panel_NoSend2";
- this.panel_NoSend2.Size = new System.Drawing.Size(280, 27);
- this.panel_NoSend2.TabIndex = 9;
- //
- // chk_NoSend2
- //
- this.chk_NoSend2.AutoSize = true;
- this.chk_NoSend2.BackColor = System.Drawing.Color.Transparent;
- this.chk_NoSend2.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_NoSend2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_NoSend2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_NoSend2.Fourstates = false;
- this.chk_NoSend2.IsGreenTick = false;
- this.chk_NoSend2.Location = new System.Drawing.Point(6, 6);
- this.chk_NoSend2.Name = "chk_NoSend2";
- this.chk_NoSend2.Size = new System.Drawing.Size(15, 14);
- this.chk_NoSend2.TabIndex = 28;
- this.chk_NoSend2.UseVisualStyleBackColor = false;
- //
- // txtNoSend2
- //
- this.txtNoSend2.BackColor = System.Drawing.Color.Transparent;
- this.txtNoSend2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoSend2.Icon = null;
- this.txtNoSend2.IconIsButton = false;
- this.txtNoSend2.IsPasswordChat = '\0';
- this.txtNoSend2.IsSystemPasswordChar = false;
- this.txtNoSend2.Lines = new string[0];
- this.txtNoSend2.Location = new System.Drawing.Point(81, 1);
- this.txtNoSend2.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoSend2.MaxLength = 32767;
- this.txtNoSend2.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoSend2.MouseBack = null;
- this.txtNoSend2.Multiline = false;
- this.txtNoSend2.Name = "txtNoSend2";
- this.txtNoSend2.NormlBack = null;
- this.txtNoSend2.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoSend2.ReadOnly = false;
- this.txtNoSend2.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoSend2.Size = new System.Drawing.Size(70, 25);
- this.txtNoSend2.TabIndex = 1;
- this.txtNoSend2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtNoSend2.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoSend2.WaterText = "";
- this.txtNoSend2.WordWrap = true;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label10.Location = new System.Drawing.Point(49, 5);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(208, 17);
- this.label10.TabIndex = 0;
- this.label10.Text = "已选 天未发片 则预警";
- //
- // panel_SelectNotRefinement
- //
- this.panel_SelectNotRefinement.Controls.Add(this.chk_SelectNotRefinement);
- this.panel_SelectNotRefinement.Controls.Add(this.txtSelectNotRefinement);
- this.panel_SelectNotRefinement.Controls.Add(this.label13);
- this.panel_SelectNotRefinement.Location = new System.Drawing.Point(3, 168);
- this.panel_SelectNotRefinement.Name = "panel_SelectNotRefinement";
- this.panel_SelectNotRefinement.Size = new System.Drawing.Size(280, 27);
- this.panel_SelectNotRefinement.TabIndex = 12;
- //
- // chk_SelectNotRefinement
- //
- this.chk_SelectNotRefinement.AutoSize = true;
- this.chk_SelectNotRefinement.BackColor = System.Drawing.Color.Transparent;
- this.chk_SelectNotRefinement.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_SelectNotRefinement.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_SelectNotRefinement.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_SelectNotRefinement.Fourstates = false;
- this.chk_SelectNotRefinement.IsGreenTick = false;
- this.chk_SelectNotRefinement.Location = new System.Drawing.Point(6, 6);
- this.chk_SelectNotRefinement.Name = "chk_SelectNotRefinement";
- this.chk_SelectNotRefinement.Size = new System.Drawing.Size(15, 14);
- this.chk_SelectNotRefinement.TabIndex = 3;
- this.chk_SelectNotRefinement.UseVisualStyleBackColor = false;
- //
- // txtSelectNotRefinement
- //
- this.txtSelectNotRefinement.BackColor = System.Drawing.Color.Transparent;
- this.txtSelectNotRefinement.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtSelectNotRefinement.Icon = null;
- this.txtSelectNotRefinement.IconIsButton = false;
- this.txtSelectNotRefinement.IsPasswordChat = '\0';
- this.txtSelectNotRefinement.IsSystemPasswordChar = false;
- this.txtSelectNotRefinement.Lines = new string[0];
- this.txtSelectNotRefinement.Location = new System.Drawing.Point(81, 1);
- this.txtSelectNotRefinement.Margin = new System.Windows.Forms.Padding(0);
- this.txtSelectNotRefinement.MaxLength = 32767;
- this.txtSelectNotRefinement.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtSelectNotRefinement.MouseBack = null;
- this.txtSelectNotRefinement.Multiline = false;
- this.txtSelectNotRefinement.Name = "txtSelectNotRefinement";
- this.txtSelectNotRefinement.NormlBack = null;
- this.txtSelectNotRefinement.Padding = new System.Windows.Forms.Padding(5);
- this.txtSelectNotRefinement.ReadOnly = false;
- this.txtSelectNotRefinement.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtSelectNotRefinement.Size = new System.Drawing.Size(70, 25);
- this.txtSelectNotRefinement.TabIndex = 1;
- this.txtSelectNotRefinement.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtSelectNotRefinement.WaterColor = System.Drawing.Color.DarkGray;
- this.txtSelectNotRefinement.WaterText = "";
- this.txtSelectNotRefinement.WordWrap = true;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label13.Location = new System.Drawing.Point(25, 5);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(232, 17);
- this.label13.TabIndex = 2;
- this.label13.Text = " 已选 天未精修 则预警";
- //
- // panel_RefinementNotDesign
- //
- this.panel_RefinementNotDesign.Controls.Add(this.chk_RefinementNotDesign);
- this.panel_RefinementNotDesign.Controls.Add(this.txtRefinementNotDesign);
- this.panel_RefinementNotDesign.Controls.Add(this.label14);
- this.panel_RefinementNotDesign.Location = new System.Drawing.Point(3, 201);
- this.panel_RefinementNotDesign.Name = "panel_RefinementNotDesign";
- this.panel_RefinementNotDesign.Size = new System.Drawing.Size(280, 27);
- this.panel_RefinementNotDesign.TabIndex = 13;
- //
- // chk_RefinementNotDesign
- //
- this.chk_RefinementNotDesign.AutoSize = true;
- this.chk_RefinementNotDesign.BackColor = System.Drawing.Color.Transparent;
- this.chk_RefinementNotDesign.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_RefinementNotDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_RefinementNotDesign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_RefinementNotDesign.Fourstates = false;
- this.chk_RefinementNotDesign.IsGreenTick = false;
- this.chk_RefinementNotDesign.Location = new System.Drawing.Point(6, 6);
- this.chk_RefinementNotDesign.Name = "chk_RefinementNotDesign";
- this.chk_RefinementNotDesign.Size = new System.Drawing.Size(15, 14);
- this.chk_RefinementNotDesign.TabIndex = 3;
- this.chk_RefinementNotDesign.UseVisualStyleBackColor = false;
- //
- // txtRefinementNotDesign
- //
- this.txtRefinementNotDesign.BackColor = System.Drawing.Color.Transparent;
- this.txtRefinementNotDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtRefinementNotDesign.Icon = null;
- this.txtRefinementNotDesign.IconIsButton = false;
- this.txtRefinementNotDesign.IsPasswordChat = '\0';
- this.txtRefinementNotDesign.IsSystemPasswordChar = false;
- this.txtRefinementNotDesign.Lines = new string[0];
- this.txtRefinementNotDesign.Location = new System.Drawing.Point(81, 1);
- this.txtRefinementNotDesign.Margin = new System.Windows.Forms.Padding(0);
- this.txtRefinementNotDesign.MaxLength = 32767;
- this.txtRefinementNotDesign.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtRefinementNotDesign.MouseBack = null;
- this.txtRefinementNotDesign.Multiline = false;
- this.txtRefinementNotDesign.Name = "txtRefinementNotDesign";
- this.txtRefinementNotDesign.NormlBack = null;
- this.txtRefinementNotDesign.Padding = new System.Windows.Forms.Padding(5);
- this.txtRefinementNotDesign.ReadOnly = false;
- this.txtRefinementNotDesign.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtRefinementNotDesign.Size = new System.Drawing.Size(70, 25);
- this.txtRefinementNotDesign.TabIndex = 1;
- this.txtRefinementNotDesign.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtRefinementNotDesign.WaterColor = System.Drawing.Color.DarkGray;
- this.txtRefinementNotDesign.WaterText = "";
- this.txtRefinementNotDesign.WordWrap = true;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label14.Location = new System.Drawing.Point(25, 5);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(232, 17);
- this.label14.TabIndex = 2;
- this.label14.Text = " 已精修 天未设计 则预警";
- //
- // panel_NoLook
- //
- this.panel_NoLook.Controls.Add(this.chk_NoLook);
- this.panel_NoLook.Controls.Add(this.txtNoLook);
- this.panel_NoLook.Controls.Add(this.label5);
- this.panel_NoLook.Location = new System.Drawing.Point(3, 300);
- this.panel_NoLook.Name = "panel_NoLook";
- this.panel_NoLook.Size = new System.Drawing.Size(280, 27);
- this.panel_NoLook.TabIndex = 5;
- //
- // chk_NoLook
- //
- this.chk_NoLook.AutoSize = true;
- this.chk_NoLook.BackColor = System.Drawing.Color.Transparent;
- this.chk_NoLook.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_NoLook.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_NoLook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_NoLook.Fourstates = false;
- this.chk_NoLook.IsGreenTick = false;
- this.chk_NoLook.Location = new System.Drawing.Point(6, 6);
- this.chk_NoLook.Name = "chk_NoLook";
- this.chk_NoLook.Size = new System.Drawing.Size(15, 14);
- this.chk_NoLook.TabIndex = 28;
- this.chk_NoLook.UseVisualStyleBackColor = false;
- //
- // txtNoLook
- //
- this.txtNoLook.BackColor = System.Drawing.Color.Transparent;
- this.txtNoLook.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoLook.Icon = null;
- this.txtNoLook.IconIsButton = false;
- this.txtNoLook.IsPasswordChat = '\0';
- this.txtNoLook.IsSystemPasswordChar = false;
- this.txtNoLook.Lines = new string[0];
- this.txtNoLook.Location = new System.Drawing.Point(81, 1);
- this.txtNoLook.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoLook.MaxLength = 32767;
- this.txtNoLook.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoLook.MouseBack = null;
- this.txtNoLook.Multiline = false;
- this.txtNoLook.Name = "txtNoLook";
- this.txtNoLook.NormlBack = null;
- this.txtNoLook.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoLook.ReadOnly = false;
- this.txtNoLook.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoLook.Size = new System.Drawing.Size(70, 25);
- this.txtNoLook.TabIndex = 1;
- this.txtNoLook.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtNoLook.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoLook.WaterText = "";
- this.txtNoLook.WordWrap = true;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label5.Location = new System.Drawing.Point(37, 5);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(220, 17);
- this.label5.TabIndex = 0;
- this.label5.Text = "已设计 天未看 则预警";
- //
- // panel_NoSend
- //
- this.panel_NoSend.Controls.Add(this.chk_NoSend);
- this.panel_NoSend.Controls.Add(this.txtNoSend);
- this.panel_NoSend.Controls.Add(this.label6);
- this.panel_NoSend.Location = new System.Drawing.Point(3, 333);
- this.panel_NoSend.Name = "panel_NoSend";
- this.panel_NoSend.Size = new System.Drawing.Size(280, 27);
- this.panel_NoSend.TabIndex = 6;
- //
- // chk_NoSend
- //
- this.chk_NoSend.AutoSize = true;
- this.chk_NoSend.BackColor = System.Drawing.Color.Transparent;
- this.chk_NoSend.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_NoSend.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_NoSend.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_NoSend.Fourstates = false;
- this.chk_NoSend.IsGreenTick = false;
- this.chk_NoSend.Location = new System.Drawing.Point(6, 6);
- this.chk_NoSend.Name = "chk_NoSend";
- this.chk_NoSend.Size = new System.Drawing.Size(15, 14);
- this.chk_NoSend.TabIndex = 28;
- this.chk_NoSend.UseVisualStyleBackColor = false;
- //
- // txtNoSend
- //
- this.txtNoSend.BackColor = System.Drawing.Color.Transparent;
- this.txtNoSend.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoSend.Icon = null;
- this.txtNoSend.IconIsButton = false;
- this.txtNoSend.IsPasswordChat = '\0';
- this.txtNoSend.IsSystemPasswordChar = false;
- this.txtNoSend.Lines = new string[0];
- this.txtNoSend.Location = new System.Drawing.Point(81, 1);
- this.txtNoSend.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoSend.MaxLength = 32767;
- this.txtNoSend.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoSend.MouseBack = null;
- this.txtNoSend.Multiline = false;
- this.txtNoSend.Name = "txtNoSend";
- this.txtNoSend.NormlBack = null;
- this.txtNoSend.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoSend.ReadOnly = false;
- this.txtNoSend.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoSend.Size = new System.Drawing.Size(70, 25);
- this.txtNoSend.TabIndex = 1;
- this.txtNoSend.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtNoSend.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoSend.WaterText = "";
- this.txtNoSend.WordWrap = true;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label6.Location = new System.Drawing.Point(38, 5);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(220, 17);
- this.label6.TabIndex = 0;
- this.label6.Text = "已看版 天未发片 则预警";
- //
- // panel_NoBack
- //
- this.panel_NoBack.Controls.Add(this.chk_NoBack);
- this.panel_NoBack.Controls.Add(this.txtNoBack);
- this.panel_NoBack.Controls.Add(this.label8);
- this.panel_NoBack.Location = new System.Drawing.Point(3, 366);
- this.panel_NoBack.Name = "panel_NoBack";
- this.panel_NoBack.Size = new System.Drawing.Size(280, 27);
- this.panel_NoBack.TabIndex = 7;
- //
- // chk_NoBack
- //
- this.chk_NoBack.AutoSize = true;
- this.chk_NoBack.BackColor = System.Drawing.Color.Transparent;
- this.chk_NoBack.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_NoBack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_NoBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_NoBack.Fourstates = false;
- this.chk_NoBack.IsGreenTick = false;
- this.chk_NoBack.Location = new System.Drawing.Point(6, 6);
- this.chk_NoBack.Name = "chk_NoBack";
- this.chk_NoBack.Size = new System.Drawing.Size(15, 14);
- this.chk_NoBack.TabIndex = 27;
- this.chk_NoBack.UseVisualStyleBackColor = false;
- //
- // txtNoBack
- //
- this.txtNoBack.BackColor = System.Drawing.Color.Transparent;
- this.txtNoBack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoBack.Icon = null;
- this.txtNoBack.IconIsButton = false;
- this.txtNoBack.IsPasswordChat = '\0';
- this.txtNoBack.IsSystemPasswordChar = false;
- this.txtNoBack.Lines = new string[0];
- this.txtNoBack.Location = new System.Drawing.Point(81, 1);
- this.txtNoBack.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoBack.MaxLength = 32767;
- this.txtNoBack.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoBack.MouseBack = null;
- this.txtNoBack.Multiline = false;
- this.txtNoBack.Name = "txtNoBack";
- this.txtNoBack.NormlBack = null;
- this.txtNoBack.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoBack.ReadOnly = false;
- this.txtNoBack.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoBack.Size = new System.Drawing.Size(70, 25);
- this.txtNoBack.TabIndex = 1;
- this.txtNoBack.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtNoBack.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoBack.WaterText = "";
- this.txtNoBack.WordWrap = true;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label8.Location = new System.Drawing.Point(38, 5);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(220, 17);
- this.label8.TabIndex = 26;
- this.label8.Text = "已发片 天未回件 则预警";
- //
- // panel_NoPickup
- //
- this.panel_NoPickup.Controls.Add(this.chk_NoPickup);
- this.panel_NoPickup.Controls.Add(this.txtNoPickup);
- this.panel_NoPickup.Controls.Add(this.label7);
- this.panel_NoPickup.Location = new System.Drawing.Point(3, 399);
- this.panel_NoPickup.Name = "panel_NoPickup";
- this.panel_NoPickup.Size = new System.Drawing.Size(280, 27);
- this.panel_NoPickup.TabIndex = 8;
- //
- // chk_NoPickup
- //
- this.chk_NoPickup.AutoSize = true;
- this.chk_NoPickup.BackColor = System.Drawing.Color.Transparent;
- this.chk_NoPickup.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_NoPickup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_NoPickup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_NoPickup.Fourstates = false;
- this.chk_NoPickup.IsGreenTick = false;
- this.chk_NoPickup.Location = new System.Drawing.Point(6, 6);
- this.chk_NoPickup.Name = "chk_NoPickup";
- this.chk_NoPickup.Size = new System.Drawing.Size(15, 14);
- this.chk_NoPickup.TabIndex = 3;
- this.chk_NoPickup.UseVisualStyleBackColor = false;
- //
- // txtNoPickup
- //
- this.txtNoPickup.BackColor = System.Drawing.Color.Transparent;
- this.txtNoPickup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoPickup.Icon = null;
- this.txtNoPickup.IconIsButton = false;
- this.txtNoPickup.IsPasswordChat = '\0';
- this.txtNoPickup.IsSystemPasswordChar = false;
- this.txtNoPickup.Lines = new string[0];
- this.txtNoPickup.Location = new System.Drawing.Point(81, 1);
- this.txtNoPickup.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoPickup.MaxLength = 32767;
- this.txtNoPickup.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoPickup.MouseBack = null;
- this.txtNoPickup.Multiline = false;
- this.txtNoPickup.Name = "txtNoPickup";
- this.txtNoPickup.NormlBack = null;
- this.txtNoPickup.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoPickup.ReadOnly = false;
- this.txtNoPickup.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoPickup.Size = new System.Drawing.Size(70, 25);
- this.txtNoPickup.TabIndex = 1;
- this.txtNoPickup.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtNoPickup.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoPickup.WaterText = "";
- this.txtNoPickup.WordWrap = true;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label7.Location = new System.Drawing.Point(25, 5);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(232, 17);
- this.label7.TabIndex = 2;
- this.label7.Text = "部分回件 天未取件 则预警";
- //
- // panel_NoPickup2
- //
- this.panel_NoPickup2.Controls.Add(this.chk_NoPickup2);
- this.panel_NoPickup2.Controls.Add(this.txtNoPickup2);
- this.panel_NoPickup2.Controls.Add(this.label12);
- this.panel_NoPickup2.Location = new System.Drawing.Point(3, 432);
- this.panel_NoPickup2.Name = "panel_NoPickup2";
- this.panel_NoPickup2.Size = new System.Drawing.Size(280, 27);
- this.panel_NoPickup2.TabIndex = 11;
- //
- // chk_NoPickup2
- //
- this.chk_NoPickup2.AutoSize = true;
- this.chk_NoPickup2.BackColor = System.Drawing.Color.Transparent;
- this.chk_NoPickup2.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chk_NoPickup2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chk_NoPickup2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chk_NoPickup2.Fourstates = false;
- this.chk_NoPickup2.IsGreenTick = false;
- this.chk_NoPickup2.Location = new System.Drawing.Point(6, 6);
- this.chk_NoPickup2.Name = "chk_NoPickup2";
- this.chk_NoPickup2.Size = new System.Drawing.Size(15, 14);
- this.chk_NoPickup2.TabIndex = 3;
- this.chk_NoPickup2.UseVisualStyleBackColor = false;
- //
- // txtNoPickup2
- //
- this.txtNoPickup2.BackColor = System.Drawing.Color.Transparent;
- this.txtNoPickup2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNoPickup2.Icon = null;
- this.txtNoPickup2.IconIsButton = false;
- this.txtNoPickup2.IsPasswordChat = '\0';
- this.txtNoPickup2.IsSystemPasswordChar = false;
- this.txtNoPickup2.Lines = new string[0];
- this.txtNoPickup2.Location = new System.Drawing.Point(81, 1);
- this.txtNoPickup2.Margin = new System.Windows.Forms.Padding(0);
- this.txtNoPickup2.MaxLength = 32767;
- this.txtNoPickup2.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNoPickup2.MouseBack = null;
- this.txtNoPickup2.Multiline = false;
- this.txtNoPickup2.Name = "txtNoPickup2";
- this.txtNoPickup2.NormlBack = null;
- this.txtNoPickup2.Padding = new System.Windows.Forms.Padding(5);
- this.txtNoPickup2.ReadOnly = false;
- this.txtNoPickup2.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNoPickup2.Size = new System.Drawing.Size(70, 25);
- this.txtNoPickup2.TabIndex = 1;
- this.txtNoPickup2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtNoPickup2.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNoPickup2.WaterText = "";
- this.txtNoPickup2.WordWrap = true;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.label12.Location = new System.Drawing.Point(25, 5);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(232, 17);
- this.label12.TabIndex = 2;
- this.label12.Text = "全部回件 天未取件 则预警";
- //
- // panelMain
- //
- this.panelMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panelMain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelMain.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelMain.BorderWidth = 1;
- this.panelMain.Controls.Add(this.flowLayoutPanel2);
- this.panelMain.Location = new System.Drawing.Point(10, 10);
- this.panelMain.Name = "panelMain";
- this.panelMain.Size = new System.Drawing.Size(500, 513);
- this.panelMain.TabIndex = 25;
- //
- // butnSave
- //
- this.butnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.butnSave.BackColor = System.Drawing.Color.Transparent;
- this.butnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnSave.BackImg")));
- this.butnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.butnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.butnSave.ForeColor = System.Drawing.Color.White;
- this.butnSave.IsCustomBackImg = false;
- this.butnSave.IsShowText = true;
- this.butnSave.Location = new System.Drawing.Point(161, 533);
- this.butnSave.Name = "butnSave";
- this.butnSave.Size = new System.Drawing.Size(85, 28);
- this.butnSave.TabIndex = 26;
- this.butnSave.Text = " 保 存";
- this.butnSave.UseVisualStyleBackColor = false;
- //
- // butnColse
- //
- this.butnColse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.butnColse.BackColor = System.Drawing.Color.Transparent;
- this.butnColse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnColse.BackImg")));
- this.butnColse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.butnColse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.butnColse.ForeColor = System.Drawing.Color.White;
- this.butnColse.IsCustomBackImg = false;
- this.butnColse.IsShowText = true;
- this.butnColse.Location = new System.Drawing.Point(288, 533);
- this.butnColse.Name = "butnColse";
- this.butnColse.Size = new System.Drawing.Size(85, 28);
- this.butnColse.TabIndex = 27;
- this.butnColse.Text = " 关 闭";
- this.butnColse.UseVisualStyleBackColor = false;
- //
- // A_SetProcessAlertSuperSmallForm
- //
- 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(520, 635);
- 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 = "A_SetProcessAlertSuperSmallForm";
- 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.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.panel_NoSelected.ResumeLayout(false);
- this.panel_NoSelected.PerformLayout();
- this.panel_NoSelected2.ResumeLayout(false);
- this.panel_NoSelected2.PerformLayout();
- this.panel_NoDesign.ResumeLayout(false);
- this.panel_NoDesign.PerformLayout();
- this.panel_NoSend2.ResumeLayout(false);
- this.panel_NoSend2.PerformLayout();
- this.panel_SelectNotRefinement.ResumeLayout(false);
- this.panel_SelectNotRefinement.PerformLayout();
- this.panel_RefinementNotDesign.ResumeLayout(false);
- this.panel_RefinementNotDesign.PerformLayout();
- this.panel_NoLook.ResumeLayout(false);
- this.panel_NoLook.PerformLayout();
- this.panel_NoSend.ResumeLayout(false);
- this.panel_NoSend.PerformLayout();
- this.panel_NoBack.ResumeLayout(false);
- this.panel_NoBack.PerformLayout();
- this.panel_NoPickup.ResumeLayout(false);
- this.panel_NoPickup.PerformLayout();
- this.panel_NoPickup2.ResumeLayout(false);
- this.panel_NoPickup2.PerformLayout();
- this.panelMain.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- protected ComponentLibrary.TextBoxEx txtNoShot;
- private System.Windows.Forms.Label label1;
- protected ComponentLibrary.TextBoxEx txtNoRepair;
- private System.Windows.Forms.Label label2;
- protected ComponentLibrary.TextBoxEx txtNoSelected;
- private System.Windows.Forms.Label label3;
- protected ComponentLibrary.TextBoxEx txtNoSelected2;
- private System.Windows.Forms.Label label9;
- protected ComponentLibrary.TextBoxEx txtNoDesign;
- private System.Windows.Forms.Label label4;
- protected ComponentLibrary.TextBoxEx txtNoLook;
- private System.Windows.Forms.Label label5;
- protected ComponentLibrary.TextBoxEx txtNoSend;
- private System.Windows.Forms.Label label6;
- protected ComponentLibrary.TextBoxEx txtNoBack;
- protected ComponentLibrary.TextBoxEx txtNoPickup;
- private ComponentLibrary.PanelEx panelMain;
- protected ComponentLibrary.ButtonEx butnColse;
- protected ComponentLibrary.ButtonEx butnSave;
- protected System.Windows.Forms.Label label8;
- protected System.Windows.Forms.Label label7;
- protected internal System.Windows.Forms.Panel panel_NoShot;
- protected internal System.Windows.Forms.Panel panel_NoRepair;
- protected internal System.Windows.Forms.Panel panel_NoSelected;
- protected internal System.Windows.Forms.Panel panel_NoSelected2;
- protected internal System.Windows.Forms.Panel panel_NoDesign;
- protected internal System.Windows.Forms.Panel panel_NoLook;
- protected internal System.Windows.Forms.Panel panel_NoSend;
- protected internal System.Windows.Forms.Panel panel_NoBack;
- protected internal System.Windows.Forms.Panel panel_NoPickup;
- protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
- protected internal ComponentLibrary.CheckBoxEx chk_NoShot;
- protected internal ComponentLibrary.CheckBoxEx chk_NoRepair;
- protected internal ComponentLibrary.CheckBoxEx chk_NoSelected;
- protected internal ComponentLibrary.CheckBoxEx chk_NoSelected2;
- protected internal ComponentLibrary.CheckBoxEx chk_NoDesign;
- protected internal ComponentLibrary.CheckBoxEx chk_NoLook;
- protected internal ComponentLibrary.CheckBoxEx chk_NoSend;
- protected internal ComponentLibrary.CheckBoxEx chk_NoBack;
- protected internal ComponentLibrary.CheckBoxEx chk_NoPickup;
- protected internal System.Windows.Forms.Panel panel_NoSend2;
- protected internal ComponentLibrary.CheckBoxEx chk_NoSend2;
- protected ComponentLibrary.TextBoxEx txtNoSend2;
- private System.Windows.Forms.Label label10;
- protected internal System.Windows.Forms.Panel panel_NoShotIn;
- protected internal ComponentLibrary.CheckBoxEx chk_NoShotIn;
- protected ComponentLibrary.TextBoxEx txtNoShotIn;
- private System.Windows.Forms.Label label11;
- protected internal System.Windows.Forms.Panel panel_NoPickup2;
- protected internal ComponentLibrary.CheckBoxEx chk_NoPickup2;
- protected ComponentLibrary.TextBoxEx txtNoPickup2;
- protected System.Windows.Forms.Label label12;
- protected internal System.Windows.Forms.Panel panel_SelectNotRefinement;
- protected internal ComponentLibrary.CheckBoxEx chk_SelectNotRefinement;
- protected ComponentLibrary.TextBoxEx txtSelectNotRefinement;
- protected System.Windows.Forms.Label label13;
- protected internal System.Windows.Forms.Panel panel_RefinementNotDesign;
- protected internal ComponentLibrary.CheckBoxEx chk_RefinementNotDesign;
- protected ComponentLibrary.TextBoxEx txtRefinementNotDesign;
- protected System.Windows.Forms.Label label14;
- }
- }
|