07 2021 档案
摘要:[System.Runtime.InteropServices.DllImport("imagehlp.dll")] private static extern int SearchTreeForFile(string RootPath, string FileName, StringBuilder
阅读全文
摘要:this.fgMain.EditOptions = EditFlags.None;
阅读全文
摘要:fgPhaseB.Rows[i].IsNode = true; fgPhaseB.Rows[i].Node.Level = 1; fgPhaseB.Tree.Column = 0; fgPhaseB.Tree.Style = TreeStyleFlags.SimpleLeaf; // 折り flex
阅读全文
摘要:1.FlexGrid的DropMode=Manual 1 private void fgMain_DragDrop(object sender, DragEventArgs e) 2 { 3 int row = this.fgMain.MouseRow; 4 int col = this.fgMai
阅读全文
摘要:1.有单元格右击,不显示菜单。 2.现在窗体加入控件ContextMenuStrip。 1 private void fgMain_MouseClick(object sender, MouseEventArgs e) 2 { 3 if (e.Button == MouseButtons.Right
阅读全文
摘要:参考:https://blog.csdn.net/zhuxipan1990/article/details/83114304
阅读全文
摘要:1、Menustrip 最常用的莫过于此菜单了,从工具栏中拖入一个menustrip到窗体中即可。可以有多个ToolStripMenuItem组成。 获取一个ToolStripMenuItem下面的子菜单的名字:ToolStripItem crl = this.menuACOS.DropDownIt
阅读全文
摘要:this.fgMain.AllowMerging = AllowMergingEnum.Custom; cellRange = this.fgMain.GetCellRange(0, 1, 0, 2); cellRange.Data = "基本小分類コード"; this.fgMain.MergedR
阅读全文
摘要:DECLARE @SQL1 NVARCHAR(1000) ,@SQL2 VARCHAR(1000) ,@type varchar(20) SET @SQL1 =' SELECT @type=B.NAME FROM SYSCOLUMNS A INNER JOIN SYSTYPES B ON A.XTY
阅读全文

浙公网安备 33010602011771号