华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

392 lines
20 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSShiftAdd
  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(FormICSShiftAdd));
  29. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.dtSHIFTBTIME = new DevExpress.XtraEditors.TimeEdit();
  32. this.txtSHIFTTYPECODE = new DevExpress.XtraEditors.ButtonEdit();
  33. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  34. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  35. this.txtSHIFTSEQ = new DevExpress.XtraEditors.TextEdit();
  36. this.txtSHIFTCODE = new DevExpress.XtraEditors.TextEdit();
  37. this.label11 = new System.Windows.Forms.Label();
  38. this.label10 = new System.Windows.Forms.Label();
  39. this.txtISOVERDAY = new System.Windows.Forms.ComboBox();
  40. this.label9 = new System.Windows.Forms.Label();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.txtSHIFTDESC = new System.Windows.Forms.RichTextBox();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  50. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  51. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  52. this.dtSHIFTETIME = new DevExpress.XtraEditors.TimeEdit();
  53. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  54. this.panelControl1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dtSHIFTBTIME.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtSHIFTTYPECODE.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtSHIFTSEQ.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtSHIFTCODE.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.dtSHIFTETIME.Properties)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // btnOK
  65. //
  66. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  67. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  68. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  69. this.btnOK.Appearance.Options.UseFont = true;
  70. this.btnOK.Appearance.Options.UseForeColor = true;
  71. this.btnOK.Appearance.Options.UseTextOptions = true;
  72. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  73. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  74. this.btnOK.Location = new System.Drawing.Point(163, 424);
  75. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  76. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  77. this.btnOK.Name = "btnOK";
  78. this.btnOK.Size = new System.Drawing.Size(70, 30);
  79. this.btnOK.TabIndex = 23;
  80. this.btnOK.Text = "保存";
  81. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  82. //
  83. // panelControl1
  84. //
  85. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  86. | System.Windows.Forms.AnchorStyles.Left)
  87. | System.Windows.Forms.AnchorStyles.Right)));
  88. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  89. this.panelControl1.Appearance.Options.UseBackColor = true;
  90. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  91. this.panelControl1.Controls.Add(this.dtSHIFTETIME);
  92. this.panelControl1.Controls.Add(this.dtSHIFTBTIME);
  93. this.panelControl1.Controls.Add(this.txtSHIFTTYPECODE);
  94. this.panelControl1.Controls.Add(this.txtMTIME);
  95. this.panelControl1.Controls.Add(this.txtMUSERName);
  96. this.panelControl1.Controls.Add(this.txtSHIFTSEQ);
  97. this.panelControl1.Controls.Add(this.txtSHIFTCODE);
  98. this.panelControl1.Controls.Add(this.label11);
  99. this.panelControl1.Controls.Add(this.label10);
  100. this.panelControl1.Controls.Add(this.txtISOVERDAY);
  101. this.panelControl1.Controls.Add(this.label9);
  102. this.panelControl1.Controls.Add(this.label7);
  103. this.panelControl1.Controls.Add(this.label3);
  104. this.panelControl1.Controls.Add(this.txtSHIFTDESC);
  105. this.panelControl1.Controls.Add(this.label8);
  106. this.panelControl1.Controls.Add(this.label5);
  107. this.panelControl1.Controls.Add(this.label4);
  108. this.panelControl1.Controls.Add(this.label2);
  109. this.panelControl1.Controls.Add(this.label1);
  110. this.panelControl1.Location = new System.Drawing.Point(1, 29);
  111. this.panelControl1.Name = "panelControl1";
  112. this.panelControl1.Size = new System.Drawing.Size(330, 389);
  113. this.panelControl1.TabIndex = 24;
  114. //
  115. // dtSHIFTBTIME
  116. //
  117. this.dtSHIFTBTIME.EditValue = new System.DateTime(2016, 11, 7, 0, 0, 0, 0);
  118. this.dtSHIFTBTIME.Location = new System.Drawing.Point(132, 199);
  119. this.dtSHIFTBTIME.Name = "dtSHIFTBTIME";
  120. this.dtSHIFTBTIME.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  121. new DevExpress.XtraEditors.Controls.EditorButton()});
  122. this.dtSHIFTBTIME.Size = new System.Drawing.Size(154, 20);
  123. this.dtSHIFTBTIME.TabIndex = 70;
  124. //
  125. // txtSHIFTTYPECODE
  126. //
  127. this.txtSHIFTTYPECODE.EditValue = "";
  128. this.txtSHIFTTYPECODE.Location = new System.Drawing.Point(130, 56);
  129. this.txtSHIFTTYPECODE.Name = "txtSHIFTTYPECODE";
  130. this.txtSHIFTTYPECODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  131. new DevExpress.XtraEditors.Controls.EditorButton()});
  132. this.txtSHIFTTYPECODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  133. this.txtSHIFTTYPECODE.Size = new System.Drawing.Size(156, 20);
  134. this.txtSHIFTTYPECODE.TabIndex = 69;
  135. this.txtSHIFTTYPECODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtShiftTypeCode_ButtonClick);
  136. //
  137. // txtMTIME
  138. //
  139. this.txtMTIME.Location = new System.Drawing.Point(130, 350);
  140. this.txtMTIME.Name = "txtMTIME";
  141. this.txtMTIME.Size = new System.Drawing.Size(156, 20);
  142. this.txtMTIME.TabIndex = 68;
  143. //
  144. // txtMUSERName
  145. //
  146. this.txtMUSERName.Location = new System.Drawing.Point(130, 314);
  147. this.txtMUSERName.Name = "txtMUSERName";
  148. this.txtMUSERName.Size = new System.Drawing.Size(156, 20);
  149. this.txtMUSERName.TabIndex = 67;
  150. //
  151. // txtSHIFTSEQ
  152. //
  153. this.txtSHIFTSEQ.Location = new System.Drawing.Point(130, 91);
  154. this.txtSHIFTSEQ.Name = "txtSHIFTSEQ";
  155. this.txtSHIFTSEQ.Size = new System.Drawing.Size(156, 20);
  156. this.txtSHIFTSEQ.TabIndex = 66;
  157. //
  158. // txtSHIFTCODE
  159. //
  160. this.txtSHIFTCODE.Location = new System.Drawing.Point(130, 23);
  161. this.txtSHIFTCODE.Name = "txtSHIFTCODE";
  162. this.txtSHIFTCODE.Size = new System.Drawing.Size(156, 20);
  163. this.txtSHIFTCODE.TabIndex = 64;
  164. //
  165. // label11
  166. //
  167. this.label11.AutoSize = true;
  168. this.label11.Location = new System.Drawing.Point(42, 353);
  169. this.label11.Name = "label11";
  170. this.label11.Size = new System.Drawing.Size(59, 14);
  171. this.label11.TabIndex = 61;
  172. this.label11.Text = "维护时间:";
  173. //
  174. // label10
  175. //
  176. this.label10.AutoSize = true;
  177. this.label10.Location = new System.Drawing.Point(42, 320);
  178. this.label10.Name = "label10";
  179. this.label10.Size = new System.Drawing.Size(47, 14);
  180. this.label10.TabIndex = 60;
  181. this.label10.Text = "维护人:";
  182. //
  183. // txtISOVERDAY
  184. //
  185. this.txtISOVERDAY.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  186. this.txtISOVERDAY.FormattingEnabled = true;
  187. this.txtISOVERDAY.Items.AddRange(new object[] {
  188. "是",
  189. "否"});
  190. this.txtISOVERDAY.Location = new System.Drawing.Point(130, 272);
  191. this.txtISOVERDAY.Name = "txtISOVERDAY";
  192. this.txtISOVERDAY.Size = new System.Drawing.Size(156, 22);
  193. this.txtISOVERDAY.TabIndex = 59;
  194. //
  195. // label9
  196. //
  197. this.label9.AutoSize = true;
  198. this.label9.Location = new System.Drawing.Point(42, 275);
  199. this.label9.Name = "label9";
  200. this.label9.Size = new System.Drawing.Size(59, 14);
  201. this.label9.TabIndex = 58;
  202. this.label9.Text = "是否跨天:";
  203. //
  204. // label7
  205. //
  206. this.label7.AutoSize = true;
  207. this.label7.Location = new System.Drawing.Point(42, 239);
  208. this.label7.Name = "label7";
  209. this.label7.Size = new System.Drawing.Size(83, 14);
  210. this.label7.TabIndex = 55;
  211. this.label7.Text = "班次结束时间:";
  212. //
  213. // label3
  214. //
  215. this.label3.AutoSize = true;
  216. this.label3.Location = new System.Drawing.Point(42, 202);
  217. this.label3.Name = "label3";
  218. this.label3.Size = new System.Drawing.Size(83, 14);
  219. this.label3.TabIndex = 54;
  220. this.label3.Text = "班次起始时间:";
  221. //
  222. // txtSHIFTDESC
  223. //
  224. this.txtSHIFTDESC.Location = new System.Drawing.Point(130, 128);
  225. this.txtSHIFTDESC.Name = "txtSHIFTDESC";
  226. this.txtSHIFTDESC.Size = new System.Drawing.Size(157, 51);
  227. this.txtSHIFTDESC.TabIndex = 53;
  228. this.txtSHIFTDESC.Text = "";
  229. //
  230. // label8
  231. //
  232. this.label8.AutoSize = true;
  233. this.label8.Location = new System.Drawing.Point(39, 176);
  234. this.label8.Name = "label8";
  235. this.label8.Size = new System.Drawing.Size(0, 14);
  236. this.label8.TabIndex = 48;
  237. //
  238. // label5
  239. //
  240. this.label5.AutoSize = true;
  241. this.label5.Location = new System.Drawing.Point(42, 142);
  242. this.label5.Name = "label5";
  243. this.label5.Size = new System.Drawing.Size(59, 14);
  244. this.label5.TabIndex = 42;
  245. this.label5.Text = "班次描述:";
  246. //
  247. // label4
  248. //
  249. this.label4.AutoSize = true;
  250. this.label4.Location = new System.Drawing.Point(42, 94);
  251. this.label4.Name = "label4";
  252. this.label4.Size = new System.Drawing.Size(59, 14);
  253. this.label4.TabIndex = 41;
  254. this.label4.Text = "班次次序:";
  255. //
  256. // label2
  257. //
  258. this.label2.AutoSize = true;
  259. this.label2.Location = new System.Drawing.Point(42, 59);
  260. this.label2.Name = "label2";
  261. this.label2.Size = new System.Drawing.Size(59, 14);
  262. this.label2.TabIndex = 39;
  263. this.label2.Text = "班制代码:";
  264. //
  265. // label1
  266. //
  267. this.label1.AutoSize = true;
  268. this.label1.Location = new System.Drawing.Point(42, 26);
  269. this.label1.Name = "label1";
  270. this.label1.Size = new System.Drawing.Size(59, 14);
  271. this.label1.TabIndex = 38;
  272. this.label1.Text = "班次代码:";
  273. //
  274. // labelControl1
  275. //
  276. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  278. this.labelControl1.Location = new System.Drawing.Point(1, 3);
  279. this.labelControl1.Name = "labelControl1";
  280. this.labelControl1.Size = new System.Drawing.Size(96, 21);
  281. this.labelControl1.TabIndex = 25;
  282. this.labelControl1.Text = "班次信息编辑";
  283. //
  284. // btnCancle
  285. //
  286. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  287. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  288. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  289. this.btnCancle.Appearance.Options.UseFont = true;
  290. this.btnCancle.Appearance.Options.UseForeColor = true;
  291. this.btnCancle.Appearance.Options.UseTextOptions = true;
  292. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  293. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  294. this.btnCancle.Location = new System.Drawing.Point(239, 424);
  295. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  296. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  297. this.btnCancle.Name = "btnCancle";
  298. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  299. this.btnCancle.TabIndex = 26;
  300. this.btnCancle.Text = "取消";
  301. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  302. //
  303. // btnClose
  304. //
  305. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  306. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  307. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  308. this.btnClose.Appearance.Options.UseFont = true;
  309. this.btnClose.Appearance.Options.UseForeColor = true;
  310. this.btnClose.Appearance.Options.UseTextOptions = true;
  311. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  312. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  313. this.btnClose.Location = new System.Drawing.Point(305, 3);
  314. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  315. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  316. this.btnClose.Name = "btnClose";
  317. this.btnClose.Size = new System.Drawing.Size(26, 21);
  318. this.btnClose.TabIndex = 27;
  319. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  320. //
  321. // dtSHIFTETIME
  322. //
  323. this.dtSHIFTETIME.EditValue = new System.DateTime(2016, 11, 7, 0, 0, 0, 0);
  324. this.dtSHIFTETIME.Location = new System.Drawing.Point(132, 236);
  325. this.dtSHIFTETIME.Name = "dtSHIFTETIME";
  326. this.dtSHIFTETIME.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  327. new DevExpress.XtraEditors.Controls.EditorButton()});
  328. this.dtSHIFTETIME.Size = new System.Drawing.Size(154, 20);
  329. this.dtSHIFTETIME.TabIndex = 71;
  330. //
  331. // FormICSShiftAdd
  332. //
  333. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  334. this.Appearance.Options.UseBackColor = true;
  335. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  336. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  337. this.ClientSize = new System.Drawing.Size(332, 458);
  338. this.Controls.Add(this.btnClose);
  339. this.Controls.Add(this.btnCancle);
  340. this.Controls.Add(this.labelControl1);
  341. this.Controls.Add(this.panelControl1);
  342. this.Controls.Add(this.btnOK);
  343. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  344. this.Name = "FormICSShiftAdd";
  345. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  346. this.Text = "FormICSShiftAdd";
  347. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  348. this.panelControl1.ResumeLayout(false);
  349. this.panelControl1.PerformLayout();
  350. ((System.ComponentModel.ISupportInitialize)(this.dtSHIFTBTIME.Properties)).EndInit();
  351. ((System.ComponentModel.ISupportInitialize)(this.txtSHIFTTYPECODE.Properties)).EndInit();
  352. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.txtSHIFTSEQ.Properties)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.txtSHIFTCODE.Properties)).EndInit();
  356. ((System.ComponentModel.ISupportInitialize)(this.dtSHIFTETIME.Properties)).EndInit();
  357. this.ResumeLayout(false);
  358. this.PerformLayout();
  359. }
  360. #endregion
  361. private DevExpress.XtraEditors.SimpleButton btnOK;
  362. private DevExpress.XtraEditors.PanelControl panelControl1;
  363. private DevExpress.XtraEditors.LabelControl labelControl1;
  364. private DevExpress.XtraEditors.SimpleButton btnCancle;
  365. private DevExpress.XtraEditors.SimpleButton btnClose;
  366. private System.Windows.Forms.Label label8;
  367. private System.Windows.Forms.Label label5;
  368. private System.Windows.Forms.Label label4;
  369. private System.Windows.Forms.Label label2;
  370. private System.Windows.Forms.Label label1;
  371. private System.Windows.Forms.RichTextBox txtSHIFTDESC;
  372. private System.Windows.Forms.Label label7;
  373. private System.Windows.Forms.Label label3;
  374. private System.Windows.Forms.ComboBox txtISOVERDAY;
  375. private System.Windows.Forms.Label label9;
  376. private System.Windows.Forms.Label label11;
  377. private System.Windows.Forms.Label label10;
  378. private DevExpress.XtraEditors.TextEdit txtMTIME;
  379. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  380. private DevExpress.XtraEditors.TextEdit txtSHIFTSEQ;
  381. private DevExpress.XtraEditors.TextEdit txtSHIFTCODE;
  382. private DevExpress.XtraEditors.ButtonEdit txtSHIFTTYPECODE;
  383. private DevExpress.XtraEditors.TimeEdit dtSHIFTBTIME;
  384. private DevExpress.XtraEditors.TimeEdit dtSHIFTETIME;
  385. }
  386. }