F_MST_0702.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0702
  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(F_MST_0702));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.dropRptProcedureType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  40. this.lblRptProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.txtRptProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.lblRptProcedureType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  44. this.dgvRptSProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  45. this.ProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.RptSProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.ProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dgvRptTProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.colProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.RptTProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.colProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.colProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.lblRptProcedureCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.txtRptProcedureCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  56. this.txtDisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital();
  57. this.lblDisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  59. this.splitContainer1.Panel1.SuspendLayout();
  60. this.splitContainer1.Panel2.SuspendLayout();
  61. this.splitContainer1.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.dgvRptSProcedure)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.dgvRptTProcedure)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // btnCancel
  67. //
  68. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  69. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  70. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  71. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  72. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.btnCancel.ForeColor = System.Drawing.Color.White;
  74. this.btnCancel.Location = new System.Drawing.Point(730, 373);
  75. this.btnCancel.Name = "btnCancel";
  76. this.btnCancel.Size = new System.Drawing.Size(86, 30);
  77. this.btnCancel.TabIndex = 7;
  78. this.btnCancel.Text = "关闭";
  79. this.btnCancel.UseVisualStyleBackColor = false;
  80. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  81. //
  82. // btnSave
  83. //
  84. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  85. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  86. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  87. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.btnSave.ForeColor = System.Drawing.Color.White;
  89. this.btnSave.Location = new System.Drawing.Point(638, 373);
  90. this.btnSave.Name = "btnSave";
  91. this.btnSave.Size = new System.Drawing.Size(86, 30);
  92. this.btnSave.TabIndex = 6;
  93. this.btnSave.Text = "保存(&S)";
  94. this.btnSave.UseVisualStyleBackColor = false;
  95. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  96. //
  97. // dropRptProcedureType
  98. //
  99. this.dropRptProcedureType.BackColor = System.Drawing.Color.Yellow;
  100. this.dropRptProcedureType.BackgroundColor = System.Drawing.SystemColors.Window;
  101. this.dropRptProcedureType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.dropRptProcedureType.FormattingEnabled = true;
  103. this.dropRptProcedureType.IsMustInput = true;
  104. this.dropRptProcedureType.Location = new System.Drawing.Point(511, 12);
  105. this.dropRptProcedureType.Name = "dropRptProcedureType";
  106. this.dropRptProcedureType.Size = new System.Drawing.Size(134, 20);
  107. this.dropRptProcedureType.TabIndex = 5;
  108. //
  109. // lblRptProcedureName
  110. //
  111. this.lblRptProcedureName.AutoSize = true;
  112. this.lblRptProcedureName.BackColor = System.Drawing.SystemColors.Control;
  113. this.lblRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.lblRptProcedureName.ForeColor = System.Drawing.SystemColors.ControlText;
  115. this.lblRptProcedureName.Location = new System.Drawing.Point(219, 15);
  116. this.lblRptProcedureName.Name = "lblRptProcedureName";
  117. this.lblRptProcedureName.Size = new System.Drawing.Size(77, 12);
  118. this.lblRptProcedureName.TabIndex = 2;
  119. this.lblRptProcedureName.Text = "数据来源名称";
  120. //
  121. // txtRptProcedureName
  122. //
  123. this.txtRptProcedureName.BackColor = System.Drawing.Color.Yellow;
  124. this.txtRptProcedureName.BackgroundColor = System.Drawing.SystemColors.Window;
  125. this.txtRptProcedureName.ErrorMessage = "";
  126. this.txtRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.txtRptProcedureName.IsMustInput = true;
  128. this.txtRptProcedureName.Location = new System.Drawing.Point(302, 12);
  129. this.txtRptProcedureName.MaxLength = 30;
  130. this.txtRptProcedureName.Name = "txtRptProcedureName";
  131. this.txtRptProcedureName.Size = new System.Drawing.Size(120, 21);
  132. this.txtRptProcedureName.TabIndex = 3;
  133. //
  134. // lblRptProcedureType
  135. //
  136. this.lblRptProcedureType.AutoSize = true;
  137. this.lblRptProcedureType.BackColor = System.Drawing.SystemColors.Control;
  138. this.lblRptProcedureType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.lblRptProcedureType.ForeColor = System.Drawing.SystemColors.ControlText;
  140. this.lblRptProcedureType.Location = new System.Drawing.Point(428, 15);
  141. this.lblRptProcedureType.Name = "lblRptProcedureType";
  142. this.lblRptProcedureType.Size = new System.Drawing.Size(77, 12);
  143. this.lblRptProcedureType.TabIndex = 4;
  144. this.lblRptProcedureType.Text = "数据来源类型";
  145. //
  146. // splitContainer1
  147. //
  148. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  149. | System.Windows.Forms.AnchorStyles.Left)
  150. | System.Windows.Forms.AnchorStyles.Right)));
  151. this.splitContainer1.Location = new System.Drawing.Point(12, 38);
  152. this.splitContainer1.Name = "splitContainer1";
  153. //
  154. // splitContainer1.Panel1
  155. //
  156. this.splitContainer1.Panel1.Controls.Add(this.dgvRptSProcedure);
  157. //
  158. // splitContainer1.Panel2
  159. //
  160. this.splitContainer1.Panel2.Controls.Add(this.dgvRptTProcedure);
  161. this.splitContainer1.Size = new System.Drawing.Size(804, 329);
  162. this.splitContainer1.SplitterDistance = 400;
  163. this.splitContainer1.TabIndex = 48;
  164. //
  165. // dgvRptSProcedure
  166. //
  167. this.dgvRptSProcedure.AllowUserToModifyRows = true;
  168. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  169. this.dgvRptSProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  170. this.dgvRptSProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  171. | System.Windows.Forms.AnchorStyles.Left)
  172. | System.Windows.Forms.AnchorStyles.Right)));
  173. this.dgvRptSProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  174. this.dgvRptSProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  175. this.dgvRptSProcedure.CellHeight = 23;
  176. this.dgvRptSProcedure.ChildNodeColumnName = null;
  177. this.dgvRptSProcedure.ChildNodeColumnText = null;
  178. this.dgvRptSProcedure.ColumnDeep = 1;
  179. this.dgvRptSProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  180. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  181. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  182. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  184. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  185. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  186. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  187. this.dgvRptSProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  188. this.dgvRptSProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  189. this.dgvRptSProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  190. this.ProcedureID,
  191. this.RptSProcedureID,
  192. this.ProcedureCode,
  193. this.ProcedureName});
  194. this.dgvRptSProcedure.ColumnTreeView = null;
  195. this.dgvRptSProcedure.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  196. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  197. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  198. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  200. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  201. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  202. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  203. this.dgvRptSProcedure.DefaultCellStyle = dataGridViewCellStyle3;
  204. this.dgvRptSProcedure.DynamicColumnName = "";
  205. this.dgvRptSProcedure.EnableHeadersVisualStyles = false;
  206. this.dgvRptSProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.dgvRptSProcedure.IsAutoCountSum = true;
  208. this.dgvRptSProcedure.IsAutoResizeColumns = false;
  209. this.dgvRptSProcedure.IsClickF12 = false;
  210. this.dgvRptSProcedure.IsSubTotalFlag = false;
  211. this.dgvRptSProcedure.Location = new System.Drawing.Point(3, 3);
  212. this.dgvRptSProcedure.MultiSelect = false;
  213. this.dgvRptSProcedure.Name = "dgvRptSProcedure";
  214. this.dgvRptSProcedure.RefreshAtHscroll = false;
  215. this.dgvRptSProcedure.RowHeadersWidth = 50;
  216. this.dgvRptSProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  217. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  218. this.dgvRptSProcedure.RowsDefaultCellStyle = dataGridViewCellStyle4;
  219. this.dgvRptSProcedure.RowTemplate.Height = 21;
  220. this.dgvRptSProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  221. this.dgvRptSProcedure.Size = new System.Drawing.Size(394, 323);
  222. this.dgvRptSProcedure.SortOrderColumnName = null;
  223. this.dgvRptSProcedure.TabIndex = 0;
  224. this.dgvRptSProcedure.Tag = true;
  225. this.dgvRptSProcedure.TotalSumColumns = null;
  226. this.dgvRptSProcedure.ViewRowFilter = "";
  227. this.dgvRptSProcedure.VirtualMode = true;
  228. this.dgvRptSProcedure.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRptSProcedure_CellValueChanged);
  229. //
  230. // ProcedureID
  231. //
  232. this.ProcedureID.DataPropertyName = "ProcedureID";
  233. this.ProcedureID.HeaderText = "工序ID";
  234. this.ProcedureID.Name = "ProcedureID";
  235. this.ProcedureID.ReadOnly = true;
  236. this.ProcedureID.Visible = false;
  237. //
  238. // RptSProcedureID
  239. //
  240. this.RptSProcedureID.DataPropertyName = "RptSProcedureID";
  241. this.RptSProcedureID.HeaderText = "来源工序ID";
  242. this.RptSProcedureID.Name = "RptSProcedureID";
  243. this.RptSProcedureID.Visible = false;
  244. //
  245. // ProcedureCode
  246. //
  247. this.ProcedureCode.DataPropertyName = "ProcedureCode";
  248. this.ProcedureCode.HeaderText = "来源工序编码";
  249. this.ProcedureCode.Name = "ProcedureCode";
  250. this.ProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  251. //
  252. // ProcedureName
  253. //
  254. this.ProcedureName.DataPropertyName = "ProcedureName";
  255. this.ProcedureName.HeaderText = "来源工序名称";
  256. this.ProcedureName.Name = "ProcedureName";
  257. this.ProcedureName.ReadOnly = true;
  258. this.ProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  259. //
  260. // dgvRptTProcedure
  261. //
  262. this.dgvRptTProcedure.AllowUserToModifyRows = true;
  263. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  264. this.dgvRptTProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  265. this.dgvRptTProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  266. | System.Windows.Forms.AnchorStyles.Left)
  267. | System.Windows.Forms.AnchorStyles.Right)));
  268. this.dgvRptTProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  269. this.dgvRptTProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  270. this.dgvRptTProcedure.CellHeight = 23;
  271. this.dgvRptTProcedure.ChildNodeColumnName = null;
  272. this.dgvRptTProcedure.ChildNodeColumnText = null;
  273. this.dgvRptTProcedure.ColumnDeep = 1;
  274. this.dgvRptTProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  275. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  276. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  277. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  279. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  280. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  281. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  282. this.dgvRptTProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  283. this.dgvRptTProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  284. this.dgvRptTProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  285. this.colProcedureID,
  286. this.RptTProcedureID,
  287. this.colProcedureCode,
  288. this.colProcedureName});
  289. this.dgvRptTProcedure.ColumnTreeView = null;
  290. this.dgvRptTProcedure.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  291. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  292. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  293. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  295. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  296. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  297. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  298. this.dgvRptTProcedure.DefaultCellStyle = dataGridViewCellStyle7;
  299. this.dgvRptTProcedure.DynamicColumnName = "";
  300. this.dgvRptTProcedure.EnableHeadersVisualStyles = false;
  301. this.dgvRptTProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.dgvRptTProcedure.IsAutoCountSum = true;
  303. this.dgvRptTProcedure.IsAutoResizeColumns = false;
  304. this.dgvRptTProcedure.IsClickF12 = false;
  305. this.dgvRptTProcedure.IsSubTotalFlag = false;
  306. this.dgvRptTProcedure.Location = new System.Drawing.Point(3, 3);
  307. this.dgvRptTProcedure.MultiSelect = false;
  308. this.dgvRptTProcedure.Name = "dgvRptTProcedure";
  309. this.dgvRptTProcedure.RefreshAtHscroll = false;
  310. this.dgvRptTProcedure.RowHeadersWidth = 50;
  311. this.dgvRptTProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  312. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  313. this.dgvRptTProcedure.RowsDefaultCellStyle = dataGridViewCellStyle8;
  314. this.dgvRptTProcedure.RowTemplate.Height = 21;
  315. this.dgvRptTProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  316. this.dgvRptTProcedure.Size = new System.Drawing.Size(394, 323);
  317. this.dgvRptTProcedure.SortOrderColumnName = null;
  318. this.dgvRptTProcedure.TabIndex = 41;
  319. this.dgvRptTProcedure.Tag = true;
  320. this.dgvRptTProcedure.TotalSumColumns = null;
  321. this.dgvRptTProcedure.ViewRowFilter = "";
  322. this.dgvRptTProcedure.VirtualMode = true;
  323. this.dgvRptTProcedure.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRptTProcedure_CellValueChanged);
  324. //
  325. // colProcedureID
  326. //
  327. this.colProcedureID.DataPropertyName = "ProcedureID";
  328. this.colProcedureID.HeaderText = "工序ID";
  329. this.colProcedureID.Name = "colProcedureID";
  330. this.colProcedureID.ReadOnly = true;
  331. this.colProcedureID.Visible = false;
  332. //
  333. // RptTProcedureID
  334. //
  335. this.RptTProcedureID.DataPropertyName = "RptTProcedureID";
  336. this.RptTProcedureID.HeaderText = "统计工序ID";
  337. this.RptTProcedureID.Name = "RptTProcedureID";
  338. this.RptTProcedureID.Visible = false;
  339. //
  340. // colProcedureCode
  341. //
  342. this.colProcedureCode.DataPropertyName = "ProcedureCode";
  343. this.colProcedureCode.HeaderText = "统计工序编码";
  344. this.colProcedureCode.Name = "colProcedureCode";
  345. this.colProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  346. //
  347. // colProcedureName
  348. //
  349. this.colProcedureName.DataPropertyName = "ProcedureName";
  350. this.colProcedureName.HeaderText = "统计工序名称";
  351. this.colProcedureName.Name = "colProcedureName";
  352. this.colProcedureName.ReadOnly = true;
  353. this.colProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  354. //
  355. // lblRptProcedureCode
  356. //
  357. this.lblRptProcedureCode.AutoSize = true;
  358. this.lblRptProcedureCode.BackColor = System.Drawing.SystemColors.Control;
  359. this.lblRptProcedureCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.lblRptProcedureCode.ForeColor = System.Drawing.SystemColors.ControlText;
  361. this.lblRptProcedureCode.Location = new System.Drawing.Point(10, 15);
  362. this.lblRptProcedureCode.Name = "lblRptProcedureCode";
  363. this.lblRptProcedureCode.Size = new System.Drawing.Size(77, 12);
  364. this.lblRptProcedureCode.TabIndex = 0;
  365. this.lblRptProcedureCode.Text = "数据来源编号";
  366. //
  367. // txtRptProcedureCode
  368. //
  369. this.txtRptProcedureCode.BackColor = System.Drawing.Color.Yellow;
  370. this.txtRptProcedureCode.BackgroundColor = System.Drawing.SystemColors.Window;
  371. this.txtRptProcedureCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  372. this.txtRptProcedureCode.ErrorMessage = "";
  373. this.txtRptProcedureCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.txtRptProcedureCode.IsMustInput = true;
  375. this.txtRptProcedureCode.Location = new System.Drawing.Point(93, 12);
  376. this.txtRptProcedureCode.MaxLength = 20;
  377. this.txtRptProcedureCode.Name = "txtRptProcedureCode";
  378. this.txtRptProcedureCode.Size = new System.Drawing.Size(120, 21);
  379. this.txtRptProcedureCode.TabIndex = 1;
  380. //
  381. // txtDisplayNo
  382. //
  383. this.txtDisplayNo.AllowNegative = false;
  384. this.txtDisplayNo.BackColor = System.Drawing.SystemColors.Window;
  385. this.txtDisplayNo.BackgroundColor = System.Drawing.SystemColors.Window;
  386. this.txtDisplayNo.EditingControlFormattedValue = "";
  387. this.txtDisplayNo.ErrorMessage = "";
  388. this.txtDisplayNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.txtDisplayNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  390. this.txtDisplayNo.Location = new System.Drawing.Point(716, 11);
  391. this.txtDisplayNo.MaxLength = 2;
  392. this.txtDisplayNo.MaxValue = new decimal(new int[] {
  393. 99,
  394. 0,
  395. 0,
  396. 0});
  397. this.txtDisplayNo.MinValue = new decimal(new int[] {
  398. 0,
  399. 0,
  400. 0,
  401. 0});
  402. this.txtDisplayNo.Name = "txtDisplayNo";
  403. this.txtDisplayNo.Number = new System.Drawing.Point(0, 0);
  404. this.txtDisplayNo.Size = new System.Drawing.Size(100, 21);
  405. this.txtDisplayNo.TabIndex = 50;
  406. this.txtDisplayNo.TextValue = "";
  407. //
  408. // lblDisplayNo
  409. //
  410. this.lblDisplayNo.AutoSize = true;
  411. this.lblDisplayNo.BackColor = System.Drawing.Color.Transparent;
  412. this.lblDisplayNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  413. this.lblDisplayNo.Location = new System.Drawing.Point(655, 14);
  414. this.lblDisplayNo.Name = "lblDisplayNo";
  415. this.lblDisplayNo.Size = new System.Drawing.Size(53, 12);
  416. this.lblDisplayNo.TabIndex = 49;
  417. this.lblDisplayNo.Text = "显示顺序";
  418. //
  419. // F_MST_0702
  420. //
  421. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  422. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  423. this.CancelButton = this.btnCancel;
  424. this.ClientSize = new System.Drawing.Size(828, 428);
  425. this.Controls.Add(this.txtDisplayNo);
  426. this.Controls.Add(this.lblDisplayNo);
  427. this.Controls.Add(this.lblRptProcedureCode);
  428. this.Controls.Add(this.txtRptProcedureCode);
  429. this.Controls.Add(this.splitContainer1);
  430. this.Controls.Add(this.dropRptProcedureType);
  431. this.Controls.Add(this.lblRptProcedureName);
  432. this.Controls.Add(this.txtRptProcedureName);
  433. this.Controls.Add(this.lblRptProcedureType);
  434. this.Controls.Add(this.btnCancel);
  435. this.Controls.Add(this.btnSave);
  436. this.Name = "F_MST_0702";
  437. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  438. this.Text = "新建、编辑报表工序";
  439. this.Load += new System.EventHandler(this.F_MST_0702_Load);
  440. this.Controls.SetChildIndex(this.btnSave, 0);
  441. this.Controls.SetChildIndex(this.btnCancel, 0);
  442. this.Controls.SetChildIndex(this.lblRptProcedureType, 0);
  443. this.Controls.SetChildIndex(this.txtRptProcedureName, 0);
  444. this.Controls.SetChildIndex(this.lblRptProcedureName, 0);
  445. this.Controls.SetChildIndex(this.dropRptProcedureType, 0);
  446. this.Controls.SetChildIndex(this.splitContainer1, 0);
  447. this.Controls.SetChildIndex(this.txtRptProcedureCode, 0);
  448. this.Controls.SetChildIndex(this.lblRptProcedureCode, 0);
  449. this.Controls.SetChildIndex(this.lblDisplayNo, 0);
  450. this.Controls.SetChildIndex(this.txtDisplayNo, 0);
  451. this.splitContainer1.Panel1.ResumeLayout(false);
  452. this.splitContainer1.Panel2.ResumeLayout(false);
  453. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  454. this.splitContainer1.ResumeLayout(false);
  455. ((System.ComponentModel.ISupportInitialize)(this.dgvRptSProcedure)).EndInit();
  456. ((System.ComponentModel.ISupportInitialize)(this.dgvRptTProcedure)).EndInit();
  457. this.ResumeLayout(false);
  458. this.PerformLayout();
  459. }
  460. #endregion
  461. private Basics.BaseControls.C_Button btnCancel;
  462. private Basics.BaseControls.C_Button btnSave;
  463. private Basics.BaseControls.C_ComboBox dropRptProcedureType;
  464. private Basics.BaseControls.C_Label lblRptProcedureName;
  465. private Basics.BaseControls.C_TextBox txtRptProcedureName;
  466. private Basics.BaseControls.C_Label lblRptProcedureType;
  467. private System.Windows.Forms.SplitContainer splitContainer1;
  468. private Basics.BaseControls.C_DataGridView dgvRptSProcedure;
  469. private Basics.BaseControls.C_DataGridView dgvRptTProcedure;
  470. private Basics.BaseControls.C_Label lblRptProcedureCode;
  471. private Basics.BaseControls.C_TextBox txtRptProcedureCode;
  472. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureID;
  473. private System.Windows.Forms.DataGridViewTextBoxColumn RptSProcedureID;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureCode;
  475. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn colProcedureID;
  477. private System.Windows.Forms.DataGridViewTextBoxColumn RptTProcedureID;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn colProcedureCode;
  479. private System.Windows.Forms.DataGridViewTextBoxColumn colProcedureName;
  480. private Basics.BaseControls.C_DGV_Digital txtDisplayNo;
  481. private Basics.BaseControls.C_Label lblDisplayNo;
  482. }
  483. }