TextBoxGeneratePaCode.Designer.cs 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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.EnterTextBox();
  30. this.GeneratePaCode = new System.Windows.Forms.PictureBox();
  31. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  32. this.enterTextBox1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  33. ((System.ComponentModel.ISupportInitialize)(this.GeneratePaCode)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // GeneratePaCode
  37. //
  38. this.GeneratePaCode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  39. this.GeneratePaCode.Cursor = System.Windows.Forms.Cursors.Hand;
  40. this.GeneratePaCode.Dock = System.Windows.Forms.DockStyle.Right;
  41. this.GeneratePaCode.Image = global::UAS_MES.Properties.Resources.box_code;
  42. this.GeneratePaCode.Location = new System.Drawing.Point(204, 0);
  43. this.GeneratePaCode.Margin = new System.Windows.Forms.Padding(4);
  44. this.GeneratePaCode.Name = "GeneratePaCode";
  45. this.GeneratePaCode.Size = new System.Drawing.Size(26, 28);
  46. this.GeneratePaCode.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  47. this.GeneratePaCode.TabIndex = 1;
  48. this.GeneratePaCode.TabStop = false;
  49. this.GeneratePaCode.Click += new System.EventHandler(this.GeneratePaCode_Click);
  50. //
  51. // enterTextBox1
  52. //
  53. this.enterTextBox1.AllPower = null;
  54. this.enterTextBox1.BackColor = System.Drawing.Color.White;
  55. this.enterTextBox1.Dock = System.Windows.Forms.DockStyle.Left;
  56. this.enterTextBox1.ID = null;
  57. this.enterTextBox1.Location = new System.Drawing.Point(0, 0);
  58. this.enterTextBox1.Margin = new System.Windows.Forms.Padding(4);
  59. this.enterTextBox1.Name = "enterTextBox1";
  60. this.enterTextBox1.Power = null;
  61. this.enterTextBox1.Size = new System.Drawing.Size(190, 28);
  62. this.enterTextBox1.Str = null;
  63. this.enterTextBox1.Str1 = null;
  64. this.enterTextBox1.Str2 = null;
  65. this.enterTextBox1.TabIndex = 0;
  66. this.enterTextBox1.TextChanged += new System.EventHandler(this.enterTextBox1_TextChanged);
  67. this.enterTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.enterTextBox1_KeyDown);
  68. //
  69. // TextBoxGeneratePaCode
  70. //
  71. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  72. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  73. this.Controls.Add(this.GeneratePaCode);
  74. this.Controls.Add(this.enterTextBox1);
  75. this.Margin = new System.Windows.Forms.Padding(4);
  76. this.Name = "TextBoxGeneratePaCode";
  77. this.Size = new System.Drawing.Size(230, 28);
  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. }