F_MST_0401.Designer.cs 61 KB

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