TextBoxGeneratePaCode.Designer.cs 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. namespace UAS_MES.CustomControl.TextBoxWithIcon
  2. {
  3. partial class TextBoxGeneratePaCode
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.enterTextBox1 = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  30. this.GeneratePaCode = new System.Windows.Forms.PictureBox();
  31. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  32. ((System.ComponentModel.ISupportInitialize)(this.GeneratePaCode)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // enterTextBox1
  36. //
  37. this.enterTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  38. | System.Windows.Forms.AnchorStyles.Left)
  39. | System.Windows.Forms.AnchorStyles.Right)));
  40. this.enterTextBox1.ID = null;
  41. this.enterTextBox1.Location = new System.Drawing.Point(0, 0);
  42. this.enterTextBox1.Name = "enterTextBox1";
  43. this.enterTextBox1.Size = new System.Drawing.Size(237, 21);
  44. this.enterTextBox1.Str = null;
  45. this.enterTextBox1.Str1 = null;
  46. this.enterTextBox1.Str2 = null;
  47. this.enterTextBox1.TabIndex = 0;
  48. this.enterTextBox1.TextChanged += new System.EventHandler(this.enterTextBox1_TextChanged);
  49. this.enterTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.enterTextBox1_KeyDown);
  50. //
  51. // GeneratePaCode
  52. //
  53. this.GeneratePaCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  54. | System.Windows.Forms.AnchorStyles.Right)));
  55. this.GeneratePaCode.Cursor = System.Windows.Forms.Cursors.Hand;
  56. this.GeneratePaCode.Image = global::UAS_MES.Properties.Resources.box_code;
  57. this.GeneratePaCode.Location = new System.Drawing.Point(217, 1);
  58. this.GeneratePaCode.Name = "GeneratePaCode";
  59. this.GeneratePaCode.Size = new System.Drawing.Size(19, 19);
  60. this.GeneratePaCode.TabIndex = 1;
  61. this.GeneratePaCode.TabStop = false;
  62. this.GeneratePaCode.Click += new System.EventHandler(this.GeneratePaCode_Click);
  63. //
  64. // TextBoxGeneratePaCode
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.Controls.Add(this.GeneratePaCode);
  69. this.Controls.Add(this.enterTextBox1);
  70. this.Name = "TextBoxGeneratePaCode";
  71. this.Size = new System.Drawing.Size(237, 21);
  72. ((System.ComponentModel.ISupportInitialize)(this.GeneratePaCode)).EndInit();
  73. this.ResumeLayout(false);
  74. this.PerformLayout();
  75. }
  76. #endregion
  77. private MaCodeTextBox enterTextBox1;
  78. private System.Windows.Forms.PictureBox GeneratePaCode;
  79. private System.Windows.Forms.ToolTip toolTip1;
  80. }
  81. }