⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.cs

📁 C sharp 调用WindowsAPI的平台调用例子
💻 CS
📖 第 1 页 / 共 5 页
字号:

        this.WindowsTitle.Text = resources.GetString("WindowsTitle.Text");

        this.WindowsTitle.TextAlign = (System.Windows.Forms.HorizontalAlignment) resources.GetObject("WindowsTitle.TextAlign");

        this.WindowsTitle.Width = (int) resources.GetObject("WindowsTitle.Width");

        //

        //ClassName

        //

        this.ClassName.Text = resources.GetString("ClassName.Text");

        this.ClassName.TextAlign = (System.Windows.Forms.HorizontalAlignment) resources.GetObject("ClassName.TextAlign");

        this.ClassName.Width = (int) resources.GetObject("ClassName.Width");

        //

        //WindowsHandle

        //

        this.WindowsHandle.Text = resources.GetString("WindowsHandle.Text");

        this.WindowsHandle.TextAlign = (System.Windows.Forms.HorizontalAlignment) resources.GetObject("WindowsHandle.TextAlign");

        this.WindowsHandle.Width = (int) resources.GetObject("WindowsHandle.Width");

        //

        //tpActiveWindows

        //

        this.tpActiveWindows.AccessibleDescription = resources.GetString("tpActiveWindows.AccessibleDescription");

        this.tpActiveWindows.AccessibleName = resources.GetString("tpActiveWindows.AccessibleName");

        this.tpActiveWindows.Anchor = (System.Windows.Forms.AnchorStyles) resources.GetObject("tpActiveWindows.Anchor");

        this.tpActiveWindows.AutoScroll = (bool) resources.GetObject("tpActiveWindows.AutoScroll");

        this.tpActiveWindows.AutoScrollMargin = (System.Drawing.Size) resources.GetObject("tpActiveWindows.AutoScrollMargin");

        this.tpActiveWindows.AutoScrollMinSize = (System.Drawing.Size) resources.GetObject("tpActiveWindows.AutoScrollMinSize");

        this.tpActiveWindows.BackgroundImage = (System.Drawing.Image) resources.GetObject("tpActiveWindows.BackgroundImage");

        this.tpActiveWindows.Controls.AddRange(new System.Windows.Forms.Control[] {this.btnRefreshActiveWindows, this.Label1, this.lbActiveWindows});

        this.tpActiveWindows.Dock = (System.Windows.Forms.DockStyle) resources.GetObject("tpActiveWindows.Dock");

        this.tpActiveWindows.Enabled = (bool) resources.GetObject("tpActiveWindows.Enabled");

        this.tpActiveWindows.Font = (System.Drawing.Font) resources.GetObject("tpActiveWindows.Font");

        this.tpActiveWindows.ImageIndex = (int) resources.GetObject("tpActiveWindows.ImageIndex");

        this.tpActiveWindows.ImeMode = (System.Windows.Forms.ImeMode) resources.GetObject("tpActiveWindows.ImeMode");

        this.tpActiveWindows.Location = (System.Drawing.Point) resources.GetObject("tpActiveWindows.Location");

        this.tpActiveWindows.Name = "tpActiveWindows";

        this.tpActiveWindows.RightToLeft = (System.Windows.Forms.RightToLeft) resources.GetObject("tpActiveWindows.RightToLeft");

        this.tpActiveWindows.Size = (System.Drawing.Size) resources.GetObject("tpActiveWindows.Size");

        this.tpActiveWindows.TabIndex = (int) resources.GetObject("tpActiveWindows.TabIndex");

        this.tpActiveWindows.Text = resources.GetString("tpActiveWindows.Text");

        this.tpActiveWindows.ToolTipText = resources.GetString("tpActiveWindows.ToolTipText");

        this.tpActiveWindows.Visible = (bool) resources.GetObject("tpActiveWindows.Visible");

        //

        //btnRefreshActiveWindows

        //

        this.btnRefreshActiveWindows.AccessibleDescription = resources.GetString("btnRefreshActiveWindows.AccessibleDescription");

        this.btnRefreshActiveWindows.AccessibleName = resources.GetString("btnRefreshActiveWindows.AccessibleName");

        this.btnRefreshActiveWindows.Anchor = (System.Windows.Forms.AnchorStyles) resources.GetObject("btnRefreshActiveWindows.Anchor");

        this.btnRefreshActiveWindows.BackColor = System.Drawing.SystemColors.Control;

        this.btnRefreshActiveWindows.BackgroundImage = (System.Drawing.Image) resources.GetObject("btnRefreshActiveWindows.BackgroundImage");

        this.btnRefreshActiveWindows.Dock = (System.Windows.Forms.DockStyle) resources.GetObject("btnRefreshActiveWindows.Dock");

        this.btnRefreshActiveWindows.Enabled = (bool) resources.GetObject("btnRefreshActiveWindows.Enabled");

        this.btnRefreshActiveWindows.FlatStyle = (System.Windows.Forms.FlatStyle) resources.GetObject("btnRefreshActiveWindows.FlatStyle");

        this.btnRefreshActiveWindows.Font = (System.Drawing.Font) resources.GetObject("btnRefreshActiveWindows.Font");

        this.btnRefreshActiveWindows.ForeColor = System.Drawing.SystemColors.WindowText;

        this.btnRefreshActiveWindows.Image = (System.Drawing.Image) resources.GetObject("btnRefreshActiveWindows.Image");

        this.btnRefreshActiveWindows.ImageAlign = (System.Drawing.ContentAlignment) resources.GetObject("btnRefreshActiveWindows.ImageAlign");

        this.btnRefreshActiveWindows.ImageIndex = (int) resources.GetObject("btnRefreshActiveWindows.ImageIndex");

        this.btnRefreshActiveWindows.ImeMode = (System.Windows.Forms.ImeMode) resources.GetObject("btnRefreshActiveWindows.ImeMode");

        this.btnRefreshActiveWindows.Location = (System.Drawing.Point) resources.GetObject("btnRefreshActiveWindows.Location");

        this.btnRefreshActiveWindows.Name = "btnRefreshActiveWindows";

        this.btnRefreshActiveWindows.RightToLeft = (System.Windows.Forms.RightToLeft) resources.GetObject("btnRefreshActiveWindows.RightToLeft");

        this.btnRefreshActiveWindows.Size = (System.Drawing.Size) resources.GetObject("btnRefreshActiveWindows.Size");

        this.btnRefreshActiveWindows.TabIndex = (int) resources.GetObject("btnRefreshActiveWindows.TabIndex");

        this.btnRefreshActiveWindows.Text = resources.GetString("btnRefreshActiveWindows.Text");

        this.btnRefreshActiveWindows.TextAlign = (System.Drawing.ContentAlignment) resources.GetObject("btnRefreshActiveWindows.TextAlign");

        this.btnRefreshActiveWindows.Visible = (bool) resources.GetObject("btnRefreshActiveWindows.Visible");

		this.btnRefreshActiveWindows.Click += new EventHandler(btnRefreshActiveWindows_Click);

        //

        //Label1

        //

        this.Label1.AccessibleDescription = (string) resources.GetObject("Label1.AccessibleDescription");

        this.Label1.AccessibleName = (string) resources.GetObject("Label1.AccessibleName");

        this.Label1.Anchor = (System.Windows.Forms.AnchorStyles) resources.GetObject("Label1.Anchor");

        this.Label1.AutoSize = (bool) resources.GetObject("Label1.AutoSize");

        this.Label1.Dock = (System.Windows.Forms.DockStyle) resources.GetObject("Label1.Dock");

        this.Label1.Enabled = (bool) resources.GetObject("Label1.Enabled");

        this.Label1.Font = (System.Drawing.Font) resources.GetObject("Label1.Font");

        this.Label1.ForeColor = System.Drawing.Color.Black;

        this.Label1.Image = (System.Drawing.Image) resources.GetObject("Label1.Image");

        this.Label1.ImageAlign = (System.Drawing.ContentAlignment) resources.GetObject("Label1.ImageAlign");

        this.Label1.ImageIndex = (int) resources.GetObject("Label1.ImageIndex");

        this.Label1.ImeMode = (System.Windows.Forms.ImeMode) resources.GetObject("Label1.ImeMode");

        this.Label1.Location = (System.Drawing.Point) resources.GetObject("Label1.Location");

        this.Label1.Name = "Label1";

        this.Label1.RightToLeft = (System.Windows.Forms.RightToLeft) resources.GetObject("Label1.RightToLeft");

        this.Label1.Size = (System.Drawing.Size) resources.GetObject("Label1.Size");

        this.Label1.TabIndex = (int) resources.GetObject("Label1.TabIndex");

        this.Label1.Text = resources.GetString("Label1.Text");

        this.Label1.TextAlign = (System.Drawing.ContentAlignment) resources.GetObject("Label1.TextAlign");

        this.Label1.Visible = (bool) resources.GetObject("Label1.Visible");

        //

        //lbActiveWindows

        //

        this.lbActiveWindows.AccessibleDescription = resources.GetString("lbActiveWindows.AccessibleDescription");

        this.lbActiveWindows.AccessibleName = resources.GetString("lbActiveWindows.AccessibleName");

        this.lbActiveWindows.Anchor = (System.Windows.Forms.AnchorStyles) resources.GetObject("lbActiveWindows.Anchor");

        this.lbActiveWindows.BackgroundImage = (System.Drawing.Image) resources.GetObject("lbActiveWindows.BackgroundImage");

        this.lbActiveWindows.ColumnWidth = (int) resources.GetObject("lbActiveWindows.ColumnWidth");

        this.lbActiveWindows.Dock = (System.Windows.Forms.DockStyle) resources.GetObject("lbActiveWindows.Dock");

        this.lbActiveWindows.Enabled = (bool) resources.GetObject("lbActiveWindows.Enabled");

        this.lbActiveWindows.Font = (System.Drawing.Font) resources.GetObject("lbActiveWindows.Font");

        this.lbActiveWindows.HorizontalExtent = (int) resources.GetObject("lbActiveWindows.HorizontalExtent");

        this.lbActiveWindows.HorizontalScrollbar = (bool) resources.GetObject("lbActiveWindows.HorizontalScrollbar");

        this.lbActiveWindows.ImeMode = (System.Windows.Forms.ImeMode) resources.GetObject("lbActiveWindows.ImeMode");

        this.lbActiveWindows.IntegralHeight = (bool) resources.GetObject("lbActiveWindows.IntegralHeight");

        this.lbActiveWindows.ItemHeight = (int) resources.GetObject("lbActiveWindows.ItemHeight");

        this.lbActiveWindows.Location = (System.Drawing.Point) resources.GetObject("lbActiveWindows.Location");

        this.lbActiveWindows.Name = "lbActiveWindows";

        this.lbActiveWindows.RightToLeft = (System.Windows.Forms.RightToLeft) resources.GetObject("lbActiveWindows.RightToLeft");

        this.lbActiveWindows.ScrollAlwaysVisible = (bool) resources.GetObject("lbActiveWindows.ScrollAlwaysVisible");

        this.lbActiveWindows.Size = (System.Drawing.Size) resources.GetObject("lbActiveWindows.Size");

        this.lbActiveWindows.TabIndex = (int) resources.GetObject("lbActiveWindows.TabIndex");

        this.lbActiveWindows.Visible = (bool) resources.GetObject("lbActiveWindows.Visible");

        //

        //tpShowWindow

        //

        this.tpShowWindow.AccessibleDescription = resources.GetString("tpShowWindow.AccessibleDescription");

        this.tpShowWindow.AccessibleName = resources.GetString("tpShowWindow.AccessibleName");

        this.tpShowWindow.Anchor = (System.Windows.Forms.AnchorStyles) resources.GetObject("tpShowWindow.Anchor");

        this.tpShowWindow.AutoScroll = (bool) resources.GetObject("tpShowWindow.AutoScroll");

        this.tpShowWindow.AutoScrollMargin = (System.Drawing.Size) resources.GetObject("tpShowWindow.AutoScrollMargin");

        this.tpShowWindow.AutoScrollMinSize = (System.Drawing.Size) resources.GetObject("tpShowWindow.AutoScrollMinSize");

        this.tpShowWindow.BackgroundImage = (System.Drawing.Image) resources.GetObject("tpShowWindow.BackgroundImage");

        this.tpShowWindow.Controls.AddRange(new System.Windows.Forms.Control[] {this.lblFunctionCalled, this.btnShow, this.Label6, this.txtClassName, this.txtWindowCaption, this.Label5, this.Label4, this.Label3});

        this.tpShowWindow.Dock = (System.Windows.Forms.DockStyle) resources.GetObject("tpShowWindow.Dock");

        this.tpShowWindow.Enabled = (bool) resources.GetObject("tpShowWindow.Enabled");

        this.tpShowWindow.Font = (System.Drawing.Font) resources.GetObject("tpShowWindow.Font");

        this.tpShowWindow.ImageIndex = (int) resources.GetObject("tpShowWindow.ImageIndex");

        this.tpShowWindow.ImeMode = (System.Windows.Forms.ImeMode) resources.GetObject("tpShowWindow.ImeMode");

        this.tpShowWindow.Location = (System.Drawing.Point) resources.GetObject("tpShowWindow.Location");

        this.tpShowWindow.Name = "tpShowWindow";

        this.tpShowWindow.RightToLeft = (System.Windows.Forms.RightToLeft) resources.GetObject("tpShowWindow.RightToLeft");

        this.tpShowWindow.Size = (System.Drawing.Size) resources.GetObject("tpShowWindow.Size");

        this.tpShowWindow.TabIndex = (int) resources.GetObject("tpShowWindow.TabIndex");

        this.tpShowWindow.Text = resources.GetString("tpShowWindow.Text");

        this.tpShowWindow.ToolTipText = resources.GetString("tpShowWindow.ToolTipText");

        this.tpShowWindow.Visible = (bool) resources.GetObject("tpShowWindow.Visible");

        //

        //lblFunctionCalled

        //

        this.lblFunctionCalled.AccessibleDescription = resources.GetString("lblFunctionCalled.AccessibleDescription");

        this.lblFunctionCalled.AccessibleName = resources.GetString("lblFunctionCalled.AccessibleName");

        this.lblFunctionCalled.Anchor = (System.Windows.Forms.AnchorStyles) resources.GetObject("lblFunctionCalled.Anchor");

        this.lblFunctionCalled.AutoSize = (bool) resources.GetObject("lblFunctionCalled.AutoSize");

        this.lblFunctionCalled.Dock = (System.Windows.Forms.DockStyle) resources.GetObject("lblFunctionCalled.Dock");

        this.lblFunctionCalled.Enabled = (bool) resources.GetObject("lblFunctionCalled.Enabled");

        this.lblFunctionCalled.Font = (System.Drawing.Font) resources.GetObject("lblFunctionCalled.Font");

        this.lblFunctionCalled.Image = (System.Drawing.Image) resources.GetObject("lblFunctionCalled.Image");

        this.lblFunctionCalled.ImageAlign = (System.Drawing.ContentAlignment) resources.GetObject("lblFunctionCalled.ImageAlign");

        this.lblFunctionCalled.ImageIndex = (int) resources.GetObject("lblFunctionCalled.ImageIndex");

        this.lblFunctionCalled.ImeMode = (System.Windows.Forms.ImeMode) resources.GetObject("lblFunctionCalled.ImeMode");

        this.lblFunctionCalled.Location = (System.Drawing.Point) resources.GetObject("lblFunctionCalled.Location");

        this.lblFunctionCalled.Name = "lblFunctionCalled";

        this.lblFunctionCalled.RightToLeft = (System.Windows.Forms.RightToLeft) resources.GetObject("lblFunctionCalled.RightToLeft");

        this.lblFunctionCalled.Size = (System.Drawing.Size) resources.GetObject("lblFunctionCalled.Size");

        this.lblFunctionCalled.TabIndex = (int) resources.GetObject("lblFunctionCalled.TabIndex");

        this.lblFunctionCalled.Text = resources.GetString("lblFunctionCalled.Text");

        this.lblFunctionCalled.TextAlign = (System.Drawing.ContentAlignment) resources.GetObject("lblFunctionCalled.TextAlign");

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -