frmTaskTimed.Designer.cs 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889
  1. namespace NXWMS.Forms.Rule
  2. {
  3. partial class frmTaskTimed
  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(frmTaskTimed));
  29. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  30. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  31. this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  45. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  46. this.btnRemove = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  47. this.btnEdit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  48. this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  49. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  50. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  51. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  52. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  53. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  54. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  55. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  56. this.txtSearchWarehouse = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  57. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  58. this.cmbSearchStatus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  59. this.chkSearchUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  60. this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  61. this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  62. this.kryptonNavigatorOperation = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
  63. this.kryptonPageInfo = new ComponentFactory.Krypton.Navigator.KryptonPage();
  64. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  65. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  66. this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
  67. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  68. this.dtpExecTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  69. this.txtTaskCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  70. this.kryptonLabel29 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  71. this.kryptonLabel30 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  72. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  73. this.txtTaskContent = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  74. this.cmbTaskType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  75. this.kryptonLabel28 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  76. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  77. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  78. this.cmbFrequenyType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  79. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  80. this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  81. this.numInterval = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  82. this.cmbIntervalType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  83. this.lbStatusMessage = new System.Windows.Forms.Label();
  84. this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  85. this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  86. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  89. this.kryptonGroupBox2.Panel.SuspendLayout();
  90. this.kryptonGroupBox2.SuspendLayout();
  91. this.tableLayoutPanel4.SuspendLayout();
  92. this.tableLayoutPanel3.SuspendLayout();
  93. this.tableLayoutPanel2.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchStatus)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
  97. this.groupOperation.Panel.SuspendLayout();
  98. this.groupOperation.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
  100. this.kryptonPanelInput.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).BeginInit();
  102. this.kryptonNavigatorOperation.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).BeginInit();
  104. this.kryptonPageInfo.SuspendLayout();
  105. this.tableLayoutPanelInput.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.cmbTaskType)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.cmbFrequenyType)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
  109. this.kryptonPanel1.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.cmbIntervalType)).BeginInit();
  111. this.SuspendLayout();
  112. //
  113. // pageTool
  114. //
  115. this.pageTool._execActionMessgae = null;
  116. this.pageTool._execActionOperation = null;
  117. this.pageTool._LastOperation = null;
  118. this.pageTool.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  119. | System.Windows.Forms.AnchorStyles.Right)));
  120. this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  121. this.pageTool.LoadMessage = null;
  122. this.pageTool.Location = new System.Drawing.Point(4, 761);
  123. this.pageTool.Name = "pageTool";
  124. this.pageTool.PageDefault = "{0}/{1}";
  125. this.pageTool.PageIndexSelectDefault = 1;
  126. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  127. this.pageTool.PageSize = 30;
  128. this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageTool.PageSizeSelectList")));
  129. this.pageTool.Size = new System.Drawing.Size(1148, 27);
  130. this.pageTool.TabIndex = 82;
  131. this.pageTool.DataCount = 0;
  132. //
  133. // dataGridView
  134. //
  135. this.dataGridView.AllowUserToAddRows = false;
  136. this.dataGridView.AllowUserToDeleteRows = false;
  137. this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  138. | System.Windows.Forms.AnchorStyles.Left)
  139. | System.Windows.Forms.AnchorStyles.Right)));
  140. this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  141. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  142. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  143. this.Column15,
  144. this.Column16,
  145. this.Column17,
  146. this.Column18,
  147. this.Column19,
  148. this.Column20,
  149. this.Column21,
  150. this.Column22,
  151. this.Column23,
  152. this.Column24,
  153. this.Column27,
  154. this.Column25,
  155. this.Column26});
  156. this.dataGridView.Location = new System.Drawing.Point(2, 112);
  157. this.dataGridView.Name = "dataGridView";
  158. this.dataGridView.ReadOnly = true;
  159. this.dataGridView.RowTemplate.Height = 23;
  160. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  161. this.dataGridView.Size = new System.Drawing.Size(1149, 645);
  162. this.dataGridView.StateCommon.Background.Color1 = System.Drawing.Color.White;
  163. this.dataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
  164. this.dataGridView.TabIndex = 81;
  165. //
  166. // Column15
  167. //
  168. this.Column15.HeaderText = "用户编码";
  169. this.Column15.Name = "Column15";
  170. this.Column15.ReadOnly = true;
  171. //
  172. // Column16
  173. //
  174. this.Column16.HeaderText = "用户名称";
  175. this.Column16.Name = "Column16";
  176. this.Column16.ReadOnly = true;
  177. //
  178. // Column17
  179. //
  180. this.Column17.HeaderText = "用户昵称";
  181. this.Column17.Name = "Column17";
  182. this.Column17.ReadOnly = true;
  183. //
  184. // Column18
  185. //
  186. this.Column18.HeaderText = "职位名称";
  187. this.Column18.Name = "Column18";
  188. this.Column18.ReadOnly = true;
  189. //
  190. // Column19
  191. //
  192. this.Column19.HeaderText = "性别";
  193. this.Column19.Name = "Column19";
  194. this.Column19.ReadOnly = true;
  195. //
  196. // Column20
  197. //
  198. this.Column20.HeaderText = "所属角色";
  199. this.Column20.Name = "Column20";
  200. this.Column20.ReadOnly = true;
  201. //
  202. // Column21
  203. //
  204. this.Column21.HeaderText = "手机号码";
  205. this.Column21.Name = "Column21";
  206. this.Column21.ReadOnly = true;
  207. //
  208. // Column22
  209. //
  210. this.Column22.HeaderText = "邮箱";
  211. this.Column22.Name = "Column22";
  212. this.Column22.ReadOnly = true;
  213. //
  214. // Column23
  215. //
  216. this.Column23.HeaderText = "地址";
  217. this.Column23.Name = "Column23";
  218. this.Column23.ReadOnly = true;
  219. //
  220. // Column24
  221. //
  222. this.Column24.HeaderText = "是否启用";
  223. this.Column24.Name = "Column24";
  224. this.Column24.ReadOnly = true;
  225. //
  226. // Column27
  227. //
  228. this.Column27.HeaderText = "创建人";
  229. this.Column27.Name = "Column27";
  230. this.Column27.ReadOnly = true;
  231. //
  232. // Column25
  233. //
  234. this.Column25.HeaderText = "创建时间";
  235. this.Column25.Name = "Column25";
  236. this.Column25.ReadOnly = true;
  237. //
  238. // Column26
  239. //
  240. this.Column26.HeaderText = "更新人";
  241. this.Column26.Name = "Column26";
  242. this.Column26.ReadOnly = true;
  243. //
  244. // kryptonGroupBox2
  245. //
  246. this.kryptonGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  247. | System.Windows.Forms.AnchorStyles.Right)));
  248. this.kryptonGroupBox2.CaptionOverlap = 0D;
  249. this.kryptonGroupBox2.Location = new System.Drawing.Point(2, 0);
  250. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  251. //
  252. // kryptonGroupBox2.Panel
  253. //
  254. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel4);
  255. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel3);
  256. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel2);
  257. this.kryptonGroupBox2.Size = new System.Drawing.Size(1150, 111);
  258. this.kryptonGroupBox2.TabIndex = 80;
  259. this.kryptonGroupBox2.Values.Heading = "查询";
  260. this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
  261. //
  262. // tableLayoutPanel4
  263. //
  264. this.tableLayoutPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  265. | System.Windows.Forms.AnchorStyles.Left)));
  266. this.tableLayoutPanel4.BackColor = System.Drawing.Color.Transparent;
  267. this.tableLayoutPanel4.ColumnCount = 3;
  268. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  269. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  270. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  271. this.tableLayoutPanel4.Controls.Add(this.btnRemove, 2, 0);
  272. this.tableLayoutPanel4.Controls.Add(this.btnEdit, 1, 0);
  273. this.tableLayoutPanel4.Controls.Add(this.btnAdd, 0, 0);
  274. this.tableLayoutPanel4.Location = new System.Drawing.Point(8, 44);
  275. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  276. this.tableLayoutPanel4.RowCount = 1;
  277. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  278. this.tableLayoutPanel4.Size = new System.Drawing.Size(272, 37);
  279. this.tableLayoutPanel4.TabIndex = 5;
  280. //
  281. // btnRemove
  282. //
  283. this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  284. | System.Windows.Forms.AnchorStyles.Left)
  285. | System.Windows.Forms.AnchorStyles.Right)));
  286. this.btnRemove.Location = new System.Drawing.Point(183, 3);
  287. this.btnRemove.Name = "btnRemove";
  288. this.btnRemove.Size = new System.Drawing.Size(86, 31);
  289. this.btnRemove.TabIndex = 2;
  290. this.btnRemove.Values.Image = global::NXWMS.Properties.Resources.remove;
  291. this.btnRemove.Values.Text = "删除";
  292. this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
  293. //
  294. // btnEdit
  295. //
  296. this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  297. | System.Windows.Forms.AnchorStyles.Left)
  298. | System.Windows.Forms.AnchorStyles.Right)));
  299. this.btnEdit.Location = new System.Drawing.Point(93, 3);
  300. this.btnEdit.Name = "btnEdit";
  301. this.btnEdit.Size = new System.Drawing.Size(84, 31);
  302. this.btnEdit.TabIndex = 1;
  303. this.btnEdit.Values.Image = global::NXWMS.Properties.Resources.edit;
  304. this.btnEdit.Values.Text = "编辑";
  305. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  306. //
  307. // btnAdd
  308. //
  309. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  310. | System.Windows.Forms.AnchorStyles.Left)
  311. | System.Windows.Forms.AnchorStyles.Right)));
  312. this.btnAdd.Location = new System.Drawing.Point(3, 3);
  313. this.btnAdd.Name = "btnAdd";
  314. this.btnAdd.Size = new System.Drawing.Size(84, 31);
  315. this.btnAdd.TabIndex = 0;
  316. this.btnAdd.Values.Image = global::NXWMS.Properties.Resources.add;
  317. this.btnAdd.Values.Text = "新增";
  318. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  319. //
  320. // tableLayoutPanel3
  321. //
  322. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  323. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  324. this.tableLayoutPanel3.ColumnCount = 3;
  325. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  326. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  327. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  328. this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
  329. this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0);
  330. this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
  331. this.tableLayoutPanel3.Location = new System.Drawing.Point(871, 44);
  332. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  333. this.tableLayoutPanel3.RowCount = 1;
  334. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  335. this.tableLayoutPanel3.Size = new System.Drawing.Size(272, 37);
  336. this.tableLayoutPanel3.TabIndex = 1;
  337. //
  338. // btnSearchImport
  339. //
  340. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  341. | System.Windows.Forms.AnchorStyles.Left)
  342. | System.Windows.Forms.AnchorStyles.Right)));
  343. this.btnSearchImport.Location = new System.Drawing.Point(183, 3);
  344. this.btnSearchImport.Name = "btnSearchImport";
  345. this.btnSearchImport.Size = new System.Drawing.Size(86, 31);
  346. this.btnSearchImport.TabIndex = 2;
  347. this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
  348. this.btnSearchImport.Values.Text = "导入";
  349. //
  350. // btnSearchExport
  351. //
  352. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  353. | System.Windows.Forms.AnchorStyles.Left)
  354. | System.Windows.Forms.AnchorStyles.Right)));
  355. this.btnSearchExport.Location = new System.Drawing.Point(93, 3);
  356. this.btnSearchExport.Name = "btnSearchExport";
  357. this.btnSearchExport.Size = new System.Drawing.Size(84, 31);
  358. this.btnSearchExport.TabIndex = 1;
  359. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  360. this.btnSearchExport.Values.Text = "导出";
  361. this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
  362. //
  363. // btnSearch
  364. //
  365. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  366. | System.Windows.Forms.AnchorStyles.Left)
  367. | System.Windows.Forms.AnchorStyles.Right)));
  368. this.btnSearch.Location = new System.Drawing.Point(3, 3);
  369. this.btnSearch.Name = "btnSearch";
  370. this.btnSearch.Size = new System.Drawing.Size(84, 31);
  371. this.btnSearch.TabIndex = 0;
  372. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  373. this.btnSearch.Values.Text = "查询";
  374. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  375. //
  376. // tableLayoutPanel2
  377. //
  378. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  379. this.tableLayoutPanel2.ColumnCount = 7;
  380. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  381. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  382. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  383. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  384. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  385. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  386. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  387. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0);
  388. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
  389. this.tableLayoutPanel2.Controls.Add(this.txtSearchWarehouse, 1, 0);
  390. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0);
  391. this.tableLayoutPanel2.Controls.Add(this.cmbSearchStatus, 3, 0);
  392. this.tableLayoutPanel2.Controls.Add(this.chkSearchUse, 5, 0);
  393. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  394. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  395. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  396. this.tableLayoutPanel2.RowCount = 1;
  397. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  398. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  399. this.tableLayoutPanel2.Size = new System.Drawing.Size(1146, 32);
  400. this.tableLayoutPanel2.TabIndex = 0;
  401. //
  402. // kryptonLabel9
  403. //
  404. this.kryptonLabel9.AutoSize = false;
  405. this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
  406. this.kryptonLabel9.Location = new System.Drawing.Point(376, 3);
  407. this.kryptonLabel9.Name = "kryptonLabel9";
  408. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  409. this.kryptonLabel9.Size = new System.Drawing.Size(94, 26);
  410. this.kryptonLabel9.TabIndex = 2;
  411. this.kryptonLabel9.Values.Text = "定时任务内容";
  412. //
  413. // kryptonLabel10
  414. //
  415. this.kryptonLabel10.AutoSize = false;
  416. this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
  417. this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
  418. this.kryptonLabel10.Name = "kryptonLabel10";
  419. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  420. this.kryptonLabel10.Size = new System.Drawing.Size(94, 26);
  421. this.kryptonLabel10.TabIndex = 0;
  422. this.kryptonLabel10.Values.Text = "定时任务编码";
  423. //
  424. // txtSearchWarehouse
  425. //
  426. this.txtSearchWarehouse.Dock = System.Windows.Forms.DockStyle.Fill;
  427. this.txtSearchWarehouse.Location = new System.Drawing.Point(103, 3);
  428. this.txtSearchWarehouse.Name = "txtSearchWarehouse";
  429. this.txtSearchWarehouse.Size = new System.Drawing.Size(267, 23);
  430. this.txtSearchWarehouse.TabIndex = 1;
  431. //
  432. // kryptonLabel3
  433. //
  434. this.kryptonLabel3.AutoSize = false;
  435. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  436. this.kryptonLabel3.Location = new System.Drawing.Point(749, 3);
  437. this.kryptonLabel3.Name = "kryptonLabel3";
  438. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  439. this.kryptonLabel3.Size = new System.Drawing.Size(94, 26);
  440. this.kryptonLabel3.TabIndex = 11;
  441. this.kryptonLabel3.Values.Text = "使用标识";
  442. //
  443. // cmbSearchStatus
  444. //
  445. this.cmbSearchStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  446. | System.Windows.Forms.AnchorStyles.Right)));
  447. this.cmbSearchStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  448. this.cmbSearchStatus.DropDownWidth = 180;
  449. this.cmbSearchStatus.Location = new System.Drawing.Point(476, 3);
  450. this.cmbSearchStatus.Name = "cmbSearchStatus";
  451. this.cmbSearchStatus.Size = new System.Drawing.Size(267, 21);
  452. this.cmbSearchStatus.TabIndex = 133;
  453. //
  454. // chkSearchUse
  455. //
  456. this.chkSearchUse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  457. | System.Windows.Forms.AnchorStyles.Left)
  458. | System.Windows.Forms.AnchorStyles.Right)));
  459. this.chkSearchUse.Checked = true;
  460. this.chkSearchUse.CheckState = System.Windows.Forms.CheckState.Checked;
  461. this.chkSearchUse.Location = new System.Drawing.Point(849, 3);
  462. this.chkSearchUse.Name = "chkSearchUse";
  463. this.chkSearchUse.Size = new System.Drawing.Size(267, 26);
  464. this.chkSearchUse.TabIndex = 134;
  465. this.chkSearchUse.Values.Text = "";
  466. //
  467. // groupOperation
  468. //
  469. this.groupOperation.Anchor = System.Windows.Forms.AnchorStyles.None;
  470. this.groupOperation.CaptionOverlap = 0D;
  471. this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
  472. this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  473. this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
  474. this.groupOperation.Location = new System.Drawing.Point(127, 113);
  475. this.groupOperation.Name = "groupOperation";
  476. //
  477. // groupOperation.Panel
  478. //
  479. this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
  480. this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
  481. this.groupOperation.Panel.Controls.Add(this.btnSave);
  482. this.groupOperation.Panel.Controls.Add(this.btnExit);
  483. this.groupOperation.Size = new System.Drawing.Size(925, 451);
  484. this.groupOperation.TabIndex = 83;
  485. this.groupOperation.Values.Heading = "编辑";
  486. this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
  487. this.groupOperation.Visible = false;
  488. //
  489. // kryptonPanelInput
  490. //
  491. this.kryptonPanelInput.Controls.Add(this.kryptonNavigatorOperation);
  492. this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  493. this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
  494. this.kryptonPanelInput.Name = "kryptonPanelInput";
  495. this.kryptonPanelInput.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonStandalone;
  496. this.kryptonPanelInput.Size = new System.Drawing.Size(921, 380);
  497. this.kryptonPanelInput.TabIndex = 48;
  498. //
  499. // kryptonNavigatorOperation
  500. //
  501. this.kryptonNavigatorOperation.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
  502. this.kryptonNavigatorOperation.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
  503. this.kryptonNavigatorOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  504. this.kryptonNavigatorOperation.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  505. this.kryptonNavigatorOperation.Location = new System.Drawing.Point(0, 0);
  506. this.kryptonNavigatorOperation.Name = "kryptonNavigatorOperation";
  507. this.kryptonNavigatorOperation.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup;
  508. this.kryptonNavigatorOperation.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay;
  509. this.kryptonNavigatorOperation.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
  510. this.kryptonPageInfo});
  511. this.kryptonNavigatorOperation.SelectedIndex = 0;
  512. this.kryptonNavigatorOperation.Size = new System.Drawing.Size(921, 380);
  513. this.kryptonNavigatorOperation.TabIndex = 63;
  514. this.kryptonNavigatorOperation.Text = "kryptonNavigator1";
  515. //
  516. // kryptonPageInfo
  517. //
  518. this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
  519. this.kryptonPageInfo.Controls.Add(this.kryptonLabel6);
  520. this.kryptonPageInfo.Controls.Add(this.richDescibe);
  521. this.kryptonPageInfo.Controls.Add(this.tableLayoutPanelInput);
  522. this.kryptonPageInfo.Flags = 65534;
  523. this.kryptonPageInfo.LastVisibleSet = true;
  524. this.kryptonPageInfo.MinimumSize = new System.Drawing.Size(50, 50);
  525. this.kryptonPageInfo.Name = "kryptonPageInfo";
  526. this.kryptonPageInfo.Size = new System.Drawing.Size(919, 351);
  527. this.kryptonPageInfo.Text = "基础配置";
  528. this.kryptonPageInfo.ToolTipTitle = "Page ToolTip";
  529. this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D";
  530. //
  531. // kryptonLabel6
  532. //
  533. this.kryptonLabel6.AutoSize = false;
  534. this.kryptonLabel6.Location = new System.Drawing.Point(11, 100);
  535. this.kryptonLabel6.Name = "kryptonLabel6";
  536. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  537. this.kryptonLabel6.Size = new System.Drawing.Size(86, 21);
  538. this.kryptonLabel6.TabIndex = 105;
  539. this.kryptonLabel6.Values.Text = "描述";
  540. //
  541. // richDescibe
  542. //
  543. this.richDescibe.Location = new System.Drawing.Point(104, 101);
  544. this.richDescibe.Name = "richDescibe";
  545. this.richDescibe.Size = new System.Drawing.Size(801, 79);
  546. this.richDescibe.TabIndex = 104;
  547. this.richDescibe.Tag = "DESCRIBE";
  548. this.richDescibe.Text = "";
  549. //
  550. // tableLayoutPanelInput
  551. //
  552. this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
  553. this.tableLayoutPanelInput.ColumnCount = 6;
  554. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  555. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  556. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  557. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  558. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  559. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  560. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel5, 4, 1);
  561. this.tableLayoutPanelInput.Controls.Add(this.dtpExecTime, 3, 1);
  562. this.tableLayoutPanelInput.Controls.Add(this.txtTaskCode, 1, 0);
  563. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel29, 0, 0);
  564. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel30, 4, 0);
  565. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 2, 0);
  566. this.tableLayoutPanelInput.Controls.Add(this.txtTaskContent, 3, 0);
  567. this.tableLayoutPanelInput.Controls.Add(this.cmbTaskType, 5, 0);
  568. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel28, 0, 2);
  569. this.tableLayoutPanelInput.Controls.Add(this.chkUse, 1, 2);
  570. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel1, 0, 1);
  571. this.tableLayoutPanelInput.Controls.Add(this.cmbFrequenyType, 1, 1);
  572. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel2, 2, 1);
  573. this.tableLayoutPanelInput.Controls.Add(this.kryptonPanel1, 5, 1);
  574. this.tableLayoutPanelInput.Location = new System.Drawing.Point(1, 3);
  575. this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
  576. this.tableLayoutPanelInput.RowCount = 3;
  577. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  578. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
  579. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  580. this.tableLayoutPanelInput.Size = new System.Drawing.Size(918, 91);
  581. this.tableLayoutPanelInput.TabIndex = 103;
  582. //
  583. // kryptonLabel5
  584. //
  585. this.kryptonLabel5.AutoSize = false;
  586. this.kryptonLabel5.Location = new System.Drawing.Point(615, 33);
  587. this.kryptonLabel5.Name = "kryptonLabel5";
  588. this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  589. this.kryptonLabel5.Size = new System.Drawing.Size(94, 22);
  590. this.kryptonLabel5.TabIndex = 107;
  591. this.kryptonLabel5.Values.Text = "执行间隔";
  592. //
  593. // dtpExecTime
  594. //
  595. this.dtpExecTime.AlwaysActive = false;
  596. this.dtpExecTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  597. this.dtpExecTime.Checked = false;
  598. this.dtpExecTime.CustomFormat = "HH:mm:ss";
  599. this.dtpExecTime.Dock = System.Windows.Forms.DockStyle.Fill;
  600. this.dtpExecTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  601. this.dtpExecTime.Location = new System.Drawing.Point(409, 33);
  602. this.dtpExecTime.Name = "dtpExecTime";
  603. this.dtpExecTime.ShowCheckBox = true;
  604. this.dtpExecTime.Size = new System.Drawing.Size(200, 22);
  605. this.dtpExecTime.TabIndex = 106;
  606. this.dtpExecTime.Tag = "EXEC_TIME";
  607. //
  608. // txtTaskCode
  609. //
  610. this.txtTaskCode.Dock = System.Windows.Forms.DockStyle.Fill;
  611. this.txtTaskCode.Location = new System.Drawing.Point(103, 3);
  612. this.txtTaskCode.Name = "txtTaskCode";
  613. this.txtTaskCode.Size = new System.Drawing.Size(200, 23);
  614. this.txtTaskCode.TabIndex = 30;
  615. this.txtTaskCode.Tag = "TIMED_TASK_CODE";
  616. //
  617. // kryptonLabel29
  618. //
  619. this.kryptonLabel29.AutoSize = false;
  620. this.kryptonLabel29.Location = new System.Drawing.Point(3, 3);
  621. this.kryptonLabel29.Name = "kryptonLabel29";
  622. this.kryptonLabel29.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  623. this.kryptonLabel29.Size = new System.Drawing.Size(94, 24);
  624. this.kryptonLabel29.TabIndex = 83;
  625. this.kryptonLabel29.Values.Text = "定时任务编码";
  626. //
  627. // kryptonLabel30
  628. //
  629. this.kryptonLabel30.AutoSize = false;
  630. this.kryptonLabel30.Location = new System.Drawing.Point(615, 3);
  631. this.kryptonLabel30.Name = "kryptonLabel30";
  632. this.kryptonLabel30.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  633. this.kryptonLabel30.Size = new System.Drawing.Size(94, 24);
  634. this.kryptonLabel30.TabIndex = 84;
  635. this.kryptonLabel30.Values.Text = "定时任务类型";
  636. //
  637. // kryptonLabel4
  638. //
  639. this.kryptonLabel4.AutoSize = false;
  640. this.kryptonLabel4.Location = new System.Drawing.Point(309, 3);
  641. this.kryptonLabel4.Name = "kryptonLabel4";
  642. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  643. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  644. this.kryptonLabel4.TabIndex = 86;
  645. this.kryptonLabel4.Values.Text = "定时任务内容";
  646. //
  647. // txtTaskContent
  648. //
  649. this.txtTaskContent.Dock = System.Windows.Forms.DockStyle.Fill;
  650. this.txtTaskContent.Location = new System.Drawing.Point(409, 3);
  651. this.txtTaskContent.Name = "txtTaskContent";
  652. this.txtTaskContent.Size = new System.Drawing.Size(200, 23);
  653. this.txtTaskContent.TabIndex = 87;
  654. this.txtTaskContent.Tag = "TIMED_TASK_CONTENT";
  655. //
  656. // cmbTaskType
  657. //
  658. this.cmbTaskType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  659. this.cmbTaskType.DropDownWidth = 121;
  660. this.cmbTaskType.Location = new System.Drawing.Point(715, 3);
  661. this.cmbTaskType.Name = "cmbTaskType";
  662. this.cmbTaskType.Size = new System.Drawing.Size(200, 21);
  663. this.cmbTaskType.TabIndex = 88;
  664. this.cmbTaskType.Tag = "PALLET_TYPE_FLAG";
  665. //
  666. // kryptonLabel28
  667. //
  668. this.kryptonLabel28.AutoSize = false;
  669. this.kryptonLabel28.Location = new System.Drawing.Point(3, 61);
  670. this.kryptonLabel28.Name = "kryptonLabel28";
  671. this.kryptonLabel28.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  672. this.kryptonLabel28.Size = new System.Drawing.Size(94, 24);
  673. this.kryptonLabel28.TabIndex = 79;
  674. this.kryptonLabel28.Values.Text = "使用标识";
  675. //
  676. // chkUse
  677. //
  678. this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill;
  679. this.chkUse.Location = new System.Drawing.Point(103, 61);
  680. this.chkUse.Name = "chkUse";
  681. this.chkUse.Size = new System.Drawing.Size(200, 27);
  682. this.chkUse.TabIndex = 85;
  683. this.chkUse.Tag = "USED_FLAG";
  684. this.chkUse.Values.Text = "";
  685. //
  686. // kryptonLabel1
  687. //
  688. this.kryptonLabel1.AutoSize = false;
  689. this.kryptonLabel1.Location = new System.Drawing.Point(3, 33);
  690. this.kryptonLabel1.Name = "kryptonLabel1";
  691. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  692. this.kryptonLabel1.Size = new System.Drawing.Size(94, 22);
  693. this.kryptonLabel1.TabIndex = 89;
  694. this.kryptonLabel1.Values.Text = "频率";
  695. //
  696. // cmbFrequenyType
  697. //
  698. this.cmbFrequenyType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  699. this.cmbFrequenyType.DropDownWidth = 121;
  700. this.cmbFrequenyType.Location = new System.Drawing.Point(103, 33);
  701. this.cmbFrequenyType.Name = "cmbFrequenyType";
  702. this.cmbFrequenyType.Size = new System.Drawing.Size(199, 21);
  703. this.cmbFrequenyType.TabIndex = 90;
  704. this.cmbFrequenyType.Tag = "PALLET_TYPE_FLAG";
  705. //
  706. // kryptonLabel2
  707. //
  708. this.kryptonLabel2.AutoSize = false;
  709. this.kryptonLabel2.Location = new System.Drawing.Point(309, 33);
  710. this.kryptonLabel2.Name = "kryptonLabel2";
  711. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  712. this.kryptonLabel2.Size = new System.Drawing.Size(94, 22);
  713. this.kryptonLabel2.TabIndex = 91;
  714. this.kryptonLabel2.Values.Text = "执行时间";
  715. //
  716. // kryptonPanel1
  717. //
  718. this.kryptonPanel1.Controls.Add(this.numInterval);
  719. this.kryptonPanel1.Controls.Add(this.cmbIntervalType);
  720. this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  721. this.kryptonPanel1.Location = new System.Drawing.Point(715, 33);
  722. this.kryptonPanel1.Name = "kryptonPanel1";
  723. this.kryptonPanel1.Size = new System.Drawing.Size(200, 22);
  724. this.kryptonPanel1.TabIndex = 108;
  725. //
  726. // numInterval
  727. //
  728. this.numInterval.Dock = System.Windows.Forms.DockStyle.Fill;
  729. this.numInterval.Location = new System.Drawing.Point(0, 0);
  730. this.numInterval.Name = "numInterval";
  731. this.numInterval.Size = new System.Drawing.Size(107, 22);
  732. this.numInterval.TabIndex = 92;
  733. //
  734. // cmbIntervalType
  735. //
  736. this.cmbIntervalType.Dock = System.Windows.Forms.DockStyle.Right;
  737. this.cmbIntervalType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  738. this.cmbIntervalType.DropDownWidth = 121;
  739. this.cmbIntervalType.Location = new System.Drawing.Point(107, 0);
  740. this.cmbIntervalType.Name = "cmbIntervalType";
  741. this.cmbIntervalType.Size = new System.Drawing.Size(93, 21);
  742. this.cmbIntervalType.TabIndex = 91;
  743. this.cmbIntervalType.Tag = "PALLET_TYPE_FLAG";
  744. //
  745. // lbStatusMessage
  746. //
  747. this.lbStatusMessage.AutoSize = true;
  748. this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
  749. this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  750. this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
  751. this.lbStatusMessage.Name = "lbStatusMessage";
  752. this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
  753. this.lbStatusMessage.TabIndex = 47;
  754. //
  755. // btnSave
  756. //
  757. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  758. | System.Windows.Forms.AnchorStyles.Left)
  759. | System.Windows.Forms.AnchorStyles.Right)));
  760. this.btnSave.Location = new System.Drawing.Point(740, 384);
  761. this.btnSave.Name = "btnSave";
  762. this.btnSave.Size = new System.Drawing.Size(78, 30);
  763. this.btnSave.TabIndex = 42;
  764. this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save;
  765. this.btnSave.Values.Text = "保存";
  766. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  767. //
  768. // btnExit
  769. //
  770. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  771. | System.Windows.Forms.AnchorStyles.Left)
  772. | System.Windows.Forms.AnchorStyles.Right)));
  773. this.btnExit.Location = new System.Drawing.Point(830, 384);
  774. this.btnExit.Name = "btnExit";
  775. this.btnExit.Size = new System.Drawing.Size(78, 30);
  776. this.btnExit.TabIndex = 41;
  777. this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
  778. this.btnExit.Values.Text = "退出";
  779. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  780. //
  781. // frmTaskTimed
  782. //
  783. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  784. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  785. this.ClientSize = new System.Drawing.Size(1153, 790);
  786. this.Controls.Add(this.groupOperation);
  787. this.Controls.Add(this.pageTool);
  788. this.Controls.Add(this.dataGridView);
  789. this.Controls.Add(this.kryptonGroupBox2);
  790. this.Name = "frmTaskTimed";
  791. this.Text = "定时任务";
  792. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  793. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  794. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  795. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  796. this.kryptonGroupBox2.ResumeLayout(false);
  797. this.tableLayoutPanel4.ResumeLayout(false);
  798. this.tableLayoutPanel3.ResumeLayout(false);
  799. this.tableLayoutPanel2.ResumeLayout(false);
  800. this.tableLayoutPanel2.PerformLayout();
  801. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchStatus)).EndInit();
  802. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
  803. this.groupOperation.Panel.ResumeLayout(false);
  804. this.groupOperation.Panel.PerformLayout();
  805. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
  806. this.groupOperation.ResumeLayout(false);
  807. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
  808. this.kryptonPanelInput.ResumeLayout(false);
  809. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).EndInit();
  810. this.kryptonNavigatorOperation.ResumeLayout(false);
  811. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).EndInit();
  812. this.kryptonPageInfo.ResumeLayout(false);
  813. this.tableLayoutPanelInput.ResumeLayout(false);
  814. this.tableLayoutPanelInput.PerformLayout();
  815. ((System.ComponentModel.ISupportInitialize)(this.cmbTaskType)).EndInit();
  816. ((System.ComponentModel.ISupportInitialize)(this.cmbFrequenyType)).EndInit();
  817. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
  818. this.kryptonPanel1.ResumeLayout(false);
  819. ((System.ComponentModel.ISupportInitialize)(this.cmbIntervalType)).EndInit();
  820. this.ResumeLayout(false);
  821. }
  822. #endregion
  823. private Client.FrmCustom.PageToolbar pageTool;
  824. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  825. private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
  826. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  827. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  828. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  829. private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
  830. private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
  831. private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
  832. private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
  833. private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
  834. private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
  835. private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
  836. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  837. private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
  838. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  839. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  840. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  841. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  842. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  843. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  844. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  845. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  846. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchWarehouse;
  847. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  848. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchStatus;
  849. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkSearchUse;
  850. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
  851. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
  852. private ComponentFactory.Krypton.Navigator.KryptonNavigator kryptonNavigatorOperation;
  853. private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageInfo;
  854. private System.Windows.Forms.Label lbStatusMessage;
  855. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
  856. private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
  857. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
  858. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtTaskCode;
  859. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel29;
  860. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel30;
  861. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  862. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtTaskContent;
  863. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel28;
  864. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  865. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbTaskType;
  866. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  867. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  868. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  869. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbFrequenyType;
  870. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  871. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  872. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpExecTime;
  873. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
  874. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numInterval;
  875. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbIntervalType;
  876. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  877. private ComponentFactory.Krypton.Toolkit.KryptonButton btnRemove;
  878. private ComponentFactory.Krypton.Toolkit.KryptonButton btnEdit;
  879. private ComponentFactory.Krypton.Toolkit.KryptonButton btnAdd;
  880. }
  881. }