锐腾搅拌上料功能
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.

240 lines
13 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormUser2ResAdd
  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(FormUser2ResAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  32. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  33. this.txtMUSER = new DevExpress.XtraEditors.TextEdit();
  34. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  35. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  36. this.save = new DevExpress.XtraEditors.SimpleButton();
  37. this.can = new DevExpress.XtraEditors.SimpleButton();
  38. this.MTIME = new DevExpress.XtraEditors.TextEdit();
  39. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  40. this.txtUserCode = new DevExpress.XtraEditors.ButtonEdit();
  41. this.txtRESCODE = new DevExpress.XtraEditors.ButtonEdit();
  42. ((System.ComponentModel.ISupportInitialize)(this.txtMUSER.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.MTIME.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  45. this.panelControl1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtRESCODE.Properties)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // btnClose
  51. //
  52. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  53. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  54. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  55. this.btnClose.Appearance.Options.UseFont = true;
  56. this.btnClose.Appearance.Options.UseForeColor = true;
  57. this.btnClose.Appearance.Options.UseTextOptions = true;
  58. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  59. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  60. this.btnClose.Location = new System.Drawing.Point(261, 1);
  61. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  62. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  63. this.btnClose.Name = "btnClose";
  64. this.btnClose.Size = new System.Drawing.Size(26, 23);
  65. this.btnClose.TabIndex = 5;
  66. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  67. //
  68. // lblTitle
  69. //
  70. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  71. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  72. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  73. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  74. this.lblTitle.Name = "lblTitle";
  75. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  76. this.lblTitle.TabIndex = 6;
  77. this.lblTitle.Text = "新增";
  78. //
  79. // labelControl2
  80. //
  81. this.labelControl2.Location = new System.Drawing.Point(26, 70);
  82. this.labelControl2.Name = "labelControl2";
  83. this.labelControl2.Size = new System.Drawing.Size(48, 14);
  84. this.labelControl2.TabIndex = 0;
  85. this.labelControl2.Text = "资源代码";
  86. //
  87. // labelControl1
  88. //
  89. this.labelControl1.Location = new System.Drawing.Point(26, 29);
  90. this.labelControl1.Name = "labelControl1";
  91. this.labelControl1.Size = new System.Drawing.Size(48, 14);
  92. this.labelControl1.TabIndex = 0;
  93. this.labelControl1.Text = "人员代码";
  94. //
  95. // txtMUSER
  96. //
  97. this.txtMUSER.EnterMoveNextControl = true;
  98. this.txtMUSER.Location = new System.Drawing.Point(104, 110);
  99. this.txtMUSER.Name = "txtMUSER";
  100. this.txtMUSER.Properties.ReadOnly = true;
  101. this.txtMUSER.Size = new System.Drawing.Size(149, 20);
  102. this.txtMUSER.TabIndex = 18;
  103. //
  104. // labelControl12
  105. //
  106. this.labelControl12.Location = new System.Drawing.Point(26, 151);
  107. this.labelControl12.Name = "labelControl12";
  108. this.labelControl12.Size = new System.Drawing.Size(48, 14);
  109. this.labelControl12.TabIndex = 22;
  110. this.labelControl12.Text = "维护时间";
  111. //
  112. // labelControl13
  113. //
  114. this.labelControl13.Location = new System.Drawing.Point(26, 111);
  115. this.labelControl13.Name = "labelControl13";
  116. this.labelControl13.Size = new System.Drawing.Size(36, 14);
  117. this.labelControl13.TabIndex = 23;
  118. this.labelControl13.Text = "维护人";
  119. //
  120. // save
  121. //
  122. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  123. this.save.Location = new System.Drawing.Point(98, 201);
  124. this.save.Name = "save";
  125. this.save.Size = new System.Drawing.Size(68, 23);
  126. this.save.TabIndex = 30;
  127. this.save.Text = "保存";
  128. this.save.Click += new System.EventHandler(this.save_Click);
  129. //
  130. // can
  131. //
  132. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  133. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  134. this.can.Location = new System.Drawing.Point(185, 201);
  135. this.can.Name = "can";
  136. this.can.Size = new System.Drawing.Size(68, 23);
  137. this.can.TabIndex = 31;
  138. this.can.Text = "取消";
  139. this.can.Click += new System.EventHandler(this.btnClose_Click);
  140. //
  141. // MTIME
  142. //
  143. this.MTIME.EnterMoveNextControl = true;
  144. this.MTIME.Location = new System.Drawing.Point(104, 150);
  145. this.MTIME.Name = "MTIME";
  146. this.MTIME.Properties.ReadOnly = true;
  147. this.MTIME.Size = new System.Drawing.Size(149, 20);
  148. this.MTIME.TabIndex = 35;
  149. //
  150. // panelControl1
  151. //
  152. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  153. | System.Windows.Forms.AnchorStyles.Left)
  154. | System.Windows.Forms.AnchorStyles.Right)));
  155. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  156. this.panelControl1.Appearance.Options.UseBackColor = true;
  157. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  158. this.panelControl1.Controls.Add(this.txtUserCode);
  159. this.panelControl1.Controls.Add(this.txtRESCODE);
  160. this.panelControl1.Controls.Add(this.MTIME);
  161. this.panelControl1.Controls.Add(this.can);
  162. this.panelControl1.Controls.Add(this.save);
  163. this.panelControl1.Controls.Add(this.labelControl13);
  164. this.panelControl1.Controls.Add(this.labelControl12);
  165. this.panelControl1.Controls.Add(this.txtMUSER);
  166. this.panelControl1.Controls.Add(this.labelControl1);
  167. this.panelControl1.Controls.Add(this.labelControl2);
  168. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  169. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  170. this.panelControl1.Name = "panelControl1";
  171. this.panelControl1.Size = new System.Drawing.Size(286, 246);
  172. this.panelControl1.TabIndex = 23;
  173. //
  174. // txtUserCode
  175. //
  176. this.txtUserCode.Location = new System.Drawing.Point(104, 26);
  177. this.txtUserCode.Name = "txtUserCode";
  178. this.txtUserCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  179. new DevExpress.XtraEditors.Controls.EditorButton()});
  180. this.txtUserCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  181. this.txtUserCode.Size = new System.Drawing.Size(149, 20);
  182. this.txtUserCode.TabIndex = 75;
  183. this.txtUserCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtUserCode_ButtonClick);
  184. //
  185. // txtRESCODE
  186. //
  187. this.txtRESCODE.Location = new System.Drawing.Point(104, 67);
  188. this.txtRESCODE.Name = "txtRESCODE";
  189. this.txtRESCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  190. new DevExpress.XtraEditors.Controls.EditorButton()});
  191. this.txtRESCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  192. this.txtRESCODE.Size = new System.Drawing.Size(149, 20);
  193. this.txtRESCODE.TabIndex = 74;
  194. this.txtRESCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtResCode_ButtonClick);
  195. //
  196. // FormUser2ResAdd
  197. //
  198. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  199. this.Appearance.Options.UseBackColor = true;
  200. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  201. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  202. this.ClientSize = new System.Drawing.Size(288, 300);
  203. this.Controls.Add(this.panelControl1);
  204. this.Controls.Add(this.lblTitle);
  205. this.Controls.Add(this.btnClose);
  206. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  207. this.Name = "FormUser2ResAdd";
  208. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  209. this.Text = "FormContainerAddEdit";
  210. this.Load += new System.EventHandler(this.FormICSUser2ResAdd_Load);
  211. ((System.ComponentModel.ISupportInitialize)(this.txtMUSER.Properties)).EndInit();
  212. ((System.ComponentModel.ISupportInitialize)(this.MTIME.Properties)).EndInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  214. this.panelControl1.ResumeLayout(false);
  215. this.panelControl1.PerformLayout();
  216. ((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).EndInit();
  217. ((System.ComponentModel.ISupportInitialize)(this.txtRESCODE.Properties)).EndInit();
  218. this.ResumeLayout(false);
  219. }
  220. #endregion
  221. private DevExpress.XtraEditors.SimpleButton btnClose;
  222. private DevExpress.XtraEditors.LabelControl lblTitle;
  223. private DevExpress.XtraEditors.LabelControl labelControl2;
  224. private DevExpress.XtraEditors.LabelControl labelControl1;
  225. private DevExpress.XtraEditors.TextEdit txtMUSER;
  226. private DevExpress.XtraEditors.LabelControl labelControl12;
  227. private DevExpress.XtraEditors.LabelControl labelControl13;
  228. private DevExpress.XtraEditors.SimpleButton save;
  229. private DevExpress.XtraEditors.SimpleButton can;
  230. private DevExpress.XtraEditors.TextEdit MTIME;
  231. private DevExpress.XtraEditors.PanelControl panelControl1;
  232. private DevExpress.XtraEditors.ButtonEdit txtRESCODE;
  233. private DevExpress.XtraEditors.ButtonEdit txtUserCode;
  234. }
  235. }