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

227 lines
13 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSOP2DWGAdd
  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(FormICSOP2DWGAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.can = new DevExpress.XtraEditors.SimpleButton();
  32. this.save = new DevExpress.XtraEditors.SimpleButton();
  33. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  34. this.txtItemCode = new DevExpress.XtraEditors.GridLookUpEdit();
  35. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  36. this.txtItemName = new DevExpress.XtraEditors.TextEdit();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.label7 = new System.Windows.Forms.Label();
  39. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  40. this.panelControl1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // btnClose
  47. //
  48. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  49. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  50. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  51. this.btnClose.Appearance.Options.UseFont = true;
  52. this.btnClose.Appearance.Options.UseForeColor = true;
  53. this.btnClose.Appearance.Options.UseTextOptions = true;
  54. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  55. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  56. this.btnClose.Location = new System.Drawing.Point(606, 2);
  57. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  58. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  59. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  60. this.btnClose.Name = "btnClose";
  61. this.btnClose.Size = new System.Drawing.Size(30, 29);
  62. this.btnClose.TabIndex = 5;
  63. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  64. //
  65. // lblTitle
  66. //
  67. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  68. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.Red;
  69. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  70. this.lblTitle.Location = new System.Drawing.Point(1, 2);
  71. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  72. this.lblTitle.Name = "lblTitle";
  73. this.lblTitle.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
  74. this.lblTitle.Size = new System.Drawing.Size(182, 29);
  75. this.lblTitle.TabIndex = 6;
  76. this.lblTitle.Text = "新增";
  77. //
  78. // can
  79. //
  80. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  81. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  82. this.can.Appearance.ForeColor = System.Drawing.Color.Black;
  83. this.can.Appearance.Options.UseFont = true;
  84. this.can.Appearance.Options.UseForeColor = true;
  85. this.can.Appearance.Options.UseTextOptions = true;
  86. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  87. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  88. this.can.Location = new System.Drawing.Point(301, 216);
  89. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  90. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  91. this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  92. this.can.Name = "can";
  93. this.can.Size = new System.Drawing.Size(80, 38);
  94. this.can.TabIndex = 79;
  95. this.can.Text = "取消";
  96. this.can.Click += new System.EventHandler(this.can_Click);
  97. //
  98. // save
  99. //
  100. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  101. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  102. this.save.Appearance.ForeColor = System.Drawing.Color.Black;
  103. this.save.Appearance.Options.UseFont = true;
  104. this.save.Appearance.Options.UseForeColor = true;
  105. this.save.Appearance.Options.UseTextOptions = true;
  106. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  107. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  108. this.save.Location = new System.Drawing.Point(172, 216);
  109. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  110. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  111. this.save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  112. this.save.Name = "save";
  113. this.save.Size = new System.Drawing.Size(80, 38);
  114. this.save.TabIndex = 30;
  115. this.save.Text = "保存";
  116. this.save.Click += new System.EventHandler(this.save_Click);
  117. //
  118. // panelControl1
  119. //
  120. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  121. | System.Windows.Forms.AnchorStyles.Left)
  122. | System.Windows.Forms.AnchorStyles.Right)));
  123. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  124. this.panelControl1.Appearance.Options.UseBackColor = true;
  125. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  126. this.panelControl1.Controls.Add(this.txtItemCode);
  127. this.panelControl1.Controls.Add(this.txtItemName);
  128. this.panelControl1.Controls.Add(this.label8);
  129. this.panelControl1.Controls.Add(this.label7);
  130. this.panelControl1.Controls.Add(this.save);
  131. this.panelControl1.Controls.Add(this.can);
  132. this.panelControl1.Location = new System.Drawing.Point(-2, 38);
  133. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  134. this.panelControl1.Name = "panelControl1";
  135. this.panelControl1.Size = new System.Drawing.Size(637, 407);
  136. this.panelControl1.TabIndex = 23;
  137. //
  138. // txtItemCode
  139. //
  140. this.txtItemCode.EditValue = "";
  141. this.txtItemCode.Location = new System.Drawing.Point(229, 71);
  142. this.txtItemCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  143. this.txtItemCode.Name = "txtItemCode";
  144. this.txtItemCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  145. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  146. this.txtItemCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  147. this.txtItemCode.Properties.View = this.gridLookUpEdit1View;
  148. this.txtItemCode.Size = new System.Drawing.Size(177, 24);
  149. this.txtItemCode.TabIndex = 181;
  150. this.txtItemCode.EditValueChanged += new System.EventHandler(this.txtItemCode_EditValueChanged_1);
  151. //
  152. // gridLookUpEdit1View
  153. //
  154. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  155. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  156. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  157. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  158. //
  159. // txtItemName
  160. //
  161. this.txtItemName.Location = new System.Drawing.Point(229, 127);
  162. this.txtItemName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  163. this.txtItemName.Name = "txtItemName";
  164. this.txtItemName.Properties.ReadOnly = true;
  165. this.txtItemName.Size = new System.Drawing.Size(177, 24);
  166. this.txtItemName.TabIndex = 180;
  167. //
  168. // label8
  169. //
  170. this.label8.AutoSize = true;
  171. this.label8.Location = new System.Drawing.Point(141, 130);
  172. this.label8.Name = "label8";
  173. this.label8.Size = new System.Drawing.Size(73, 18);
  174. this.label8.TabIndex = 179;
  175. this.label8.Text = "物料名称:";
  176. //
  177. // label7
  178. //
  179. this.label7.AutoSize = true;
  180. this.label7.Location = new System.Drawing.Point(141, 77);
  181. this.label7.Name = "label7";
  182. this.label7.Size = new System.Drawing.Size(73, 18);
  183. this.label7.TabIndex = 178;
  184. this.label7.Text = "物料编码:";
  185. //
  186. // FormICSOP2DWGAdd
  187. //
  188. this.AcceptButton = this.btnClose;
  189. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  190. this.Appearance.Options.UseBackColor = true;
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.ClientSize = new System.Drawing.Size(636, 491);
  194. this.Controls.Add(this.panelControl1);
  195. this.Controls.Add(this.lblTitle);
  196. this.Controls.Add(this.btnClose);
  197. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  198. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  199. this.Name = "FormICSOP2DWGAdd";
  200. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  201. this.Text = "FormContainerAddEdit";
  202. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  203. this.panelControl1.ResumeLayout(false);
  204. this.panelControl1.PerformLayout();
  205. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).EndInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
  208. this.ResumeLayout(false);
  209. }
  210. #endregion
  211. private DevExpress.XtraEditors.SimpleButton btnClose;
  212. private DevExpress.XtraEditors.LabelControl lblTitle;
  213. private DevExpress.XtraEditors.SimpleButton can;
  214. private DevExpress.XtraEditors.SimpleButton save;
  215. private DevExpress.XtraEditors.PanelControl panelControl1;
  216. private DevExpress.XtraEditors.GridLookUpEdit txtItemCode;
  217. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  218. private DevExpress.XtraEditors.TextEdit txtItemName;
  219. private System.Windows.Forms.Label label8;
  220. private System.Windows.Forms.Label label7;
  221. }
  222. }