华恒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.

319 lines
18 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSOP2UserAdd
  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(FormICSOP2UserAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  33. this.txtUSERCODE = new DevExpress.XtraEditors.GridLookUpEdit();
  34. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. this.txtOPCODE = new DevExpress.XtraEditors.GridLookUpEdit();
  36. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  37. this.txtLevel = new DevExpress.XtraEditors.TextEdit();
  38. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  39. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  40. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  41. this.label9 = new System.Windows.Forms.Label();
  42. this.label10 = new System.Windows.Forms.Label();
  43. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  44. this.save = new DevExpress.XtraEditors.SimpleButton();
  45. this.can = new DevExpress.XtraEditors.SimpleButton();
  46. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  47. this.panelControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtUSERCODE.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtLevel.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // btnClose
  58. //
  59. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  60. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  61. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  62. this.btnClose.Appearance.Options.UseFont = true;
  63. this.btnClose.Appearance.Options.UseForeColor = true;
  64. this.btnClose.Appearance.Options.UseTextOptions = true;
  65. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  66. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  67. this.btnClose.Location = new System.Drawing.Point(354, 2);
  68. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  69. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  70. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  71. this.btnClose.Name = "btnClose";
  72. this.btnClose.Size = new System.Drawing.Size(30, 29);
  73. this.btnClose.TabIndex = 5;
  74. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  75. //
  76. // lblTitle
  77. //
  78. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  79. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  80. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  81. this.lblTitle.Location = new System.Drawing.Point(1, 2);
  82. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  83. this.lblTitle.Name = "lblTitle";
  84. this.lblTitle.Size = new System.Drawing.Size(160, 29);
  85. this.lblTitle.TabIndex = 6;
  86. this.lblTitle.Text = "工序人员关联";
  87. //
  88. // labelControl1
  89. //
  90. this.labelControl1.Location = new System.Drawing.Point(46, 38);
  91. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  92. this.labelControl1.Name = "labelControl1";
  93. this.labelControl1.Size = new System.Drawing.Size(45, 18);
  94. this.labelControl1.TabIndex = 0;
  95. this.labelControl1.Text = "工序:";
  96. //
  97. // panelControl1
  98. //
  99. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  100. | System.Windows.Forms.AnchorStyles.Left)
  101. | System.Windows.Forms.AnchorStyles.Right)));
  102. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  103. this.panelControl1.Appearance.Options.UseBackColor = true;
  104. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  105. this.panelControl1.Controls.Add(this.txtUSERCODE);
  106. this.panelControl1.Controls.Add(this.txtOPCODE);
  107. this.panelControl1.Controls.Add(this.txtLevel);
  108. this.panelControl1.Controls.Add(this.labelControl3);
  109. this.panelControl1.Controls.Add(this.txtMTIME);
  110. this.panelControl1.Controls.Add(this.txtMUSERName);
  111. this.panelControl1.Controls.Add(this.label9);
  112. this.panelControl1.Controls.Add(this.label10);
  113. this.panelControl1.Controls.Add(this.labelControl2);
  114. this.panelControl1.Controls.Add(this.labelControl1);
  115. this.panelControl1.Location = new System.Drawing.Point(-2, 38);
  116. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  117. this.panelControl1.Name = "panelControl1";
  118. this.panelControl1.Size = new System.Drawing.Size(385, 407);
  119. this.panelControl1.TabIndex = 23;
  120. this.panelControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControl1_Paint);
  121. //
  122. // txtUSERCODE
  123. //
  124. this.txtUSERCODE.EditValue = "";
  125. this.txtUSERCODE.Location = new System.Drawing.Point(147, 89);
  126. this.txtUSERCODE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  127. this.txtUSERCODE.Name = "txtUSERCODE";
  128. this.txtUSERCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  129. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  130. this.txtUSERCODE.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  131. this.txtUSERCODE.Properties.View = this.gridView1;
  132. this.txtUSERCODE.Size = new System.Drawing.Size(175, 24);
  133. this.txtUSERCODE.TabIndex = 237;
  134. this.txtUSERCODE.EditValueChanged += new System.EventHandler(this.txtUSERCODE_EditValueChanged);
  135. //
  136. // gridView1
  137. //
  138. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  139. this.gridView1.Name = "gridView1";
  140. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  141. this.gridView1.OptionsView.ShowGroupPanel = false;
  142. //
  143. // txtOPCODE
  144. //
  145. this.txtOPCODE.EditValue = "";
  146. this.txtOPCODE.Location = new System.Drawing.Point(147, 35);
  147. this.txtOPCODE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  148. this.txtOPCODE.Name = "txtOPCODE";
  149. this.txtOPCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  150. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  151. this.txtOPCODE.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  152. this.txtOPCODE.Properties.View = this.gridLookUpEdit1View;
  153. this.txtOPCODE.Size = new System.Drawing.Size(175, 24);
  154. this.txtOPCODE.TabIndex = 236;
  155. this.txtOPCODE.EditValueChanged += new System.EventHandler(this.txtOPCODE_EditValueChanged);
  156. //
  157. // gridLookUpEdit1View
  158. //
  159. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  160. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  161. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  162. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  163. //
  164. // txtLevel
  165. //
  166. this.txtLevel.Location = new System.Drawing.Point(144, 146);
  167. this.txtLevel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  168. this.txtLevel.Name = "txtLevel";
  169. this.txtLevel.Size = new System.Drawing.Size(178, 24);
  170. this.txtLevel.TabIndex = 95;
  171. //
  172. // labelControl3
  173. //
  174. this.labelControl3.Location = new System.Drawing.Point(46, 149);
  175. this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  176. this.labelControl3.Name = "labelControl3";
  177. this.labelControl3.Size = new System.Drawing.Size(75, 18);
  178. this.labelControl3.TabIndex = 94;
  179. this.labelControl3.Text = "熟练程度:";
  180. //
  181. // txtMTIME
  182. //
  183. this.txtMTIME.Location = new System.Drawing.Point(144, 259);
  184. this.txtMTIME.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  185. this.txtMTIME.Name = "txtMTIME";
  186. this.txtMTIME.Size = new System.Drawing.Size(178, 24);
  187. this.txtMTIME.TabIndex = 93;
  188. //
  189. // txtMUSERName
  190. //
  191. this.txtMUSERName.Location = new System.Drawing.Point(144, 203);
  192. this.txtMUSERName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  193. this.txtMUSERName.Name = "txtMUSERName";
  194. this.txtMUSERName.Size = new System.Drawing.Size(178, 24);
  195. this.txtMUSERName.TabIndex = 92;
  196. //
  197. // label9
  198. //
  199. this.label9.AutoSize = true;
  200. this.label9.Location = new System.Drawing.Point(43, 263);
  201. this.label9.Name = "label9";
  202. this.label9.Size = new System.Drawing.Size(83, 18);
  203. this.label9.TabIndex = 91;
  204. this.label9.Text = "维护日期:";
  205. //
  206. // label10
  207. //
  208. this.label10.AutoSize = true;
  209. this.label10.Location = new System.Drawing.Point(43, 207);
  210. this.label10.Name = "label10";
  211. this.label10.Size = new System.Drawing.Size(68, 18);
  212. this.label10.TabIndex = 90;
  213. this.label10.Text = "维护人:";
  214. //
  215. // labelControl2
  216. //
  217. this.labelControl2.Location = new System.Drawing.Point(46, 92);
  218. this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  219. this.labelControl2.Name = "labelControl2";
  220. this.labelControl2.Size = new System.Drawing.Size(45, 18);
  221. this.labelControl2.TabIndex = 75;
  222. this.labelControl2.Text = "人员:";
  223. //
  224. // save
  225. //
  226. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  227. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  228. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  229. this.save.Appearance.Options.UseFont = true;
  230. this.save.Appearance.Options.UseForeColor = true;
  231. this.save.Appearance.Options.UseTextOptions = true;
  232. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  233. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  234. this.save.Location = new System.Drawing.Point(218, 449);
  235. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  236. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  237. this.save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  238. this.save.Name = "save";
  239. this.save.Size = new System.Drawing.Size(80, 38);
  240. this.save.TabIndex = 30;
  241. this.save.Text = "保存";
  242. this.save.Click += new System.EventHandler(this.save_Click);
  243. //
  244. // can
  245. //
  246. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  247. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  248. this.can.Appearance.ForeColor = System.Drawing.Color.White;
  249. this.can.Appearance.Options.UseFont = true;
  250. this.can.Appearance.Options.UseForeColor = true;
  251. this.can.Appearance.Options.UseTextOptions = true;
  252. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  253. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  254. this.can.Location = new System.Drawing.Point(303, 449);
  255. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  256. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  257. this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  258. this.can.Name = "can";
  259. this.can.Size = new System.Drawing.Size(80, 38);
  260. this.can.TabIndex = 79;
  261. this.can.Text = "取消";
  262. this.can.Click += new System.EventHandler(this.can_Click);
  263. //
  264. // FormICSOP2UserAdd
  265. //
  266. this.AcceptButton = this.btnClose;
  267. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  268. this.Appearance.Options.UseBackColor = true;
  269. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  270. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  271. this.ClientSize = new System.Drawing.Size(384, 491);
  272. this.Controls.Add(this.save);
  273. this.Controls.Add(this.panelControl1);
  274. this.Controls.Add(this.can);
  275. this.Controls.Add(this.lblTitle);
  276. this.Controls.Add(this.btnClose);
  277. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  278. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  279. this.Name = "FormICSOP2UserAdd";
  280. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  281. this.Text = "FormContainerAddEdit";
  282. this.Load += new System.EventHandler(this.FormICSOP2UserAdd_Load);
  283. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  284. this.panelControl1.ResumeLayout(false);
  285. this.panelControl1.PerformLayout();
  286. ((System.ComponentModel.ISupportInitialize)(this.txtUSERCODE.Properties)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  290. ((System.ComponentModel.ISupportInitialize)(this.txtLevel.Properties)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  293. this.ResumeLayout(false);
  294. }
  295. #endregion
  296. private DevExpress.XtraEditors.SimpleButton btnClose;
  297. private DevExpress.XtraEditors.LabelControl lblTitle;
  298. private DevExpress.XtraEditors.LabelControl labelControl1;
  299. private DevExpress.XtraEditors.PanelControl panelControl1;
  300. private DevExpress.XtraEditors.LabelControl labelControl2;
  301. private DevExpress.XtraEditors.SimpleButton save;
  302. private DevExpress.XtraEditors.SimpleButton can;
  303. private DevExpress.XtraEditors.TextEdit txtMTIME;
  304. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  305. private System.Windows.Forms.Label label9;
  306. private System.Windows.Forms.Label label10;
  307. private DevExpress.XtraEditors.LabelControl labelControl3;
  308. private DevExpress.XtraEditors.TextEdit txtLevel;
  309. private DevExpress.XtraEditors.GridLookUpEdit txtUSERCODE;
  310. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  311. private DevExpress.XtraEditors.GridLookUpEdit txtOPCODE;
  312. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  313. }
  314. }