F_MST_0401.Designer.cs 73 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0401
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0401));
  29. this.diaLockTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  30. this.diaPasswordNumber = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  31. this.lblSetStartMonthUnit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.chkLoginTimeLimit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  33. this.lblLockTimeUnit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.dtpAccountTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  35. this.diaSetStartMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  36. this.txtDefaultPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.cboBalanceDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  38. this.chkLoginMac = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  39. this.lblDefaultPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.lblAccountTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.lblSetStartMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.lblBalanceDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.lblUserLockTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.lblPasswordNumber = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.btnInit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.txtSPM009 = new Dongke.WinForm.Controls.TxtNumerical();
  49. this.lblLabel9 = new Dongke.WinForm.Controls.LblLabel();
  50. this.txtSPM008 = new Dongke.WinForm.Controls.TxtNumerical();
  51. this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
  52. this.txtSPM007 = new Dongke.WinForm.Controls.TxtNumerical();
  53. this.lblLabel7 = new Dongke.WinForm.Controls.LblLabel();
  54. this.txtSPM006 = new Dongke.WinForm.Controls.TxtNumerical();
  55. this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
  56. this.txtSPM005 = new Dongke.WinForm.Controls.TxtNumerical();
  57. this.lblLabel5 = new Dongke.WinForm.Controls.LblLabel();
  58. this.txtSPM004 = new Dongke.WinForm.Controls.TxtNumerical();
  59. this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel();
  60. this.txtSPM003 = new Dongke.WinForm.Controls.TxtNumerical();
  61. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  62. this.txtSPM002 = new Dongke.WinForm.Controls.TxtNumerical();
  63. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  64. this.txtSPM001 = new Dongke.WinForm.Controls.TxtNumerical();
  65. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  66. this.groupBox1 = new System.Windows.Forms.GroupBox();
  67. this.lblLabel12 = new Dongke.WinForm.Controls.LblLabel();
  68. this.cobSPM016 = new System.Windows.Forms.ComboBox();
  69. this.txtSPM021 = new Dongke.WinForm.Controls.TxtNumerical();
  70. this.lblLabel11 = new Dongke.WinForm.Controls.LblLabel();
  71. this.txtSPM014 = new Dongke.WinForm.Controls.TxtNumerical();
  72. this.lblLabel10 = new Dongke.WinForm.Controls.LblLabel();
  73. this.groupBox2 = new System.Windows.Forms.GroupBox();
  74. this.chkSPM015 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  75. this.chkSPM010 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  76. this.groupBox3 = new System.Windows.Forms.GroupBox();
  77. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  78. this.chkPlateLimitNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  79. this.chkSameModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  80. this.chkSameLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  81. this.groupBox4 = new System.Windows.Forms.GroupBox();
  82. this.lblLabel22 = new Dongke.WinForm.Controls.LblLabel();
  83. this.txtPHG03001 = new Dongke.WinForm.Controls.TxtTextBox();
  84. this.groupBox5 = new System.Windows.Forms.GroupBox();
  85. this.label3 = new System.Windows.Forms.Label();
  86. this.txtPHG03003 = new Dongke.WinForm.Controls.TxtTextBox();
  87. this.txtPHG03002 = new Dongke.WinForm.Controls.TxtTextBox();
  88. this.label2 = new System.Windows.Forms.Label();
  89. this.label1 = new System.Windows.Forms.Label();
  90. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  91. this.panel2 = new System.Windows.Forms.Panel();
  92. this.groupBox6 = new System.Windows.Forms.GroupBox();
  93. this.chkSPM020 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  94. this.chkSPM019 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  95. this.chkSPM018 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  96. this.chkSPM017 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  97. this.btnSetBackInP = new Dongke.WinForm.Controls.BtnButton();
  98. this.rabMouldAuto = new System.Windows.Forms.RadioButton();
  99. this.rabMouldBarcode = new System.Windows.Forms.RadioButton();
  100. this.groupBox7 = new System.Windows.Forms.GroupBox();
  101. this.rabMust = new System.Windows.Forms.RadioButton();
  102. this.groupBox8 = new System.Windows.Forms.GroupBox();
  103. this.chkSPM024 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  104. this.lblLabel13 = new Dongke.WinForm.Controls.LblLabel();
  105. this.txtSPM023 = new Dongke.WinForm.Controls.TxtNumerical();
  106. this.txtSPM022 = new Dongke.WinForm.Controls.TxtNumerical();
  107. this.txtSPM033 = new Dongke.WinForm.Controls.TxtNumerical();
  108. this.lblLabel14 = new Dongke.WinForm.Controls.LblLabel();
  109. this.txtSPM034 = new Dongke.WinForm.Controls.TxtNumerical();
  110. this.lblLabel15 = new Dongke.WinForm.Controls.LblLabel();
  111. this.groupBox1.SuspendLayout();
  112. this.groupBox2.SuspendLayout();
  113. this.groupBox3.SuspendLayout();
  114. this.groupBox4.SuspendLayout();
  115. this.groupBox5.SuspendLayout();
  116. this.panel2.SuspendLayout();
  117. this.groupBox6.SuspendLayout();
  118. this.groupBox7.SuspendLayout();
  119. this.groupBox8.SuspendLayout();
  120. this.SuspendLayout();
  121. //
  122. // diaLockTime
  123. //
  124. this.diaLockTime.AllowNegative = false;
  125. this.diaLockTime.BackColor = System.Drawing.SystemColors.Window;
  126. this.diaLockTime.BackgroundColor = System.Drawing.SystemColors.Window;
  127. this.diaLockTime.ErrorMessage = "";
  128. this.diaLockTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.diaLockTime.ImeMode = System.Windows.Forms.ImeMode.Off;
  130. this.diaLockTime.Location = new System.Drawing.Point(95, 47);
  131. this.diaLockTime.MaxLength = 2;
  132. this.diaLockTime.MaxValue = new decimal(new int[] {
  133. 10,
  134. 0,
  135. 0,
  136. 0});
  137. this.diaLockTime.MinValue = new decimal(new int[] {
  138. 1,
  139. 0,
  140. 0,
  141. 0});
  142. this.diaLockTime.Name = "diaLockTime";
  143. this.diaLockTime.Number = new System.Drawing.Point(3, 0);
  144. this.diaLockTime.Size = new System.Drawing.Size(66, 21);
  145. this.diaLockTime.TabIndex = 3;
  146. this.diaLockTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  147. this.diaLockTime.TextValue = "";
  148. //
  149. // diaPasswordNumber
  150. //
  151. this.diaPasswordNumber.AllowNegative = false;
  152. this.diaPasswordNumber.BackColor = System.Drawing.SystemColors.Window;
  153. this.diaPasswordNumber.BackgroundColor = System.Drawing.SystemColors.Window;
  154. this.diaPasswordNumber.ErrorMessage = "";
  155. this.diaPasswordNumber.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.diaPasswordNumber.ImeMode = System.Windows.Forms.ImeMode.Off;
  157. this.diaPasswordNumber.Location = new System.Drawing.Point(95, 20);
  158. this.diaPasswordNumber.MaxLength = 2;
  159. this.diaPasswordNumber.MaxValue = new decimal(new int[] {
  160. 10,
  161. 0,
  162. 0,
  163. 0});
  164. this.diaPasswordNumber.MinValue = new decimal(new int[] {
  165. 0,
  166. 0,
  167. 0,
  168. 0});
  169. this.diaPasswordNumber.Name = "diaPasswordNumber";
  170. this.diaPasswordNumber.Number = new System.Drawing.Point(3, 0);
  171. this.diaPasswordNumber.Size = new System.Drawing.Size(66, 21);
  172. this.diaPasswordNumber.TabIndex = 1;
  173. this.diaPasswordNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  174. this.diaPasswordNumber.TextValue = "";
  175. //
  176. // lblSetStartMonthUnit
  177. //
  178. this.lblSetStartMonthUnit.AutoSize = true;
  179. this.lblSetStartMonthUnit.BackColor = System.Drawing.Color.Transparent;
  180. this.lblSetStartMonthUnit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.lblSetStartMonthUnit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  182. this.lblSetStartMonthUnit.IsMustInput = true;
  183. this.lblSetStartMonthUnit.Location = new System.Drawing.Point(155, 10);
  184. this.lblSetStartMonthUnit.Name = "lblSetStartMonthUnit";
  185. this.lblSetStartMonthUnit.Size = new System.Drawing.Size(17, 12);
  186. this.lblSetStartMonthUnit.TabIndex = 7;
  187. this.lblSetStartMonthUnit.Text = "月";
  188. //
  189. // chkLoginTimeLimit
  190. //
  191. this.chkLoginTimeLimit.AutoSize = true;
  192. this.chkLoginTimeLimit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.chkLoginTimeLimit.Location = new System.Drawing.Point(10, 130);
  194. this.chkLoginTimeLimit.Name = "chkLoginTimeLimit";
  195. this.chkLoginTimeLimit.Size = new System.Drawing.Size(120, 16);
  196. this.chkLoginTimeLimit.TabIndex = 8;
  197. this.chkLoginTimeLimit.Text = "启用登录时段限制";
  198. this.chkLoginTimeLimit.UseVisualStyleBackColor = true;
  199. //
  200. // lblLockTimeUnit
  201. //
  202. this.lblLockTimeUnit.AutoSize = true;
  203. this.lblLockTimeUnit.BackColor = System.Drawing.Color.Transparent;
  204. this.lblLockTimeUnit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.lblLockTimeUnit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  206. this.lblLockTimeUnit.IsMustInput = true;
  207. this.lblLockTimeUnit.Location = new System.Drawing.Point(163, 51);
  208. this.lblLockTimeUnit.Name = "lblLockTimeUnit";
  209. this.lblLockTimeUnit.Size = new System.Drawing.Size(29, 12);
  210. this.lblLockTimeUnit.TabIndex = 4;
  211. this.lblLockTimeUnit.Text = "小时";
  212. //
  213. // dtpAccountTime
  214. //
  215. this.dtpAccountTime.CustomFormat = "yyyy-MM-dd";
  216. this.dtpAccountTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.dtpAccountTime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  218. this.dtpAccountTime.Location = new System.Drawing.Point(88, 68);
  219. this.dtpAccountTime.Name = "dtpAccountTime";
  220. this.dtpAccountTime.ShowUpDown = true;
  221. this.dtpAccountTime.Size = new System.Drawing.Size(95, 21);
  222. this.dtpAccountTime.TabIndex = 11;
  223. //
  224. // diaSetStartMonth
  225. //
  226. this.diaSetStartMonth.BackColor = System.Drawing.SystemColors.Control;
  227. this.diaSetStartMonth.BackgroundColor = System.Drawing.SystemColors.Window;
  228. this.diaSetStartMonth.Enabled = false;
  229. this.diaSetStartMonth.ErrorMessage = "";
  230. this.diaSetStartMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.diaSetStartMonth.ImeMode = System.Windows.Forms.ImeMode.Off;
  232. this.diaSetStartMonth.Location = new System.Drawing.Point(88, 6);
  233. this.diaSetStartMonth.MaxValue = new decimal(new int[] {
  234. -1,
  235. -1,
  236. -1,
  237. 0});
  238. this.diaSetStartMonth.MinValue = new decimal(new int[] {
  239. -1,
  240. -1,
  241. -1,
  242. -2147483648});
  243. this.diaSetStartMonth.Name = "diaSetStartMonth";
  244. this.diaSetStartMonth.ReadOnly = true;
  245. this.diaSetStartMonth.Size = new System.Drawing.Size(64, 21);
  246. this.diaSetStartMonth.TabIndex = 6;
  247. this.diaSetStartMonth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  248. this.diaSetStartMonth.TextValue = "";
  249. //
  250. // txtDefaultPassword
  251. //
  252. this.txtDefaultPassword.BackColor = System.Drawing.SystemColors.Window;
  253. this.txtDefaultPassword.BackgroundColor = System.Drawing.SystemColors.Window;
  254. this.txtDefaultPassword.ErrorMessage = "";
  255. this.txtDefaultPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.txtDefaultPassword.Location = new System.Drawing.Point(95, 74);
  257. this.txtDefaultPassword.Name = "txtDefaultPassword";
  258. this.txtDefaultPassword.Size = new System.Drawing.Size(95, 21);
  259. this.txtDefaultPassword.TabIndex = 6;
  260. //
  261. // cboBalanceDate
  262. //
  263. this.cboBalanceDate.BackColor = System.Drawing.SystemColors.Window;
  264. this.cboBalanceDate.BackgroundColor = System.Drawing.SystemColors.Window;
  265. this.cboBalanceDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  266. this.cboBalanceDate.Enabled = false;
  267. this.cboBalanceDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.cboBalanceDate.FormattingEnabled = true;
  269. this.cboBalanceDate.Items.AddRange(new object[] {
  270. "1",
  271. "2",
  272. "3",
  273. "4",
  274. "5",
  275. "6",
  276. "7",
  277. "8",
  278. "9",
  279. "10",
  280. "11",
  281. "12",
  282. "13",
  283. "14",
  284. "15",
  285. "16",
  286. "17",
  287. "18",
  288. "19",
  289. "20",
  290. "21",
  291. "22",
  292. "23",
  293. "24",
  294. "25",
  295. "26",
  296. "27",
  297. "28",
  298. "月末"});
  299. this.cboBalanceDate.Location = new System.Drawing.Point(88, 37);
  300. this.cboBalanceDate.Name = "cboBalanceDate";
  301. this.cboBalanceDate.Size = new System.Drawing.Size(95, 20);
  302. this.cboBalanceDate.TabIndex = 9;
  303. //
  304. // chkLoginMac
  305. //
  306. this.chkLoginMac.AutoSize = true;
  307. this.chkLoginMac.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.chkLoginMac.Location = new System.Drawing.Point(10, 103);
  309. this.chkLoginMac.Name = "chkLoginMac";
  310. this.chkLoginMac.Size = new System.Drawing.Size(114, 16);
  311. this.chkLoginMac.TabIndex = 7;
  312. this.chkLoginMac.Text = "启用MAC地址限制";
  313. this.chkLoginMac.UseVisualStyleBackColor = true;
  314. //
  315. // lblDefaultPassword
  316. //
  317. this.lblDefaultPassword.AutoSize = true;
  318. this.lblDefaultPassword.BackColor = System.Drawing.Color.Transparent;
  319. this.lblDefaultPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.lblDefaultPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  321. this.lblDefaultPassword.IsMustInput = true;
  322. this.lblDefaultPassword.Location = new System.Drawing.Point(12, 78);
  323. this.lblDefaultPassword.Name = "lblDefaultPassword";
  324. this.lblDefaultPassword.Size = new System.Drawing.Size(77, 12);
  325. this.lblDefaultPassword.TabIndex = 5;
  326. this.lblDefaultPassword.Text = "默认用户密码";
  327. //
  328. // lblAccountTime
  329. //
  330. this.lblAccountTime.AutoSize = true;
  331. this.lblAccountTime.BackColor = System.Drawing.Color.Transparent;
  332. this.lblAccountTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.lblAccountTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  334. this.lblAccountTime.IsMustInput = true;
  335. this.lblAccountTime.Location = new System.Drawing.Point(3, 72);
  336. this.lblAccountTime.Name = "lblAccountTime";
  337. this.lblAccountTime.Size = new System.Drawing.Size(77, 12);
  338. this.lblAccountTime.TabIndex = 10;
  339. this.lblAccountTime.Text = "系统账务时间";
  340. //
  341. // lblSetStartMonth
  342. //
  343. this.lblSetStartMonth.AutoSize = true;
  344. this.lblSetStartMonth.BackColor = System.Drawing.Color.Transparent;
  345. this.lblSetStartMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.lblSetStartMonth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  347. this.lblSetStartMonth.IsMustInput = true;
  348. this.lblSetStartMonth.Location = new System.Drawing.Point(3, 10);
  349. this.lblSetStartMonth.Name = "lblSetStartMonth";
  350. this.lblSetStartMonth.Size = new System.Drawing.Size(77, 12);
  351. this.lblSetStartMonth.TabIndex = 5;
  352. this.lblSetStartMonth.Text = "年度起始月份";
  353. //
  354. // lblBalanceDate
  355. //
  356. this.lblBalanceDate.AutoSize = true;
  357. this.lblBalanceDate.BackColor = System.Drawing.Color.Transparent;
  358. this.lblBalanceDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.lblBalanceDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  360. this.lblBalanceDate.IsMustInput = true;
  361. this.lblBalanceDate.Location = new System.Drawing.Point(3, 41);
  362. this.lblBalanceDate.Name = "lblBalanceDate";
  363. this.lblBalanceDate.Size = new System.Drawing.Size(77, 12);
  364. this.lblBalanceDate.TabIndex = 8;
  365. this.lblBalanceDate.Text = "结算账务日期";
  366. //
  367. // lblUserLockTime
  368. //
  369. this.lblUserLockTime.AutoSize = true;
  370. this.lblUserLockTime.BackColor = System.Drawing.Color.Transparent;
  371. this.lblUserLockTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.lblUserLockTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  373. this.lblUserLockTime.IsMustInput = true;
  374. this.lblUserLockTime.Location = new System.Drawing.Point(12, 51);
  375. this.lblUserLockTime.Name = "lblUserLockTime";
  376. this.lblUserLockTime.Size = new System.Drawing.Size(77, 12);
  377. this.lblUserLockTime.TabIndex = 2;
  378. this.lblUserLockTime.Text = "用户锁定时长";
  379. //
  380. // lblPasswordNumber
  381. //
  382. this.lblPasswordNumber.AutoSize = true;
  383. this.lblPasswordNumber.BackColor = System.Drawing.Color.Transparent;
  384. this.lblPasswordNumber.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.lblPasswordNumber.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  386. this.lblPasswordNumber.IsMustInput = true;
  387. this.lblPasswordNumber.Location = new System.Drawing.Point(12, 24);
  388. this.lblPasswordNumber.Name = "lblPasswordNumber";
  389. this.lblPasswordNumber.Size = new System.Drawing.Size(77, 12);
  390. this.lblPasswordNumber.TabIndex = 0;
  391. this.lblPasswordNumber.Text = "密码尝试次数";
  392. //
  393. // btnInit
  394. //
  395. this.btnInit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  396. this.btnInit.BackColor = System.Drawing.Color.Transparent;
  397. this.btnInit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnInit.BackgroundImage")));
  398. this.btnInit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.btnInit.ForeColor = System.Drawing.Color.White;
  400. this.btnInit.Location = new System.Drawing.Point(372, 389);
  401. this.btnInit.Name = "btnInit";
  402. this.btnInit.Size = new System.Drawing.Size(83, 30);
  403. this.btnInit.TabIndex = 97;
  404. this.btnInit.Text = "初始化";
  405. this.btnInit.UseVisualStyleBackColor = false;
  406. this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
  407. //
  408. // btnSave
  409. //
  410. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  411. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  412. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  413. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.btnSave.ForeColor = System.Drawing.Color.White;
  415. this.btnSave.Location = new System.Drawing.Point(634, 389);
  416. this.btnSave.Name = "btnSave";
  417. this.btnSave.Size = new System.Drawing.Size(79, 30);
  418. this.btnSave.TabIndex = 98;
  419. this.btnSave.Text = "保存";
  420. this.btnSave.UseVisualStyleBackColor = false;
  421. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  422. //
  423. // btnCancel
  424. //
  425. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  426. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  427. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  428. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  429. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.btnCancel.ForeColor = System.Drawing.Color.White;
  431. this.btnCancel.Location = new System.Drawing.Point(719, 389);
  432. this.btnCancel.Name = "btnCancel";
  433. this.btnCancel.Size = new System.Drawing.Size(78, 30);
  434. this.btnCancel.TabIndex = 99;
  435. this.btnCancel.Text = "关闭";
  436. this.btnCancel.UseVisualStyleBackColor = false;
  437. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  438. //
  439. // txtSPM009
  440. //
  441. this.txtSPM009.CanLostFocusOnError = false;
  442. this.txtSPM009.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  443. this.txtSPM009.Location = new System.Drawing.Point(141, 182);
  444. this.txtSPM009.MaxValue = new decimal(new int[] {
  445. 999,
  446. 0,
  447. 0,
  448. 0});
  449. this.txtSPM009.MinValue = new decimal(new int[] {
  450. 0,
  451. 0,
  452. 0,
  453. 0});
  454. this.txtSPM009.MustInput = true;
  455. this.txtSPM009.Name = "txtSPM009";
  456. this.txtSPM009.ShowMustInputAlert = false;
  457. this.txtSPM009.Size = new System.Drawing.Size(49, 21);
  458. this.txtSPM009.TabIndex = 15;
  459. //
  460. // lblLabel9
  461. //
  462. this.lblLabel9.AutoSize = false;
  463. this.lblLabel9.Location = new System.Drawing.Point(-2, 186);
  464. this.lblLabel9.MustInput = true;
  465. this.lblLabel9.Name = "lblLabel9";
  466. this.lblLabel9.Size = new System.Drawing.Size(137, 12);
  467. this.lblLabel9.TabIndex = 14;
  468. this.lblLabel9.Text = "成检登记改判限制天数";
  469. this.lblLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  470. //
  471. // txtSPM008
  472. //
  473. this.txtSPM008.CanLostFocusOnError = false;
  474. this.txtSPM008.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  475. this.txtSPM008.Location = new System.Drawing.Point(141, 155);
  476. this.txtSPM008.MaxValue = new decimal(new int[] {
  477. 999,
  478. 0,
  479. 0,
  480. 0});
  481. this.txtSPM008.MinValue = new decimal(new int[] {
  482. 0,
  483. 0,
  484. 0,
  485. 0});
  486. this.txtSPM008.MustInput = true;
  487. this.txtSPM008.Name = "txtSPM008";
  488. this.txtSPM008.ShowMustInputAlert = false;
  489. this.txtSPM008.Size = new System.Drawing.Size(49, 21);
  490. this.txtSPM008.TabIndex = 13;
  491. //
  492. // lblLabel8
  493. //
  494. this.lblLabel8.AutoSize = false;
  495. this.lblLabel8.Location = new System.Drawing.Point(-2, 159);
  496. this.lblLabel8.MustInput = true;
  497. this.lblLabel8.Name = "lblLabel8";
  498. this.lblLabel8.Size = new System.Drawing.Size(137, 12);
  499. this.lblLabel8.TabIndex = 12;
  500. this.lblLabel8.Text = "半检复检撤销限制天数";
  501. this.lblLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  502. //
  503. // txtSPM007
  504. //
  505. this.txtSPM007.CanLostFocusOnError = false;
  506. this.txtSPM007.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  507. this.txtSPM007.Location = new System.Drawing.Point(141, 128);
  508. this.txtSPM007.MaxValue = new decimal(new int[] {
  509. 999,
  510. 0,
  511. 0,
  512. 0});
  513. this.txtSPM007.MinValue = new decimal(new int[] {
  514. 0,
  515. 0,
  516. 0,
  517. 0});
  518. this.txtSPM007.MustInput = true;
  519. this.txtSPM007.Name = "txtSPM007";
  520. this.txtSPM007.ShowMustInputAlert = false;
  521. this.txtSPM007.Size = new System.Drawing.Size(49, 21);
  522. this.txtSPM007.TabIndex = 11;
  523. //
  524. // lblLabel7
  525. //
  526. this.lblLabel7.AutoSize = false;
  527. this.lblLabel7.Location = new System.Drawing.Point(-2, 132);
  528. this.lblLabel7.MustInput = true;
  529. this.lblLabel7.Name = "lblLabel7";
  530. this.lblLabel7.Size = new System.Drawing.Size(137, 12);
  531. this.lblLabel7.TabIndex = 10;
  532. this.lblLabel7.Text = "半检登记改判限制天数";
  533. this.lblLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  534. //
  535. // txtSPM006
  536. //
  537. this.txtSPM006.CanLostFocusOnError = false;
  538. this.txtSPM006.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  539. this.txtSPM006.Location = new System.Drawing.Point(141, 101);
  540. this.txtSPM006.MaxValue = new decimal(new int[] {
  541. 999,
  542. 0,
  543. 0,
  544. 0});
  545. this.txtSPM006.MinValue = new decimal(new int[] {
  546. 0,
  547. 0,
  548. 0,
  549. 0});
  550. this.txtSPM006.MustInput = true;
  551. this.txtSPM006.Name = "txtSPM006";
  552. this.txtSPM006.ShowMustInputAlert = false;
  553. this.txtSPM006.Size = new System.Drawing.Size(49, 21);
  554. this.txtSPM006.TabIndex = 9;
  555. //
  556. // lblLabel6
  557. //
  558. this.lblLabel6.AutoSize = false;
  559. this.lblLabel6.Location = new System.Drawing.Point(-2, 105);
  560. this.lblLabel6.MustInput = true;
  561. this.lblLabel6.Name = "lblLabel6";
  562. this.lblLabel6.Size = new System.Drawing.Size(137, 12);
  563. this.lblLabel6.TabIndex = 8;
  564. this.lblLabel6.Text = "损坯撤销限制天数";
  565. this.lblLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  566. //
  567. // txtSPM005
  568. //
  569. this.txtSPM005.CanLostFocusOnError = false;
  570. this.txtSPM005.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  571. this.txtSPM005.Location = new System.Drawing.Point(141, 74);
  572. this.txtSPM005.MaxValue = new decimal(new int[] {
  573. 999,
  574. 0,
  575. 0,
  576. 0});
  577. this.txtSPM005.MinValue = new decimal(new int[] {
  578. 0,
  579. 0,
  580. 0,
  581. 0});
  582. this.txtSPM005.MustInput = true;
  583. this.txtSPM005.Name = "txtSPM005";
  584. this.txtSPM005.ShowMustInputAlert = false;
  585. this.txtSPM005.Size = new System.Drawing.Size(49, 21);
  586. this.txtSPM005.TabIndex = 7;
  587. //
  588. // lblLabel5
  589. //
  590. this.lblLabel5.AutoSize = false;
  591. this.lblLabel5.Location = new System.Drawing.Point(-2, 78);
  592. this.lblLabel5.MustInput = true;
  593. this.lblLabel5.Name = "lblLabel5";
  594. this.lblLabel5.Size = new System.Drawing.Size(137, 12);
  595. this.lblLabel5.TabIndex = 6;
  596. this.lblLabel5.Text = "成品撤销限制天数";
  597. this.lblLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  598. //
  599. // txtSPM004
  600. //
  601. this.txtSPM004.CanLostFocusOnError = false;
  602. this.txtSPM004.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  603. this.txtSPM004.Location = new System.Drawing.Point(141, 47);
  604. this.txtSPM004.MaxValue = new decimal(new int[] {
  605. 999,
  606. 0,
  607. 0,
  608. 0});
  609. this.txtSPM004.MinValue = new decimal(new int[] {
  610. 0,
  611. 0,
  612. 0,
  613. 0});
  614. this.txtSPM004.MustInput = true;
  615. this.txtSPM004.Name = "txtSPM004";
  616. this.txtSPM004.ShowMustInputAlert = false;
  617. this.txtSPM004.Size = new System.Drawing.Size(49, 21);
  618. this.txtSPM004.TabIndex = 3;
  619. //
  620. // lblLabel4
  621. //
  622. this.lblLabel4.AutoSize = false;
  623. this.lblLabel4.Location = new System.Drawing.Point(-2, 51);
  624. this.lblLabel4.MustInput = true;
  625. this.lblLabel4.Name = "lblLabel4";
  626. this.lblLabel4.Size = new System.Drawing.Size(137, 12);
  627. this.lblLabel4.TabIndex = 2;
  628. this.lblLabel4.Text = "计件撤销限制天数";
  629. this.lblLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  630. //
  631. // txtSPM003
  632. //
  633. this.txtSPM003.CanLostFocusOnError = false;
  634. this.txtSPM003.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  635. this.txtSPM003.Location = new System.Drawing.Point(141, 20);
  636. this.txtSPM003.MaxValue = new decimal(new int[] {
  637. 999,
  638. 0,
  639. 0,
  640. 0});
  641. this.txtSPM003.MinValue = new decimal(new int[] {
  642. 0,
  643. 0,
  644. 0,
  645. 0});
  646. this.txtSPM003.MustInput = true;
  647. this.txtSPM003.Name = "txtSPM003";
  648. this.txtSPM003.ShowMustInputAlert = false;
  649. this.txtSPM003.Size = new System.Drawing.Size(49, 21);
  650. this.txtSPM003.TabIndex = 1;
  651. //
  652. // lblLabel3
  653. //
  654. this.lblLabel3.AutoSize = false;
  655. this.lblLabel3.Location = new System.Drawing.Point(-2, 24);
  656. this.lblLabel3.MustInput = true;
  657. this.lblLabel3.Name = "lblLabel3";
  658. this.lblLabel3.Size = new System.Drawing.Size(137, 12);
  659. this.lblLabel3.TabIndex = 0;
  660. this.lblLabel3.Text = "交坯撤销限制天数";
  661. this.lblLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  662. //
  663. // txtSPM002
  664. //
  665. this.txtSPM002.CanLostFocusOnError = false;
  666. this.txtSPM002.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  667. this.txtSPM002.Location = new System.Drawing.Point(12, 158);
  668. this.txtSPM002.MaxValue = new decimal(new int[] {
  669. 999,
  670. 0,
  671. 0,
  672. 0});
  673. this.txtSPM002.MinValue = new decimal(new int[] {
  674. 0,
  675. 0,
  676. 0,
  677. 0});
  678. this.txtSPM002.MustInput = true;
  679. this.txtSPM002.Name = "txtSPM002";
  680. this.txtSPM002.ShowMustInputAlert = false;
  681. this.txtSPM002.Size = new System.Drawing.Size(49, 21);
  682. this.txtSPM002.TabIndex = 17;
  683. //
  684. // lblLabel2
  685. //
  686. this.lblLabel2.Location = new System.Drawing.Point(34, 78);
  687. this.lblLabel2.MustInput = true;
  688. this.lblLabel2.Name = "lblLabel2";
  689. this.lblLabel2.Size = new System.Drawing.Size(101, 12);
  690. this.lblLabel2.TabIndex = 4;
  691. this.lblLabel2.Text = "注浆绑码限制天数";
  692. this.lblLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  693. //
  694. // txtSPM001
  695. //
  696. this.txtSPM001.CanLostFocusOnError = false;
  697. this.txtSPM001.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  698. this.txtSPM001.Location = new System.Drawing.Point(141, 101);
  699. this.txtSPM001.MaxValue = new decimal(new int[] {
  700. 999,
  701. 0,
  702. 0,
  703. 0});
  704. this.txtSPM001.MinValue = new decimal(new int[] {
  705. 0,
  706. 0,
  707. 0,
  708. 0});
  709. this.txtSPM001.MustInput = true;
  710. this.txtSPM001.Name = "txtSPM001";
  711. this.txtSPM001.ShowMustInputAlert = false;
  712. this.txtSPM001.Size = new System.Drawing.Size(49, 21);
  713. this.txtSPM001.TabIndex = 7;
  714. //
  715. // lblLabel1
  716. //
  717. this.lblLabel1.Location = new System.Drawing.Point(46, 105);
  718. this.lblLabel1.MustInput = true;
  719. this.lblLabel1.Name = "lblLabel1";
  720. this.lblLabel1.Size = new System.Drawing.Size(89, 12);
  721. this.lblLabel1.TabIndex = 6;
  722. this.lblLabel1.Text = "未绑码报损天数";
  723. this.lblLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  724. //
  725. // groupBox1
  726. //
  727. this.groupBox1.Controls.Add(this.diaLockTime);
  728. this.groupBox1.Controls.Add(this.lblPasswordNumber);
  729. this.groupBox1.Controls.Add(this.diaPasswordNumber);
  730. this.groupBox1.Controls.Add(this.chkLoginMac);
  731. this.groupBox1.Controls.Add(this.txtDefaultPassword);
  732. this.groupBox1.Controls.Add(this.lblUserLockTime);
  733. this.groupBox1.Controls.Add(this.lblDefaultPassword);
  734. this.groupBox1.Controls.Add(this.chkLoginTimeLimit);
  735. this.groupBox1.Controls.Add(this.lblLockTimeUnit);
  736. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  737. this.groupBox1.Name = "groupBox1";
  738. this.groupBox1.Size = new System.Drawing.Size(200, 155);
  739. this.groupBox1.TabIndex = 0;
  740. this.groupBox1.TabStop = false;
  741. this.groupBox1.Text = "系统参数";
  742. //
  743. // lblLabel12
  744. //
  745. this.lblLabel12.Location = new System.Drawing.Point(34, 24);
  746. this.lblLabel12.MustInput = true;
  747. this.lblLabel12.Name = "lblLabel12";
  748. this.lblLabel12.Size = new System.Drawing.Size(101, 12);
  749. this.lblLabel12.TabIndex = 0;
  750. this.lblLabel12.Text = "注浆登记限制天数";
  751. this.lblLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  752. //
  753. // cobSPM016
  754. //
  755. this.cobSPM016.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  756. this.cobSPM016.FormattingEnabled = true;
  757. this.cobSPM016.Location = new System.Drawing.Point(6, 38);
  758. this.cobSPM016.Name = "cobSPM016";
  759. this.cobSPM016.Size = new System.Drawing.Size(147, 20);
  760. this.cobSPM016.TabIndex = 1;
  761. //
  762. // txtSPM021
  763. //
  764. this.txtSPM021.CanLostFocusOnError = false;
  765. this.txtSPM021.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  766. this.txtSPM021.Location = new System.Drawing.Point(141, 20);
  767. this.txtSPM021.MaxValue = new decimal(new int[] {
  768. 999,
  769. 0,
  770. 0,
  771. 0});
  772. this.txtSPM021.MinValue = new decimal(new int[] {
  773. 0,
  774. 0,
  775. 0,
  776. 0});
  777. this.txtSPM021.MustInput = true;
  778. this.txtSPM021.Name = "txtSPM021";
  779. this.txtSPM021.ShowMustInputAlert = false;
  780. this.txtSPM021.Size = new System.Drawing.Size(49, 21);
  781. this.txtSPM021.TabIndex = 1;
  782. //
  783. // lblLabel11
  784. //
  785. this.lblLabel11.Location = new System.Drawing.Point(6, 17);
  786. this.lblLabel11.MustInput = true;
  787. this.lblLabel11.Name = "lblLabel11";
  788. this.lblLabel11.Size = new System.Drawing.Size(155, 12);
  789. this.lblLabel11.TabIndex = 0;
  790. this.lblLabel11.Text = "PDA产量统计方式(装窑车)";
  791. this.lblLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  792. //
  793. // txtSPM014
  794. //
  795. this.txtSPM014.CanLostFocusOnError = false;
  796. this.txtSPM014.Enabled = false;
  797. this.txtSPM014.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  798. this.txtSPM014.Location = new System.Drawing.Point(5, 110);
  799. this.txtSPM014.MaxValue = new decimal(new int[] {
  800. 10,
  801. 0,
  802. 0,
  803. 0});
  804. this.txtSPM014.MinValue = new decimal(new int[] {
  805. 6,
  806. 0,
  807. 0,
  808. 0});
  809. this.txtSPM014.MustInput = true;
  810. this.txtSPM014.Name = "txtSPM014";
  811. this.txtSPM014.ShowMustInputAlert = false;
  812. this.txtSPM014.Size = new System.Drawing.Size(49, 21);
  813. this.txtSPM014.TabIndex = 10;
  814. //
  815. // lblLabel10
  816. //
  817. this.lblLabel10.Location = new System.Drawing.Point(3, 95);
  818. this.lblLabel10.MustInput = true;
  819. this.lblLabel10.Name = "lblLabel10";
  820. this.lblLabel10.Size = new System.Drawing.Size(125, 12);
  821. this.lblLabel10.TabIndex = 9;
  822. this.lblLabel10.Text = "包装条码唯一编码位数";
  823. this.lblLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  824. //
  825. // groupBox2
  826. //
  827. this.groupBox2.Controls.Add(this.chkSPM015);
  828. this.groupBox2.Controls.Add(this.chkSPM010);
  829. this.groupBox2.Controls.Add(this.txtSPM009);
  830. this.groupBox2.Controls.Add(this.lblLabel9);
  831. this.groupBox2.Controls.Add(this.txtSPM008);
  832. this.groupBox2.Controls.Add(this.lblLabel8);
  833. this.groupBox2.Controls.Add(this.txtSPM007);
  834. this.groupBox2.Controls.Add(this.lblLabel3);
  835. this.groupBox2.Controls.Add(this.lblLabel7);
  836. this.groupBox2.Controls.Add(this.txtSPM003);
  837. this.groupBox2.Controls.Add(this.txtSPM006);
  838. this.groupBox2.Controls.Add(this.lblLabel4);
  839. this.groupBox2.Controls.Add(this.lblLabel6);
  840. this.groupBox2.Controls.Add(this.txtSPM004);
  841. this.groupBox2.Controls.Add(this.txtSPM005);
  842. this.groupBox2.Controls.Add(this.lblLabel5);
  843. this.groupBox2.Location = new System.Drawing.Point(218, 12);
  844. this.groupBox2.Name = "groupBox2";
  845. this.groupBox2.Size = new System.Drawing.Size(200, 257);
  846. this.groupBox2.TabIndex = 2;
  847. this.groupBox2.TabStop = false;
  848. this.groupBox2.Text = "生产限制";
  849. //
  850. // chkSPM015
  851. //
  852. this.chkSPM015.AutoSize = true;
  853. this.chkSPM015.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  854. this.chkSPM015.Location = new System.Drawing.Point(58, 231);
  855. this.chkSPM015.Name = "chkSPM015";
  856. this.chkSPM015.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  857. this.chkSPM015.Size = new System.Drawing.Size(132, 16);
  858. this.chkSPM015.TabIndex = 1;
  859. this.chkSPM015.Text = "报损责任可否选成型";
  860. this.chkSPM015.UseVisualStyleBackColor = true;
  861. //
  862. // chkSPM010
  863. //
  864. this.chkSPM010.AutoSize = true;
  865. this.chkSPM010.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  866. this.chkSPM010.Location = new System.Drawing.Point(58, 209);
  867. this.chkSPM010.Name = "chkSPM010";
  868. this.chkSPM010.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  869. this.chkSPM010.Size = new System.Drawing.Size(132, 16);
  870. this.chkSPM010.TabIndex = 0;
  871. this.chkSPM010.Text = "登窑后可否替换条码";
  872. this.chkSPM010.UseVisualStyleBackColor = true;
  873. //
  874. // groupBox3
  875. //
  876. this.groupBox3.Controls.Add(this.c_Label1);
  877. this.groupBox3.Controls.Add(this.chkPlateLimitNum);
  878. this.groupBox3.Controls.Add(this.chkSameModel);
  879. this.groupBox3.Controls.Add(this.chkSameLogo);
  880. this.groupBox3.Location = new System.Drawing.Point(424, 12);
  881. this.groupBox3.Name = "groupBox3";
  882. this.groupBox3.Size = new System.Drawing.Size(200, 80);
  883. this.groupBox3.TabIndex = 3;
  884. this.groupBox3.TabStop = false;
  885. this.groupBox3.Text = "产成品交接";
  886. //
  887. // c_Label1
  888. //
  889. this.c_Label1.AutoSize = true;
  890. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  891. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  892. this.c_Label1.ForeColor = System.Drawing.Color.Red;
  893. this.c_Label1.Location = new System.Drawing.Point(12, 63);
  894. this.c_Label1.Name = "c_Label1";
  895. this.c_Label1.Size = new System.Drawing.Size(137, 12);
  896. this.c_Label1.TabIndex = 3;
  897. this.c_Label1.Text = "(必须先启用限制同型号)";
  898. //
  899. // chkPlateLimitNum
  900. //
  901. this.chkPlateLimitNum.AutoSize = true;
  902. this.chkPlateLimitNum.Enabled = false;
  903. this.chkPlateLimitNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  904. this.chkPlateLimitNum.Location = new System.Drawing.Point(12, 44);
  905. this.chkPlateLimitNum.Name = "chkPlateLimitNum";
  906. this.chkPlateLimitNum.Size = new System.Drawing.Size(96, 16);
  907. this.chkPlateLimitNum.TabIndex = 2;
  908. this.chkPlateLimitNum.Text = "限制装板数量";
  909. this.chkPlateLimitNum.UseVisualStyleBackColor = true;
  910. //
  911. // chkSameModel
  912. //
  913. this.chkSameModel.AutoSize = true;
  914. this.chkSameModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  915. this.chkSameModel.Location = new System.Drawing.Point(102, 22);
  916. this.chkSameModel.Name = "chkSameModel";
  917. this.chkSameModel.Size = new System.Drawing.Size(84, 16);
  918. this.chkSameModel.TabIndex = 1;
  919. this.chkSameModel.Text = "限制同型号";
  920. this.chkSameModel.UseVisualStyleBackColor = true;
  921. this.chkSameModel.CheckedChanged += new System.EventHandler(this.chkSameModel_CheckedChanged);
  922. //
  923. // chkSameLogo
  924. //
  925. this.chkSameLogo.AutoSize = true;
  926. this.chkSameLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  927. this.chkSameLogo.Location = new System.Drawing.Point(12, 22);
  928. this.chkSameLogo.Name = "chkSameLogo";
  929. this.chkSameLogo.Size = new System.Drawing.Size(84, 16);
  930. this.chkSameLogo.TabIndex = 0;
  931. this.chkSameLogo.Text = "限制同商标";
  932. this.chkSameLogo.UseVisualStyleBackColor = true;
  933. //
  934. // groupBox4
  935. //
  936. this.groupBox4.Controls.Add(this.lblLabel11);
  937. this.groupBox4.Controls.Add(this.cobSPM016);
  938. this.groupBox4.Location = new System.Drawing.Point(12, 357);
  939. this.groupBox4.Name = "groupBox4";
  940. this.groupBox4.Size = new System.Drawing.Size(200, 70);
  941. this.groupBox4.TabIndex = 7;
  942. this.groupBox4.TabStop = false;
  943. this.groupBox4.Text = "其他";
  944. //
  945. // lblLabel22
  946. //
  947. this.lblLabel22.Location = new System.Drawing.Point(3, 143);
  948. this.lblLabel22.MustInput = true;
  949. this.lblLabel22.Name = "lblLabel22";
  950. this.lblLabel22.Size = new System.Drawing.Size(77, 12);
  951. this.lblLabel22.TabIndex = 16;
  952. this.lblLabel22.Text = "交坯限制天数";
  953. this.lblLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  954. //
  955. // txtPHG03001
  956. //
  957. this.txtPHG03001.Location = new System.Drawing.Point(118, 17);
  958. this.txtPHG03001.Name = "txtPHG03001";
  959. this.txtPHG03001.Size = new System.Drawing.Size(75, 21);
  960. this.txtPHG03001.TabIndex = 2;
  961. //
  962. // groupBox5
  963. //
  964. this.groupBox5.Controls.Add(this.label3);
  965. this.groupBox5.Controls.Add(this.txtPHG03003);
  966. this.groupBox5.Controls.Add(this.txtPHG03002);
  967. this.groupBox5.Controls.Add(this.label2);
  968. this.groupBox5.Controls.Add(this.label1);
  969. this.groupBox5.Controls.Add(this.txtPHG03001);
  970. this.groupBox5.Controls.Add(this.c_Label2);
  971. this.groupBox5.Location = new System.Drawing.Point(424, 98);
  972. this.groupBox5.Name = "groupBox5";
  973. this.groupBox5.Size = new System.Drawing.Size(200, 100);
  974. this.groupBox5.TabIndex = 4;
  975. this.groupBox5.TabStop = false;
  976. this.groupBox5.Text = "查询终端";
  977. //
  978. // label3
  979. //
  980. this.label3.AutoSize = true;
  981. this.label3.Location = new System.Drawing.Point(11, 75);
  982. this.label3.Name = "label3";
  983. this.label3.Size = new System.Drawing.Size(101, 12);
  984. this.label3.TabIndex = 5;
  985. this.label3.Text = "质量登记工序编码";
  986. //
  987. // txtPHG03003
  988. //
  989. this.txtPHG03003.Location = new System.Drawing.Point(118, 71);
  990. this.txtPHG03003.Name = "txtPHG03003";
  991. this.txtPHG03003.Size = new System.Drawing.Size(75, 21);
  992. this.txtPHG03003.TabIndex = 6;
  993. //
  994. // txtPHG03002
  995. //
  996. this.txtPHG03002.Location = new System.Drawing.Point(118, 44);
  997. this.txtPHG03002.Name = "txtPHG03002";
  998. this.txtPHG03002.Size = new System.Drawing.Size(75, 21);
  999. this.txtPHG03002.TabIndex = 4;
  1000. //
  1001. // label2
  1002. //
  1003. this.label2.AutoSize = true;
  1004. this.label2.Location = new System.Drawing.Point(11, 48);
  1005. this.label2.Name = "label2";
  1006. this.label2.Size = new System.Drawing.Size(101, 12);
  1007. this.label2.TabIndex = 3;
  1008. this.label2.Text = "出窑统计工序编码";
  1009. //
  1010. // label1
  1011. //
  1012. this.label1.AutoSize = true;
  1013. this.label1.Location = new System.Drawing.Point(12, 21);
  1014. this.label1.Name = "label1";
  1015. this.label1.Size = new System.Drawing.Size(77, 12);
  1016. this.label1.TabIndex = 0;
  1017. this.label1.Text = "杂质缺陷编码";
  1018. //
  1019. // c_Label2
  1020. //
  1021. this.c_Label2.AutoSize = true;
  1022. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  1023. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1024. this.c_Label2.ForeColor = System.Drawing.Color.Red;
  1025. this.c_Label2.Location = new System.Drawing.Point(20, 21);
  1026. this.c_Label2.Name = "c_Label2";
  1027. this.c_Label2.Size = new System.Drawing.Size(119, 12);
  1028. this.c_Label2.TabIndex = 1;
  1029. this.c_Label2.Text = "(多个时用【,】分开)";
  1030. this.c_Label2.Visible = false;
  1031. //
  1032. // panel2
  1033. //
  1034. this.panel2.Controls.Add(this.txtSPM002);
  1035. this.panel2.Controls.Add(this.lblSetStartMonth);
  1036. this.panel2.Controls.Add(this.lblLabel22);
  1037. this.panel2.Controls.Add(this.dtpAccountTime);
  1038. this.panel2.Controls.Add(this.txtSPM014);
  1039. this.panel2.Controls.Add(this.lblAccountTime);
  1040. this.panel2.Controls.Add(this.lblLabel10);
  1041. this.panel2.Controls.Add(this.cboBalanceDate);
  1042. this.panel2.Controls.Add(this.lblBalanceDate);
  1043. this.panel2.Controls.Add(this.diaSetStartMonth);
  1044. this.panel2.Controls.Add(this.lblSetStartMonthUnit);
  1045. this.panel2.Location = new System.Drawing.Point(0, 3);
  1046. this.panel2.Name = "panel2";
  1047. this.panel2.Size = new System.Drawing.Size(147, 292);
  1048. this.panel2.TabIndex = 0;
  1049. this.panel2.Visible = false;
  1050. //
  1051. // groupBox6
  1052. //
  1053. this.groupBox6.Controls.Add(this.chkSPM020);
  1054. this.groupBox6.Controls.Add(this.chkSPM019);
  1055. this.groupBox6.Controls.Add(this.chkSPM018);
  1056. this.groupBox6.Controls.Add(this.chkSPM017);
  1057. this.groupBox6.Location = new System.Drawing.Point(424, 204);
  1058. this.groupBox6.Name = "groupBox6";
  1059. this.groupBox6.Size = new System.Drawing.Size(200, 65);
  1060. this.groupBox6.TabIndex = 5;
  1061. this.groupBox6.TabStop = false;
  1062. this.groupBox6.Text = "产品回收";
  1063. //
  1064. // chkSPM020
  1065. //
  1066. this.chkSPM020.AutoSize = true;
  1067. this.chkSPM020.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1068. this.chkSPM020.Location = new System.Drawing.Point(15, 42);
  1069. this.chkSPM020.Name = "chkSPM020";
  1070. this.chkSPM020.Size = new System.Drawing.Size(48, 16);
  1071. this.chkSPM020.TabIndex = 4;
  1072. this.chkSPM020.Text = "次品";
  1073. this.chkSPM020.UseVisualStyleBackColor = true;
  1074. //
  1075. // chkSPM019
  1076. //
  1077. this.chkSPM019.AutoSize = true;
  1078. this.chkSPM019.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1079. this.chkSPM019.Location = new System.Drawing.Point(69, 42);
  1080. this.chkSPM019.Name = "chkSPM019";
  1081. this.chkSPM019.Size = new System.Drawing.Size(84, 16);
  1082. this.chkSPM019.TabIndex = 3;
  1083. this.chkSPM019.Text = "复检不合格";
  1084. this.chkSPM019.UseVisualStyleBackColor = true;
  1085. //
  1086. // chkSPM018
  1087. //
  1088. this.chkSPM018.AutoSize = true;
  1089. this.chkSPM018.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1090. this.chkSPM018.Location = new System.Drawing.Point(69, 20);
  1091. this.chkSPM018.Name = "chkSPM018";
  1092. this.chkSPM018.Size = new System.Drawing.Size(84, 16);
  1093. this.chkSPM018.TabIndex = 2;
  1094. this.chkSPM018.Text = "半检不合格";
  1095. this.chkSPM018.UseVisualStyleBackColor = true;
  1096. //
  1097. // chkSPM017
  1098. //
  1099. this.chkSPM017.AutoSize = true;
  1100. this.chkSPM017.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1101. this.chkSPM017.Location = new System.Drawing.Point(15, 20);
  1102. this.chkSPM017.Name = "chkSPM017";
  1103. this.chkSPM017.Size = new System.Drawing.Size(48, 16);
  1104. this.chkSPM017.TabIndex = 1;
  1105. this.chkSPM017.Text = "损坯";
  1106. this.chkSPM017.UseVisualStyleBackColor = true;
  1107. //
  1108. // btnSetBackInP
  1109. //
  1110. this.btnSetBackInP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1111. this.btnSetBackInP.BackColor = System.Drawing.Color.Transparent;
  1112. this.btnSetBackInP.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  1113. this.btnSetBackInP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1114. this.btnSetBackInP.Location = new System.Drawing.Point(373, 389);
  1115. this.btnSetBackInP.Name = "btnSetBackInP";
  1116. this.btnSetBackInP.Size = new System.Drawing.Size(105, 30);
  1117. this.btnSetBackInP.TabIndex = 96;
  1118. this.btnSetBackInP.Text = "在产品备份时点";
  1119. this.btnSetBackInP.UseVisualStyleBackColor = false;
  1120. this.btnSetBackInP.Click += new System.EventHandler(this.btnSetBackInP_Click);
  1121. //
  1122. // rabMouldAuto
  1123. //
  1124. this.rabMouldAuto.AutoSize = true;
  1125. this.rabMouldAuto.Location = new System.Drawing.Point(10, 20);
  1126. this.rabMouldAuto.Name = "rabMouldAuto";
  1127. this.rabMouldAuto.Size = new System.Drawing.Size(71, 16);
  1128. this.rabMouldAuto.TabIndex = 1;
  1129. this.rabMouldAuto.TabStop = true;
  1130. this.rabMouldAuto.Text = "自动模具";
  1131. this.rabMouldAuto.UseVisualStyleBackColor = true;
  1132. //
  1133. // rabMouldBarcode
  1134. //
  1135. this.rabMouldBarcode.AutoSize = true;
  1136. this.rabMouldBarcode.Location = new System.Drawing.Point(87, 20);
  1137. this.rabMouldBarcode.Name = "rabMouldBarcode";
  1138. this.rabMouldBarcode.Size = new System.Drawing.Size(71, 16);
  1139. this.rabMouldBarcode.TabIndex = 2;
  1140. this.rabMouldBarcode.TabStop = true;
  1141. this.rabMouldBarcode.Text = "条码模具";
  1142. this.rabMouldBarcode.UseVisualStyleBackColor = true;
  1143. //
  1144. // groupBox7
  1145. //
  1146. this.groupBox7.Controls.Add(this.rabMust);
  1147. this.groupBox7.Controls.Add(this.rabMouldBarcode);
  1148. this.groupBox7.Controls.Add(this.rabMouldAuto);
  1149. this.groupBox7.Location = new System.Drawing.Point(218, 275);
  1150. this.groupBox7.Name = "groupBox7";
  1151. this.groupBox7.Size = new System.Drawing.Size(406, 50);
  1152. this.groupBox7.TabIndex = 6;
  1153. this.groupBox7.TabStop = false;
  1154. this.groupBox7.Text = "成型模具默认选项";
  1155. //
  1156. // rabMust
  1157. //
  1158. this.rabMust.AutoSize = true;
  1159. this.rabMust.Location = new System.Drawing.Point(164, 20);
  1160. this.rabMust.Name = "rabMust";
  1161. this.rabMust.Size = new System.Drawing.Size(95, 16);
  1162. this.rabMust.TabIndex = 2;
  1163. this.rabMust.TabStop = true;
  1164. this.rabMust.Text = "必须条码模具";
  1165. this.rabMust.UseVisualStyleBackColor = true;
  1166. //
  1167. // groupBox8
  1168. //
  1169. this.groupBox8.Controls.Add(this.txtSPM001);
  1170. this.groupBox8.Controls.Add(this.chkSPM024);
  1171. this.groupBox8.Controls.Add(this.lblLabel2);
  1172. this.groupBox8.Controls.Add(this.lblLabel13);
  1173. this.groupBox8.Controls.Add(this.lblLabel1);
  1174. this.groupBox8.Controls.Add(this.lblLabel12);
  1175. this.groupBox8.Controls.Add(this.txtSPM023);
  1176. this.groupBox8.Controls.Add(this.txtSPM022);
  1177. this.groupBox8.Controls.Add(this.txtSPM021);
  1178. this.groupBox8.Location = new System.Drawing.Point(12, 173);
  1179. this.groupBox8.Name = "groupBox8";
  1180. this.groupBox8.Size = new System.Drawing.Size(210, 178);
  1181. this.groupBox8.TabIndex = 1;
  1182. this.groupBox8.TabStop = false;
  1183. this.groupBox8.Text = "注浆限制";
  1184. //
  1185. // chkSPM024
  1186. //
  1187. this.chkSPM024.AutoSize = true;
  1188. this.chkSPM024.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1189. this.chkSPM024.Location = new System.Drawing.Point(48, 128);
  1190. this.chkSPM024.Name = "chkSPM024";
  1191. this.chkSPM024.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  1192. this.chkSPM024.Size = new System.Drawing.Size(132, 16);
  1193. this.chkSPM024.TabIndex = 8;
  1194. this.chkSPM024.Text = "未交坯可否替换条码";
  1195. this.chkSPM024.UseVisualStyleBackColor = true;
  1196. //
  1197. // lblLabel13
  1198. //
  1199. this.lblLabel13.Location = new System.Drawing.Point(34, 51);
  1200. this.lblLabel13.MustInput = true;
  1201. this.lblLabel13.Name = "lblLabel13";
  1202. this.lblLabel13.Size = new System.Drawing.Size(101, 12);
  1203. this.lblLabel13.TabIndex = 2;
  1204. this.lblLabel13.Text = "注浆修改限制天数";
  1205. this.lblLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1206. //
  1207. // txtSPM023
  1208. //
  1209. this.txtSPM023.CanLostFocusOnError = false;
  1210. this.txtSPM023.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1211. this.txtSPM023.Location = new System.Drawing.Point(141, 74);
  1212. this.txtSPM023.MaxValue = new decimal(new int[] {
  1213. 999,
  1214. 0,
  1215. 0,
  1216. 0});
  1217. this.txtSPM023.MinValue = new decimal(new int[] {
  1218. 0,
  1219. 0,
  1220. 0,
  1221. 0});
  1222. this.txtSPM023.MustInput = true;
  1223. this.txtSPM023.Name = "txtSPM023";
  1224. this.txtSPM023.ShowMustInputAlert = false;
  1225. this.txtSPM023.Size = new System.Drawing.Size(49, 21);
  1226. this.txtSPM023.TabIndex = 5;
  1227. //
  1228. // txtSPM022
  1229. //
  1230. this.txtSPM022.CanLostFocusOnError = false;
  1231. this.txtSPM022.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1232. this.txtSPM022.Location = new System.Drawing.Point(141, 47);
  1233. this.txtSPM022.MaxValue = new decimal(new int[] {
  1234. 999,
  1235. 0,
  1236. 0,
  1237. 0});
  1238. this.txtSPM022.MinValue = new decimal(new int[] {
  1239. 0,
  1240. 0,
  1241. 0,
  1242. 0});
  1243. this.txtSPM022.MustInput = true;
  1244. this.txtSPM022.Name = "txtSPM022";
  1245. this.txtSPM022.ShowMustInputAlert = false;
  1246. this.txtSPM022.Size = new System.Drawing.Size(49, 21);
  1247. this.txtSPM022.TabIndex = 3;
  1248. //
  1249. // txtSPM033
  1250. //
  1251. this.txtSPM033.CanLostFocusOnError = false;
  1252. this.txtSPM033.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1253. this.txtSPM033.Location = new System.Drawing.Point(345, 330);
  1254. this.txtSPM033.MaxValue = new decimal(new int[] {
  1255. 999,
  1256. 0,
  1257. 0,
  1258. 0});
  1259. this.txtSPM033.MinValue = new decimal(new int[] {
  1260. 0,
  1261. 0,
  1262. 0,
  1263. 0});
  1264. this.txtSPM033.MustInput = true;
  1265. this.txtSPM033.Name = "txtSPM033";
  1266. this.txtSPM033.ShowMustInputAlert = false;
  1267. this.txtSPM033.Size = new System.Drawing.Size(40, 21);
  1268. this.txtSPM033.TabIndex = 10;
  1269. //
  1270. // lblLabel14
  1271. //
  1272. this.lblLabel14.Location = new System.Drawing.Point(226, 335);
  1273. this.lblLabel14.MustInput = true;
  1274. this.lblLabel14.Name = "lblLabel14";
  1275. this.lblLabel14.Size = new System.Drawing.Size(113, 12);
  1276. this.lblLabel14.TabIndex = 9;
  1277. this.lblLabel14.Text = "绑码未交坯报损天数";
  1278. this.lblLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1279. //
  1280. // txtSPM034
  1281. //
  1282. this.txtSPM034.CanLostFocusOnError = false;
  1283. this.txtSPM034.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1284. this.txtSPM034.Location = new System.Drawing.Point(536, 330);
  1285. this.txtSPM034.MaxValue = new decimal(new int[] {
  1286. 999,
  1287. 0,
  1288. 0,
  1289. 0});
  1290. this.txtSPM034.MinValue = new decimal(new int[] {
  1291. 0,
  1292. 0,
  1293. 0,
  1294. 0});
  1295. this.txtSPM034.MustInput = true;
  1296. this.txtSPM034.Name = "txtSPM034";
  1297. this.txtSPM034.ShowMustInputAlert = false;
  1298. this.txtSPM034.Size = new System.Drawing.Size(41, 21);
  1299. this.txtSPM034.TabIndex = 10;
  1300. //
  1301. // lblLabel15
  1302. //
  1303. this.lblLabel15.Location = new System.Drawing.Point(410, 335);
  1304. this.lblLabel15.MustInput = true;
  1305. this.lblLabel15.Name = "lblLabel15";
  1306. this.lblLabel15.Size = new System.Drawing.Size(125, 12);
  1307. this.lblLabel15.TabIndex = 9;
  1308. this.lblLabel15.Text = "未进入精坯库报损天数";
  1309. this.lblLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1310. //
  1311. // F_MST_0401
  1312. //
  1313. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1314. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1315. this.CancelButton = this.btnCancel;
  1316. this.ClientSize = new System.Drawing.Size(809, 444);
  1317. this.Controls.Add(this.txtSPM034);
  1318. this.Controls.Add(this.txtSPM033);
  1319. this.Controls.Add(this.lblLabel15);
  1320. this.Controls.Add(this.groupBox4);
  1321. this.Controls.Add(this.lblLabel14);
  1322. this.Controls.Add(this.groupBox1);
  1323. this.Controls.Add(this.groupBox8);
  1324. this.Controls.Add(this.groupBox7);
  1325. this.Controls.Add(this.groupBox6);
  1326. this.Controls.Add(this.groupBox3);
  1327. this.Controls.Add(this.groupBox2);
  1328. this.Controls.Add(this.btnCancel);
  1329. this.Controls.Add(this.btnSetBackInP);
  1330. this.Controls.Add(this.btnSave);
  1331. this.Controls.Add(this.btnInit);
  1332. this.Controls.Add(this.groupBox5);
  1333. this.Controls.Add(this.panel2);
  1334. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1335. this.IsSaveFormSize = false;
  1336. this.MaximizeBox = false;
  1337. this.MinimizeBox = false;
  1338. this.Name = "F_MST_0401";
  1339. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1340. this.StatusSizingGrip = false;
  1341. this.Text = "系统参数";
  1342. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmSystemSetting_FormClosing);
  1343. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmSystemSetting_FormClosed);
  1344. this.Load += new System.EventHandler(this.FrmSystemSetting_Load);
  1345. this.Controls.SetChildIndex(this.panel2, 0);
  1346. this.Controls.SetChildIndex(this.groupBox5, 0);
  1347. this.Controls.SetChildIndex(this.btnInit, 0);
  1348. this.Controls.SetChildIndex(this.btnSave, 0);
  1349. this.Controls.SetChildIndex(this.btnSetBackInP, 0);
  1350. this.Controls.SetChildIndex(this.btnCancel, 0);
  1351. this.Controls.SetChildIndex(this.groupBox2, 0);
  1352. this.Controls.SetChildIndex(this.groupBox3, 0);
  1353. this.Controls.SetChildIndex(this.groupBox6, 0);
  1354. this.Controls.SetChildIndex(this.groupBox7, 0);
  1355. this.Controls.SetChildIndex(this.groupBox8, 0);
  1356. this.Controls.SetChildIndex(this.groupBox1, 0);
  1357. this.Controls.SetChildIndex(this.lblLabel14, 0);
  1358. this.Controls.SetChildIndex(this.groupBox4, 0);
  1359. this.Controls.SetChildIndex(this.lblLabel15, 0);
  1360. this.Controls.SetChildIndex(this.txtSPM033, 0);
  1361. this.Controls.SetChildIndex(this.txtSPM034, 0);
  1362. this.groupBox1.ResumeLayout(false);
  1363. this.groupBox1.PerformLayout();
  1364. this.groupBox2.ResumeLayout(false);
  1365. this.groupBox2.PerformLayout();
  1366. this.groupBox3.ResumeLayout(false);
  1367. this.groupBox3.PerformLayout();
  1368. this.groupBox4.ResumeLayout(false);
  1369. this.groupBox4.PerformLayout();
  1370. this.groupBox5.ResumeLayout(false);
  1371. this.groupBox5.PerformLayout();
  1372. this.panel2.ResumeLayout(false);
  1373. this.panel2.PerformLayout();
  1374. this.groupBox6.ResumeLayout(false);
  1375. this.groupBox6.PerformLayout();
  1376. this.groupBox7.ResumeLayout(false);
  1377. this.groupBox7.PerformLayout();
  1378. this.groupBox8.ResumeLayout(false);
  1379. this.groupBox8.PerformLayout();
  1380. this.ResumeLayout(false);
  1381. this.PerformLayout();
  1382. }
  1383. #endregion
  1384. private Basics.BaseControls.C_Label lblPasswordNumber;
  1385. private Basics.BaseControls.C_Label lblDefaultPassword;
  1386. private Basics.BaseControls.C_Label lblAccountTime;
  1387. private Basics.BaseControls.C_Label lblSetStartMonth;
  1388. private Basics.BaseControls.C_Label lblBalanceDate;
  1389. private Basics.BaseControls.C_Label lblUserLockTime;
  1390. private Basics.BaseControls.C_CheckBox chkLoginMac;
  1391. private Basics.BaseControls.C_TXT_Digital diaSetStartMonth;
  1392. private Basics.BaseControls.C_TextBox txtDefaultPassword;
  1393. private Basics.BaseControls.C_ComboBox cboBalanceDate;
  1394. private Basics.BaseControls.C_Button btnInit;
  1395. private Basics.BaseControls.C_DateTimePicker dtpAccountTime;
  1396. private Basics.BaseControls.C_Label lblSetStartMonthUnit;
  1397. private Basics.BaseControls.C_CheckBox chkLoginTimeLimit;
  1398. private Basics.BaseControls.C_Label lblLockTimeUnit;
  1399. private Basics.BaseControls.C_TXT_Digital diaPasswordNumber;
  1400. private Basics.BaseControls.C_TXT_Digital diaLockTime;
  1401. private Basics.BaseControls.C_Button btnSave;
  1402. private Basics.BaseControls.C_Button btnCancel;
  1403. private WinForm.Controls.LblLabel lblLabel1;
  1404. private WinForm.Controls.TxtNumerical txtSPM001;
  1405. private WinForm.Controls.TxtNumerical txtSPM005;
  1406. private WinForm.Controls.LblLabel lblLabel5;
  1407. private WinForm.Controls.TxtNumerical txtSPM004;
  1408. private WinForm.Controls.LblLabel lblLabel4;
  1409. private WinForm.Controls.TxtNumerical txtSPM003;
  1410. private WinForm.Controls.LblLabel lblLabel3;
  1411. private WinForm.Controls.TxtNumerical txtSPM002;
  1412. private WinForm.Controls.LblLabel lblLabel2;
  1413. private WinForm.Controls.TxtNumerical txtSPM009;
  1414. private WinForm.Controls.LblLabel lblLabel9;
  1415. private WinForm.Controls.TxtNumerical txtSPM008;
  1416. private WinForm.Controls.LblLabel lblLabel8;
  1417. private WinForm.Controls.TxtNumerical txtSPM007;
  1418. private WinForm.Controls.LblLabel lblLabel7;
  1419. private WinForm.Controls.TxtNumerical txtSPM006;
  1420. private WinForm.Controls.LblLabel lblLabel6;
  1421. private System.Windows.Forms.GroupBox groupBox1;
  1422. private System.Windows.Forms.GroupBox groupBox2;
  1423. private System.Windows.Forms.GroupBox groupBox3;
  1424. private System.Windows.Forms.GroupBox groupBox4;
  1425. private Basics.BaseControls.C_CheckBox chkSameLogo;
  1426. private Basics.BaseControls.C_CheckBox chkSameModel;
  1427. private Basics.BaseControls.C_CheckBox chkPlateLimitNum;
  1428. private Basics.BaseControls.C_Label c_Label1;
  1429. private Basics.BaseControls.C_CheckBox chkSPM010;
  1430. private WinForm.Controls.TxtNumerical txtSPM014;
  1431. private WinForm.Controls.LblLabel lblLabel10;
  1432. private WinForm.Controls.TxtTextBox txtPHG03001;
  1433. private System.Windows.Forms.GroupBox groupBox5;
  1434. private System.Windows.Forms.Label label1;
  1435. private Basics.BaseControls.C_Label c_Label2;
  1436. private System.Windows.Forms.Panel panel2;
  1437. private Basics.BaseControls.C_CheckBox chkSPM015;
  1438. private WinForm.Controls.TxtTextBox txtPHG03003;
  1439. private WinForm.Controls.TxtTextBox txtPHG03002;
  1440. private System.Windows.Forms.Label label2;
  1441. private System.Windows.Forms.Label label3;
  1442. private WinForm.Controls.LblLabel lblLabel11;
  1443. private System.Windows.Forms.ComboBox cobSPM016;
  1444. private System.Windows.Forms.GroupBox groupBox6;
  1445. private Basics.BaseControls.C_CheckBox chkSPM017;
  1446. private Basics.BaseControls.C_CheckBox chkSPM020;
  1447. private Basics.BaseControls.C_CheckBox chkSPM019;
  1448. private Basics.BaseControls.C_CheckBox chkSPM018;
  1449. private WinForm.Controls.BtnButton btnSetBackInP;
  1450. private System.Windows.Forms.RadioButton rabMouldAuto;
  1451. private System.Windows.Forms.RadioButton rabMouldBarcode;
  1452. private System.Windows.Forms.GroupBox groupBox7;
  1453. private System.Windows.Forms.RadioButton rabMust;
  1454. private WinForm.Controls.LblLabel lblLabel12;
  1455. private WinForm.Controls.TxtNumerical txtSPM021;
  1456. private System.Windows.Forms.GroupBox groupBox8;
  1457. private Basics.BaseControls.C_CheckBox chkSPM024;
  1458. private WinForm.Controls.LblLabel lblLabel22;
  1459. private WinForm.Controls.LblLabel lblLabel13;
  1460. private WinForm.Controls.TxtNumerical txtSPM023;
  1461. private WinForm.Controls.TxtNumerical txtSPM022;
  1462. private WinForm.Controls.TxtNumerical txtSPM033;
  1463. private WinForm.Controls.LblLabel lblLabel14;
  1464. private WinForm.Controls.TxtNumerical txtSPM034;
  1465. private WinForm.Controls.LblLabel lblLabel15;
  1466. }
  1467. }