F_MST_1102.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_1102
  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_1102));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  39. this.dkproductionLineSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  40. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.txtName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.chkVNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  43. this.chkVYes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  44. this.lblFlagValue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.lblName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  50. this.dgvTransfer = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  51. this.PTID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.DisplayNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.GroutingDateBegin = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  58. this.dgvTransferSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  59. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.PerProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Name2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.InName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.DisplayNo1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  65. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  66. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  67. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  68. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  69. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  70. this.tsbtnCopy = new System.Windows.Forms.ToolStripButton();
  71. this.gbSelect.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  73. this.splitContainer1.Panel1.SuspendLayout();
  74. this.splitContainer1.Panel2.SuspendLayout();
  75. this.splitContainer1.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.dgvTransfer)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.dgvTransferSetting)).BeginInit();
  78. this.tsrOperate.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // gbSelect
  82. //
  83. this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  86. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  87. this.gbSelect.Controls.Add(this.dkproductionLineSearchBox1);
  88. this.gbSelect.Controls.Add(this.txtRemarks);
  89. this.gbSelect.Controls.Add(this.txtName);
  90. this.gbSelect.Controls.Add(this.chkVNo);
  91. this.gbSelect.Controls.Add(this.chkVYes);
  92. this.gbSelect.Controls.Add(this.lblFlagValue);
  93. this.gbSelect.Controls.Add(this.lblRemarks);
  94. this.gbSelect.Controls.Add(this.lblName);
  95. this.gbSelect.Controls.Add(this.btnClearCondition);
  96. this.gbSelect.Controls.Add(this.btnSearch);
  97. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  99. this.gbSelect.IsMustInput = false;
  100. this.gbSelect.Location = new System.Drawing.Point(0, 38);
  101. this.gbSelect.Name = "gbSelect";
  102. this.gbSelect.OriginalHeight = -1;
  103. this.gbSelect.Size = new System.Drawing.Size(1119, 67);
  104. this.gbSelect.TabIndex = 1;
  105. this.gbSelect.TabStop = false;
  106. this.gbSelect.Text = "查询条件 ▼";
  107. //
  108. // dkproductionLineSearchBox1
  109. //
  110. this.dkproductionLineSearchBox1.BackColor = System.Drawing.Color.Transparent;
  111. this.dkproductionLineSearchBox1.DataSource = null;
  112. this.dkproductionLineSearchBox1.Enabled = true;
  113. this.dkproductionLineSearchBox1.IsEnablePurview = false;
  114. this.dkproductionLineSearchBox1.IsMustInput = false;
  115. this.dkproductionLineSearchBox1.Location = new System.Drawing.Point(200, 24);
  116. this.dkproductionLineSearchBox1.Name = "dkproductionLineSearchBox1";
  117. this.dkproductionLineSearchBox1.ProductionLineCode = "";
  118. this.dkproductionLineSearchBox1.ProductionLineID = null;
  119. this.dkproductionLineSearchBox1.ProductionLineIDS = null;
  120. this.dkproductionLineSearchBox1.ProductionLineName = null;
  121. this.dkproductionLineSearchBox1.Purview = null;
  122. this.dkproductionLineSearchBox1.PurviewType = ((byte)(0));
  123. this.dkproductionLineSearchBox1.Size = new System.Drawing.Size(178, 21);
  124. this.dkproductionLineSearchBox1.TabIndex = 2;
  125. this.dkproductionLineSearchBox1.Title = "生产线";
  126. this.dkproductionLineSearchBox1.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  127. //
  128. // txtRemarks
  129. //
  130. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  131. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  132. this.txtRemarks.ErrorMessage = "";
  133. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.txtRemarks.Location = new System.Drawing.Point(422, 24);
  135. this.txtRemarks.MaxLength = 500;
  136. this.txtRemarks.Name = "txtRemarks";
  137. this.txtRemarks.Size = new System.Drawing.Size(175, 21);
  138. this.txtRemarks.TabIndex = 4;
  139. this.txtRemarks.TextValue = "";
  140. //
  141. // txtName
  142. //
  143. this.txtName.BackColor = System.Drawing.SystemColors.Window;
  144. this.txtName.BackgroundColor = System.Drawing.SystemColors.Window;
  145. this.txtName.ErrorMessage = "";
  146. this.txtName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.txtName.Location = new System.Drawing.Point(71, 25);
  148. this.txtName.MaxLength = 50;
  149. this.txtName.Name = "txtName";
  150. this.txtName.Size = new System.Drawing.Size(121, 21);
  151. this.txtName.TabIndex = 1;
  152. this.txtName.TextValue = "";
  153. //
  154. // chkVNo
  155. //
  156. this.chkVNo.AutoSize = true;
  157. this.chkVNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.chkVNo.Location = new System.Drawing.Point(708, 25);
  159. this.chkVNo.Name = "chkVNo";
  160. this.chkVNo.Size = new System.Drawing.Size(36, 16);
  161. this.chkVNo.TabIndex = 7;
  162. this.chkVNo.Text = "否";
  163. this.chkVNo.UseVisualStyleBackColor = true;
  164. //
  165. // chkVYes
  166. //
  167. this.chkVYes.AutoSize = true;
  168. this.chkVYes.Checked = true;
  169. this.chkVYes.CheckState = System.Windows.Forms.CheckState.Checked;
  170. this.chkVYes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.chkVYes.Location = new System.Drawing.Point(668, 25);
  172. this.chkVYes.Name = "chkVYes";
  173. this.chkVYes.Size = new System.Drawing.Size(36, 16);
  174. this.chkVYes.TabIndex = 6;
  175. this.chkVYes.Text = "是";
  176. this.chkVYes.UseVisualStyleBackColor = true;
  177. //
  178. // lblFlagValue
  179. //
  180. this.lblFlagValue.AutoSize = true;
  181. this.lblFlagValue.BackColor = System.Drawing.Color.Transparent;
  182. this.lblFlagValue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.lblFlagValue.ForeColor = System.Drawing.SystemColors.ControlText;
  184. this.lblFlagValue.Location = new System.Drawing.Point(609, 27);
  185. this.lblFlagValue.Name = "lblFlagValue";
  186. this.lblFlagValue.Size = new System.Drawing.Size(53, 12);
  187. this.lblFlagValue.TabIndex = 5;
  188. this.lblFlagValue.Text = "有效标识";
  189. //
  190. // lblRemarks
  191. //
  192. this.lblRemarks.AutoSize = true;
  193. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  194. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  196. this.lblRemarks.Location = new System.Drawing.Point(387, 28);
  197. this.lblRemarks.Name = "lblRemarks";
  198. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  199. this.lblRemarks.TabIndex = 3;
  200. this.lblRemarks.Text = "备注";
  201. //
  202. // lblName
  203. //
  204. this.lblName.AutoSize = true;
  205. this.lblName.BackColor = System.Drawing.Color.Transparent;
  206. this.lblName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.lblName.ForeColor = System.Drawing.SystemColors.ControlText;
  208. this.lblName.Location = new System.Drawing.Point(12, 29);
  209. this.lblName.Name = "lblName";
  210. this.lblName.Size = new System.Drawing.Size(53, 12);
  211. this.lblName.TabIndex = 0;
  212. this.lblName.Text = "配置名称";
  213. //
  214. // btnClearCondition
  215. //
  216. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  217. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  218. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  219. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  221. this.btnClearCondition.Location = new System.Drawing.Point(1010, 29);
  222. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  223. this.btnClearCondition.Name = "btnClearCondition";
  224. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  225. this.btnClearCondition.TabIndex = 9;
  226. this.btnClearCondition.Text = "清空条件(&C)";
  227. this.btnClearCondition.UseVisualStyleBackColor = false;
  228. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  229. //
  230. // btnSearch
  231. //
  232. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  233. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  234. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  235. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.btnSearch.ForeColor = System.Drawing.Color.White;
  237. this.btnSearch.Location = new System.Drawing.Point(919, 29);
  238. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  239. this.btnSearch.Name = "btnSearch";
  240. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  241. this.btnSearch.TabIndex = 8;
  242. this.btnSearch.Text = "查询(&Q)";
  243. this.btnSearch.UseVisualStyleBackColor = false;
  244. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  245. //
  246. // splitContainer1
  247. //
  248. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  249. | System.Windows.Forms.AnchorStyles.Left)
  250. | System.Windows.Forms.AnchorStyles.Right)));
  251. this.splitContainer1.Location = new System.Drawing.Point(0, 111);
  252. this.splitContainer1.Name = "splitContainer1";
  253. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  254. //
  255. // splitContainer1.Panel1
  256. //
  257. this.splitContainer1.Panel1.Controls.Add(this.dgvTransfer);
  258. //
  259. // splitContainer1.Panel2
  260. //
  261. this.splitContainer1.Panel2.Controls.Add(this.dgvTransferSetting);
  262. this.splitContainer1.Size = new System.Drawing.Size(1117, 463);
  263. this.splitContainer1.SplitterDistance = 266;
  264. this.splitContainer1.TabIndex = 2;
  265. //
  266. // dgvTransfer
  267. //
  268. this.dgvTransfer.AllowUserToAddRows = false;
  269. this.dgvTransfer.AllowUserToDeleteRows = false;
  270. this.dgvTransfer.AllowUserToModifyRows = true;
  271. this.dgvTransfer.AllowUserToOrderColumns = true;
  272. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  273. this.dgvTransfer.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
  274. this.dgvTransfer.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  275. this.dgvTransfer.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  276. this.dgvTransfer.CellHeight = 23;
  277. this.dgvTransfer.ChildNodeColumnName = null;
  278. this.dgvTransfer.ChildNodeColumnText = null;
  279. this.dgvTransfer.ColumnDeep = 1;
  280. this.dgvTransfer.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  281. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  282. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  283. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
  285. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  286. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  287. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  288. this.dgvTransfer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
  289. this.dgvTransfer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  290. this.dgvTransfer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  291. this.PTID,
  292. this.Name1,
  293. this.ProductionLineName,
  294. this.DisplayNo,
  295. this.GroutingDateBegin,
  296. this.Remarks,
  297. this.ValueFlag});
  298. this.dgvTransfer.ColumnTreeView = null;
  299. this.dgvTransfer.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)));
  300. this.dgvTransfer.Dock = System.Windows.Forms.DockStyle.Fill;
  301. this.dgvTransfer.DynamicColumnName = "";
  302. this.dgvTransfer.EnableHeadersVisualStyles = false;
  303. this.dgvTransfer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.dgvTransfer.HorizontalMergeColumn = null;
  305. this.dgvTransfer.IsAutoCountSum = true;
  306. this.dgvTransfer.IsAutoResizeColumns = false;
  307. this.dgvTransfer.IsClickF12 = false;
  308. this.dgvTransfer.IsOpenMergeCellFlag = false;
  309. this.dgvTransfer.IsSubTotalFlag = false;
  310. this.dgvTransfer.IsTopDeep = false;
  311. this.dgvTransfer.Location = new System.Drawing.Point(0, 0);
  312. this.dgvTransfer.Margin = new System.Windows.Forms.Padding(0);
  313. this.dgvTransfer.MergeColumnNames = null;
  314. this.dgvTransfer.MergeDetailColumnNames = null;
  315. this.dgvTransfer.MergeDetailOnlyColumn = null;
  316. this.dgvTransfer.MergeOnlyColumn = null;
  317. this.dgvTransfer.MultiSelect = false;
  318. this.dgvTransfer.Name = "dgvTransfer";
  319. this.dgvTransfer.ReadOnly = true;
  320. this.dgvTransfer.RefreshAtHscroll = false;
  321. this.dgvTransfer.RowHeadersWidth = 50;
  322. this.dgvTransfer.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  323. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  324. this.dgvTransfer.RowsDefaultCellStyle = dataGridViewCellStyle14;
  325. this.dgvTransfer.RowTemplate.Height = 21;
  326. this.dgvTransfer.Size = new System.Drawing.Size(1117, 266);
  327. this.dgvTransfer.SortOrderColumnName = null;
  328. this.dgvTransfer.TabIndex = 0;
  329. this.dgvTransfer.Tag = true;
  330. this.dgvTransfer.TotalSumColumns = null;
  331. this.dgvTransfer.ViewRowFilter = "";
  332. this.dgvTransfer.SelectionChanged += new System.EventHandler(this.dgvTransfer_SelectionChanged);
  333. //
  334. // PTID
  335. //
  336. this.PTID.DataPropertyName = "PTID";
  337. this.PTID.HeaderText = "PTID";
  338. this.PTID.Name = "PTID";
  339. this.PTID.ReadOnly = true;
  340. this.PTID.Visible = false;
  341. //
  342. // Name1
  343. //
  344. this.Name1.DataPropertyName = "Name";
  345. this.Name1.HeaderText = "配置名称";
  346. this.Name1.Name = "Name1";
  347. this.Name1.ReadOnly = true;
  348. //
  349. // ProductionLineName
  350. //
  351. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  352. this.ProductionLineName.HeaderText = "生产线";
  353. this.ProductionLineName.Name = "ProductionLineName";
  354. this.ProductionLineName.ReadOnly = true;
  355. //
  356. // DisplayNo
  357. //
  358. this.DisplayNo.DataPropertyName = "DisplayNo";
  359. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  360. this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle12;
  361. this.DisplayNo.HeaderText = "显示顺序";
  362. this.DisplayNo.Name = "DisplayNo";
  363. this.DisplayNo.ReadOnly = true;
  364. //
  365. // GroutingDateBegin
  366. //
  367. this.GroutingDateBegin.DataPropertyName = "GroutingDateBegin";
  368. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  369. dataGridViewCellStyle13.Format = "yyyy-MM-dd";
  370. this.GroutingDateBegin.DefaultCellStyle = dataGridViewCellStyle13;
  371. this.GroutingDateBegin.HeaderText = "注浆日期(起始)";
  372. this.GroutingDateBegin.Name = "GroutingDateBegin";
  373. this.GroutingDateBegin.ReadOnly = true;
  374. //
  375. // Remarks
  376. //
  377. this.Remarks.DataPropertyName = "Remarks";
  378. this.Remarks.HeaderText = "备注";
  379. this.Remarks.Name = "Remarks";
  380. this.Remarks.ReadOnly = true;
  381. //
  382. // ValueFlag
  383. //
  384. this.ValueFlag.DataPropertyName = "ValueFlag";
  385. this.ValueFlag.FalseValue = "0";
  386. this.ValueFlag.HeaderText = "有效标识";
  387. this.ValueFlag.Name = "ValueFlag";
  388. this.ValueFlag.ReadOnly = true;
  389. this.ValueFlag.TrueValue = "1";
  390. //
  391. // dgvTransferSetting
  392. //
  393. this.dgvTransferSetting.AllowUserToAddRows = false;
  394. this.dgvTransferSetting.AllowUserToModifyRows = true;
  395. dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  396. this.dgvTransferSetting.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle15;
  397. this.dgvTransferSetting.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  398. this.dgvTransferSetting.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  399. this.dgvTransferSetting.CellHeight = 23;
  400. this.dgvTransferSetting.ChildNodeColumnName = null;
  401. this.dgvTransferSetting.ChildNodeColumnText = null;
  402. this.dgvTransferSetting.ColumnDeep = 1;
  403. this.dgvTransferSetting.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  404. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  405. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  406. dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. dataGridViewCellStyle16.ForeColor = System.Drawing.Color.White;
  408. dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  409. dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  410. dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  411. this.dgvTransferSetting.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
  412. this.dgvTransferSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  413. this.dgvTransferSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  414. this.ProcedureName,
  415. this.PerProcedureName,
  416. this.Name2,
  417. this.InName,
  418. this.DisplayNo1});
  419. this.dgvTransferSetting.ColumnTreeView = null;
  420. this.dgvTransferSetting.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)));
  421. this.dgvTransferSetting.Dock = System.Windows.Forms.DockStyle.Fill;
  422. this.dgvTransferSetting.DynamicColumnName = "";
  423. this.dgvTransferSetting.EnableHeadersVisualStyles = false;
  424. this.dgvTransferSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.dgvTransferSetting.HorizontalMergeColumn = null;
  426. this.dgvTransferSetting.IsAutoCountSum = true;
  427. this.dgvTransferSetting.IsAutoResizeColumns = false;
  428. this.dgvTransferSetting.IsClickF12 = false;
  429. this.dgvTransferSetting.IsOpenMergeCellFlag = false;
  430. this.dgvTransferSetting.IsSubTotalFlag = false;
  431. this.dgvTransferSetting.IsTopDeep = false;
  432. this.dgvTransferSetting.Location = new System.Drawing.Point(0, 0);
  433. this.dgvTransferSetting.Margin = new System.Windows.Forms.Padding(0);
  434. this.dgvTransferSetting.MergeColumnNames = null;
  435. this.dgvTransferSetting.MergeDetailColumnNames = null;
  436. this.dgvTransferSetting.MergeDetailOnlyColumn = null;
  437. this.dgvTransferSetting.MergeOnlyColumn = null;
  438. this.dgvTransferSetting.MultiSelect = false;
  439. this.dgvTransferSetting.Name = "dgvTransferSetting";
  440. this.dgvTransferSetting.ReadOnly = true;
  441. this.dgvTransferSetting.RefreshAtHscroll = false;
  442. this.dgvTransferSetting.RowHeadersWidth = 50;
  443. this.dgvTransferSetting.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  444. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  445. this.dgvTransferSetting.RowsDefaultCellStyle = dataGridViewCellStyle18;
  446. this.dgvTransferSetting.RowTemplate.Height = 25;
  447. this.dgvTransferSetting.Size = new System.Drawing.Size(1117, 193);
  448. this.dgvTransferSetting.SortOrderColumnName = null;
  449. this.dgvTransferSetting.TabIndex = 0;
  450. this.dgvTransferSetting.Tag = true;
  451. this.dgvTransferSetting.TotalSumColumns = null;
  452. this.dgvTransferSetting.ViewRowFilter = "";
  453. //
  454. // ProcedureName
  455. //
  456. this.ProcedureName.DataPropertyName = "ProcedureName";
  457. this.ProcedureName.HeaderText = "工序名称";
  458. this.ProcedureName.Name = "ProcedureName";
  459. this.ProcedureName.ReadOnly = true;
  460. //
  461. // PerProcedureName
  462. //
  463. this.PerProcedureName.DataPropertyName = "PerProcedureName";
  464. this.PerProcedureName.HeaderText = "前工序名称";
  465. this.PerProcedureName.Name = "PerProcedureName";
  466. this.PerProcedureName.ReadOnly = true;
  467. //
  468. // Name2
  469. //
  470. this.Name2.DataPropertyName = "Name";
  471. this.Name2.HeaderText = "工艺部门(出)";
  472. this.Name2.Name = "Name2";
  473. this.Name2.ReadOnly = true;
  474. //
  475. // InName
  476. //
  477. this.InName.DataPropertyName = "InName";
  478. this.InName.HeaderText = "工艺部门(入)";
  479. this.InName.Name = "InName";
  480. this.InName.ReadOnly = true;
  481. //
  482. // DisplayNo1
  483. //
  484. this.DisplayNo1.DataPropertyName = "DisplayNo";
  485. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  486. this.DisplayNo1.DefaultCellStyle = dataGridViewCellStyle17;
  487. this.DisplayNo1.HeaderText = "显示顺序";
  488. this.DisplayNo1.Name = "DisplayNo1";
  489. this.DisplayNo1.ReadOnly = true;
  490. //
  491. // tsrOperate
  492. //
  493. this.tsrOperate.AutoSize = false;
  494. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  495. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  496. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  497. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  498. this.tsbtnAdd,
  499. this.tsbtnEdit,
  500. this.tsbtnCopy,
  501. this.toolStripSeparator1,
  502. this.tsbtnAdaptive,
  503. this.tsbtnClose});
  504. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  505. this.tsrOperate.Name = "tsrOperate";
  506. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  507. this.tsrOperate.ShowItemToolTips = false;
  508. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  509. this.tsrOperate.TabIndex = 0;
  510. this.tsrOperate.Text = "toolStrip1";
  511. //
  512. // tsbtnAdd
  513. //
  514. this.tsbtnAdd.AutoSize = false;
  515. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  517. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  518. this.tsbtnAdd.Name = "tsbtnAdd";
  519. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  520. this.tsbtnAdd.Text = "新建";
  521. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  522. //
  523. // tsbtnEdit
  524. //
  525. this.tsbtnEdit.AutoSize = false;
  526. this.tsbtnEdit.Enabled = false;
  527. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  528. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  529. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  530. this.tsbtnEdit.Name = "tsbtnEdit";
  531. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  532. this.tsbtnEdit.Text = "编辑";
  533. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  534. //
  535. // toolStripSeparator1
  536. //
  537. this.toolStripSeparator1.AutoSize = false;
  538. this.toolStripSeparator1.Name = "toolStripSeparator1";
  539. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  540. //
  541. // tsbtnAdaptive
  542. //
  543. this.tsbtnAdaptive.AutoSize = false;
  544. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  545. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  546. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  547. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  548. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  549. this.tsbtnAdaptive.Text = "自适应列宽";
  550. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  551. //
  552. // tsbtnClose
  553. //
  554. this.tsbtnClose.AutoSize = false;
  555. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  556. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  557. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  558. this.tsbtnClose.Name = "tsbtnClose";
  559. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  560. this.tsbtnClose.Text = "关闭(&X)";
  561. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  562. //
  563. // tsbtnCopy
  564. //
  565. this.tsbtnCopy.AutoSize = false;
  566. this.tsbtnCopy.Enabled = false;
  567. this.tsbtnCopy.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  568. this.tsbtnCopy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  569. this.tsbtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
  570. this.tsbtnCopy.Name = "tsbtnCopy";
  571. this.tsbtnCopy.Size = new System.Drawing.Size(60, 25);
  572. this.tsbtnCopy.Text = "复制";
  573. this.tsbtnCopy.Click += new System.EventHandler(this.tsbtnCopy_Click);
  574. //
  575. // F_MST_1102
  576. //
  577. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  578. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  579. this.ClientSize = new System.Drawing.Size(1131, 577);
  580. this.Controls.Add(this.tsrOperate);
  581. this.Controls.Add(this.splitContainer1);
  582. this.Controls.Add(this.gbSelect);
  583. this.Name = "F_MST_1102";
  584. this.Text = "工艺配置一览";
  585. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_2201_FormClosed);
  586. this.Load += new System.EventHandler(this.F_PM_2201_Load);
  587. this.gbSelect.ResumeLayout(false);
  588. this.gbSelect.PerformLayout();
  589. this.splitContainer1.Panel1.ResumeLayout(false);
  590. this.splitContainer1.Panel2.ResumeLayout(false);
  591. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  592. this.splitContainer1.ResumeLayout(false);
  593. ((System.ComponentModel.ISupportInitialize)(this.dgvTransfer)).EndInit();
  594. ((System.ComponentModel.ISupportInitialize)(this.dgvTransferSetting)).EndInit();
  595. this.tsrOperate.ResumeLayout(false);
  596. this.tsrOperate.PerformLayout();
  597. this.ResumeLayout(false);
  598. }
  599. #endregion
  600. private Basics.BaseControls.C_GroupBox gbSelect;
  601. private Basics.BaseControls.C_Button btnClearCondition;
  602. private Basics.BaseControls.C_Button btnSearch;
  603. private Basics.BaseControls.C_Label lblName;
  604. private Basics.BaseControls.C_CheckBox chkVNo;
  605. private Basics.BaseControls.C_CheckBox chkVYes;
  606. private Basics.BaseControls.C_Label lblFlagValue;
  607. private System.Windows.Forms.SplitContainer splitContainer1;
  608. private Basics.BaseControls.C_DataGridView dgvTransfer;
  609. private Basics.BaseControls.C_DataGridView dgvTransferSetting;
  610. private Basics.BaseControls.C_ToolStrip tsrOperate;
  611. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  612. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  613. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  614. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  615. private System.Windows.Forms.ToolStripButton tsbtnClose;
  616. private Basics.BaseControls.C_TextBox txtName;
  617. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox1;
  618. private Basics.BaseControls.C_TextBox txtRemarks;
  619. private Basics.BaseControls.C_Label lblRemarks;
  620. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  621. private System.Windows.Forms.DataGridViewTextBoxColumn PerProcedureName;
  622. private System.Windows.Forms.DataGridViewTextBoxColumn Name2;
  623. private System.Windows.Forms.DataGridViewTextBoxColumn InName;
  624. private System.Windows.Forms.DataGridViewTextBoxColumn DisplayNo1;
  625. private System.Windows.Forms.DataGridViewTextBoxColumn PTID;
  626. private System.Windows.Forms.DataGridViewTextBoxColumn Name1;
  627. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  628. private System.Windows.Forms.DataGridViewTextBoxColumn DisplayNo;
  629. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDateBegin;
  630. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  631. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  632. private System.Windows.Forms.ToolStripButton tsbtnCopy;
  633. }
  634. }