namespace Project.Dialog { partial class fTouchKey { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.touchKeyCalc1 = new arCtl.TouchKeyCalc(); this.SuspendLayout(); // // touchKeyCalc1 // this.touchKeyCalc1.Dock = System.Windows.Forms.DockStyle.Fill; this.touchKeyCalc1.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.touchKeyCalc1.Location = new System.Drawing.Point(0, 0); this.touchKeyCalc1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.touchKeyCalc1.Name = "touchKeyCalc1"; this.touchKeyCalc1.Size = new System.Drawing.Size(374, 330); this.touchKeyCalc1.TabIndex = 0; this.touchKeyCalc1.Load += new System.EventHandler(this.touchKeyCalc1_Load); // // fTouchKey // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(374, 330); this.Controls.Add(this.touchKeyCalc1); this.Name = "fTouchKey"; this.Text = "fTouchKey"; this.ResumeLayout(false); } #endregion private arCtl.TouchKeyCalc touchKeyCalc1; } }