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

📄 frmmain.cs

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

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

        //

        //btnShow

        //

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

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

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

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

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

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

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

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

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

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

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

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

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

        this.btnShow.Name = "btnShow";

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

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

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

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

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

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

		this.btnShow.Click += new EventHandler(btnShow_Click);

        //

        //Label6

        //

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

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

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

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

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

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

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

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

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

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

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

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

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

        this.Label6.Name = "Label6";

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

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

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

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

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

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

        //

        //txtClassName

        //

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

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

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

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

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

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

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

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

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

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

        this.txtClassName.MaxLength = (int) resources.GetObject("txtClassName.MaxLength");

        this.txtClassName.Multiline = (bool) resources.GetObject("txtClassName.Multiline");

        this.txtClassName.Name = "txtClassName";

        this.txtClassName.PasswordChar = (char) resources.GetObject("txtClassName.PasswordChar");

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

        this.txtClassName.ScrollBars = (System.Windows.Forms.ScrollBars) resources.GetObject("txtClassName.ScrollBars");

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

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

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

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

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

        this.txtClassName.WordWrap = (bool) resources.GetObject("txtClassName.WordWrap");

		this.txtClassName.TextChanged += new EventHandler(txtClassName_TextChanged);

        //

        //txtWindowCaption

        //

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

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

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

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

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

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

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

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

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

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

        this.txtWindowCaption.MaxLength = (int) resources.GetObject("txtWindowCaption.MaxLength");

        this.txtWindowCaption.Multiline = (bool) resources.GetObject("txtWindowCaption.Multiline");

        this.txtWindowCaption.Name = "txtWindowCaption";

        this.txtWindowCaption.PasswordChar = (char) resources.GetObject("txtWindowCaption.PasswordChar");

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

        this.txtWindowCaption.ScrollBars = (System.Windows.Forms.ScrollBars) resources.GetObject("txtWindowCaption.ScrollBars");

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

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

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

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

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

        this.txtWindowCaption.WordWrap = (bool) resources.GetObject("txtWindowCaption.WordWrap");

		this.txtWindowCaption.TextChanged += new EventHandler(txtWindowCaption_TextChanged);

        //

        //Label5

        //

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

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

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

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

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

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

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

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

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

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

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

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

        this.Label5.Name = "Label5";

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

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

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

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

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

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

        //

        //Label4

        //

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

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

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

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

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

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

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

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

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

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

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

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

        this.Label4.Name = "Label4";

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

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

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

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

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

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

        //

        //Label3

        //

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

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

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

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

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

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

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

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

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

⌨️ 快捷键说明

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