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

📄 deliverysignatureprofessional.designer.cs

📁 微软的行业应用解决方案示例
💻 CS
字号:
namespace HardwareDistributor.UI
{
	partial class DeliverySignatureProfessional
	{
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose(bool disposing)
		{
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Windows Form Designer generated code

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeliverySignatureProfessional));
            this.linkLabelClear = new System.Windows.Forms.LinkLabel();
            this.signatureCapture1 = new SignatureCapture.SignatureCapture();
            this.SuspendLayout();
            // 
            // linkLabelClear
            // 
            resources.ApplyResources(this.linkLabelClear, "linkLabelClear");
            this.linkLabelClear.Name = "linkLabelClear";
            this.linkLabelClear.Click += new System.EventHandler(this.linkLabelClear_Click_1);
            // 
            // signatureCapture1
            // 
            resources.ApplyResources(this.signatureCapture1, "signatureCapture1");
            this.signatureCapture1.BackColor = System.Drawing.Color.White;
            this.signatureCapture1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.signatureCapture1.Name = "signatureCapture1";
            // 
            // DeliverySignatureProfessional
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            resources.ApplyResources(this, "$this");
            this.Controls.Add(this.signatureCapture1);
            this.Controls.Add(this.linkLabelClear);
            this.Font = null;
            this.Icon = null;
            this.Name = "DeliverySignatureProfessional";
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BackKeyDown);
            this.ResumeLayout(false);

		}

		#endregion

        private System.Windows.Forms.LinkLabel linkLabelClear;
        private SignatureCapture.SignatureCapture signatureCapture1;
	}
}

⌨️ 快捷键说明

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