F_MST_1201.designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SystemModule
  3. {
  4. partial class F_MST_1201
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1201));
  37. this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  38. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtGroupName = new Dongke.WinForm.Controls.TxtTextBox();
  40. this.lblName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.dgvGroup = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  42. this.gbxCondition = new System.Windows.Forms.GroupBox();
  43. this.dkDefectTypeNameSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkDefectTypeNameSearchBox();
  44. this.chkValueFlag = new Dongke.WinForm.Controls.ChkFlagCheckBox();
  45. this.lblValueFlag = new Dongke.WinForm.Controls.LblLabel();
  46. this.tsrSupplier = new Dongke.WinForm.Controls.TsrToolStrip();
  47. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  48. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  49. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  50. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnStop = new System.Windows.Forms.ToolStripButton();
  53. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  54. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  55. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  56. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  57. this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  58. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.workergroupname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.defecttypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.DisplayNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  65. this.workergroupid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvGroup)).BeginInit();
  67. this.gbxCondition.SuspendLayout();
  68. this.tsrSupplier.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  70. this.splitContainer1.Panel1.SuspendLayout();
  71. this.splitContainer1.Panel2.SuspendLayout();
  72. this.splitContainer1.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
  74. this.SuspendLayout();
  75. //
  76. // txtRemarks
  77. //
  78. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.txtRemarks.Location = new System.Drawing.Point(438, 20);
  80. this.txtRemarks.Name = "txtRemarks";
  81. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  82. this.txtRemarks.Size = new System.Drawing.Size(284, 21);
  83. this.txtRemarks.TabIndex = 4;
  84. //
  85. // lblRemarks
  86. //
  87. this.lblRemarks.AutoSize = true;
  88. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  89. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  91. this.lblRemarks.Location = new System.Drawing.Point(403, 24);
  92. this.lblRemarks.Name = "lblRemarks";
  93. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  94. this.lblRemarks.TabIndex = 3;
  95. this.lblRemarks.Text = "备注";
  96. //
  97. // txtGroupName
  98. //
  99. this.txtGroupName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.txtGroupName.Location = new System.Drawing.Point(71, 20);
  101. this.txtGroupName.Name = "txtGroupName";
  102. this.txtGroupName.Size = new System.Drawing.Size(120, 21);
  103. this.txtGroupName.TabIndex = 1;
  104. //
  105. // lblName
  106. //
  107. this.lblName.AutoSize = true;
  108. this.lblName.BackColor = System.Drawing.Color.Transparent;
  109. this.lblName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.lblName.ForeColor = System.Drawing.SystemColors.ControlText;
  111. this.lblName.Location = new System.Drawing.Point(12, 24);
  112. this.lblName.Name = "lblName";
  113. this.lblName.Size = new System.Drawing.Size(53, 12);
  114. this.lblName.TabIndex = 0;
  115. this.lblName.Text = "分组名称";
  116. //
  117. // dgvGroup
  118. //
  119. this.dgvGroup.AllowUserToAddRows = false;
  120. this.dgvGroup.AllowUserToDeleteRows = false;
  121. this.dgvGroup.AllowUserToModifyRows = true;
  122. this.dgvGroup.AllowUserToResizeRows = false;
  123. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  124. this.dgvGroup.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  125. this.dgvGroup.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  126. this.dgvGroup.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  127. this.dgvGroup.CellHeight = 23;
  128. this.dgvGroup.ChildNodeColumnName = null;
  129. this.dgvGroup.ChildNodeColumnText = null;
  130. this.dgvGroup.ColumnDeep = 1;
  131. this.dgvGroup.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  132. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  133. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  134. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  136. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  137. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  138. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  139. this.dgvGroup.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  140. this.dgvGroup.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  141. this.dgvGroup.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  142. this.workergroupname,
  143. this.defecttypename,
  144. this.DisplayNo,
  145. this.Remarks,
  146. this.ValueFlag,
  147. this.workergroupid});
  148. this.dgvGroup.ColumnTreeView = null;
  149. this.dgvGroup.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)));
  150. this.dgvGroup.Dock = System.Windows.Forms.DockStyle.Fill;
  151. this.dgvGroup.DynamicColumnName = "";
  152. this.dgvGroup.EnableHeadersVisualStyles = false;
  153. this.dgvGroup.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.dgvGroup.IsAutoCountSum = true;
  155. this.dgvGroup.IsAutoResizeColumns = false;
  156. this.dgvGroup.IsClickF12 = false;
  157. this.dgvGroup.IsSubTotalFlag = false;
  158. this.dgvGroup.Location = new System.Drawing.Point(0, 0);
  159. this.dgvGroup.MultiSelect = false;
  160. this.dgvGroup.Name = "dgvGroup";
  161. this.dgvGroup.ReadOnly = true;
  162. this.dgvGroup.RefreshAtHscroll = false;
  163. this.dgvGroup.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  164. this.dgvGroup.RowHeadersWidth = 50;
  165. this.dgvGroup.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  166. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  167. this.dgvGroup.RowsDefaultCellStyle = dataGridViewCellStyle4;
  168. this.dgvGroup.RowTemplate.Height = 21;
  169. this.dgvGroup.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  170. this.dgvGroup.Size = new System.Drawing.Size(695, 490);
  171. this.dgvGroup.SortOrderColumnName = null;
  172. this.dgvGroup.TabIndex = 2;
  173. this.dgvGroup.Tag = true;
  174. this.dgvGroup.TotalSumColumns = null;
  175. this.dgvGroup.ViewRowFilter = "";
  176. this.dgvGroup.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInvoice_CellDoubleClick);
  177. this.dgvGroup.SelectionChanged += new System.EventHandler(this.dgvInvoice_SelectionChanged);
  178. this.dgvGroup.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvInvoice_KeyDown);
  179. //
  180. // gbxCondition
  181. //
  182. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  183. | System.Windows.Forms.AnchorStyles.Right)));
  184. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  185. this.gbxCondition.Controls.Add(this.dkDefectTypeNameSearchBox1);
  186. this.gbxCondition.Controls.Add(this.chkValueFlag);
  187. this.gbxCondition.Controls.Add(this.lblValueFlag);
  188. this.gbxCondition.Controls.Add(this.txtRemarks);
  189. this.gbxCondition.Controls.Add(this.lblRemarks);
  190. this.gbxCondition.Controls.Add(this.txtGroupName);
  191. this.gbxCondition.Controls.Add(this.lblName);
  192. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  194. this.gbxCondition.Location = new System.Drawing.Point(0, 40);
  195. this.gbxCondition.Name = "gbxCondition";
  196. this.gbxCondition.Size = new System.Drawing.Size(961, 49);
  197. this.gbxCondition.TabIndex = 1;
  198. this.gbxCondition.TabStop = false;
  199. this.gbxCondition.Text = "查询条件";
  200. //
  201. // dkDefectTypeNameSearchBox1
  202. //
  203. this.dkDefectTypeNameSearchBox1.BackColor = System.Drawing.Color.Transparent;
  204. this.dkDefectTypeNameSearchBox1.DataSource = null;
  205. this.dkDefectTypeNameSearchBox1.DefectTypeID = null;
  206. this.dkDefectTypeNameSearchBox1.DefectTypeIDS = null;
  207. this.dkDefectTypeNameSearchBox1.DefectTypeName = null;
  208. this.dkDefectTypeNameSearchBox1.Enabled = true;
  209. this.dkDefectTypeNameSearchBox1.IsEnablePurview = false;
  210. this.dkDefectTypeNameSearchBox1.IsMustInput = false;
  211. this.dkDefectTypeNameSearchBox1.Location = new System.Drawing.Point(197, 20);
  212. this.dkDefectTypeNameSearchBox1.Name = "dkDefectTypeNameSearchBox1";
  213. this.dkDefectTypeNameSearchBox1.Purview = null;
  214. this.dkDefectTypeNameSearchBox1.PurviewType = ((byte)(0));
  215. this.dkDefectTypeNameSearchBox1.SelectMore = true;
  216. this.dkDefectTypeNameSearchBox1.Size = new System.Drawing.Size(200, 21);
  217. this.dkDefectTypeNameSearchBox1.TabIndex = 2;
  218. this.dkDefectTypeNameSearchBox1.Title = "缺陷类别";
  219. this.dkDefectTypeNameSearchBox1.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  220. //
  221. // chkValueFlag
  222. //
  223. this.chkValueFlag.FlagBoxChecked = Dongke.WinForm.Controls.FlagCheckBoxChecked.All;
  224. this.chkValueFlag.Location = new System.Drawing.Point(787, 22);
  225. this.chkValueFlag.Name = "chkValueFlag";
  226. this.chkValueFlag.Size = new System.Drawing.Size(72, 16);
  227. this.chkValueFlag.TabIndex = 6;
  228. //
  229. // lblValueFlag
  230. //
  231. this.lblValueFlag.Location = new System.Drawing.Point(728, 24);
  232. this.lblValueFlag.Name = "lblValueFlag";
  233. this.lblValueFlag.Size = new System.Drawing.Size(53, 12);
  234. this.lblValueFlag.TabIndex = 5;
  235. this.lblValueFlag.Text = "有效标识";
  236. //
  237. // tsrSupplier
  238. //
  239. this.tsrSupplier.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.tsrSupplier.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  241. this.tsbtnSearch,
  242. this.tsbtnClearCondition,
  243. this.toolStripSeparator4,
  244. this.tsbtnAdd,
  245. this.tsbtnEdit,
  246. this.tsbtnStop,
  247. this.toolStripSeparator1,
  248. this.tsbtnAdaptive,
  249. this.tsbtnClose});
  250. this.tsrSupplier.Location = new System.Drawing.Point(0, 0);
  251. this.tsrSupplier.Name = "tsrSupplier";
  252. this.tsrSupplier.Size = new System.Drawing.Size(973, 35);
  253. this.tsrSupplier.TabIndex = 0;
  254. this.tsrSupplier.Text = "tsrToolStrip1";
  255. //
  256. // tsbtnSearch
  257. //
  258. this.tsbtnSearch.AutoSize = false;
  259. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  261. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  262. this.tsbtnSearch.Name = "tsbtnSearch";
  263. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  264. this.tsbtnSearch.Text = "查询(&Q)";
  265. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  266. //
  267. // tsbtnClearCondition
  268. //
  269. this.tsbtnClearCondition.AutoSize = false;
  270. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  272. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  273. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  274. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  275. this.tsbtnClearCondition.Text = "清空条件(&C)";
  276. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  277. //
  278. // toolStripSeparator4
  279. //
  280. this.toolStripSeparator4.AutoSize = false;
  281. this.toolStripSeparator4.Name = "toolStripSeparator4";
  282. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  283. //
  284. // tsbtnAdd
  285. //
  286. this.tsbtnAdd.AutoSize = false;
  287. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  289. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  290. this.tsbtnAdd.Name = "tsbtnAdd";
  291. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  292. this.tsbtnAdd.Text = "新建";
  293. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddInvoice_Click);
  294. //
  295. // tsbtnEdit
  296. //
  297. this.tsbtnEdit.AutoSize = false;
  298. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  300. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  301. this.tsbtnEdit.Name = "tsbtnEdit";
  302. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  303. this.tsbtnEdit.Text = "编辑";
  304. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  305. //
  306. // tsbtnStop
  307. //
  308. this.tsbtnStop.AutoSize = false;
  309. this.tsbtnStop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.tsbtnStop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  311. this.tsbtnStop.ImageTransparentColor = System.Drawing.Color.Magenta;
  312. this.tsbtnStop.Name = "tsbtnStop";
  313. this.tsbtnStop.Size = new System.Drawing.Size(60, 25);
  314. this.tsbtnStop.Text = "停用(&S)";
  315. this.tsbtnStop.Click += new System.EventHandler(this.tsbtnStop_Click);
  316. //
  317. // toolStripSeparator1
  318. //
  319. this.toolStripSeparator1.AutoSize = false;
  320. this.toolStripSeparator1.Name = "toolStripSeparator1";
  321. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  322. //
  323. // tsbtnAdaptive
  324. //
  325. this.tsbtnAdaptive.AutoSize = false;
  326. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  328. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  329. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  330. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  331. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  332. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  333. //
  334. // tsbtnClose
  335. //
  336. this.tsbtnClose.AutoSize = false;
  337. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  339. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  340. this.tsbtnClose.Name = "tsbtnClose";
  341. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  342. this.tsbtnClose.Text = "关闭(&X)";
  343. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  344. //
  345. // splitContainer1
  346. //
  347. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  348. | System.Windows.Forms.AnchorStyles.Left)
  349. | System.Windows.Forms.AnchorStyles.Right)));
  350. this.splitContainer1.Location = new System.Drawing.Point(0, 95);
  351. this.splitContainer1.Name = "splitContainer1";
  352. //
  353. // splitContainer1.Panel1
  354. //
  355. this.splitContainer1.Panel1.Controls.Add(this.dgvGroup);
  356. //
  357. // splitContainer1.Panel2
  358. //
  359. this.splitContainer1.Panel2.Controls.Add(this.dgvUser);
  360. this.splitContainer1.Size = new System.Drawing.Size(961, 490);
  361. this.splitContainer1.SplitterDistance = 695;
  362. this.splitContainer1.TabIndex = 3;
  363. //
  364. // dgvUser
  365. //
  366. this.dgvUser.AllowUserToAddRows = false;
  367. this.dgvUser.AllowUserToDeleteRows = false;
  368. this.dgvUser.AllowUserToModifyRows = true;
  369. this.dgvUser.AllowUserToResizeRows = false;
  370. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  371. this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  372. this.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  373. this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  374. this.dgvUser.CellHeight = 23;
  375. this.dgvUser.ChildNodeColumnName = null;
  376. this.dgvUser.ChildNodeColumnText = null;
  377. this.dgvUser.ColumnDeep = 1;
  378. this.dgvUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  379. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  380. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  381. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  382. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  383. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  384. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  385. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  386. this.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  387. this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  388. this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  389. this.UserCode,
  390. this.UserName});
  391. this.dgvUser.ColumnTreeView = null;
  392. this.dgvUser.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)));
  393. this.dgvUser.Dock = System.Windows.Forms.DockStyle.Fill;
  394. this.dgvUser.DynamicColumnName = "";
  395. this.dgvUser.EnableHeadersVisualStyles = false;
  396. this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.dgvUser.IsAutoCountSum = true;
  398. this.dgvUser.IsAutoResizeColumns = false;
  399. this.dgvUser.IsClickF12 = false;
  400. this.dgvUser.IsSubTotalFlag = false;
  401. this.dgvUser.Location = new System.Drawing.Point(0, 0);
  402. this.dgvUser.MultiSelect = false;
  403. this.dgvUser.Name = "dgvUser";
  404. this.dgvUser.ReadOnly = true;
  405. this.dgvUser.RefreshAtHscroll = false;
  406. this.dgvUser.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  407. this.dgvUser.RowHeadersWidth = 50;
  408. this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  409. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  410. this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle7;
  411. this.dgvUser.RowTemplate.Height = 21;
  412. this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  413. this.dgvUser.Size = new System.Drawing.Size(262, 490);
  414. this.dgvUser.SortOrderColumnName = null;
  415. this.dgvUser.TabIndex = 3;
  416. this.dgvUser.Tag = true;
  417. this.dgvUser.TotalSumColumns = null;
  418. this.dgvUser.ViewRowFilter = "";
  419. //
  420. // UserCode
  421. //
  422. this.UserCode.DataPropertyName = "UserCode";
  423. this.UserCode.HeaderText = "工号编码";
  424. this.UserCode.Name = "UserCode";
  425. this.UserCode.ReadOnly = true;
  426. //
  427. // UserName
  428. //
  429. this.UserName.DataPropertyName = "UserName";
  430. this.UserName.HeaderText = "工号名称";
  431. this.UserName.Name = "UserName";
  432. this.UserName.ReadOnly = true;
  433. //
  434. // workergroupname
  435. //
  436. this.workergroupname.DataPropertyName = "workergroupname";
  437. this.workergroupname.HeaderText = "分组名称";
  438. this.workergroupname.Name = "workergroupname";
  439. this.workergroupname.ReadOnly = true;
  440. //
  441. // defecttypename
  442. //
  443. this.defecttypename.DataPropertyName = "defecttypename";
  444. this.defecttypename.HeaderText = "缺陷类型";
  445. this.defecttypename.Name = "defecttypename";
  446. this.defecttypename.ReadOnly = true;
  447. //
  448. // DisplayNo
  449. //
  450. this.DisplayNo.DataPropertyName = "DisplayNo";
  451. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  452. this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle3;
  453. this.DisplayNo.HeaderText = "显示顺序";
  454. this.DisplayNo.Name = "DisplayNo";
  455. this.DisplayNo.ReadOnly = true;
  456. //
  457. // Remarks
  458. //
  459. this.Remarks.DataPropertyName = "Remarks";
  460. this.Remarks.HeaderText = "备注";
  461. this.Remarks.Name = "Remarks";
  462. this.Remarks.ReadOnly = true;
  463. this.Remarks.Width = 200;
  464. //
  465. // ValueFlag
  466. //
  467. this.ValueFlag.DataPropertyName = "ValueFlag";
  468. this.ValueFlag.FalseValue = "0";
  469. this.ValueFlag.HeaderText = "有效标识";
  470. this.ValueFlag.Name = "ValueFlag";
  471. this.ValueFlag.ReadOnly = true;
  472. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  473. this.ValueFlag.TrueValue = "1";
  474. //
  475. // workergroupid
  476. //
  477. this.workergroupid.DataPropertyName = "workergroupid";
  478. this.workergroupid.HeaderText = "workergroupid";
  479. this.workergroupid.Name = "workergroupid";
  480. this.workergroupid.ReadOnly = true;
  481. this.workergroupid.Visible = false;
  482. //
  483. // F_MST_1201
  484. //
  485. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  486. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  487. this.ClientSize = new System.Drawing.Size(973, 585);
  488. this.Controls.Add(this.splitContainer1);
  489. this.Controls.Add(this.tsrSupplier);
  490. this.Controls.Add(this.gbxCondition);
  491. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  492. this.Name = "F_MST_1201";
  493. this.Text = "工号分组(缺陷类型)";
  494. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  495. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_012001_FormClosed);
  496. this.Load += new System.EventHandler(this.F_MST_1201_Load);
  497. ((System.ComponentModel.ISupportInitialize)(this.dgvGroup)).EndInit();
  498. this.gbxCondition.ResumeLayout(false);
  499. this.gbxCondition.PerformLayout();
  500. this.tsrSupplier.ResumeLayout(false);
  501. this.tsrSupplier.PerformLayout();
  502. this.splitContainer1.Panel1.ResumeLayout(false);
  503. this.splitContainer1.Panel2.ResumeLayout(false);
  504. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  505. this.splitContainer1.ResumeLayout(false);
  506. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
  507. this.ResumeLayout(false);
  508. }
  509. #endregion
  510. private WinForm.Controls.TxtTextBox txtGroupName;
  511. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblName;
  512. private WinForm.Controls.TxtTextBox txtRemarks;
  513. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks;
  514. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvGroup;
  515. private System.Windows.Forms.GroupBox gbxCondition;
  516. private WinForm.Controls.TsrToolStrip tsrSupplier;
  517. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  518. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  519. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  520. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  521. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  522. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  523. private System.Windows.Forms.ToolStripButton tsbtnClose;
  524. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  525. private WinForm.Controls.ChkFlagCheckBox chkValueFlag;
  526. private WinForm.Controls.LblLabel lblValueFlag;
  527. private Controls.SearchTextBox.dkDefectTypeNameSearchBox dkDefectTypeNameSearchBox1;
  528. private System.Windows.Forms.SplitContainer splitContainer1;
  529. private Basics.BaseControls.C_DataGridView dgvUser;
  530. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  531. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  532. private System.Windows.Forms.ToolStripButton tsbtnStop;
  533. private System.Windows.Forms.DataGridViewTextBoxColumn workergroupname;
  534. private System.Windows.Forms.DataGridViewTextBoxColumn defecttypename;
  535. private System.Windows.Forms.DataGridViewTextBoxColumn DisplayNo;
  536. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  537. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  538. private System.Windows.Forms.DataGridViewTextBoxColumn workergroupid;
  539. }
  540. }