S_CMN_020.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon
  2. {
  3. partial class S_CMN_020
  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(S_CMN_020));
  29. this.lblGroutingusercode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.txtGroutingusercode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  31. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.txtErrorMessage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  34. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.SuspendLayout();
  36. //
  37. // lblGroutingusercode
  38. //
  39. this.lblGroutingusercode.AutoSize = true;
  40. this.lblGroutingusercode.BackColor = System.Drawing.Color.Transparent;
  41. this.lblGroutingusercode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.lblGroutingusercode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  43. this.lblGroutingusercode.IsMustInput = true;
  44. this.lblGroutingusercode.Location = new System.Drawing.Point(13, 16);
  45. this.lblGroutingusercode.Name = "lblGroutingusercode";
  46. this.lblGroutingusercode.Size = new System.Drawing.Size(53, 12);
  47. this.lblGroutingusercode.TabIndex = 1;
  48. this.lblGroutingusercode.Text = "漏扫工号";
  49. //
  50. // txtGroutingusercode
  51. //
  52. this.txtGroutingusercode.BackColor = System.Drawing.SystemColors.Window;
  53. this.txtGroutingusercode.BackgroundColor = System.Drawing.SystemColors.Window;
  54. this.txtGroutingusercode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  55. this.txtGroutingusercode.ErrorMessage = "";
  56. this.txtGroutingusercode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.txtGroutingusercode.Location = new System.Drawing.Point(72, 13);
  58. this.txtGroutingusercode.MaxLength = 20;
  59. this.txtGroutingusercode.Name = "txtGroutingusercode";
  60. this.txtGroutingusercode.Size = new System.Drawing.Size(241, 21);
  61. this.txtGroutingusercode.TabIndex = 1;
  62. this.txtGroutingusercode.TextValue = "";
  63. //
  64. // c_Label1
  65. //
  66. this.c_Label1.AutoSize = true;
  67. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  68. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.c_Label1.Location = new System.Drawing.Point(13, 46);
  70. this.c_Label1.Name = "c_Label1";
  71. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  72. this.c_Label1.TabIndex = 1;
  73. this.c_Label1.Text = "条码状态";
  74. //
  75. // btnSave
  76. //
  77. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  78. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  79. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.btnSave.ForeColor = System.Drawing.Color.White;
  81. this.btnSave.Location = new System.Drawing.Point(134, 121);
  82. this.btnSave.Name = "btnSave";
  83. this.btnSave.Size = new System.Drawing.Size(85, 30);
  84. this.btnSave.TabIndex = 3;
  85. this.btnSave.Text = "确定";
  86. this.btnSave.UseVisualStyleBackColor = false;
  87. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  88. //
  89. // txtErrorMessage
  90. //
  91. this.txtErrorMessage.BackColor = System.Drawing.SystemColors.Control;
  92. this.txtErrorMessage.BackgroundColor = System.Drawing.SystemColors.Window;
  93. this.txtErrorMessage.ErrorMessage = "";
  94. this.txtErrorMessage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.txtErrorMessage.Location = new System.Drawing.Point(72, 46);
  96. this.txtErrorMessage.MaxLength = 20;
  97. this.txtErrorMessage.Multiline = true;
  98. this.txtErrorMessage.Name = "txtErrorMessage";
  99. this.txtErrorMessage.ReadOnly = true;
  100. this.txtErrorMessage.Size = new System.Drawing.Size(241, 68);
  101. this.txtErrorMessage.TabIndex = 2;
  102. this.txtErrorMessage.TextValue = "";
  103. //
  104. // btnClose
  105. //
  106. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  107. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  108. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  109. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.btnClose.ForeColor = System.Drawing.Color.White;
  111. this.btnClose.Location = new System.Drawing.Point(228, 121);
  112. this.btnClose.Name = "btnClose";
  113. this.btnClose.Size = new System.Drawing.Size(85, 30);
  114. this.btnClose.TabIndex = 4;
  115. this.btnClose.Text = "关闭";
  116. this.btnClose.UseVisualStyleBackColor = false;
  117. //
  118. // S_CMN_020
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.CancelButton = this.btnClose;
  123. this.ClientSize = new System.Drawing.Size(325, 174);
  124. this.Controls.Add(this.btnClose);
  125. this.Controls.Add(this.btnSave);
  126. this.Controls.Add(this.txtErrorMessage);
  127. this.Controls.Add(this.txtGroutingusercode);
  128. this.Controls.Add(this.c_Label1);
  129. this.Controls.Add(this.lblGroutingusercode);
  130. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  131. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  132. this.IsSaveFormSize = false;
  133. this.MaximizeBox = false;
  134. this.MinimizeBox = false;
  135. this.Name = "S_CMN_020";
  136. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  137. this.StatusSizingGrip = false;
  138. this.Text = "漏扫工号";
  139. this.Controls.SetChildIndex(this.lblGroutingusercode, 0);
  140. this.Controls.SetChildIndex(this.c_Label1, 0);
  141. this.Controls.SetChildIndex(this.txtGroutingusercode, 0);
  142. this.Controls.SetChildIndex(this.txtErrorMessage, 0);
  143. this.Controls.SetChildIndex(this.btnSave, 0);
  144. this.Controls.SetChildIndex(this.btnClose, 0);
  145. this.ResumeLayout(false);
  146. this.PerformLayout();
  147. }
  148. #endregion
  149. private Basics.BaseControls.C_Label lblGroutingusercode;
  150. private Basics.BaseControls.C_TextBox txtGroutingusercode;
  151. private Basics.BaseControls.C_Label c_Label1;
  152. private Basics.BaseControls.C_Button btnSave;
  153. private Basics.BaseControls.C_TextBox txtErrorMessage;
  154. private Basics.BaseControls.C_Button btnClose;
  155. }
  156. }