| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0401
- {
- /// <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(F_MST_0401));
- this.diaLockTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.diaPasswordNumber = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.lblSetStartMonthUnit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.chkLoginTimeLimit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.lblLockTimeUnit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpAccountTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.diaSetStartMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.txtDefaultPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.cboBalanceDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.chkLoginMac = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.lblDefaultPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblAccountTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblSetStartMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblBalanceDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblUserLockTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblPasswordNumber = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnInit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtSPM009 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel9 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM008 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM007 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel7 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM006 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM005 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel5 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM004 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM003 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM002 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM001 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.lblLabel12 = new Dongke.WinForm.Controls.LblLabel();
- this.cobSPM016 = new System.Windows.Forms.ComboBox();
- this.txtSPM021 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel11 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM014 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel10 = new Dongke.WinForm.Controls.LblLabel();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.chkSPM015 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkSPM010 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.chkPlateLimitNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkSameModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkSameLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.lblLabel22 = new Dongke.WinForm.Controls.LblLabel();
- this.txtPHG03001 = new Dongke.WinForm.Controls.TxtTextBox();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.label3 = new System.Windows.Forms.Label();
- this.txtPHG03003 = new Dongke.WinForm.Controls.TxtTextBox();
- this.txtPHG03002 = new Dongke.WinForm.Controls.TxtTextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.panel2 = new System.Windows.Forms.Panel();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.chkSPM020 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkSPM019 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkSPM018 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkSPM017 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.btnSetBackInP = new Dongke.WinForm.Controls.BtnButton();
- this.rabMouldAuto = new System.Windows.Forms.RadioButton();
- this.rabMouldBarcode = new System.Windows.Forms.RadioButton();
- this.groupBox7 = new System.Windows.Forms.GroupBox();
- this.rabMust = new System.Windows.Forms.RadioButton();
- this.groupBox8 = new System.Windows.Forms.GroupBox();
- this.chkSPM024 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.lblLabel13 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM023 = new Dongke.WinForm.Controls.TxtNumerical();
- this.txtSPM022 = new Dongke.WinForm.Controls.TxtNumerical();
- this.groupBox9 = new System.Windows.Forms.GroupBox();
- this.chkgroutControl = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkdeliverControl = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkControl = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkSPM033 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.groupBox5.SuspendLayout();
- this.panel2.SuspendLayout();
- this.groupBox6.SuspendLayout();
- this.groupBox7.SuspendLayout();
- this.groupBox8.SuspendLayout();
- this.groupBox9.SuspendLayout();
- this.SuspendLayout();
- //
- // diaLockTime
- //
- this.diaLockTime.AllowNegative = false;
- this.diaLockTime.BackColor = System.Drawing.SystemColors.Window;
- this.diaLockTime.BackgroundColor = System.Drawing.SystemColors.Window;
- this.diaLockTime.ErrorMessage = "";
- this.diaLockTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.diaLockTime.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.diaLockTime.Location = new System.Drawing.Point(95, 47);
- this.diaLockTime.MaxLength = 2;
- this.diaLockTime.MaxValue = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.diaLockTime.MinValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.diaLockTime.Name = "diaLockTime";
- this.diaLockTime.Number = new System.Drawing.Point(3, 0);
- this.diaLockTime.Size = new System.Drawing.Size(66, 21);
- this.diaLockTime.TabIndex = 3;
- this.diaLockTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.diaLockTime.TextValue = "";
- //
- // diaPasswordNumber
- //
- this.diaPasswordNumber.AllowNegative = false;
- this.diaPasswordNumber.BackColor = System.Drawing.SystemColors.Window;
- this.diaPasswordNumber.BackgroundColor = System.Drawing.SystemColors.Window;
- this.diaPasswordNumber.ErrorMessage = "";
- this.diaPasswordNumber.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.diaPasswordNumber.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.diaPasswordNumber.Location = new System.Drawing.Point(95, 20);
- this.diaPasswordNumber.MaxLength = 2;
- this.diaPasswordNumber.MaxValue = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.diaPasswordNumber.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.diaPasswordNumber.Name = "diaPasswordNumber";
- this.diaPasswordNumber.Number = new System.Drawing.Point(3, 0);
- this.diaPasswordNumber.Size = new System.Drawing.Size(66, 21);
- this.diaPasswordNumber.TabIndex = 1;
- this.diaPasswordNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.diaPasswordNumber.TextValue = "";
- //
- // lblSetStartMonthUnit
- //
- this.lblSetStartMonthUnit.AutoSize = true;
- this.lblSetStartMonthUnit.BackColor = System.Drawing.Color.Transparent;
- this.lblSetStartMonthUnit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblSetStartMonthUnit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblSetStartMonthUnit.IsMustInput = true;
- this.lblSetStartMonthUnit.Location = new System.Drawing.Point(155, 10);
- this.lblSetStartMonthUnit.Name = "lblSetStartMonthUnit";
- this.lblSetStartMonthUnit.Size = new System.Drawing.Size(17, 12);
- this.lblSetStartMonthUnit.TabIndex = 7;
- this.lblSetStartMonthUnit.Text = "月";
- //
- // chkLoginTimeLimit
- //
- this.chkLoginTimeLimit.AutoSize = true;
- this.chkLoginTimeLimit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkLoginTimeLimit.Location = new System.Drawing.Point(10, 130);
- this.chkLoginTimeLimit.Name = "chkLoginTimeLimit";
- this.chkLoginTimeLimit.Size = new System.Drawing.Size(120, 16);
- this.chkLoginTimeLimit.TabIndex = 8;
- this.chkLoginTimeLimit.Text = "启用登录时段限制";
- this.chkLoginTimeLimit.UseVisualStyleBackColor = true;
- //
- // lblLockTimeUnit
- //
- this.lblLockTimeUnit.AutoSize = true;
- this.lblLockTimeUnit.BackColor = System.Drawing.Color.Transparent;
- this.lblLockTimeUnit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblLockTimeUnit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblLockTimeUnit.IsMustInput = true;
- this.lblLockTimeUnit.Location = new System.Drawing.Point(163, 51);
- this.lblLockTimeUnit.Name = "lblLockTimeUnit";
- this.lblLockTimeUnit.Size = new System.Drawing.Size(29, 12);
- this.lblLockTimeUnit.TabIndex = 4;
- this.lblLockTimeUnit.Text = "小时";
- //
- // dtpAccountTime
- //
- this.dtpAccountTime.CustomFormat = "yyyy-MM-dd";
- this.dtpAccountTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpAccountTime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
- this.dtpAccountTime.Location = new System.Drawing.Point(88, 68);
- this.dtpAccountTime.Name = "dtpAccountTime";
- this.dtpAccountTime.ShowUpDown = true;
- this.dtpAccountTime.Size = new System.Drawing.Size(95, 21);
- this.dtpAccountTime.TabIndex = 11;
- //
- // diaSetStartMonth
- //
- this.diaSetStartMonth.BackColor = System.Drawing.SystemColors.Control;
- this.diaSetStartMonth.BackgroundColor = System.Drawing.SystemColors.Window;
- this.diaSetStartMonth.Enabled = false;
- this.diaSetStartMonth.ErrorMessage = "";
- this.diaSetStartMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.diaSetStartMonth.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.diaSetStartMonth.Location = new System.Drawing.Point(88, 6);
- this.diaSetStartMonth.MaxValue = new decimal(new int[] {
- -1,
- -1,
- -1,
- 0});
- this.diaSetStartMonth.MinValue = new decimal(new int[] {
- -1,
- -1,
- -1,
- -2147483648});
- this.diaSetStartMonth.Name = "diaSetStartMonth";
- this.diaSetStartMonth.ReadOnly = true;
- this.diaSetStartMonth.Size = new System.Drawing.Size(64, 21);
- this.diaSetStartMonth.TabIndex = 6;
- this.diaSetStartMonth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.diaSetStartMonth.TextValue = "";
- //
- // txtDefaultPassword
- //
- this.txtDefaultPassword.BackColor = System.Drawing.SystemColors.Window;
- this.txtDefaultPassword.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtDefaultPassword.ErrorMessage = "";
- this.txtDefaultPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtDefaultPassword.Location = new System.Drawing.Point(95, 74);
- this.txtDefaultPassword.Name = "txtDefaultPassword";
- this.txtDefaultPassword.Size = new System.Drawing.Size(95, 21);
- this.txtDefaultPassword.TabIndex = 6;
- //
- // cboBalanceDate
- //
- this.cboBalanceDate.BackColor = System.Drawing.SystemColors.Window;
- this.cboBalanceDate.BackgroundColor = System.Drawing.SystemColors.Window;
- this.cboBalanceDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cboBalanceDate.Enabled = false;
- this.cboBalanceDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cboBalanceDate.FormattingEnabled = true;
- this.cboBalanceDate.Items.AddRange(new object[] {
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
- "13",
- "14",
- "15",
- "16",
- "17",
- "18",
- "19",
- "20",
- "21",
- "22",
- "23",
- "24",
- "25",
- "26",
- "27",
- "28",
- "月末"});
- this.cboBalanceDate.Location = new System.Drawing.Point(88, 37);
- this.cboBalanceDate.Name = "cboBalanceDate";
- this.cboBalanceDate.Size = new System.Drawing.Size(95, 20);
- this.cboBalanceDate.TabIndex = 9;
- //
- // chkLoginMac
- //
- this.chkLoginMac.AutoSize = true;
- this.chkLoginMac.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkLoginMac.Location = new System.Drawing.Point(10, 103);
- this.chkLoginMac.Name = "chkLoginMac";
- this.chkLoginMac.Size = new System.Drawing.Size(114, 16);
- this.chkLoginMac.TabIndex = 7;
- this.chkLoginMac.Text = "启用MAC地址限制";
- this.chkLoginMac.UseVisualStyleBackColor = true;
- //
- // lblDefaultPassword
- //
- this.lblDefaultPassword.AutoSize = true;
- this.lblDefaultPassword.BackColor = System.Drawing.Color.Transparent;
- this.lblDefaultPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDefaultPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblDefaultPassword.IsMustInput = true;
- this.lblDefaultPassword.Location = new System.Drawing.Point(12, 78);
- this.lblDefaultPassword.Name = "lblDefaultPassword";
- this.lblDefaultPassword.Size = new System.Drawing.Size(77, 12);
- this.lblDefaultPassword.TabIndex = 5;
- this.lblDefaultPassword.Text = "默认用户密码";
- //
- // lblAccountTime
- //
- this.lblAccountTime.AutoSize = true;
- this.lblAccountTime.BackColor = System.Drawing.Color.Transparent;
- this.lblAccountTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAccountTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblAccountTime.IsMustInput = true;
- this.lblAccountTime.Location = new System.Drawing.Point(3, 72);
- this.lblAccountTime.Name = "lblAccountTime";
- this.lblAccountTime.Size = new System.Drawing.Size(77, 12);
- this.lblAccountTime.TabIndex = 10;
- this.lblAccountTime.Text = "系统账务时间";
- //
- // lblSetStartMonth
- //
- this.lblSetStartMonth.AutoSize = true;
- this.lblSetStartMonth.BackColor = System.Drawing.Color.Transparent;
- this.lblSetStartMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblSetStartMonth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblSetStartMonth.IsMustInput = true;
- this.lblSetStartMonth.Location = new System.Drawing.Point(3, 10);
- this.lblSetStartMonth.Name = "lblSetStartMonth";
- this.lblSetStartMonth.Size = new System.Drawing.Size(77, 12);
- this.lblSetStartMonth.TabIndex = 5;
- this.lblSetStartMonth.Text = "年度起始月份";
- //
- // lblBalanceDate
- //
- this.lblBalanceDate.AutoSize = true;
- this.lblBalanceDate.BackColor = System.Drawing.Color.Transparent;
- this.lblBalanceDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBalanceDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblBalanceDate.IsMustInput = true;
- this.lblBalanceDate.Location = new System.Drawing.Point(3, 41);
- this.lblBalanceDate.Name = "lblBalanceDate";
- this.lblBalanceDate.Size = new System.Drawing.Size(77, 12);
- this.lblBalanceDate.TabIndex = 8;
- this.lblBalanceDate.Text = "结算账务日期";
- //
- // lblUserLockTime
- //
- this.lblUserLockTime.AutoSize = true;
- this.lblUserLockTime.BackColor = System.Drawing.Color.Transparent;
- this.lblUserLockTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblUserLockTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblUserLockTime.IsMustInput = true;
- this.lblUserLockTime.Location = new System.Drawing.Point(12, 51);
- this.lblUserLockTime.Name = "lblUserLockTime";
- this.lblUserLockTime.Size = new System.Drawing.Size(77, 12);
- this.lblUserLockTime.TabIndex = 2;
- this.lblUserLockTime.Text = "用户锁定时长";
- //
- // lblPasswordNumber
- //
- this.lblPasswordNumber.AutoSize = true;
- this.lblPasswordNumber.BackColor = System.Drawing.Color.Transparent;
- this.lblPasswordNumber.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblPasswordNumber.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblPasswordNumber.IsMustInput = true;
- this.lblPasswordNumber.Location = new System.Drawing.Point(12, 24);
- this.lblPasswordNumber.Name = "lblPasswordNumber";
- this.lblPasswordNumber.Size = new System.Drawing.Size(77, 12);
- this.lblPasswordNumber.TabIndex = 0;
- this.lblPasswordNumber.Text = "密码尝试次数";
- //
- // btnInit
- //
- this.btnInit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btnInit.BackColor = System.Drawing.Color.Transparent;
- this.btnInit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnInit.BackgroundImage")));
- this.btnInit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnInit.ForeColor = System.Drawing.Color.White;
- this.btnInit.Location = new System.Drawing.Point(372, 390);
- this.btnInit.Name = "btnInit";
- this.btnInit.Size = new System.Drawing.Size(83, 30);
- this.btnInit.TabIndex = 97;
- this.btnInit.Text = "初始化";
- this.btnInit.UseVisualStyleBackColor = false;
- this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(471, 390);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(79, 30);
- this.btnSave.TabIndex = 98;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(556, 390);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(78, 30);
- this.btnCancel.TabIndex = 99;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // txtSPM009
- //
- this.txtSPM009.CanLostFocusOnError = false;
- this.txtSPM009.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM009.Location = new System.Drawing.Point(141, 182);
- this.txtSPM009.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtSPM009.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM009.MustInput = true;
- this.txtSPM009.Name = "txtSPM009";
- this.txtSPM009.ShowMustInputAlert = false;
- this.txtSPM009.Size = new System.Drawing.Size(49, 21);
- this.txtSPM009.TabIndex = 15;
- //
- // lblLabel9
- //
- this.lblLabel9.AutoSize = false;
- this.lblLabel9.Location = new System.Drawing.Point(-2, 186);
- this.lblLabel9.MustInput = true;
- this.lblLabel9.Name = "lblLabel9";
- this.lblLabel9.Size = new System.Drawing.Size(137, 12);
- this.lblLabel9.TabIndex = 14;
- this.lblLabel9.Text = "成检登记改判限制天数";
- this.lblLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtSPM008
- //
- this.txtSPM008.CanLostFocusOnError = false;
- this.txtSPM008.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM008.Location = new System.Drawing.Point(141, 155);
- this.txtSPM008.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtSPM008.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM008.MustInput = true;
- this.txtSPM008.Name = "txtSPM008";
- this.txtSPM008.ShowMustInputAlert = false;
- this.txtSPM008.Size = new System.Drawing.Size(49, 21);
- this.txtSPM008.TabIndex = 13;
- //
- // lblLabel8
- //
- this.lblLabel8.AutoSize = false;
- this.lblLabel8.Location = new System.Drawing.Point(-2, 159);
- this.lblLabel8.MustInput = true;
- this.lblLabel8.Name = "lblLabel8";
- this.lblLabel8.Size = new System.Drawing.Size(137, 12);
- this.lblLabel8.TabIndex = 12;
- this.lblLabel8.Text = "半检复检撤销限制天数";
- this.lblLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtSPM007
- //
- this.txtSPM007.CanLostFocusOnError = false;
- this.txtSPM007.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM007.Location = new System.Drawing.Point(141, 128);
- this.txtSPM007.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtSPM007.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM007.MustInput = true;
- this.txtSPM007.Name = "txtSPM007";
- this.txtSPM007.ShowMustInputAlert = false;
- this.txtSPM007.Size = new System.Drawing.Size(49, 21);
- this.txtSPM007.TabIndex = 11;
- //
- // lblLabel7
- //
- this.lblLabel7.AutoSize = false;
- this.lblLabel7.Location = new System.Drawing.Point(-2, 132);
- this.lblLabel7.MustInput = true;
- this.lblLabel7.Name = "lblLabel7";
- this.lblLabel7.Size = new System.Drawing.Size(137, 12);
- this.lblLabel7.TabIndex = 10;
- this.lblLabel7.Text = "半检登记改判限制天数";
- this.lblLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtSPM006
- //
- this.txtSPM006.CanLostFocusOnError = false;
- this.txtSPM006.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM006.Location = new System.Drawing.Point(141, 101);
- this.txtSPM006.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtSPM006.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM006.MustInput = true;
- this.txtSPM006.Name = "txtSPM006";
- this.txtSPM006.ShowMustInputAlert = false;
- this.txtSPM006.Size = new System.Drawing.Size(49, 21);
- this.txtSPM006.TabIndex = 9;
- //
- // lblLabel6
- //
- this.lblLabel6.AutoSize = false;
- this.lblLabel6.Location = new System.Drawing.Point(-2, 105);
- this.lblLabel6.MustInput = true;
- this.lblLabel6.Name = "lblLabel6";
- this.lblLabel6.Size = new System.Drawing.Size(137, 12);
- this.lblLabel6.TabIndex = 8;
- this.lblLabel6.Text = "损坯撤销限制天数";
- this.lblLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtSPM005
- //
- this.txtSPM005.CanLostFocusOnError = false;
- this.txtSPM005.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM005.Location = new System.Drawing.Point(141, 74);
- this.txtSPM005.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtSPM005.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM005.MustInput = true;
- this.txtSPM005.Name = "txtSPM005";
- this.txtSPM005.ShowMustInputAlert = false;
- this.txtSPM005.Size = new System.Drawing.Size(49, 21);
- this.txtSPM005.TabIndex = 7;
- //
- // lblLabel5
- //
- this.lblLabel5.AutoSize = false;
- this.lblLabel5.Location = new System.Drawing.Point(-2, 78);
- this.lblLabel5.MustInput = true;
- this.lblLabel5.Name = "lblLabel5";
- this.lblLabel5.Size = new System.Drawing.Size(137, 12);
- this.lblLabel5.TabIndex = 6;
- this.lblLabel5.Text = "成品撤销限制天数";
- this.lblLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtSPM004
- //
- this.txtSPM004.CanLostFocusOnError = false;
- this.txtSPM004.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM004.Location = new System.Drawing.Point(141, 47);
- this.txtSPM004.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtSPM004.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM004.MustInput = true;
- this.txtSPM004.Name = "txtSPM004";
- this.txtSPM004.ShowMustInputAlert = false;
- this.txtSPM004.Size = new System.Drawing.Size(49, 21);
- this.txtSPM004.TabIndex = 3;
- //
- // lblLabel4
- //
- this.lblLabel4.AutoSize = false;
- this.lblLabel4.Location = new System.Drawing.Point(-2, 51);
- this.lblLabel4.MustInput = true;
- this.lblLabel4.Name = "lblLabel4";
- this.lblLabel4.Size = new System.Drawing.Size(137, 12);
- this.lblLabel4.TabIndex = 2;
- this.lblLabel4.Text = "计件撤销限制天数";
- this.lblLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtSPM003
- //
- this.txtSPM003.CanLostFocusOnError = false;
- this.txtSPM003.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM003.Location = new System.Drawing.Point(141, 20);
- this.txtSPM003.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtSPM003.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM003.MustInput = true;
- this.txtSPM003.Name = "txtSPM003";
- this.txtSPM003.ShowMustInputAlert = false;
- this.txtSPM003.Size = new System.Drawing.Size(49, 21);
- this.txtSPM003.TabIndex = 1;
- //
- // lblLabel3
- //
- this.lblLabel3.AutoSize = false;
- this.lblLabel3.Location = new System.Drawing.Point(-2, 24);
- this.lblLabel3.MustInput = true;
- this.lblLabel3.Name = "lblLabel3";
- this.lblLabel3.Size = new System.Drawing.Size(137, 12);
- this.lblLabel3.TabIndex = 0;
- this.lblLabel3.Text = "交坯撤销限制天数";
- this.lblLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtSPM002
- //
- this.txtSPM002.CanLostFocusOnError = false;
- this.txtSPM002.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM002.Location = new System.Drawing.Point(12, 158);
- this.txtSPM002.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtSPM002.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM002.MustInput = true;
- this.txtSPM002.Name = "txtSPM002";
- this.txtSPM002.ShowMustInputAlert = false;
- this.txtSPM002.Size = new System.Drawing.Size(49, 21);
- this.txtSPM002.TabIndex = 17;
- //
- // lblLabel2
- //
- this.lblLabel2.Location = new System.Drawing.Point(34, 78);
- this.lblLabel2.MustInput = true;
- this.lblLabel2.Name = "lblLabel2";
- this.lblLabel2.Size = new System.Drawing.Size(101, 12);
- this.lblLabel2.TabIndex = 4;
- this.lblLabel2.Text = "注浆绑码限制天数";
- this.lblLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtSPM001
- //
- this.txtSPM001.CanLostFocusOnError = false;
- this.txtSPM001.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM001.Location = new System.Drawing.Point(141, 101);
- this.txtSPM001.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtSPM001.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM001.MustInput = true;
- this.txtSPM001.Name = "txtSPM001";
- this.txtSPM001.ShowMustInputAlert = false;
- this.txtSPM001.Size = new System.Drawing.Size(49, 21);
- this.txtSPM001.TabIndex = 7;
- //
- // lblLabel1
- //
- this.lblLabel1.Location = new System.Drawing.Point(46, 105);
- this.lblLabel1.MustInput = true;
- this.lblLabel1.Name = "lblLabel1";
- this.lblLabel1.Size = new System.Drawing.Size(89, 12);
- this.lblLabel1.TabIndex = 6;
- this.lblLabel1.Text = "未绑码报损天数";
- this.lblLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.diaLockTime);
- this.groupBox1.Controls.Add(this.lblPasswordNumber);
- this.groupBox1.Controls.Add(this.diaPasswordNumber);
- this.groupBox1.Controls.Add(this.chkLoginMac);
- this.groupBox1.Controls.Add(this.txtDefaultPassword);
- this.groupBox1.Controls.Add(this.lblUserLockTime);
- this.groupBox1.Controls.Add(this.lblDefaultPassword);
- this.groupBox1.Controls.Add(this.chkLoginTimeLimit);
- this.groupBox1.Controls.Add(this.lblLockTimeUnit);
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(200, 155);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "系统参数";
- //
- // lblLabel12
- //
- this.lblLabel12.Location = new System.Drawing.Point(34, 24);
- this.lblLabel12.MustInput = true;
- this.lblLabel12.Name = "lblLabel12";
- this.lblLabel12.Size = new System.Drawing.Size(101, 12);
- this.lblLabel12.TabIndex = 0;
- this.lblLabel12.Text = "注浆登记限制天数";
- this.lblLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // cobSPM016
- //
- this.cobSPM016.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cobSPM016.FormattingEnabled = true;
- this.cobSPM016.Location = new System.Drawing.Point(6, 38);
- this.cobSPM016.Name = "cobSPM016";
- this.cobSPM016.Size = new System.Drawing.Size(147, 20);
- this.cobSPM016.TabIndex = 1;
- //
- // txtSPM021
- //
- this.txtSPM021.CanLostFocusOnError = false;
- this.txtSPM021.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM021.Location = new System.Drawing.Point(141, 20);
- this.txtSPM021.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtSPM021.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM021.MustInput = true;
- this.txtSPM021.Name = "txtSPM021";
- this.txtSPM021.ShowMustInputAlert = false;
- this.txtSPM021.Size = new System.Drawing.Size(49, 21);
- this.txtSPM021.TabIndex = 1;
- //
- // lblLabel11
- //
- this.lblLabel11.Location = new System.Drawing.Point(6, 17);
- this.lblLabel11.MustInput = true;
- this.lblLabel11.Name = "lblLabel11";
- this.lblLabel11.Size = new System.Drawing.Size(155, 12);
- this.lblLabel11.TabIndex = 0;
- this.lblLabel11.Text = "PDA产量统计方式(装窑车)";
- this.lblLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtSPM014
- //
- this.txtSPM014.CanLostFocusOnError = false;
- this.txtSPM014.Enabled = false;
- this.txtSPM014.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM014.Location = new System.Drawing.Point(5, 110);
- this.txtSPM014.MaxValue = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.txtSPM014.MinValue = new decimal(new int[] {
- 6,
- 0,
- 0,
- 0});
- this.txtSPM014.MustInput = true;
- this.txtSPM014.Name = "txtSPM014";
- this.txtSPM014.ShowMustInputAlert = false;
- this.txtSPM014.Size = new System.Drawing.Size(49, 21);
- this.txtSPM014.TabIndex = 10;
- //
- // lblLabel10
- //
- this.lblLabel10.Location = new System.Drawing.Point(3, 95);
- this.lblLabel10.MustInput = true;
- this.lblLabel10.Name = "lblLabel10";
- this.lblLabel10.Size = new System.Drawing.Size(125, 12);
- this.lblLabel10.TabIndex = 9;
- this.lblLabel10.Text = "包装条码唯一编码位数";
- this.lblLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.chkSPM015);
- this.groupBox2.Controls.Add(this.chkSPM010);
- this.groupBox2.Controls.Add(this.txtSPM009);
- this.groupBox2.Controls.Add(this.lblLabel9);
- this.groupBox2.Controls.Add(this.txtSPM008);
- this.groupBox2.Controls.Add(this.lblLabel8);
- this.groupBox2.Controls.Add(this.txtSPM007);
- this.groupBox2.Controls.Add(this.lblLabel3);
- this.groupBox2.Controls.Add(this.lblLabel7);
- this.groupBox2.Controls.Add(this.txtSPM003);
- this.groupBox2.Controls.Add(this.txtSPM006);
- this.groupBox2.Controls.Add(this.lblLabel4);
- this.groupBox2.Controls.Add(this.lblLabel6);
- this.groupBox2.Controls.Add(this.txtSPM004);
- this.groupBox2.Controls.Add(this.txtSPM005);
- this.groupBox2.Controls.Add(this.lblLabel5);
- this.groupBox2.Location = new System.Drawing.Point(218, 12);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(200, 257);
- this.groupBox2.TabIndex = 2;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "生产限制";
- //
- // chkSPM015
- //
- this.chkSPM015.AutoSize = true;
- this.chkSPM015.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkSPM015.Location = new System.Drawing.Point(58, 231);
- this.chkSPM015.Name = "chkSPM015";
- this.chkSPM015.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.chkSPM015.Size = new System.Drawing.Size(132, 16);
- this.chkSPM015.TabIndex = 1;
- this.chkSPM015.Text = "报损责任可否选成型";
- this.chkSPM015.UseVisualStyleBackColor = true;
- //
- // chkSPM010
- //
- this.chkSPM010.AutoSize = true;
- this.chkSPM010.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkSPM010.Location = new System.Drawing.Point(58, 209);
- this.chkSPM010.Name = "chkSPM010";
- this.chkSPM010.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.chkSPM010.Size = new System.Drawing.Size(132, 16);
- this.chkSPM010.TabIndex = 0;
- this.chkSPM010.Text = "登窑后可否替换条码";
- this.chkSPM010.UseVisualStyleBackColor = true;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.c_Label1);
- this.groupBox3.Controls.Add(this.chkPlateLimitNum);
- this.groupBox3.Controls.Add(this.chkSameModel);
- this.groupBox3.Controls.Add(this.chkSameLogo);
- this.groupBox3.Location = new System.Drawing.Point(424, 12);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(210, 80);
- this.groupBox3.TabIndex = 3;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "产成品交接";
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.ForeColor = System.Drawing.Color.Red;
- this.c_Label1.Location = new System.Drawing.Point(12, 63);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(137, 12);
- this.c_Label1.TabIndex = 3;
- this.c_Label1.Text = "(必须先启用限制同型号)";
- //
- // chkPlateLimitNum
- //
- this.chkPlateLimitNum.AutoSize = true;
- this.chkPlateLimitNum.Enabled = false;
- this.chkPlateLimitNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkPlateLimitNum.Location = new System.Drawing.Point(12, 44);
- this.chkPlateLimitNum.Name = "chkPlateLimitNum";
- this.chkPlateLimitNum.Size = new System.Drawing.Size(96, 16);
- this.chkPlateLimitNum.TabIndex = 2;
- this.chkPlateLimitNum.Text = "限制装板数量";
- this.chkPlateLimitNum.UseVisualStyleBackColor = true;
- //
- // chkSameModel
- //
- this.chkSameModel.AutoSize = true;
- this.chkSameModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkSameModel.Location = new System.Drawing.Point(102, 22);
- this.chkSameModel.Name = "chkSameModel";
- this.chkSameModel.Size = new System.Drawing.Size(84, 16);
- this.chkSameModel.TabIndex = 1;
- this.chkSameModel.Text = "限制同型号";
- this.chkSameModel.UseVisualStyleBackColor = true;
- this.chkSameModel.CheckedChanged += new System.EventHandler(this.chkSameModel_CheckedChanged);
- //
- // chkSameLogo
- //
- this.chkSameLogo.AutoSize = true;
- this.chkSameLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkSameLogo.Location = new System.Drawing.Point(12, 22);
- this.chkSameLogo.Name = "chkSameLogo";
- this.chkSameLogo.Size = new System.Drawing.Size(84, 16);
- this.chkSameLogo.TabIndex = 0;
- this.chkSameLogo.Text = "限制同商标";
- this.chkSameLogo.UseVisualStyleBackColor = true;
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.lblLabel11);
- this.groupBox4.Controls.Add(this.cobSPM016);
- this.groupBox4.Location = new System.Drawing.Point(12, 350);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(200, 70);
- this.groupBox4.TabIndex = 7;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "其他";
- //
- // lblLabel22
- //
- this.lblLabel22.Location = new System.Drawing.Point(3, 143);
- this.lblLabel22.MustInput = true;
- this.lblLabel22.Name = "lblLabel22";
- this.lblLabel22.Size = new System.Drawing.Size(77, 12);
- this.lblLabel22.TabIndex = 16;
- this.lblLabel22.Text = "交坯限制天数";
- this.lblLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtPHG03001
- //
- this.txtPHG03001.Location = new System.Drawing.Point(118, 17);
- this.txtPHG03001.Name = "txtPHG03001";
- this.txtPHG03001.Size = new System.Drawing.Size(75, 21);
- this.txtPHG03001.TabIndex = 2;
- //
- // groupBox5
- //
- this.groupBox5.Controls.Add(this.label3);
- this.groupBox5.Controls.Add(this.txtPHG03003);
- this.groupBox5.Controls.Add(this.txtPHG03002);
- this.groupBox5.Controls.Add(this.label2);
- this.groupBox5.Controls.Add(this.label1);
- this.groupBox5.Controls.Add(this.txtPHG03001);
- this.groupBox5.Controls.Add(this.c_Label2);
- this.groupBox5.Location = new System.Drawing.Point(424, 98);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Size = new System.Drawing.Size(210, 100);
- this.groupBox5.TabIndex = 4;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "查询终端";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(11, 75);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(101, 12);
- this.label3.TabIndex = 5;
- this.label3.Text = "质量登记工序编码";
- //
- // txtPHG03003
- //
- this.txtPHG03003.Location = new System.Drawing.Point(118, 71);
- this.txtPHG03003.Name = "txtPHG03003";
- this.txtPHG03003.Size = new System.Drawing.Size(75, 21);
- this.txtPHG03003.TabIndex = 6;
- //
- // txtPHG03002
- //
- this.txtPHG03002.Location = new System.Drawing.Point(118, 44);
- this.txtPHG03002.Name = "txtPHG03002";
- this.txtPHG03002.Size = new System.Drawing.Size(75, 21);
- this.txtPHG03002.TabIndex = 4;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(11, 48);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(101, 12);
- this.label2.TabIndex = 3;
- this.label2.Text = "出窑统计工序编码";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(12, 21);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "杂质缺陷编码";
- //
- // c_Label2
- //
- this.c_Label2.AutoSize = true;
- this.c_Label2.BackColor = System.Drawing.Color.Transparent;
- this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label2.ForeColor = System.Drawing.Color.Red;
- this.c_Label2.Location = new System.Drawing.Point(20, 21);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(119, 12);
- this.c_Label2.TabIndex = 1;
- this.c_Label2.Text = "(多个时用【,】分开)";
- this.c_Label2.Visible = false;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.txtSPM002);
- this.panel2.Controls.Add(this.lblSetStartMonth);
- this.panel2.Controls.Add(this.lblLabel22);
- this.panel2.Controls.Add(this.dtpAccountTime);
- this.panel2.Controls.Add(this.txtSPM014);
- this.panel2.Controls.Add(this.lblAccountTime);
- this.panel2.Controls.Add(this.lblLabel10);
- this.panel2.Controls.Add(this.cboBalanceDate);
- this.panel2.Controls.Add(this.lblBalanceDate);
- this.panel2.Controls.Add(this.diaSetStartMonth);
- this.panel2.Controls.Add(this.lblSetStartMonthUnit);
- this.panel2.Location = new System.Drawing.Point(0, 3);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(147, 292);
- this.panel2.TabIndex = 0;
- this.panel2.Visible = false;
- //
- // groupBox6
- //
- this.groupBox6.Controls.Add(this.chkSPM020);
- this.groupBox6.Controls.Add(this.chkSPM019);
- this.groupBox6.Controls.Add(this.chkSPM018);
- this.groupBox6.Controls.Add(this.chkSPM017);
- this.groupBox6.Location = new System.Drawing.Point(424, 204);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new System.Drawing.Size(210, 65);
- this.groupBox6.TabIndex = 5;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "产品回收";
- //
- // chkSPM020
- //
- this.chkSPM020.AutoSize = true;
- this.chkSPM020.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkSPM020.Location = new System.Drawing.Point(15, 42);
- this.chkSPM020.Name = "chkSPM020";
- this.chkSPM020.Size = new System.Drawing.Size(48, 16);
- this.chkSPM020.TabIndex = 4;
- this.chkSPM020.Text = "次品";
- this.chkSPM020.UseVisualStyleBackColor = true;
- //
- // chkSPM019
- //
- this.chkSPM019.AutoSize = true;
- this.chkSPM019.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkSPM019.Location = new System.Drawing.Point(69, 42);
- this.chkSPM019.Name = "chkSPM019";
- this.chkSPM019.Size = new System.Drawing.Size(84, 16);
- this.chkSPM019.TabIndex = 3;
- this.chkSPM019.Text = "复检不合格";
- this.chkSPM019.UseVisualStyleBackColor = true;
- //
- // chkSPM018
- //
- this.chkSPM018.AutoSize = true;
- this.chkSPM018.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkSPM018.Location = new System.Drawing.Point(69, 20);
- this.chkSPM018.Name = "chkSPM018";
- this.chkSPM018.Size = new System.Drawing.Size(84, 16);
- this.chkSPM018.TabIndex = 2;
- this.chkSPM018.Text = "半检不合格";
- this.chkSPM018.UseVisualStyleBackColor = true;
- //
- // chkSPM017
- //
- this.chkSPM017.AutoSize = true;
- this.chkSPM017.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkSPM017.Location = new System.Drawing.Point(15, 20);
- this.chkSPM017.Name = "chkSPM017";
- this.chkSPM017.Size = new System.Drawing.Size(48, 16);
- this.chkSPM017.TabIndex = 1;
- this.chkSPM017.Text = "损坯";
- this.chkSPM017.UseVisualStyleBackColor = true;
- //
- // btnSetBackInP
- //
- this.btnSetBackInP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSetBackInP.BackColor = System.Drawing.Color.Transparent;
- this.btnSetBackInP.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.btnSetBackInP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSetBackInP.Location = new System.Drawing.Point(271, 390);
- this.btnSetBackInP.Name = "btnSetBackInP";
- this.btnSetBackInP.Size = new System.Drawing.Size(105, 30);
- this.btnSetBackInP.TabIndex = 96;
- this.btnSetBackInP.Text = "在产品备份时点";
- this.btnSetBackInP.UseVisualStyleBackColor = false;
- this.btnSetBackInP.Click += new System.EventHandler(this.btnSetBackInP_Click);
- //
- // rabMouldAuto
- //
- this.rabMouldAuto.AutoSize = true;
- this.rabMouldAuto.Location = new System.Drawing.Point(10, 20);
- this.rabMouldAuto.Name = "rabMouldAuto";
- this.rabMouldAuto.Size = new System.Drawing.Size(71, 16);
- this.rabMouldAuto.TabIndex = 1;
- this.rabMouldAuto.TabStop = true;
- this.rabMouldAuto.Text = "自动模具";
- this.rabMouldAuto.UseVisualStyleBackColor = true;
- //
- // rabMouldBarcode
- //
- this.rabMouldBarcode.AutoSize = true;
- this.rabMouldBarcode.Location = new System.Drawing.Point(87, 20);
- this.rabMouldBarcode.Name = "rabMouldBarcode";
- this.rabMouldBarcode.Size = new System.Drawing.Size(71, 16);
- this.rabMouldBarcode.TabIndex = 2;
- this.rabMouldBarcode.TabStop = true;
- this.rabMouldBarcode.Text = "条码模具";
- this.rabMouldBarcode.UseVisualStyleBackColor = true;
- //
- // groupBox7
- //
- this.groupBox7.Controls.Add(this.rabMust);
- this.groupBox7.Controls.Add(this.rabMouldBarcode);
- this.groupBox7.Controls.Add(this.rabMouldAuto);
- this.groupBox7.Location = new System.Drawing.Point(218, 275);
- this.groupBox7.Name = "groupBox7";
- this.groupBox7.Size = new System.Drawing.Size(269, 50);
- this.groupBox7.TabIndex = 6;
- this.groupBox7.TabStop = false;
- this.groupBox7.Text = "成型模具默认选项";
- //
- // rabMust
- //
- this.rabMust.AutoSize = true;
- this.rabMust.Location = new System.Drawing.Point(164, 20);
- this.rabMust.Name = "rabMust";
- this.rabMust.Size = new System.Drawing.Size(95, 16);
- this.rabMust.TabIndex = 2;
- this.rabMust.TabStop = true;
- this.rabMust.Text = "必须条码模具";
- this.rabMust.UseVisualStyleBackColor = true;
- //
- // groupBox8
- //
- this.groupBox8.Controls.Add(this.chkSPM033);
- this.groupBox8.Controls.Add(this.txtSPM001);
- this.groupBox8.Controls.Add(this.chkSPM024);
- this.groupBox8.Controls.Add(this.lblLabel2);
- this.groupBox8.Controls.Add(this.lblLabel13);
- this.groupBox8.Controls.Add(this.lblLabel1);
- this.groupBox8.Controls.Add(this.lblLabel12);
- this.groupBox8.Controls.Add(this.txtSPM023);
- this.groupBox8.Controls.Add(this.txtSPM022);
- this.groupBox8.Controls.Add(this.txtSPM021);
- this.groupBox8.Location = new System.Drawing.Point(12, 173);
- this.groupBox8.Name = "groupBox8";
- this.groupBox8.Size = new System.Drawing.Size(200, 171);
- this.groupBox8.TabIndex = 1;
- this.groupBox8.TabStop = false;
- this.groupBox8.Text = "注浆限制";
- //
- // chkSPM024
- //
- this.chkSPM024.AutoSize = true;
- this.chkSPM024.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkSPM024.Location = new System.Drawing.Point(58, 130);
- this.chkSPM024.Name = "chkSPM024";
- this.chkSPM024.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.chkSPM024.Size = new System.Drawing.Size(132, 16);
- this.chkSPM024.TabIndex = 8;
- this.chkSPM024.Text = "未交坯可否替换条码";
- this.chkSPM024.UseVisualStyleBackColor = true;
- //
- // lblLabel13
- //
- this.lblLabel13.Location = new System.Drawing.Point(34, 51);
- this.lblLabel13.MustInput = true;
- this.lblLabel13.Name = "lblLabel13";
- this.lblLabel13.Size = new System.Drawing.Size(101, 12);
- this.lblLabel13.TabIndex = 2;
- this.lblLabel13.Text = "注浆修改限制天数";
- this.lblLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtSPM023
- //
- this.txtSPM023.CanLostFocusOnError = false;
- this.txtSPM023.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM023.Location = new System.Drawing.Point(141, 74);
- this.txtSPM023.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtSPM023.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM023.MustInput = true;
- this.txtSPM023.Name = "txtSPM023";
- this.txtSPM023.ShowMustInputAlert = false;
- this.txtSPM023.Size = new System.Drawing.Size(49, 21);
- this.txtSPM023.TabIndex = 5;
- //
- // txtSPM022
- //
- this.txtSPM022.CanLostFocusOnError = false;
- this.txtSPM022.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM022.Location = new System.Drawing.Point(141, 47);
- this.txtSPM022.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtSPM022.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM022.MustInput = true;
- this.txtSPM022.Name = "txtSPM022";
- this.txtSPM022.ShowMustInputAlert = false;
- this.txtSPM022.Size = new System.Drawing.Size(49, 21);
- this.txtSPM022.TabIndex = 3;
- //
- // groupBox9
- //
- this.groupBox9.Controls.Add(this.chkgroutControl);
- this.groupBox9.Controls.Add(this.chkdeliverControl);
- this.groupBox9.Controls.Add(this.chkControl);
- this.groupBox9.Location = new System.Drawing.Point(493, 275);
- this.groupBox9.Name = "groupBox9";
- this.groupBox9.Size = new System.Drawing.Size(141, 85);
- this.groupBox9.TabIndex = 100;
- this.groupBox9.TabStop = false;
- this.groupBox9.Text = "计划卡控默认选项";
- //
- // chkgroutControl
- //
- this.chkgroutControl.AutoSize = true;
- this.chkgroutControl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkgroutControl.Location = new System.Drawing.Point(6, 39);
- this.chkgroutControl.Name = "chkgroutControl";
- this.chkgroutControl.Size = new System.Drawing.Size(96, 16);
- this.chkgroutControl.TabIndex = 5;
- this.chkgroutControl.Text = "开启注浆卡控";
- this.chkgroutControl.UseVisualStyleBackColor = true;
- //
- // chkdeliverControl
- //
- this.chkdeliverControl.AutoSize = true;
- this.chkdeliverControl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkdeliverControl.Location = new System.Drawing.Point(6, 59);
- this.chkdeliverControl.Name = "chkdeliverControl";
- this.chkdeliverControl.Size = new System.Drawing.Size(96, 16);
- this.chkdeliverControl.TabIndex = 4;
- this.chkdeliverControl.Text = "开启交坯卡控";
- this.chkdeliverControl.UseVisualStyleBackColor = true;
- //
- // chkControl
- //
- this.chkControl.AutoSize = true;
- this.chkControl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkControl.Location = new System.Drawing.Point(6, 20);
- this.chkControl.Name = "chkControl";
- this.chkControl.Size = new System.Drawing.Size(132, 16);
- this.chkControl.TabIndex = 3;
- this.chkControl.Text = "开启产成品交接卡控";
- this.chkControl.UseVisualStyleBackColor = true;
- //
- // chkSPM033
- //
- this.chkSPM033.AutoSize = true;
- this.chkSPM033.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkSPM033.Location = new System.Drawing.Point(94, 149);
- this.chkSPM033.Name = "chkSPM033";
- this.chkSPM033.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.chkSPM033.Size = new System.Drawing.Size(96, 16);
- this.chkSPM033.TabIndex = 9;
- this.chkSPM033.Text = "高压绑定注浆";
- this.chkSPM033.UseVisualStyleBackColor = true;
- //
- // F_MST_0401
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(646, 445);
- this.Controls.Add(this.groupBox9);
- this.Controls.Add(this.groupBox4);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.groupBox8);
- this.Controls.Add(this.groupBox7);
- this.Controls.Add(this.groupBox6);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSetBackInP);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.btnInit);
- this.Controls.Add(this.groupBox5);
- this.Controls.Add(this.panel2);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_MST_0401";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "系统参数";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmSystemSetting_FormClosing);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmSystemSetting_FormClosed);
- this.Load += new System.EventHandler(this.FrmSystemSetting_Load);
- this.Controls.SetChildIndex(this.panel2, 0);
- this.Controls.SetChildIndex(this.groupBox5, 0);
- this.Controls.SetChildIndex(this.btnInit, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnSetBackInP, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.groupBox2, 0);
- this.Controls.SetChildIndex(this.groupBox3, 0);
- this.Controls.SetChildIndex(this.groupBox6, 0);
- this.Controls.SetChildIndex(this.groupBox7, 0);
- this.Controls.SetChildIndex(this.groupBox8, 0);
- this.Controls.SetChildIndex(this.groupBox1, 0);
- this.Controls.SetChildIndex(this.groupBox4, 0);
- this.Controls.SetChildIndex(this.groupBox9, 0);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.groupBox4.ResumeLayout(false);
- this.groupBox4.PerformLayout();
- this.groupBox5.ResumeLayout(false);
- this.groupBox5.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.groupBox6.ResumeLayout(false);
- this.groupBox6.PerformLayout();
- this.groupBox7.ResumeLayout(false);
- this.groupBox7.PerformLayout();
- this.groupBox8.ResumeLayout(false);
- this.groupBox8.PerformLayout();
- this.groupBox9.ResumeLayout(false);
- this.groupBox9.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblPasswordNumber;
- private Basics.BaseControls.C_Label lblDefaultPassword;
- private Basics.BaseControls.C_Label lblAccountTime;
- private Basics.BaseControls.C_Label lblSetStartMonth;
- private Basics.BaseControls.C_Label lblBalanceDate;
- private Basics.BaseControls.C_Label lblUserLockTime;
- private Basics.BaseControls.C_CheckBox chkLoginMac;
- private Basics.BaseControls.C_TXT_Digital diaSetStartMonth;
- private Basics.BaseControls.C_TextBox txtDefaultPassword;
- private Basics.BaseControls.C_ComboBox cboBalanceDate;
- private Basics.BaseControls.C_Button btnInit;
- private Basics.BaseControls.C_DateTimePicker dtpAccountTime;
- private Basics.BaseControls.C_Label lblSetStartMonthUnit;
- private Basics.BaseControls.C_CheckBox chkLoginTimeLimit;
- private Basics.BaseControls.C_Label lblLockTimeUnit;
- private Basics.BaseControls.C_TXT_Digital diaPasswordNumber;
- private Basics.BaseControls.C_TXT_Digital diaLockTime;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- private WinForm.Controls.LblLabel lblLabel1;
- private WinForm.Controls.TxtNumerical txtSPM001;
- private WinForm.Controls.TxtNumerical txtSPM005;
- private WinForm.Controls.LblLabel lblLabel5;
- private WinForm.Controls.TxtNumerical txtSPM004;
- private WinForm.Controls.LblLabel lblLabel4;
- private WinForm.Controls.TxtNumerical txtSPM003;
- private WinForm.Controls.LblLabel lblLabel3;
- private WinForm.Controls.TxtNumerical txtSPM002;
- private WinForm.Controls.LblLabel lblLabel2;
- private WinForm.Controls.TxtNumerical txtSPM009;
- private WinForm.Controls.LblLabel lblLabel9;
- private WinForm.Controls.TxtNumerical txtSPM008;
- private WinForm.Controls.LblLabel lblLabel8;
- private WinForm.Controls.TxtNumerical txtSPM007;
- private WinForm.Controls.LblLabel lblLabel7;
- private WinForm.Controls.TxtNumerical txtSPM006;
- private WinForm.Controls.LblLabel lblLabel6;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.GroupBox groupBox4;
- private Basics.BaseControls.C_CheckBox chkSameLogo;
- private Basics.BaseControls.C_CheckBox chkSameModel;
- private Basics.BaseControls.C_CheckBox chkPlateLimitNum;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_CheckBox chkSPM010;
- private WinForm.Controls.TxtNumerical txtSPM014;
- private WinForm.Controls.LblLabel lblLabel10;
- private WinForm.Controls.TxtTextBox txtPHG03001;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.Label label1;
- private Basics.BaseControls.C_Label c_Label2;
- private System.Windows.Forms.Panel panel2;
- private Basics.BaseControls.C_CheckBox chkSPM015;
- private WinForm.Controls.TxtTextBox txtPHG03003;
- private WinForm.Controls.TxtTextBox txtPHG03002;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private WinForm.Controls.LblLabel lblLabel11;
- private System.Windows.Forms.ComboBox cobSPM016;
- private System.Windows.Forms.GroupBox groupBox6;
- private Basics.BaseControls.C_CheckBox chkSPM017;
- private Basics.BaseControls.C_CheckBox chkSPM020;
- private Basics.BaseControls.C_CheckBox chkSPM019;
- private Basics.BaseControls.C_CheckBox chkSPM018;
- private WinForm.Controls.BtnButton btnSetBackInP;
- private System.Windows.Forms.RadioButton rabMouldAuto;
- private System.Windows.Forms.RadioButton rabMouldBarcode;
- private System.Windows.Forms.GroupBox groupBox7;
- private System.Windows.Forms.RadioButton rabMust;
- private WinForm.Controls.LblLabel lblLabel12;
- private WinForm.Controls.TxtNumerical txtSPM021;
- private System.Windows.Forms.GroupBox groupBox8;
- private Basics.BaseControls.C_CheckBox chkSPM024;
- private WinForm.Controls.LblLabel lblLabel22;
- private WinForm.Controls.LblLabel lblLabel13;
- private WinForm.Controls.TxtNumerical txtSPM023;
- private WinForm.Controls.TxtNumerical txtSPM022;
- private System.Windows.Forms.GroupBox groupBox9;
- private Basics.BaseControls.C_CheckBox chkControl;
- private Basics.BaseControls.C_CheckBox chkgroutControl;
- private Basics.BaseControls.C_CheckBox chkdeliverControl;
- private Basics.BaseControls.C_CheckBox chkSPM033;
- }
- }
|