F_PM_2103.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2103
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2103));
  29. this.dkInChecked1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkInChecked();
  30. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  31. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  32. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.SuspendLayout();
  34. //
  35. // dkInChecked1
  36. //
  37. this.dkInChecked1.DataSource = null;
  38. this.dkInChecked1.Enabled = true;
  39. this.dkInChecked1.InCheckedNo = null;
  40. this.dkInChecked1.IsMustInput = true;
  41. this.dkInChecked1.Location = new System.Drawing.Point(12, 12);
  42. this.dkInChecked1.Name = "dkInChecked1";
  43. this.dkInChecked1.PurviewType = ((byte)(0));
  44. this.dkInChecked1.Size = new System.Drawing.Size(247, 21);
  45. this.dkInChecked1.TabIndex = 1;
  46. this.dkInChecked1.Title = "盘点单号";
  47. this.dkInChecked1.TxtUserBackColor = System.Drawing.SystemColors.Control;
  48. //
  49. // lblBarCode
  50. //
  51. this.lblBarCode.AutoSize = true;
  52. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  53. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  55. this.lblBarCode.IsMustInput = true;
  56. this.lblBarCode.Location = new System.Drawing.Point(13, 50);
  57. this.lblBarCode.Name = "lblBarCode";
  58. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  59. this.lblBarCode.TabIndex = 2;
  60. this.lblBarCode.Text = "产品条码";
  61. //
  62. // txtBarCode
  63. //
  64. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  65. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  66. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  67. this.txtBarCode.ErrorMessage = "";
  68. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.txtBarCode.Location = new System.Drawing.Point(72, 43);
  70. this.txtBarCode.MaxLength = 50;
  71. this.txtBarCode.Name = "txtBarCode";
  72. this.txtBarCode.Size = new System.Drawing.Size(186, 21);
  73. this.txtBarCode.TabIndex = 3;
  74. this.txtBarCode.TextValue = "";
  75. this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  76. //
  77. // btnClose
  78. //
  79. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  80. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  81. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  82. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.btnClose.ForeColor = System.Drawing.Color.White;
  84. this.btnClose.Location = new System.Drawing.Point(174, 81);
  85. this.btnClose.Name = "btnClose";
  86. this.btnClose.Size = new System.Drawing.Size(85, 30);
  87. this.btnClose.TabIndex = 4;
  88. this.btnClose.Text = "关闭";
  89. this.btnClose.UseVisualStyleBackColor = false;
  90. //
  91. // F_PM_2103
  92. //
  93. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  94. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  95. this.CancelButton = this.btnClose;
  96. this.ClientSize = new System.Drawing.Size(284, 143);
  97. this.Controls.Add(this.btnClose);
  98. this.Controls.Add(this.txtBarCode);
  99. this.Controls.Add(this.lblBarCode);
  100. this.Controls.Add(this.dkInChecked1);
  101. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  102. this.IsSaveFormSize = false;
  103. this.MaximizeBox = false;
  104. this.MinimizeBox = false;
  105. this.Name = "F_PM_2103";
  106. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  107. this.StatusSizingGrip = false;
  108. this.Text = "条码扫描盘点";
  109. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_2103_FormClosing);
  110. this.Shown += new System.EventHandler(this.F_PM_2103_Shown);
  111. this.Controls.SetChildIndex(this.dkInChecked1, 0);
  112. this.Controls.SetChildIndex(this.lblBarCode, 0);
  113. this.Controls.SetChildIndex(this.txtBarCode, 0);
  114. this.Controls.SetChildIndex(this.btnClose, 0);
  115. this.ResumeLayout(false);
  116. this.PerformLayout();
  117. }
  118. #endregion
  119. private Controls.SearchTextBox.dkInChecked dkInChecked1;
  120. private Basics.BaseControls.C_Label lblBarCode;
  121. private Basics.BaseControls.C_TextBox txtBarCode;
  122. private Basics.BaseControls.C_Button btnClose;
  123. }
  124. }