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

295 lines
17 KiB

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