F_PM_2114.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2114
  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_2114));
  29. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  31. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.SuspendLayout();
  34. //
  35. // lblBarCode
  36. //
  37. this.lblBarCode.AutoSize = true;
  38. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  39. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  40. this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  41. this.lblBarCode.IsMustInput = true;
  42. this.lblBarCode.Location = new System.Drawing.Point(13, 20);
  43. this.lblBarCode.Name = "lblBarCode";
  44. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  45. this.lblBarCode.TabIndex = 2;
  46. this.lblBarCode.Text = "产品条码";
  47. //
  48. // txtBarCode
  49. //
  50. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  51. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  52. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  53. this.txtBarCode.ErrorMessage = "";
  54. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.txtBarCode.Location = new System.Drawing.Point(72, 15);
  56. this.txtBarCode.MaxLength = 11;
  57. this.txtBarCode.Name = "txtBarCode";
  58. this.txtBarCode.Size = new System.Drawing.Size(176, 21);
  59. this.txtBarCode.TabIndex = 3;
  60. this.txtBarCode.TextValue = "";
  61. //
  62. // btnSave
  63. //
  64. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  65. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  66. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.btnSave.ForeColor = System.Drawing.Color.White;
  68. this.btnSave.Location = new System.Drawing.Point(126, 50);
  69. this.btnSave.Name = "btnSave";
  70. this.btnSave.Size = new System.Drawing.Size(85, 30);
  71. this.btnSave.TabIndex = 12;
  72. this.btnSave.Text = "保存";
  73. this.btnSave.UseVisualStyleBackColor = false;
  74. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  75. //
  76. // btnClose
  77. //
  78. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  79. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  80. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  81. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.btnClose.ForeColor = System.Drawing.Color.White;
  83. this.btnClose.Location = new System.Drawing.Point(217, 50);
  84. this.btnClose.Name = "btnClose";
  85. this.btnClose.Size = new System.Drawing.Size(85, 30);
  86. this.btnClose.TabIndex = 11;
  87. this.btnClose.Text = "关闭";
  88. this.btnClose.UseVisualStyleBackColor = false;
  89. //
  90. // F_PM_2114
  91. //
  92. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.CancelButton = this.btnClose;
  95. this.ClientSize = new System.Drawing.Size(314, 114);
  96. this.Controls.Add(this.btnSave);
  97. this.Controls.Add(this.btnClose);
  98. this.Controls.Add(this.txtBarCode);
  99. this.Controls.Add(this.lblBarCode);
  100. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  101. this.IsSaveFormSize = false;
  102. this.MaximizeBox = false;
  103. this.MinimizeBox = false;
  104. this.Name = "F_PM_2114";
  105. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  106. this.Text = "恢复数据";
  107. this.Controls.SetChildIndex(this.lblBarCode, 0);
  108. this.Controls.SetChildIndex(this.txtBarCode, 0);
  109. this.Controls.SetChildIndex(this.btnClose, 0);
  110. this.Controls.SetChildIndex(this.btnSave, 0);
  111. this.ResumeLayout(false);
  112. this.PerformLayout();
  113. }
  114. #endregion
  115. private Basics.BaseControls.C_Label lblBarCode;
  116. private Basics.BaseControls.C_TextBox txtBarCode;
  117. private Basics.BaseControls.C_Button btnSave;
  118. private Basics.BaseControls.C_Button btnClose;
  119. }
  120. }