F_MST_0212.Designer.cs 25 KB

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