F_MST_1302.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_MST_1302
  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_MST_1302));
  29. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  30. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.lblEntruckingCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.lblTruckSize = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtRemarks = new System.Windows.Forms.TextBox();
  35. this.txtTruckSize = new System.Windows.Forms.TextBox();
  36. this.lblValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.txtEntruckingCode = new System.Windows.Forms.TextBox();
  38. this.cmbValueFlag = new Dongke.WinForm.Controls.FtcFilterComboBox();
  39. this.SuspendLayout();
  40. //
  41. // btnSave
  42. //
  43. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  44. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  45. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  46. this.btnSave.ForeColor = System.Drawing.Color.White;
  47. this.btnSave.Location = new System.Drawing.Point(226, 87);
  48. this.btnSave.Name = "btnSave";
  49. this.btnSave.Size = new System.Drawing.Size(85, 30);
  50. this.btnSave.TabIndex = 27;
  51. this.btnSave.Text = "保存(&S)";
  52. this.btnSave.UseVisualStyleBackColor = false;
  53. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  54. //
  55. // btnCancel
  56. //
  57. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  58. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  59. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  60. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  61. this.btnCancel.ForeColor = System.Drawing.Color.White;
  62. this.btnCancel.Location = new System.Drawing.Point(317, 87);
  63. this.btnCancel.Name = "btnCancel";
  64. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  65. this.btnCancel.TabIndex = 28;
  66. this.btnCancel.Text = "关闭";
  67. this.btnCancel.UseVisualStyleBackColor = false;
  68. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  69. //
  70. // lblEntruckingCode
  71. //
  72. this.lblEntruckingCode.AutoSize = true;
  73. this.lblEntruckingCode.BackColor = System.Drawing.Color.Transparent;
  74. this.lblEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.lblEntruckingCode.ForeColor = System.Drawing.SystemColors.ControlText;
  76. this.lblEntruckingCode.Location = new System.Drawing.Point(21, 19);
  77. this.lblEntruckingCode.Name = "lblEntruckingCode";
  78. this.lblEntruckingCode.Size = new System.Drawing.Size(53, 12);
  79. this.lblEntruckingCode.TabIndex = 29;
  80. this.lblEntruckingCode.Text = "装具条码";
  81. //
  82. // lblTruckSize
  83. //
  84. this.lblTruckSize.AutoSize = true;
  85. this.lblTruckSize.BackColor = System.Drawing.Color.Transparent;
  86. this.lblTruckSize.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.lblTruckSize.ForeColor = System.Drawing.SystemColors.ControlText;
  88. this.lblTruckSize.Location = new System.Drawing.Point(21, 52);
  89. this.lblTruckSize.Name = "lblTruckSize";
  90. this.lblTruckSize.Size = new System.Drawing.Size(29, 12);
  91. this.lblTruckSize.TabIndex = 33;
  92. this.lblTruckSize.Text = "容量";
  93. //
  94. // lblRemarks
  95. //
  96. this.lblRemarks.AutoSize = true;
  97. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  98. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  100. this.lblRemarks.Location = new System.Drawing.Point(224, 52);
  101. this.lblRemarks.Name = "lblRemarks";
  102. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  103. this.lblRemarks.TabIndex = 35;
  104. this.lblRemarks.Text = "备注";
  105. //
  106. // txtRemarks
  107. //
  108. this.txtRemarks.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  109. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.txtRemarks.ImeMode = System.Windows.Forms.ImeMode.Off;
  111. this.txtRemarks.Location = new System.Drawing.Point(263, 49);
  112. this.txtRemarks.MaxLength = 20;
  113. this.txtRemarks.Name = "txtRemarks";
  114. this.txtRemarks.Size = new System.Drawing.Size(120, 21);
  115. this.txtRemarks.TabIndex = 36;
  116. //
  117. // txtTruckSize
  118. //
  119. this.txtTruckSize.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  120. this.txtTruckSize.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.txtTruckSize.ImeMode = System.Windows.Forms.ImeMode.Off;
  122. this.txtTruckSize.Location = new System.Drawing.Point(80, 49);
  123. this.txtTruckSize.MaxLength = 20;
  124. this.txtTruckSize.Name = "txtTruckSize";
  125. this.txtTruckSize.Size = new System.Drawing.Size(120, 21);
  126. this.txtTruckSize.TabIndex = 39;
  127. //
  128. // lblValueFlag
  129. //
  130. this.lblValueFlag.AutoSize = true;
  131. this.lblValueFlag.BackColor = System.Drawing.Color.Transparent;
  132. this.lblValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.lblValueFlag.ForeColor = System.Drawing.SystemColors.ControlText;
  134. this.lblValueFlag.Location = new System.Drawing.Point(224, 19);
  135. this.lblValueFlag.Name = "lblValueFlag";
  136. this.lblValueFlag.Size = new System.Drawing.Size(53, 12);
  137. this.lblValueFlag.TabIndex = 40;
  138. this.lblValueFlag.Text = "停用标识";
  139. //
  140. // txtEntruckingCode
  141. //
  142. this.txtEntruckingCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  143. this.txtEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.txtEntruckingCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  145. this.txtEntruckingCode.Location = new System.Drawing.Point(80, 16);
  146. this.txtEntruckingCode.MaxLength = 20;
  147. this.txtEntruckingCode.Name = "txtEntruckingCode";
  148. this.txtEntruckingCode.Size = new System.Drawing.Size(120, 21);
  149. this.txtEntruckingCode.TabIndex = 38;
  150. //
  151. // cmbValueFlag
  152. //
  153. this.cmbValueFlag.FormattingEnabled = true;
  154. this.cmbValueFlag.Location = new System.Drawing.Point(283, 16);
  155. this.cmbValueFlag.Name = "cmbValueFlag";
  156. this.cmbValueFlag.ShowMustInputAlert = false;
  157. this.cmbValueFlag.Size = new System.Drawing.Size(100, 20);
  158. this.cmbValueFlag.TabIndex = 59;
  159. //
  160. // F_MST_1302
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.CancelButton = this.btnCancel;
  165. this.ClientSize = new System.Drawing.Size(410, 139);
  166. this.Controls.Add(this.cmbValueFlag);
  167. this.Controls.Add(this.lblValueFlag);
  168. this.Controls.Add(this.txtTruckSize);
  169. this.Controls.Add(this.txtEntruckingCode);
  170. this.Controls.Add(this.txtRemarks);
  171. this.Controls.Add(this.lblRemarks);
  172. this.Controls.Add(this.lblTruckSize);
  173. this.Controls.Add(this.lblEntruckingCode);
  174. this.Controls.Add(this.btnCancel);
  175. this.Controls.Add(this.btnSave);
  176. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  177. this.IsSaveFormSize = false;
  178. this.MaximizeBox = false;
  179. this.MinimizeBox = false;
  180. this.Name = "F_MST_1302";
  181. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  182. this.Text = "装具管理";
  183. this.Load += new System.EventHandler(this.F_MST_1302_Load);
  184. this.Controls.SetChildIndex(this.btnSave, 0);
  185. this.Controls.SetChildIndex(this.btnCancel, 0);
  186. this.Controls.SetChildIndex(this.lblEntruckingCode, 0);
  187. this.Controls.SetChildIndex(this.lblTruckSize, 0);
  188. this.Controls.SetChildIndex(this.lblRemarks, 0);
  189. this.Controls.SetChildIndex(this.txtRemarks, 0);
  190. this.Controls.SetChildIndex(this.txtEntruckingCode, 0);
  191. this.Controls.SetChildIndex(this.txtTruckSize, 0);
  192. this.Controls.SetChildIndex(this.lblValueFlag, 0);
  193. this.Controls.SetChildIndex(this.cmbValueFlag, 0);
  194. this.ResumeLayout(false);
  195. this.PerformLayout();
  196. }
  197. #endregion
  198. private Basics.BaseControls.C_Button btnSave;
  199. private Basics.BaseControls.C_Button btnCancel;
  200. private Basics.BaseControls.C_Label lblEntruckingCode;
  201. private Basics.BaseControls.C_Label lblTruckSize;
  202. private Basics.BaseControls.C_Label lblRemarks;
  203. private System.Windows.Forms.TextBox txtRemarks;
  204. private System.Windows.Forms.TextBox txtTruckSize;
  205. private Basics.BaseControls.C_Label lblValueFlag;
  206. private System.Windows.Forms.TextBox txtEntruckingCode;
  207. private WinForm.Controls.FtcFilterComboBox cmbValueFlag;
  208. }
  209. }