F_PM_2107.Designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2107
  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_2107));
  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 = 11;
  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.BackColor = System.Drawing.SystemColors.Control;
  79. this.txtProductionInfo.BackgroundColor = System.Drawing.SystemColors.Window;
  80. this.txtProductionInfo.ErrorMessage = "";
  81. this.txtProductionInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.txtProductionInfo.Location = new System.Drawing.Point(72, 46);
  83. this.txtProductionInfo.Multiline = true;
  84. this.txtProductionInfo.Name = "txtProductionInfo";
  85. this.txtProductionInfo.ReadOnly = true;
  86. this.txtProductionInfo.Size = new System.Drawing.Size(268, 145);
  87. this.txtProductionInfo.TabIndex = 7;
  88. this.txtProductionInfo.TextValue = "";
  89. //
  90. // btnSave
  91. //
  92. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  93. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  94. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.btnSave.ForeColor = System.Drawing.Color.White;
  96. this.btnSave.Location = new System.Drawing.Point(161, 197);
  97. this.btnSave.Name = "btnSave";
  98. this.btnSave.Size = new System.Drawing.Size(85, 30);
  99. this.btnSave.TabIndex = 10;
  100. this.btnSave.Text = "保存";
  101. this.btnSave.UseVisualStyleBackColor = false;
  102. this.btnSave.Visible = false;
  103. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  104. //
  105. // btnClose
  106. //
  107. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  108. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  109. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  110. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.btnClose.ForeColor = System.Drawing.Color.White;
  112. this.btnClose.Location = new System.Drawing.Point(252, 197);
  113. this.btnClose.Name = "btnClose";
  114. this.btnClose.Size = new System.Drawing.Size(85, 30);
  115. this.btnClose.TabIndex = 9;
  116. this.btnClose.Text = "关闭";
  117. this.btnClose.UseVisualStyleBackColor = false;
  118. //
  119. // F_PM_2107
  120. //
  121. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  122. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  123. this.CancelButton = this.btnClose;
  124. this.ClientSize = new System.Drawing.Size(352, 247);
  125. this.Controls.Add(this.btnSave);
  126. this.Controls.Add(this.btnClose);
  127. this.Controls.Add(this.txtProductionInfo);
  128. this.Controls.Add(this.c_Label1);
  129. this.Controls.Add(this.txtBarCode);
  130. this.Controls.Add(this.lblBarCode);
  131. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  132. this.IsSaveFormSize = false;
  133. this.MaximizeBox = false;
  134. this.MinimizeBox = false;
  135. this.Name = "F_PM_2107";
  136. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  137. this.Text = "公坯设定";
  138. this.Controls.SetChildIndex(this.lblBarCode, 0);
  139. this.Controls.SetChildIndex(this.txtBarCode, 0);
  140. this.Controls.SetChildIndex(this.c_Label1, 0);
  141. this.Controls.SetChildIndex(this.txtProductionInfo, 0);
  142. this.Controls.SetChildIndex(this.btnClose, 0);
  143. this.Controls.SetChildIndex(this.btnSave, 0);
  144. this.ResumeLayout(false);
  145. this.PerformLayout();
  146. }
  147. #endregion
  148. private Basics.BaseControls.C_Label lblBarCode;
  149. private Basics.BaseControls.C_TextBox txtBarCode;
  150. private Basics.BaseControls.C_Label c_Label1;
  151. private Basics.BaseControls.C_TextBox txtProductionInfo;
  152. private Basics.BaseControls.C_Button btnSave;
  153. private Basics.BaseControls.C_Button btnClose;
  154. }
  155. }