F_PC_1103.Designer.cs 6.4 KB

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