F_MST_0202.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0202
  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_0202));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.txtMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.txtUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.chkCanSmartLogin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  43. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.chkIsWorker = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  45. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dgvDataJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.JobsCode_No = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  48. this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.JobsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.chkCanPCLogin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  53. this.dtpLimitStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  54. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.dtpLimitEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  56. this.cbTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  57. this.chkPublicBody = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  58. this.chkPRD = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  59. this.chkMBC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  60. this.cobBarcodePrinter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  61. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.chkIsGroutingWorker = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  63. this.dkPost = new Dongke.IBOSS.PRD.Client.Controls.dkPostSearchBox();
  64. this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  65. this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
  66. this.cobPLC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  67. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. ((System.ComponentModel.ISupportInitialize)(this.dgvDataJobs)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // btnSave
  72. //
  73. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  74. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  75. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  76. this.btnSave.ForeColor = System.Drawing.Color.White;
  77. this.btnSave.Location = new System.Drawing.Point(529, 372);
  78. this.btnSave.Name = "btnSave";
  79. this.btnSave.Size = new System.Drawing.Size(85, 30);
  80. this.btnSave.TabIndex = 25;
  81. this.btnSave.Text = "保存(&S)";
  82. this.btnSave.UseVisualStyleBackColor = false;
  83. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  84. //
  85. // btnCancel
  86. //
  87. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  88. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  89. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  90. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  91. this.btnCancel.ForeColor = System.Drawing.Color.White;
  92. this.btnCancel.Location = new System.Drawing.Point(620, 372);
  93. this.btnCancel.Name = "btnCancel";
  94. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  95. this.btnCancel.TabIndex = 26;
  96. this.btnCancel.Text = "关闭";
  97. this.btnCancel.UseVisualStyleBackColor = false;
  98. //
  99. // txtRemarks
  100. //
  101. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  102. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  103. this.txtRemarks.ErrorMessage = "";
  104. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.txtRemarks.Location = new System.Drawing.Point(78, 95);
  106. this.txtRemarks.MaxLength = 500;
  107. this.txtRemarks.Multiline = true;
  108. this.txtRemarks.Name = "txtRemarks";
  109. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  110. this.txtRemarks.Size = new System.Drawing.Size(628, 59);
  111. this.txtRemarks.TabIndex = 15;
  112. //
  113. // txtMAC
  114. //
  115. this.txtMAC.BackColor = System.Drawing.SystemColors.Window;
  116. this.txtMAC.BackgroundColor = System.Drawing.SystemColors.Window;
  117. this.txtMAC.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  118. this.txtMAC.ErrorMessage = "";
  119. this.txtMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.txtMAC.Location = new System.Drawing.Point(81, 68);
  121. this.txtMAC.MaxLength = 20;
  122. this.txtMAC.Name = "txtMAC";
  123. this.txtMAC.Size = new System.Drawing.Size(162, 21);
  124. this.txtMAC.TabIndex = 11;
  125. //
  126. // txtUserName
  127. //
  128. this.txtUserName.BackColor = System.Drawing.Color.Yellow;
  129. this.txtUserName.BackgroundColor = System.Drawing.SystemColors.Window;
  130. this.txtUserName.ErrorMessage = "";
  131. this.txtUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.txtUserName.IsMustInput = true;
  133. this.txtUserName.Location = new System.Drawing.Point(351, 14);
  134. this.txtUserName.MaxLength = 20;
  135. this.txtUserName.Name = "txtUserName";
  136. this.txtUserName.Size = new System.Drawing.Size(145, 21);
  137. this.txtUserName.TabIndex = 3;
  138. //
  139. // txtUserCode
  140. //
  141. this.txtUserCode.BackColor = System.Drawing.Color.Yellow;
  142. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  143. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  144. this.txtUserCode.ErrorMessage = "";
  145. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  147. this.txtUserCode.IsMustInput = true;
  148. this.txtUserCode.Location = new System.Drawing.Point(77, 16);
  149. this.txtUserCode.MaxLength = 20;
  150. this.txtUserCode.Name = "txtUserCode";
  151. this.txtUserCode.Size = new System.Drawing.Size(163, 21);
  152. this.txtUserCode.TabIndex = 1;
  153. //
  154. // lblMAC
  155. //
  156. this.lblMAC.AutoSize = true;
  157. this.lblMAC.BackColor = System.Drawing.Color.Transparent;
  158. this.lblMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.lblMAC.ForeColor = System.Drawing.SystemColors.ControlText;
  160. this.lblMAC.Location = new System.Drawing.Point(4, 72);
  161. this.lblMAC.Name = "lblMAC";
  162. this.lblMAC.Size = new System.Drawing.Size(71, 12);
  163. this.lblMAC.TabIndex = 10;
  164. this.lblMAC.Text = "限制MAC地址";
  165. this.lblMAC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  166. //
  167. // lblUserName
  168. //
  169. this.lblUserName.AutoSize = true;
  170. this.lblUserName.BackColor = System.Drawing.Color.Transparent;
  171. this.lblUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.lblUserName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  173. this.lblUserName.IsMustInput = true;
  174. this.lblUserName.Location = new System.Drawing.Point(304, 17);
  175. this.lblUserName.Name = "lblUserName";
  176. this.lblUserName.Size = new System.Drawing.Size(41, 12);
  177. this.lblUserName.TabIndex = 2;
  178. this.lblUserName.Text = "用户名";
  179. //
  180. // lblUserCode
  181. //
  182. this.lblUserCode.AutoSize = true;
  183. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  184. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.lblUserCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  186. this.lblUserCode.IsMustInput = true;
  187. this.lblUserCode.Location = new System.Drawing.Point(21, 20);
  188. this.lblUserCode.Name = "lblUserCode";
  189. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  190. this.lblUserCode.TabIndex = 0;
  191. this.lblUserCode.Text = "用户编码";
  192. //
  193. // chkCanSmartLogin
  194. //
  195. this.chkCanSmartLogin.AutoSize = true;
  196. this.chkCanSmartLogin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.chkCanSmartLogin.Location = new System.Drawing.Point(77, 350);
  198. this.chkCanSmartLogin.Name = "chkCanSmartLogin";
  199. this.chkCanSmartLogin.Size = new System.Drawing.Size(120, 16);
  200. this.chkCanSmartLogin.TabIndex = 18;
  201. this.chkCanSmartLogin.Text = "移动终端登录标识";
  202. this.chkCanSmartLogin.UseVisualStyleBackColor = true;
  203. //
  204. // chkValueFlag
  205. //
  206. this.chkValueFlag.AutoSize = true;
  207. this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.chkValueFlag.Location = new System.Drawing.Point(472, 350);
  209. this.chkValueFlag.Name = "chkValueFlag";
  210. this.chkValueFlag.Size = new System.Drawing.Size(48, 16);
  211. this.chkValueFlag.TabIndex = 22;
  212. this.chkValueFlag.Text = "有效";
  213. this.chkValueFlag.UseVisualStyleBackColor = true;
  214. //
  215. // lblRemarks
  216. //
  217. this.lblRemarks.AutoSize = true;
  218. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  219. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  221. this.lblRemarks.Location = new System.Drawing.Point(46, 95);
  222. this.lblRemarks.Name = "lblRemarks";
  223. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  224. this.lblRemarks.TabIndex = 14;
  225. this.lblRemarks.Text = "备注";
  226. //
  227. // chkIsWorker
  228. //
  229. this.chkIsWorker.AutoSize = true;
  230. this.chkIsWorker.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.chkIsWorker.Location = new System.Drawing.Point(203, 350);
  232. this.chkIsWorker.Name = "chkIsWorker";
  233. this.chkIsWorker.Size = new System.Drawing.Size(72, 16);
  234. this.chkIsWorker.TabIndex = 20;
  235. this.chkIsWorker.Text = "生产工号";
  236. this.chkIsWorker.UseVisualStyleBackColor = true;
  237. //
  238. // c_Label1
  239. //
  240. this.c_Label1.AutoSize = true;
  241. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  242. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  244. this.c_Label1.Location = new System.Drawing.Point(42, 160);
  245. this.c_Label1.Name = "c_Label1";
  246. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  247. this.c_Label1.TabIndex = 16;
  248. this.c_Label1.Text = "工种";
  249. //
  250. // dgvDataJobs
  251. //
  252. this.dgvDataJobs.AllowUserToModifyRows = true;
  253. this.dgvDataJobs.AllowUserToOrderColumns = true;
  254. this.dgvDataJobs.AllowUserToResizeRows = false;
  255. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  256. this.dgvDataJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  257. this.dgvDataJobs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  258. | System.Windows.Forms.AnchorStyles.Left)
  259. | System.Windows.Forms.AnchorStyles.Right)));
  260. this.dgvDataJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  261. this.dgvDataJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  262. this.dgvDataJobs.CellHeight = 23;
  263. this.dgvDataJobs.ChildNodeColumnName = null;
  264. this.dgvDataJobs.ChildNodeColumnText = null;
  265. this.dgvDataJobs.ColumnDeep = 1;
  266. this.dgvDataJobs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  267. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  268. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  269. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  271. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  272. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  273. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  274. this.dgvDataJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  275. this.dgvDataJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  276. this.dgvDataJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  277. this.JobsCode_No,
  278. this.JobsCode,
  279. this.JobsName,
  280. this.Remarks,
  281. this.JobsID});
  282. this.dgvDataJobs.ColumnTreeView = null;
  283. this.dgvDataJobs.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  284. this.dgvDataJobs.DynamicColumnName = "";
  285. this.dgvDataJobs.EnableHeadersVisualStyles = false;
  286. this.dgvDataJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.dgvDataJobs.FormatQuantityColumns = null;
  288. this.dgvDataJobs.HorizontalMergeColumn = null;
  289. this.dgvDataJobs.IsAutoCountSum = true;
  290. this.dgvDataJobs.IsAutoResizeColumns = false;
  291. this.dgvDataJobs.IsClickF12 = false;
  292. this.dgvDataJobs.IsOpenMergeCellFlag = false;
  293. this.dgvDataJobs.IsSubTotalFlag = false;
  294. this.dgvDataJobs.IsTopDeep = false;
  295. this.dgvDataJobs.Location = new System.Drawing.Point(77, 160);
  296. this.dgvDataJobs.MergeColumnNames = null;
  297. this.dgvDataJobs.MergeDetailColumnNames = null;
  298. this.dgvDataJobs.MergeDetailOnlyColumn = null;
  299. this.dgvDataJobs.MergeOnlyColumn = null;
  300. this.dgvDataJobs.MultiSelect = false;
  301. this.dgvDataJobs.Name = "dgvDataJobs";
  302. this.dgvDataJobs.RefreshAtHscroll = false;
  303. this.dgvDataJobs.RowHeadersWidth = 50;
  304. this.dgvDataJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  305. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  306. this.dgvDataJobs.RowsDefaultCellStyle = dataGridViewCellStyle3;
  307. this.dgvDataJobs.RowTemplate.Height = 21;
  308. this.dgvDataJobs.Size = new System.Drawing.Size(629, 176);
  309. this.dgvDataJobs.SortOrderColumnName = null;
  310. this.dgvDataJobs.TabIndex = 17;
  311. this.dgvDataJobs.Tag = true;
  312. this.dgvDataJobs.TotalSumColumns = null;
  313. this.dgvDataJobs.ViewRowFilter = "";
  314. this.dgvDataJobs.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataJobs_CellBeginEdit);
  315. this.dgvDataJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_CellValueChanged);
  316. //
  317. // JobsCode_No
  318. //
  319. this.JobsCode_No.DisplayMember = "JobsCode";
  320. this.JobsCode_No.HeaderText = "工种编码(不要了)";
  321. this.JobsCode_No.Name = "JobsCode_No";
  322. this.JobsCode_No.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  323. this.JobsCode_No.ValueMember = "JobsId";
  324. this.JobsCode_No.Visible = false;
  325. this.JobsCode_No.Width = 120;
  326. //
  327. // JobsCode
  328. //
  329. this.JobsCode.DataPropertyName = "JobsCode";
  330. this.JobsCode.HeaderText = "工种编码";
  331. this.JobsCode.Name = "JobsCode";
  332. //
  333. // JobsName
  334. //
  335. this.JobsName.DataPropertyName = "JobsName";
  336. this.JobsName.HeaderText = "工种名称";
  337. this.JobsName.MaxInputLength = 50;
  338. this.JobsName.Name = "JobsName";
  339. this.JobsName.ReadOnly = true;
  340. this.JobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  341. this.JobsName.Width = 120;
  342. //
  343. // Remarks
  344. //
  345. this.Remarks.DataPropertyName = "Remarks";
  346. this.Remarks.HeaderText = "备注";
  347. this.Remarks.MaxInputLength = 100;
  348. this.Remarks.Name = "Remarks";
  349. this.Remarks.ReadOnly = true;
  350. this.Remarks.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  351. this.Remarks.Width = 200;
  352. //
  353. // JobsID
  354. //
  355. this.JobsID.DataPropertyName = "JobsID";
  356. this.JobsID.HeaderText = "工种ID";
  357. this.JobsID.Name = "JobsID";
  358. this.JobsID.ReadOnly = true;
  359. this.JobsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  360. this.JobsID.Visible = false;
  361. //
  362. // chkCanPCLogin
  363. //
  364. this.chkCanPCLogin.AutoSize = true;
  365. this.chkCanPCLogin.Checked = true;
  366. this.chkCanPCLogin.CheckState = System.Windows.Forms.CheckState.Checked;
  367. this.chkCanPCLogin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.chkCanPCLogin.Location = new System.Drawing.Point(77, 372);
  369. this.chkCanPCLogin.Name = "chkCanPCLogin";
  370. this.chkCanPCLogin.Size = new System.Drawing.Size(96, 16);
  371. this.chkCanPCLogin.TabIndex = 19;
  372. this.chkCanPCLogin.Text = "PC端登录标识";
  373. this.chkCanPCLogin.UseVisualStyleBackColor = true;
  374. //
  375. // dtpLimitStartTime
  376. //
  377. this.dtpLimitStartTime.CustomFormat = "yyyy-MM-dd";
  378. this.dtpLimitStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.dtpLimitStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  380. this.dtpLimitStartTime.Location = new System.Drawing.Point(351, 41);
  381. this.dtpLimitStartTime.Name = "dtpLimitStartTime";
  382. this.dtpLimitStartTime.ShowUpDown = true;
  383. this.dtpLimitStartTime.Size = new System.Drawing.Size(145, 21);
  384. this.dtpLimitStartTime.TabIndex = 7;
  385. //
  386. // lblTo
  387. //
  388. this.lblTo.AutoSize = true;
  389. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  390. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  392. this.lblTo.Location = new System.Drawing.Point(519, 45);
  393. this.lblTo.Name = "lblTo";
  394. this.lblTo.Size = new System.Drawing.Size(17, 12);
  395. this.lblTo.TabIndex = 8;
  396. this.lblTo.Text = "至";
  397. this.lblTo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  398. //
  399. // dtpLimitEndTime
  400. //
  401. this.dtpLimitEndTime.CustomFormat = "yyyy-MM-dd";
  402. this.dtpLimitEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.dtpLimitEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  404. this.dtpLimitEndTime.Location = new System.Drawing.Point(561, 41);
  405. this.dtpLimitEndTime.Name = "dtpLimitEndTime";
  406. this.dtpLimitEndTime.ShowUpDown = true;
  407. this.dtpLimitEndTime.Size = new System.Drawing.Size(145, 21);
  408. this.dtpLimitEndTime.TabIndex = 9;
  409. //
  410. // cbTime
  411. //
  412. this.cbTime.AutoSize = true;
  413. this.cbTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.cbTime.Location = new System.Drawing.Point(255, 43);
  415. this.cbTime.Name = "cbTime";
  416. this.cbTime.Size = new System.Drawing.Size(96, 16);
  417. this.cbTime.TabIndex = 6;
  418. this.cbTime.Text = "限制登陆时间";
  419. this.cbTime.UseVisualStyleBackColor = true;
  420. this.cbTime.CheckedChanged += new System.EventHandler(this.cbTime_CheckedChanged);
  421. //
  422. // chkPublicBody
  423. //
  424. this.chkPublicBody.AutoSize = true;
  425. this.chkPublicBody.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.chkPublicBody.Location = new System.Drawing.Point(281, 350);
  427. this.chkPublicBody.Name = "chkPublicBody";
  428. this.chkPublicBody.Size = new System.Drawing.Size(84, 16);
  429. this.chkPublicBody.TabIndex = 21;
  430. this.chkPublicBody.Text = "交坯为公坯";
  431. this.chkPublicBody.UseVisualStyleBackColor = true;
  432. //
  433. // chkPRD
  434. //
  435. this.chkPRD.AutoSize = true;
  436. this.chkPRD.Checked = true;
  437. this.chkPRD.CheckState = System.Windows.Forms.CheckState.Checked;
  438. this.chkPRD.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.chkPRD.Location = new System.Drawing.Point(529, 350);
  440. this.chkPRD.Name = "chkPRD";
  441. this.chkPRD.Size = new System.Drawing.Size(72, 16);
  442. this.chkPRD.TabIndex = 23;
  443. this.chkPRD.Text = "一期登录";
  444. this.chkPRD.UseVisualStyleBackColor = true;
  445. this.chkPRD.Visible = false;
  446. //
  447. // chkMBC
  448. //
  449. this.chkMBC.AutoSize = true;
  450. this.chkMBC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. this.chkMBC.Location = new System.Drawing.Point(620, 350);
  452. this.chkMBC.Name = "chkMBC";
  453. this.chkMBC.Size = new System.Drawing.Size(72, 16);
  454. this.chkMBC.TabIndex = 24;
  455. this.chkMBC.Text = "二期登录";
  456. this.chkMBC.UseVisualStyleBackColor = true;
  457. this.chkMBC.Visible = false;
  458. //
  459. // cobBarcodePrinter
  460. //
  461. this.cobBarcodePrinter.BackColor = System.Drawing.SystemColors.Window;
  462. this.cobBarcodePrinter.BackgroundColor = System.Drawing.SystemColors.Window;
  463. this.cobBarcodePrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  464. this.cobBarcodePrinter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.cobBarcodePrinter.FormattingEnabled = true;
  466. this.cobBarcodePrinter.Location = new System.Drawing.Point(351, 68);
  467. this.cobBarcodePrinter.Name = "cobBarcodePrinter";
  468. this.cobBarcodePrinter.Size = new System.Drawing.Size(145, 20);
  469. this.cobBarcodePrinter.TabIndex = 13;
  470. //
  471. // c_Label2
  472. //
  473. this.c_Label2.AutoSize = true;
  474. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  475. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  477. this.c_Label2.Location = new System.Drawing.Point(280, 72);
  478. this.c_Label2.Name = "c_Label2";
  479. this.c_Label2.Size = new System.Drawing.Size(65, 12);
  480. this.c_Label2.TabIndex = 12;
  481. this.c_Label2.Text = "条码打印机";
  482. this.c_Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  483. //
  484. // chkIsGroutingWorker
  485. //
  486. this.chkIsGroutingWorker.AutoSize = true;
  487. this.chkIsGroutingWorker.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.chkIsGroutingWorker.Location = new System.Drawing.Point(203, 372);
  489. this.chkIsGroutingWorker.Name = "chkIsGroutingWorker";
  490. this.chkIsGroutingWorker.Size = new System.Drawing.Size(72, 16);
  491. this.chkIsGroutingWorker.TabIndex = 20;
  492. this.chkIsGroutingWorker.Text = "成型工号";
  493. this.chkIsGroutingWorker.UseVisualStyleBackColor = true;
  494. //
  495. // dkPost
  496. //
  497. this.dkPost.DataSource = null;
  498. this.dkPost.Enabled = true;
  499. this.dkPost.IsMustInput = false;
  500. this.dkPost.Location = new System.Drawing.Point(20, 41);
  501. this.dkPost.Name = "dkPost";
  502. this.dkPost.PostCode = null;
  503. this.dkPost.PostName = null;
  504. this.dkPost.PurviewType = ((byte)(0));
  505. this.dkPost.Size = new System.Drawing.Size(217, 21);
  506. this.dkPost.TabIndex = 5;
  507. this.dkPost.TxtUserBackColor = System.Drawing.SystemColors.Control;
  508. //
  509. // lblOrganization
  510. //
  511. this.lblOrganization.AutoSize = true;
  512. this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
  513. this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  514. this.lblOrganization.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  515. this.lblOrganization.IsMustInput = true;
  516. this.lblOrganization.Location = new System.Drawing.Point(502, 17);
  517. this.lblOrganization.Name = "lblOrganization";
  518. this.lblOrganization.Size = new System.Drawing.Size(53, 12);
  519. this.lblOrganization.TabIndex = 29;
  520. this.lblOrganization.Text = "所属部门";
  521. //
  522. // scbOrganization
  523. //
  524. this.scbOrganization.CheckedData = null;
  525. this.scbOrganization.IsOnlyDisplayEnd = false;
  526. this.scbOrganization.Location = new System.Drawing.Point(561, 14);
  527. this.scbOrganization.Name = "scbOrganization";
  528. this.scbOrganization.Size = new System.Drawing.Size(145, 21);
  529. this.scbOrganization.TabIndex = 28;
  530. //
  531. // cobPLC
  532. //
  533. this.cobPLC.BackColor = System.Drawing.SystemColors.Window;
  534. this.cobPLC.BackgroundColor = System.Drawing.SystemColors.Window;
  535. this.cobPLC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  536. this.cobPLC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.cobPLC.FormattingEnabled = true;
  538. this.cobPLC.Location = new System.Drawing.Point(561, 68);
  539. this.cobPLC.Name = "cobPLC";
  540. this.cobPLC.Size = new System.Drawing.Size(145, 20);
  541. this.cobPLC.TabIndex = 30;
  542. //
  543. // c_Label3
  544. //
  545. this.c_Label3.AutoSize = true;
  546. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  547. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  548. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  549. this.c_Label3.Location = new System.Drawing.Point(508, 72);
  550. this.c_Label3.Name = "c_Label3";
  551. this.c_Label3.Size = new System.Drawing.Size(47, 12);
  552. this.c_Label3.TabIndex = 12;
  553. this.c_Label3.Text = "PLC参数";
  554. this.c_Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  555. //
  556. // F_MST_0202
  557. //
  558. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  559. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  560. this.CancelButton = this.btnCancel;
  561. this.ClientSize = new System.Drawing.Size(717, 427);
  562. this.Controls.Add(this.cobPLC);
  563. this.Controls.Add(this.lblOrganization);
  564. this.Controls.Add(this.scbOrganization);
  565. this.Controls.Add(this.cobBarcodePrinter);
  566. this.Controls.Add(this.dkPost);
  567. this.Controls.Add(this.cbTime);
  568. this.Controls.Add(this.dtpLimitEndTime);
  569. this.Controls.Add(this.lblTo);
  570. this.Controls.Add(this.dtpLimitStartTime);
  571. this.Controls.Add(this.chkCanPCLogin);
  572. this.Controls.Add(this.dgvDataJobs);
  573. this.Controls.Add(this.c_Label1);
  574. this.Controls.Add(this.chkIsGroutingWorker);
  575. this.Controls.Add(this.chkIsWorker);
  576. this.Controls.Add(this.lblUserName);
  577. this.Controls.Add(this.lblUserCode);
  578. this.Controls.Add(this.lblRemarks);
  579. this.Controls.Add(this.chkPublicBody);
  580. this.Controls.Add(this.chkMBC);
  581. this.Controls.Add(this.chkPRD);
  582. this.Controls.Add(this.chkValueFlag);
  583. this.Controls.Add(this.chkCanSmartLogin);
  584. this.Controls.Add(this.txtRemarks);
  585. this.Controls.Add(this.txtUserCode);
  586. this.Controls.Add(this.btnSave);
  587. this.Controls.Add(this.txtUserName);
  588. this.Controls.Add(this.btnCancel);
  589. this.Controls.Add(this.txtMAC);
  590. this.Controls.Add(this.c_Label3);
  591. this.Controls.Add(this.c_Label2);
  592. this.Controls.Add(this.lblMAC);
  593. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  594. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  595. this.IsSaveFormSize = false;
  596. this.MaximizeBox = false;
  597. this.MinimizeBox = false;
  598. this.Name = "F_MST_0202";
  599. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  600. this.StatusSizingGrip = false;
  601. this.Text = "";
  602. this.Load += new System.EventHandler(this.F_MST_0202_Load);
  603. this.Controls.SetChildIndex(this.lblMAC, 0);
  604. this.Controls.SetChildIndex(this.c_Label2, 0);
  605. this.Controls.SetChildIndex(this.c_Label3, 0);
  606. this.Controls.SetChildIndex(this.txtMAC, 0);
  607. this.Controls.SetChildIndex(this.btnCancel, 0);
  608. this.Controls.SetChildIndex(this.txtUserName, 0);
  609. this.Controls.SetChildIndex(this.btnSave, 0);
  610. this.Controls.SetChildIndex(this.txtUserCode, 0);
  611. this.Controls.SetChildIndex(this.txtRemarks, 0);
  612. this.Controls.SetChildIndex(this.chkCanSmartLogin, 0);
  613. this.Controls.SetChildIndex(this.chkValueFlag, 0);
  614. this.Controls.SetChildIndex(this.chkPRD, 0);
  615. this.Controls.SetChildIndex(this.chkMBC, 0);
  616. this.Controls.SetChildIndex(this.chkPublicBody, 0);
  617. this.Controls.SetChildIndex(this.lblRemarks, 0);
  618. this.Controls.SetChildIndex(this.lblUserCode, 0);
  619. this.Controls.SetChildIndex(this.lblUserName, 0);
  620. this.Controls.SetChildIndex(this.chkIsWorker, 0);
  621. this.Controls.SetChildIndex(this.chkIsGroutingWorker, 0);
  622. this.Controls.SetChildIndex(this.c_Label1, 0);
  623. this.Controls.SetChildIndex(this.dgvDataJobs, 0);
  624. this.Controls.SetChildIndex(this.chkCanPCLogin, 0);
  625. this.Controls.SetChildIndex(this.dtpLimitStartTime, 0);
  626. this.Controls.SetChildIndex(this.lblTo, 0);
  627. this.Controls.SetChildIndex(this.dtpLimitEndTime, 0);
  628. this.Controls.SetChildIndex(this.cbTime, 0);
  629. this.Controls.SetChildIndex(this.dkPost, 0);
  630. this.Controls.SetChildIndex(this.cobBarcodePrinter, 0);
  631. this.Controls.SetChildIndex(this.scbOrganization, 0);
  632. this.Controls.SetChildIndex(this.lblOrganization, 0);
  633. this.Controls.SetChildIndex(this.cobPLC, 0);
  634. ((System.ComponentModel.ISupportInitialize)(this.dgvDataJobs)).EndInit();
  635. this.ResumeLayout(false);
  636. this.PerformLayout();
  637. }
  638. #endregion
  639. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  640. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  641. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtRemarks;
  642. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtMAC;
  643. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtUserName;
  644. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtUserCode;
  645. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblMAC;
  646. private Basics.BaseControls.C_CheckBox chkCanSmartLogin;
  647. private Basics.BaseControls.C_CheckBox chkValueFlag;
  648. private Basics.BaseControls.C_Label lblRemarks;
  649. private Basics.BaseControls.C_Label lblUserCode;
  650. private Basics.BaseControls.C_Label lblUserName;
  651. private Basics.BaseControls.C_CheckBox chkIsWorker;
  652. private Basics.BaseControls.C_Label c_Label1;
  653. private Basics.BaseControls.C_DataGridView dgvDataJobs;
  654. private Basics.BaseControls.C_CheckBox chkCanPCLogin;
  655. private Basics.BaseControls.C_DateTimePicker dtpLimitStartTime;
  656. private Basics.BaseControls.C_Label lblTo;
  657. private Basics.BaseControls.C_DateTimePicker dtpLimitEndTime;
  658. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox JobsCode_No;
  659. private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
  660. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  661. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  662. private System.Windows.Forms.DataGridViewTextBoxColumn JobsID;
  663. private Basics.BaseControls.C_CheckBox cbTime;
  664. private Basics.BaseControls.C_CheckBox chkPublicBody;
  665. private Controls.dkPostSearchBox dkPost;
  666. private Basics.BaseControls.C_CheckBox chkPRD;
  667. private Basics.BaseControls.C_CheckBox chkMBC;
  668. private Basics.BaseControls.C_ComboBox cobBarcodePrinter;
  669. private Basics.BaseControls.C_Label c_Label2;
  670. private Basics.BaseControls.C_CheckBox chkIsGroutingWorker;
  671. private Basics.BaseControls.C_Label lblOrganization;
  672. private Controls.SearchBox.ScbOrganization scbOrganization;
  673. private Basics.BaseControls.C_ComboBox cobPLC;
  674. private Basics.BaseControls.C_Label c_Label3;
  675. }
  676. }