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

📄 listdialog.designer.cs

📁 以前做NOKIA手机与PC通信时所参考的源代码,里面包括两个程序,一个是手机文件夹浏览源码,另一个手机SIS安装程序.
💻 CS
字号:
namespace CSInstaller
{
    partial class ListDialog : System.Windows.Forms.Form
    {

        //Form overrides dispose to clean up the component list.
        [System.Diagnostics.DebuggerNonUserCode()]
        protected override void Dispose(bool disposing)
        {
            if (disposing && components != null)
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        //Required by the Windows Form Designer
        private System.ComponentModel.IContainer components;

        //NOTE: The following procedure is required by the Windows Form Designer
        //It can be modified using the Windows Form Designer.  
        //Do not modify it using the code editor.
        [System.Diagnostics.DebuggerStepThrough()]
        private void InitializeComponent()
        {
            this.OK_Button = new System.Windows.Forms.Button();
            this.ApplicationList = new System.Windows.Forms.ListBox();
            this.CommandUninstall = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // OK_Button
            // 
            this.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.OK_Button.Location = new System.Drawing.Point(260, 15);
            this.OK_Button.Name = "OK_Button";
            this.OK_Button.Size = new System.Drawing.Size(67, 23);
            this.OK_Button.TabIndex = 0;
            this.OK_Button.Text = "OK";
            this.OK_Button.Click += new System.EventHandler(this.OK_Button_Click);
            // 
            // ApplicationList
            // 
            this.ApplicationList.FormattingEnabled = true;
            this.ApplicationList.Location = new System.Drawing.Point(15, 14);
            this.ApplicationList.Name = "ApplicationList";
            this.ApplicationList.Size = new System.Drawing.Size(228, 290);
            this.ApplicationList.TabIndex = 1;
            // 
            // CommandUninstall
            // 
            this.CommandUninstall.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.CommandUninstall.Enabled = false;
            this.CommandUninstall.Location = new System.Drawing.Point(260, 61);
            this.CommandUninstall.Name = "CommandUninstall";
            this.CommandUninstall.Size = new System.Drawing.Size(67, 23);
            this.CommandUninstall.TabIndex = 2;
            this.CommandUninstall.Text = "Uninstall";
            this.CommandUninstall.Click += new System.EventHandler(this.CommandUninstall_Click);
            // 
            // ListDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(339, 315);
            this.Controls.Add(this.CommandUninstall);
            this.Controls.Add(this.OK_Button);
            this.Controls.Add(this.ApplicationList);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ListDialog";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "ListDialog";
            this.Shown += new System.EventHandler(this.ListDialog_Shown);
            this.ResumeLayout(false);

        }
        internal System.Windows.Forms.Button OK_Button;
        internal System.Windows.Forms.ListBox ApplicationList;
        internal System.Windows.Forms.Button CommandUninstall;

    }
}

⌨️ 快捷键说明

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