F_PM_2115.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2115
  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_2115));
  29. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  31. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.txtProductionInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  33. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.SuspendLayout();
  36. //
  37. // lblBarCode
  38. //
  39. this.lblBarCode.AutoSize = true;
  40. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  41. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  43. this.lblBarCode.IsMustInput = true;
  44. this.lblBarCode.Location = new System.Drawing.Point(13, 20);
  45. this.lblBarCode.Name = "lblBarCode";
  46. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  47. this.lblBarCode.TabIndex = 2;
  48. this.lblBarCode.Text = "产品条码";
  49. //
  50. // txtBarCode
  51. //
  52. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  53. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  54. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  55. this.txtBarCode.ErrorMessage = "";
  56. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.txtBarCode.Location = new System.Drawing.Point(72, 15);
  58. this.txtBarCode.MaxLength = 50;
  59. this.txtBarCode.Name = "txtBarCode";
  60. this.txtBarCode.Size = new System.Drawing.Size(163, 21);
  61. this.txtBarCode.TabIndex = 3;
  62. this.txtBarCode.TextValue = "";
  63. this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  64. //
  65. // c_Label1
  66. //
  67. this.c_Label1.AutoSize = true;
  68. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  69. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.c_Label1.Location = new System.Drawing.Point(12, 46);
  71. this.c_Label1.Name = "c_Label1";
  72. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  73. this.c_Label1.TabIndex = 6;
  74. this.c_Label1.Text = "产品信息";
  75. //
  76. // txtProductionInfo
  77. //
  78. this.txtProductionInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  79. | System.Windows.Forms.AnchorStyles.Left)
  80. | System.Windows.Forms.AnchorStyles.Right)));
  81. this.txtProductionInfo.BackColor = System.Drawing.SystemColors.Control;
  82. this.txtProductionInfo.BackgroundColor = System.Drawing.SystemColors.Window;
  83. this.txtProductionInfo.ErrorMessage = "";
  84. this.txtProductionInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.txtProductionInfo.Location = new System.Drawing.Point(72, 46);
  86. this.txtProductionInfo.Multiline = true;
  87. this.txtProductionInfo.Name = "txtProductionInfo";
  88. this.txtProductionInfo.ReadOnly = true;
  89. this.txtProductionInfo.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  90. this.txtProductionInfo.Size = new System.Drawing.Size(268, 255);
  91. this.txtProductionInfo.TabIndex = 7;
  92. this.txtProductionInfo.TextValue = "";
  93. //
  94. // btnSave
  95. //
  96. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  97. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  98. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  99. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.btnSave.ForeColor = System.Drawing.Color.White;
  101. this.btnSave.Location = new System.Drawing.Point(164, 307);
  102. this.btnSave.Name = "btnSave";
  103. this.btnSave.Size = new System.Drawing.Size(85, 30);
  104. this.btnSave.TabIndex = 8;
  105. this.btnSave.Text = "保存";
  106. this.btnSave.UseVisualStyleBackColor = false;
  107. this.btnSave.Visible = false;
  108. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  109. //
  110. // btnClose
  111. //
  112. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  113. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  114. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  115. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  116. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.btnClose.ForeColor = System.Drawing.Color.White;
  118. this.btnClose.Location = new System.Drawing.Point(255, 307);
  119. this.btnClose.Name = "btnClose";
  120. this.btnClose.Size = new System.Drawing.Size(85, 30);
  121. this.btnClose.TabIndex = 9;
  122. this.btnClose.Text = "关闭";
  123. this.btnClose.UseVisualStyleBackColor = false;
  124. //
  125. // F_PM_2115
  126. //
  127. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129. this.ClientSize = new System.Drawing.Size(352, 362);
  130. this.Controls.Add(this.btnSave);
  131. this.Controls.Add(this.btnClose);
  132. this.Controls.Add(this.txtProductionInfo);
  133. this.Controls.Add(this.c_Label1);
  134. this.Controls.Add(this.txtBarCode);
  135. this.Controls.Add(this.lblBarCode);
  136. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  137. this.IsSaveFormSize = false;
  138. this.MaximizeBox = false;
  139. this.MinimizeBox = false;
  140. this.Name = "F_PM_2115";
  141. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  142. this.Text = "计件撤销";
  143. this.Controls.SetChildIndex(this.lblBarCode, 0);
  144. this.Controls.SetChildIndex(this.txtBarCode, 0);
  145. this.Controls.SetChildIndex(this.c_Label1, 0);
  146. this.Controls.SetChildIndex(this.txtProductionInfo, 0);
  147. this.Controls.SetChildIndex(this.btnClose, 0);
  148. this.Controls.SetChildIndex(this.btnSave, 0);
  149. this.ResumeLayout(false);
  150. this.PerformLayout();
  151. }
  152. #endregion
  153. private Basics.BaseControls.C_Label lblBarCode;
  154. private Basics.BaseControls.C_TextBox txtBarCode;
  155. private Basics.BaseControls.C_Label c_Label1;
  156. private Basics.BaseControls.C_TextBox txtProductionInfo;
  157. private Basics.BaseControls.C_Button btnSave;
  158. private Basics.BaseControls.C_Button btnClose;
  159. }
  160. }