F_PM_0103_1.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0103_1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tsrSupplier = new Dongke.WinForm.Controls.TsrToolStrip();
  29. this.tsbtnClearBarCode = new System.Windows.Forms.ToolStripButton();
  30. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  31. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  32. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  33. this.txtBarCodes = new System.Windows.Forms.TextBox();
  34. this.tsbtnBindss = new System.Windows.Forms.ToolStripButton();
  35. this.pnlBack.SuspendLayout();
  36. this.tsrSupplier.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // pnlBack
  40. //
  41. this.pnlBack.Controls.Add(this.txtBarCodes);
  42. this.pnlBack.Controls.Add(this.tsrSupplier);
  43. this.pnlBack.Size = new System.Drawing.Size(340, 355);
  44. //
  45. // tsrSupplier
  46. //
  47. this.tsrSupplier.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.tsrSupplier.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  49. this.tsbtnBindss,
  50. this.tsbtnClearBarCode,
  51. this.toolStripSeparator4,
  52. this.tsbtnClearCondition,
  53. this.tsbtnClose});
  54. this.tsrSupplier.Location = new System.Drawing.Point(0, 0);
  55. this.tsrSupplier.Name = "tsrSupplier";
  56. this.tsrSupplier.Size = new System.Drawing.Size(340, 35);
  57. this.tsrSupplier.TabIndex = 4;
  58. this.tsrSupplier.Text = "tsrToolStrip1";
  59. //
  60. // tsbtnClearBarCode
  61. //
  62. this.tsbtnClearBarCode.AutoSize = false;
  63. this.tsbtnClearBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.tsbtnClearBarCode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  65. this.tsbtnClearBarCode.ImageTransparentColor = System.Drawing.Color.Magenta;
  66. this.tsbtnClearBarCode.Name = "tsbtnClearBarCode";
  67. this.tsbtnClearBarCode.Size = new System.Drawing.Size(60, 25);
  68. this.tsbtnClearBarCode.Text = "取消(&R)";
  69. this.tsbtnClearBarCode.Click += new System.EventHandler(this.tsbtnClearBarCode_Click);
  70. //
  71. // tsbtnClearCondition
  72. //
  73. this.tsbtnClearCondition.AutoSize = false;
  74. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  76. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  77. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  78. this.tsbtnClearCondition.Size = new System.Drawing.Size(60, 25);
  79. this.tsbtnClearCondition.Text = "清空(&C)";
  80. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  81. //
  82. // toolStripSeparator4
  83. //
  84. this.toolStripSeparator4.AutoSize = false;
  85. this.toolStripSeparator4.Name = "toolStripSeparator4";
  86. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  87. //
  88. // tsbtnClose
  89. //
  90. this.tsbtnClose.AutoSize = false;
  91. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  93. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  94. this.tsbtnClose.Name = "tsbtnClose";
  95. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  96. this.tsbtnClose.Text = "关闭(&X)";
  97. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  98. //
  99. // txtBarCodes
  100. //
  101. this.txtBarCodes.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.txtBarCodes.Location = new System.Drawing.Point(0, 35);
  103. this.txtBarCodes.Multiline = true;
  104. this.txtBarCodes.Name = "txtBarCodes";
  105. this.txtBarCodes.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  106. this.txtBarCodes.Size = new System.Drawing.Size(340, 320);
  107. this.txtBarCodes.TabIndex = 5;
  108. this.txtBarCodes.WordWrap = false;
  109. //
  110. // tsbtnBindss
  111. //
  112. this.tsbtnBindss.AutoSize = false;
  113. this.tsbtnBindss.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.tsbtnBindss.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  115. this.tsbtnBindss.ImageTransparentColor = System.Drawing.Color.Magenta;
  116. this.tsbtnBindss.Name = "tsbtnBindss";
  117. this.tsbtnBindss.Size = new System.Drawing.Size(60, 25);
  118. this.tsbtnBindss.Text = "绑定(&S)";
  119. this.tsbtnBindss.Click += new System.EventHandler(this.tsbtnBindss_Click);
  120. //
  121. // F_PM_0103_1
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.ClientSize = new System.Drawing.Size(340, 377);
  126. this.MaximizeBox = true;
  127. this.MinimizeBox = true;
  128. this.Name = "F_PM_0103_1";
  129. this.Text = "批量绑定条码";
  130. this.pnlBack.ResumeLayout(false);
  131. this.pnlBack.PerformLayout();
  132. this.tsrSupplier.ResumeLayout(false);
  133. this.tsrSupplier.PerformLayout();
  134. this.ResumeLayout(false);
  135. this.PerformLayout();
  136. }
  137. #endregion
  138. private WinForm.Controls.TsrToolStrip tsrSupplier;
  139. private System.Windows.Forms.ToolStripButton tsbtnClearBarCode;
  140. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  141. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  142. private System.Windows.Forms.ToolStripButton tsbtnClose;
  143. private System.Windows.Forms.TextBox txtBarCodes;
  144. private System.Windows.Forms.ToolStripButton tsbtnBindss;
  145. }
  146. }