F_PC_1003.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_1003
  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. this.txtBarcode = new Dongke.WinForm.Controls.TxtCode();
  29. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  30. this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  31. this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
  32. this.btnSave = new Dongke.WinForm.Controls.BtnButton();
  33. this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
  34. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  35. this.txtNewBarcode = new Dongke.WinForm.Controls.TxtCode();
  36. this.SuspendLayout();
  37. //
  38. // txtBarcode
  39. //
  40. this.txtBarcode.Location = new System.Drawing.Point(89, 12);
  41. this.txtBarcode.Name = "txtBarcode";
  42. this.txtBarcode.ReadOnly = true;
  43. this.txtBarcode.Size = new System.Drawing.Size(120, 21);
  44. this.txtBarcode.TabIndex = 7;
  45. //
  46. // lblLabel1
  47. //
  48. this.lblLabel1.Location = new System.Drawing.Point(18, 15);
  49. this.lblLabel1.MustInput = true;
  50. this.lblLabel1.Name = "lblLabel1";
  51. this.lblLabel1.Size = new System.Drawing.Size(65, 12);
  52. this.lblLabel1.TabIndex = 6;
  53. this.lblLabel1.Text = "原模具条码";
  54. //
  55. // txtRemarks
  56. //
  57. this.txtRemarks.Location = new System.Drawing.Point(89, 66);
  58. this.txtRemarks.MaxLength = 500;
  59. this.txtRemarks.Multiline = true;
  60. this.txtRemarks.Name = "txtRemarks";
  61. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  62. this.txtRemarks.Size = new System.Drawing.Size(219, 121);
  63. this.txtRemarks.TabIndex = 3;
  64. //
  65. // lblLabel8
  66. //
  67. this.lblLabel8.Location = new System.Drawing.Point(54, 66);
  68. this.lblLabel8.Name = "lblLabel8";
  69. this.lblLabel8.Size = new System.Drawing.Size(29, 12);
  70. this.lblLabel8.TabIndex = 2;
  71. this.lblLabel8.Text = "备注";
  72. //
  73. // btnSave
  74. //
  75. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  76. this.btnSave.Location = new System.Drawing.Point(133, 195);
  77. this.btnSave.Name = "btnSave";
  78. this.btnSave.Size = new System.Drawing.Size(85, 30);
  79. this.btnSave.TabIndex = 4;
  80. this.btnSave.Text = "保存(&S)";
  81. this.btnSave.UseVisualStyleBackColor = true;
  82. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  83. //
  84. // btnCancel
  85. //
  86. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  87. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  88. this.btnCancel.Location = new System.Drawing.Point(224, 195);
  89. this.btnCancel.Name = "btnCancel";
  90. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  91. this.btnCancel.TabIndex = 5;
  92. this.btnCancel.Text = "取消(&X)";
  93. this.btnCancel.UseVisualStyleBackColor = true;
  94. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  95. //
  96. // lblLabel2
  97. //
  98. this.lblLabel2.Location = new System.Drawing.Point(18, 42);
  99. this.lblLabel2.MustInput = true;
  100. this.lblLabel2.Name = "lblLabel2";
  101. this.lblLabel2.Size = new System.Drawing.Size(65, 12);
  102. this.lblLabel2.TabIndex = 0;
  103. this.lblLabel2.Text = "新模具条码";
  104. //
  105. // txtNewBarcode
  106. //
  107. this.txtNewBarcode.Location = new System.Drawing.Point(89, 39);
  108. this.txtNewBarcode.MaxLength = 20;
  109. this.txtNewBarcode.Name = "txtNewBarcode";
  110. this.txtNewBarcode.Size = new System.Drawing.Size(120, 21);
  111. this.txtNewBarcode.TabIndex = 1;
  112. //
  113. // F_PC_1003
  114. //
  115. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  116. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  117. this.CancelButton = this.btnCancel;
  118. this.ClientSize = new System.Drawing.Size(321, 250);
  119. this.Controls.Add(this.lblLabel2);
  120. this.Controls.Add(this.txtNewBarcode);
  121. this.Controls.Add(this.btnCancel);
  122. this.Controls.Add(this.btnSave);
  123. this.Controls.Add(this.txtRemarks);
  124. this.Controls.Add(this.lblLabel8);
  125. this.Controls.Add(this.lblLabel1);
  126. this.Controls.Add(this.txtBarcode);
  127. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  128. this.IsSaveFormSize = false;
  129. this.MaximizeBox = false;
  130. this.Name = "F_PC_1003";
  131. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  132. this.StatusSizingGrip = false;
  133. this.Text = "替换模具条码";
  134. this.Load += new System.EventHandler(this.F_PC_1002_Load);
  135. this.Controls.SetChildIndex(this.txtBarcode, 0);
  136. this.Controls.SetChildIndex(this.lblLabel1, 0);
  137. this.Controls.SetChildIndex(this.lblLabel8, 0);
  138. this.Controls.SetChildIndex(this.txtRemarks, 0);
  139. this.Controls.SetChildIndex(this.btnSave, 0);
  140. this.Controls.SetChildIndex(this.btnCancel, 0);
  141. this.Controls.SetChildIndex(this.txtNewBarcode, 0);
  142. this.Controls.SetChildIndex(this.lblLabel2, 0);
  143. this.ResumeLayout(false);
  144. this.PerformLayout();
  145. }
  146. #endregion
  147. private WinForm.Controls.TxtCode txtBarcode;
  148. private WinForm.Controls.LblLabel lblLabel1;
  149. private WinForm.Controls.TxtTextBox txtRemarks;
  150. private WinForm.Controls.LblLabel lblLabel8;
  151. private WinForm.Controls.BtnButton btnSave;
  152. private WinForm.Controls.BtnButton btnCancel;
  153. private WinForm.Controls.LblLabel lblLabel2;
  154. private WinForm.Controls.TxtCode txtNewBarcode;
  155. }
  156. }