TextBoxGeneratePaCode.Designer.cs 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. namespace UAS_MES_NEW.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_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  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.AllPower = null;
  38. this.enterTextBox1.BackColor = System.Drawing.Color.White;
  39. this.enterTextBox1.Dock = System.Windows.Forms.DockStyle.Left;
  40. this.enterTextBox1.ID = null;
  41. this.enterTextBox1.Location = new System.Drawing.Point(0, 0);
  42. this.enterTextBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  43. this.enterTextBox1.Name = "enterTextBox1";
  44. this.enterTextBox1.Power = null;
  45. this.enterTextBox1.Size = new System.Drawing.Size(169, 25);
  46. this.enterTextBox1.Str = null;
  47. this.enterTextBox1.Str1 = null;
  48. this.enterTextBox1.Str2 = null;
  49. this.enterTextBox1.TabIndex = 0;
  50. this.enterTextBox1.TextChanged += new System.EventHandler(this.enterTextBox1_TextChanged);
  51. this.enterTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.enterTextBox1_KeyDown);
  52. //
  53. // GeneratePaCode
  54. //
  55. this.GeneratePaCode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  56. this.GeneratePaCode.Cursor = System.Windows.Forms.Cursors.Hand;
  57. this.GeneratePaCode.Dock = System.Windows.Forms.DockStyle.Right;
  58. this.GeneratePaCode.Image = global::UAS_MES_NEW.Properties.Resources.box_17_453077699294px_1191579_easyicon_net;
  59. this.GeneratePaCode.Location = new System.Drawing.Point(181, 0);
  60. this.GeneratePaCode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  61. this.GeneratePaCode.Name = "GeneratePaCode";
  62. this.GeneratePaCode.Size = new System.Drawing.Size(23, 23);
  63. this.GeneratePaCode.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  64. this.GeneratePaCode.TabIndex = 1;
  65. this.GeneratePaCode.TabStop = false;
  66. this.GeneratePaCode.Click += new System.EventHandler(this.GeneratePaCode_Click);
  67. //
  68. // TextBoxGeneratePaCode
  69. //
  70. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  71. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  72. this.Controls.Add(this.GeneratePaCode);
  73. this.Controls.Add(this.enterTextBox1);
  74. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  75. this.Name = "TextBoxGeneratePaCode";
  76. this.Size = new System.Drawing.Size(204, 23);
  77. this.Load += new System.EventHandler(this.TextBoxGeneratePaCode_Load);
  78. this.SizeChanged += new System.EventHandler(this.TextBoxGeneratePaCode_SizeChanged);
  79. ((System.ComponentModel.ISupportInitialize)(this.GeneratePaCode)).EndInit();
  80. this.ResumeLayout(false);
  81. this.PerformLayout();
  82. }
  83. #endregion
  84. private EnterTextBox enterTextBox1;
  85. private System.Windows.Forms.PictureBox GeneratePaCode;
  86. private System.Windows.Forms.ToolTip toolTip1;
  87. }
  88. }