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

235 lines
12 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSPictureNew
  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(FormICSPictureNew));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.can = new DevExpress.XtraEditors.SimpleButton();
  32. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  33. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  34. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. this.itemcode = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.itemname = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.ButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  38. this.status = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.opcode = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.opname = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.opseq = new DevExpress.XtraGrid.Columns.GridColumn();
  42. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  43. this.panelControl1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.ButtonEdit1)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // btnClose
  50. //
  51. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  52. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  53. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  54. this.btnClose.Appearance.Options.UseFont = true;
  55. this.btnClose.Appearance.Options.UseForeColor = true;
  56. this.btnClose.Appearance.Options.UseTextOptions = true;
  57. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  58. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  59. this.btnClose.Location = new System.Drawing.Point(593, 1);
  60. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  61. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  62. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  63. this.btnClose.Name = "btnClose";
  64. this.btnClose.Size = new System.Drawing.Size(30, 30);
  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("微软雅黑", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  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(207, 13);
  74. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  75. this.lblTitle.Name = "lblTitle";
  76. this.lblTitle.Size = new System.Drawing.Size(166, 41);
  77. this.lblTitle.TabIndex = 6;
  78. this.lblTitle.Text = "工序详情";
  79. //
  80. // can
  81. //
  82. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  83. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  84. this.can.Location = new System.Drawing.Point(534, 507);
  85. this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  86. this.can.Name = "can";
  87. this.can.Size = new System.Drawing.Size(78, 30);
  88. this.can.TabIndex = 31;
  89. this.can.Text = "取消";
  90. this.can.Click += new System.EventHandler(this.btnClose_Click);
  91. //
  92. // panelControl1
  93. //
  94. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  95. | System.Windows.Forms.AnchorStyles.Left)
  96. | System.Windows.Forms.AnchorStyles.Right)));
  97. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  98. this.panelControl1.Appearance.Options.UseBackColor = true;
  99. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  100. this.panelControl1.Controls.Add(this.gridControl1);
  101. this.panelControl1.Location = new System.Drawing.Point(1, 58);
  102. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  103. this.panelControl1.Name = "panelControl1";
  104. this.panelControl1.Size = new System.Drawing.Size(622, 445);
  105. this.panelControl1.TabIndex = 23;
  106. //
  107. // gridControl1
  108. //
  109. this.gridControl1.Location = new System.Drawing.Point(0, 0);
  110. this.gridControl1.MainView = this.gridView1;
  111. this.gridControl1.Name = "gridControl1";
  112. this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  113. this.ButtonEdit1});
  114. this.gridControl1.Size = new System.Drawing.Size(622, 442);
  115. this.gridControl1.TabIndex = 45;
  116. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  117. this.gridView1});
  118. //
  119. // gridView1
  120. //
  121. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  122. this.itemcode,
  123. this.itemname,
  124. this.status,
  125. this.opcode,
  126. this.opname,
  127. this.opseq});
  128. this.gridView1.GridControl = this.gridControl1;
  129. this.gridView1.GroupPanelText = " ";
  130. this.gridView1.IndicatorWidth = 20;
  131. this.gridView1.Name = "gridView1";
  132. this.gridView1.OptionsView.ShowGroupPanel = false;
  133. this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
  134. //
  135. // itemcode
  136. //
  137. this.itemcode.Caption = "产品编码";
  138. this.itemcode.FieldName = "itemcode";
  139. this.itemcode.Name = "itemcode";
  140. this.itemcode.Visible = true;
  141. this.itemcode.VisibleIndex = 0;
  142. //
  143. // itemname
  144. //
  145. this.itemname.Caption = "产品名称";
  146. this.itemname.FieldName = "itemname";
  147. this.itemname.Name = "itemname";
  148. this.itemname.Visible = true;
  149. this.itemname.VisibleIndex = 1;
  150. //
  151. // ButtonEdit1
  152. //
  153. this.ButtonEdit1.AutoHeight = false;
  154. this.ButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  155. new DevExpress.XtraEditors.Controls.EditorButton()});
  156. this.ButtonEdit1.Name = "ButtonEdit1";
  157. this.ButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  158. //
  159. // status
  160. //
  161. this.status.Caption = "状态";
  162. this.status.FieldName = "status";
  163. this.status.Name = "status";
  164. this.status.Visible = true;
  165. this.status.VisibleIndex = 5;
  166. //
  167. // opcode
  168. //
  169. this.opcode.Caption = "工序编码";
  170. this.opcode.FieldName = "opcode";
  171. this.opcode.Name = "opcode";
  172. this.opcode.Visible = true;
  173. this.opcode.VisibleIndex = 2;
  174. //
  175. // opname
  176. //
  177. this.opname.Caption = "工序名称";
  178. this.opname.FieldName = "opname";
  179. this.opname.Name = "opname";
  180. this.opname.Visible = true;
  181. this.opname.VisibleIndex = 3;
  182. //
  183. // opseq
  184. //
  185. this.opseq.Caption = "工序次序";
  186. this.opseq.FieldName = "opseq";
  187. this.opseq.Name = "opseq";
  188. this.opseq.Visible = true;
  189. this.opseq.VisibleIndex = 4;
  190. //
  191. // FormICSPictureNew
  192. //
  193. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  194. this.Appearance.Options.UseBackColor = true;
  195. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  197. this.ClientSize = new System.Drawing.Size(624, 538);
  198. this.Controls.Add(this.panelControl1);
  199. this.Controls.Add(this.lblTitle);
  200. this.Controls.Add(this.btnClose);
  201. this.Controls.Add(this.can);
  202. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  203. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  204. this.Name = "FormICSPictureNew";
  205. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  206. this.Text = "FormContainerAddEdit";
  207. this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load);
  208. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  209. this.panelControl1.ResumeLayout(false);
  210. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  212. ((System.ComponentModel.ISupportInitialize)(this.ButtonEdit1)).EndInit();
  213. this.ResumeLayout(false);
  214. }
  215. #endregion
  216. private DevExpress.XtraEditors.SimpleButton btnClose;
  217. private DevExpress.XtraEditors.LabelControl lblTitle;
  218. private DevExpress.XtraEditors.SimpleButton can;
  219. private DevExpress.XtraEditors.PanelControl panelControl1;
  220. private DevExpress.XtraGrid.GridControl gridControl1;
  221. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  222. private DevExpress.XtraGrid.Columns.GridColumn itemcode;
  223. private DevExpress.XtraGrid.Columns.GridColumn itemname;
  224. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit ButtonEdit1;
  225. private DevExpress.XtraGrid.Columns.GridColumn status;
  226. private DevExpress.XtraGrid.Columns.GridColumn opcode;
  227. private DevExpress.XtraGrid.Columns.GridColumn opname;
  228. private DevExpress.XtraGrid.Columns.GridColumn opseq;
  229. }
  230. }