12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- namespace UAS_MES_NEW.CustomControl.TextBoxWithIcon
- {
- partial class TextBoxGeneratePaCode
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.enterTextBox1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.GeneratePaCode = new System.Windows.Forms.PictureBox();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- ((System.ComponentModel.ISupportInitialize)(this.GeneratePaCode)).BeginInit();
- this.SuspendLayout();
- //
- // enterTextBox1
- //
- this.enterTextBox1.AllPower = null;
- this.enterTextBox1.BackColor = System.Drawing.Color.White;
- this.enterTextBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.enterTextBox1.ID = null;
- this.enterTextBox1.Location = new System.Drawing.Point(0, 0);
- this.enterTextBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.enterTextBox1.Name = "enterTextBox1";
- this.enterTextBox1.Power = null;
- this.enterTextBox1.Size = new System.Drawing.Size(169, 25);
- this.enterTextBox1.Str = null;
- this.enterTextBox1.Str1 = null;
- this.enterTextBox1.Str2 = null;
- this.enterTextBox1.TabIndex = 0;
- this.enterTextBox1.TextChanged += new System.EventHandler(this.enterTextBox1_TextChanged);
- this.enterTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.enterTextBox1_KeyDown);
- //
- // GeneratePaCode
- //
- this.GeneratePaCode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.GeneratePaCode.Cursor = System.Windows.Forms.Cursors.Hand;
- this.GeneratePaCode.Dock = System.Windows.Forms.DockStyle.Right;
- this.GeneratePaCode.Image = global::UAS_MES_NEW.Properties.Resources.box_17_453077699294px_1191579_easyicon_net;
- this.GeneratePaCode.Location = new System.Drawing.Point(181, 0);
- this.GeneratePaCode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.GeneratePaCode.Name = "GeneratePaCode";
- this.GeneratePaCode.Size = new System.Drawing.Size(23, 23);
- this.GeneratePaCode.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.GeneratePaCode.TabIndex = 1;
- this.GeneratePaCode.TabStop = false;
- this.GeneratePaCode.Click += new System.EventHandler(this.GeneratePaCode_Click);
- //
- // TextBoxGeneratePaCode
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.GeneratePaCode);
- this.Controls.Add(this.enterTextBox1);
- this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.Name = "TextBoxGeneratePaCode";
- this.Size = new System.Drawing.Size(204, 23);
- this.Load += new System.EventHandler(this.TextBoxGeneratePaCode_Load);
- this.SizeChanged += new System.EventHandler(this.TextBoxGeneratePaCode_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.GeneratePaCode)).EndInit();
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private EnterTextBox enterTextBox1;
- private System.Windows.Forms.PictureBox GeneratePaCode;
- private System.Windows.Forms.ToolTip toolTip1;
- }
- }
|