F_PC_1301.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_1301
  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_PC_1301));
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  37. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  41. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  42. this.txtSOPType = new System.Windows.Forms.TextBox();
  43. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.lblSOPType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dgvSOPType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.splLine = new System.Windows.Forms.SplitContainer();
  48. this.dgvProcedureDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.Check1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  50. this.PROCEDUREID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dictionaryvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dictionaryID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.tsrOperate.SuspendLayout();
  55. this.gbxCondition.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvSOPType)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.splLine)).BeginInit();
  58. this.splLine.Panel1.SuspendLayout();
  59. this.splLine.Panel2.SuspendLayout();
  60. this.splLine.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvProcedureDetail)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // tsrOperate
  65. //
  66. this.tsrOperate.AutoSize = false;
  67. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  68. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground;
  69. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  71. this.tsbtnEdit,
  72. this.toolStripSeparator3,
  73. this.tsbtnAdaptive,
  74. this.tsbtnClose});
  75. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  76. this.tsrOperate.Name = "tsrOperate";
  77. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  78. this.tsrOperate.ShowItemToolTips = false;
  79. this.tsrOperate.Size = new System.Drawing.Size(1016, 33);
  80. this.tsrOperate.TabIndex = 1;
  81. //
  82. // tsbtnEdit
  83. //
  84. this.tsbtnEdit.AutoSize = false;
  85. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  87. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  88. this.tsbtnEdit.Name = "tsbtnEdit";
  89. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  90. this.tsbtnEdit.Text = "设置(&E)";
  91. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEditUser_Click);
  92. //
  93. // toolStripSeparator3
  94. //
  95. this.toolStripSeparator3.AutoSize = false;
  96. this.toolStripSeparator3.Name = "toolStripSeparator3";
  97. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  98. //
  99. // tsbtnAdaptive
  100. //
  101. this.tsbtnAdaptive.AutoSize = false;
  102. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  104. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  106. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  107. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  108. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  109. //
  110. // tsbtnClose
  111. //
  112. this.tsbtnClose.AutoSize = false;
  113. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  115. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  116. this.tsbtnClose.Name = "tsbtnClose";
  117. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  118. this.tsbtnClose.Text = "关闭(&X)";
  119. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  120. //
  121. // gbxCondition
  122. //
  123. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  124. | System.Windows.Forms.AnchorStyles.Right)));
  125. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  126. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  127. this.gbxCondition.Controls.Add(this.txtSOPType);
  128. this.gbxCondition.Controls.Add(this.btnClearCondition);
  129. this.gbxCondition.Controls.Add(this.btnSearch);
  130. this.gbxCondition.Controls.Add(this.lblSOPType);
  131. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  133. this.gbxCondition.IsMustInput = false;
  134. this.gbxCondition.Location = new System.Drawing.Point(12, 36);
  135. this.gbxCondition.Name = "gbxCondition";
  136. this.gbxCondition.OriginalHeight = -1;
  137. this.gbxCondition.Size = new System.Drawing.Size(992, 58);
  138. this.gbxCondition.TabIndex = 21;
  139. this.gbxCondition.TabStop = false;
  140. this.gbxCondition.Text = "查询条件 ▼";
  141. //
  142. // txtSOPType
  143. //
  144. this.txtSOPType.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  145. this.txtSOPType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.txtSOPType.ImeMode = System.Windows.Forms.ImeMode.Off;
  147. this.txtSOPType.Location = new System.Drawing.Point(106, 21);
  148. this.txtSOPType.MaxLength = 20;
  149. this.txtSOPType.Name = "txtSOPType";
  150. this.txtSOPType.Size = new System.Drawing.Size(97, 21);
  151. this.txtSOPType.TabIndex = 2;
  152. //
  153. // btnClearCondition
  154. //
  155. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  156. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  157. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  158. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  160. this.btnClearCondition.Location = new System.Drawing.Point(901, 20);
  161. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  162. this.btnClearCondition.Name = "btnClearCondition";
  163. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  164. this.btnClearCondition.TabIndex = 10;
  165. this.btnClearCondition.Text = "清空条件(&C)";
  166. this.btnClearCondition.UseVisualStyleBackColor = false;
  167. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  168. //
  169. // btnSearch
  170. //
  171. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  172. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  173. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  174. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.btnSearch.ForeColor = System.Drawing.Color.White;
  176. this.btnSearch.Location = new System.Drawing.Point(809, 20);
  177. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  178. this.btnSearch.Name = "btnSearch";
  179. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  180. this.btnSearch.TabIndex = 9;
  181. this.btnSearch.Text = "查询(&Q)";
  182. this.btnSearch.UseVisualStyleBackColor = false;
  183. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  184. //
  185. // lblSOPType
  186. //
  187. this.lblSOPType.AutoSize = true;
  188. this.lblSOPType.BackColor = System.Drawing.Color.Transparent;
  189. this.lblSOPType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.lblSOPType.ForeColor = System.Drawing.SystemColors.ControlText;
  191. this.lblSOPType.Location = new System.Drawing.Point(11, 24);
  192. this.lblSOPType.Name = "lblSOPType";
  193. this.lblSOPType.Size = new System.Drawing.Size(89, 12);
  194. this.lblSOPType.TabIndex = 1;
  195. this.lblSOPType.Text = "作业指导书类型";
  196. //
  197. // dgvSOPType
  198. //
  199. this.dgvSOPType.AllowUserToAddRows = false;
  200. this.dgvSOPType.AllowUserToDeleteRows = false;
  201. this.dgvSOPType.AllowUserToModifyRows = true;
  202. this.dgvSOPType.AllowUserToOrderColumns = true;
  203. this.dgvSOPType.AllowUserToResizeRows = false;
  204. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  205. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.dgvSOPType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  207. this.dgvSOPType.BorderStyle = System.Windows.Forms.BorderStyle.None;
  208. this.dgvSOPType.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  209. this.dgvSOPType.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  210. this.dgvSOPType.CellHeight = 23;
  211. this.dgvSOPType.ChildNodeColumnName = null;
  212. this.dgvSOPType.ChildNodeColumnText = null;
  213. this.dgvSOPType.ColumnDeep = 1;
  214. this.dgvSOPType.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  215. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  216. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  217. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  219. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  220. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  221. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  222. this.dgvSOPType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  223. this.dgvSOPType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  224. this.dgvSOPType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  225. this.dictionaryvalue,
  226. this.dictionaryID});
  227. this.dgvSOPType.ColumnTreeView = null;
  228. this.dgvSOPType.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)));
  229. this.dgvSOPType.Dock = System.Windows.Forms.DockStyle.Fill;
  230. this.dgvSOPType.DynamicColumnName = "";
  231. this.dgvSOPType.EnableHeadersVisualStyles = false;
  232. this.dgvSOPType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.dgvSOPType.FormatQuantityColumns = null;
  234. this.dgvSOPType.HasNode = false;
  235. this.dgvSOPType.HorizontalMergeColumn = null;
  236. this.dgvSOPType.IsAutoCountSum = true;
  237. this.dgvSOPType.IsAutoResizeColumns = false;
  238. this.dgvSOPType.IsClickF12 = false;
  239. this.dgvSOPType.IsOpenMergeCellFlag = false;
  240. this.dgvSOPType.IsSubTotalFlag = false;
  241. this.dgvSOPType.IsTopDeep = false;
  242. this.dgvSOPType.Location = new System.Drawing.Point(0, 0);
  243. this.dgvSOPType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  244. this.dgvSOPType.MergeColumnNames = null;
  245. this.dgvSOPType.MergeDetailColumnNames = null;
  246. this.dgvSOPType.MergeDetailOnlyColumn = null;
  247. this.dgvSOPType.MergeOnlyColumn = null;
  248. this.dgvSOPType.MultiSelect = false;
  249. this.dgvSOPType.Name = "dgvSOPType";
  250. this.dgvSOPType.ReadOnly = true;
  251. this.dgvSOPType.RefreshAtHscroll = false;
  252. this.dgvSOPType.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  253. this.dgvSOPType.RowHeadersWidth = 50;
  254. this.dgvSOPType.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  255. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  256. this.dgvSOPType.RowsDefaultCellStyle = dataGridViewCellStyle4;
  257. this.dgvSOPType.RowTemplate.Height = 21;
  258. this.dgvSOPType.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  259. this.dgvSOPType.Size = new System.Drawing.Size(216, 436);
  260. this.dgvSOPType.SortOrderColumnName = null;
  261. this.dgvSOPType.TabIndex = 22;
  262. this.dgvSOPType.Tag = true;
  263. this.dgvSOPType.TotalSumColumns = null;
  264. this.dgvSOPType.ViewRowFilter = "";
  265. this.dgvSOPType.VirtualNodes = false;
  266. this.dgvSOPType.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSOPType_CellDoubleClick);
  267. this.dgvSOPType.SelectionChanged += new System.EventHandler(this.dgvSOPType_SelectionChanged);
  268. //
  269. // splLine
  270. //
  271. this.splLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  272. | System.Windows.Forms.AnchorStyles.Left)
  273. | System.Windows.Forms.AnchorStyles.Right)));
  274. this.splLine.Location = new System.Drawing.Point(12, 100);
  275. this.splLine.Name = "splLine";
  276. //
  277. // splLine.Panel1
  278. //
  279. this.splLine.Panel1.Controls.Add(this.dgvSOPType);
  280. //
  281. // splLine.Panel2
  282. //
  283. this.splLine.Panel2.Controls.Add(this.dgvProcedureDetail);
  284. this.splLine.Size = new System.Drawing.Size(992, 436);
  285. this.splLine.SplitterDistance = 216;
  286. this.splLine.TabIndex = 106;
  287. //
  288. // dgvProcedureDetail
  289. //
  290. this.dgvProcedureDetail.AllowUserToAddRows = false;
  291. this.dgvProcedureDetail.AllowUserToDeleteRows = false;
  292. this.dgvProcedureDetail.AllowUserToModifyRows = true;
  293. this.dgvProcedureDetail.AllowUserToOrderColumns = true;
  294. this.dgvProcedureDetail.AllowUserToResizeRows = false;
  295. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  296. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.dgvProcedureDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  298. this.dgvProcedureDetail.BorderStyle = System.Windows.Forms.BorderStyle.None;
  299. this.dgvProcedureDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  300. this.dgvProcedureDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  301. this.dgvProcedureDetail.CellHeight = 23;
  302. this.dgvProcedureDetail.ChildNodeColumnName = null;
  303. this.dgvProcedureDetail.ChildNodeColumnText = null;
  304. this.dgvProcedureDetail.ColumnDeep = 1;
  305. this.dgvProcedureDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  306. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  307. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  308. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  310. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  311. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  312. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  313. this.dgvProcedureDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  314. this.dgvProcedureDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  315. this.dgvProcedureDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  316. this.Check1,
  317. this.PROCEDUREID,
  318. this.PROCEDURENAME});
  319. this.dgvProcedureDetail.ColumnTreeView = null;
  320. this.dgvProcedureDetail.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)));
  321. this.dgvProcedureDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  322. this.dgvProcedureDetail.DynamicColumnName = "";
  323. this.dgvProcedureDetail.EnableHeadersVisualStyles = false;
  324. this.dgvProcedureDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.dgvProcedureDetail.FormatQuantityColumns = null;
  326. this.dgvProcedureDetail.HasNode = false;
  327. this.dgvProcedureDetail.HorizontalMergeColumn = null;
  328. this.dgvProcedureDetail.IsAutoCountSum = true;
  329. this.dgvProcedureDetail.IsAutoResizeColumns = false;
  330. this.dgvProcedureDetail.IsClickF12 = false;
  331. this.dgvProcedureDetail.IsOpenMergeCellFlag = false;
  332. this.dgvProcedureDetail.IsSubTotalFlag = false;
  333. this.dgvProcedureDetail.IsTopDeep = false;
  334. this.dgvProcedureDetail.Location = new System.Drawing.Point(0, 0);
  335. this.dgvProcedureDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  336. this.dgvProcedureDetail.MergeColumnNames = null;
  337. this.dgvProcedureDetail.MergeDetailColumnNames = null;
  338. this.dgvProcedureDetail.MergeDetailOnlyColumn = null;
  339. this.dgvProcedureDetail.MergeOnlyColumn = null;
  340. this.dgvProcedureDetail.MultiSelect = false;
  341. this.dgvProcedureDetail.Name = "dgvProcedureDetail";
  342. this.dgvProcedureDetail.ReadOnly = true;
  343. this.dgvProcedureDetail.RefreshAtHscroll = false;
  344. this.dgvProcedureDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  345. this.dgvProcedureDetail.RowHeadersWidth = 50;
  346. this.dgvProcedureDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  347. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  348. this.dgvProcedureDetail.RowsDefaultCellStyle = dataGridViewCellStyle7;
  349. this.dgvProcedureDetail.RowTemplate.Height = 21;
  350. this.dgvProcedureDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  351. this.dgvProcedureDetail.Size = new System.Drawing.Size(772, 436);
  352. this.dgvProcedureDetail.SortOrderColumnName = null;
  353. this.dgvProcedureDetail.TabIndex = 23;
  354. this.dgvProcedureDetail.Tag = true;
  355. this.dgvProcedureDetail.TotalSumColumns = null;
  356. this.dgvProcedureDetail.ViewRowFilter = "";
  357. this.dgvProcedureDetail.VirtualNodes = false;
  358. //
  359. // Check1
  360. //
  361. this.Check1.DataPropertyName = "Check1";
  362. this.Check1.HeaderText = "选择";
  363. this.Check1.Name = "Check1";
  364. this.Check1.ReadOnly = true;
  365. //
  366. // PROCEDUREID
  367. //
  368. this.PROCEDUREID.HeaderText = "PROCEDUREID";
  369. this.PROCEDUREID.Name = "PROCEDUREID";
  370. this.PROCEDUREID.ReadOnly = true;
  371. this.PROCEDUREID.Visible = false;
  372. //
  373. // PROCEDURENAME
  374. //
  375. this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME";
  376. this.PROCEDURENAME.HeaderText = "工序";
  377. this.PROCEDURENAME.MaxInputLength = 20;
  378. this.PROCEDURENAME.Name = "PROCEDURENAME";
  379. this.PROCEDURENAME.ReadOnly = true;
  380. //
  381. // dictionaryvalue
  382. //
  383. this.dictionaryvalue.DataPropertyName = "dictionaryvalue";
  384. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  385. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  386. this.dictionaryvalue.DefaultCellStyle = dataGridViewCellStyle3;
  387. this.dictionaryvalue.HeaderText = "作业指导书类型";
  388. this.dictionaryvalue.MaxInputLength = 20;
  389. this.dictionaryvalue.Name = "dictionaryvalue";
  390. this.dictionaryvalue.ReadOnly = true;
  391. this.dictionaryvalue.Width = 120;
  392. //
  393. // dictionaryID
  394. //
  395. this.dictionaryID.DataPropertyName = "dictionaryID";
  396. this.dictionaryID.HeaderText = "SOPTYPEID";
  397. this.dictionaryID.Name = "dictionaryID";
  398. this.dictionaryID.ReadOnly = true;
  399. this.dictionaryID.Visible = false;
  400. //
  401. // F_PC_1301
  402. //
  403. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  404. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  405. this.ClientSize = new System.Drawing.Size(1016, 548);
  406. this.Controls.Add(this.splLine);
  407. this.Controls.Add(this.gbxCondition);
  408. this.Controls.Add(this.tsrOperate);
  409. this.Name = "F_PC_1301";
  410. this.Text = "F_PC_1301";
  411. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1301_FormClosed);
  412. this.Load += new System.EventHandler(this.F_PC_1301_Load);
  413. this.tsrOperate.ResumeLayout(false);
  414. this.tsrOperate.PerformLayout();
  415. this.gbxCondition.ResumeLayout(false);
  416. this.gbxCondition.PerformLayout();
  417. ((System.ComponentModel.ISupportInitialize)(this.dgvSOPType)).EndInit();
  418. this.splLine.Panel1.ResumeLayout(false);
  419. this.splLine.Panel2.ResumeLayout(false);
  420. ((System.ComponentModel.ISupportInitialize)(this.splLine)).EndInit();
  421. this.splLine.ResumeLayout(false);
  422. ((System.ComponentModel.ISupportInitialize)(this.dgvProcedureDetail)).EndInit();
  423. this.ResumeLayout(false);
  424. }
  425. #endregion
  426. private Basics.BaseControls.C_ToolStrip tsrOperate;
  427. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  428. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  429. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  430. private System.Windows.Forms.ToolStripButton tsbtnClose;
  431. private Basics.BaseControls.C_GroupBox gbxCondition;
  432. private System.Windows.Forms.TextBox txtSOPType;
  433. private Basics.BaseControls.C_Button btnClearCondition;
  434. private Basics.BaseControls.C_Button btnSearch;
  435. private Basics.BaseControls.C_Label lblSOPType;
  436. private Basics.BaseControls.C_DataGridView dgvSOPType;
  437. private System.Windows.Forms.SplitContainer splLine;
  438. private Basics.BaseControls.C_DataGridView dgvProcedureDetail;
  439. private System.Windows.Forms.DataGridViewCheckBoxColumn Check1;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDUREID;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn dictionaryvalue;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn dictionaryID;
  444. }
  445. }