frmScaleQuery.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. namespace MeterModuleLibrary
  2. {
  3. partial class frmScaleQuery
  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.txtMETER_TYPE_NO = new System.Windows.Forms.TextBox();
  29. this.lbRECEIVING_UINT_NO = new System.Windows.Forms.Label();
  30. this.lbFORWARDING_UNIT_NO = new System.Windows.Forms.Label();
  31. this.lbMATTER_NO = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.txtMATTER_NAME = new System.Windows.Forms.TextBox();
  34. this.txtFORWARDING_UNIT_NAME = new System.Windows.Forms.TextBox();
  35. this.txtRECEIVING_UINT_NAME = new System.Windows.Forms.TextBox();
  36. this.btnCancel = new System.Windows.Forms.Button();
  37. this.btnSubmit = new System.Windows.Forms.Button();
  38. this.lbMsgInfo = new System.Windows.Forms.Label();
  39. this.SuspendLayout();
  40. //
  41. // txtMETER_TYPE_NO
  42. //
  43. this.txtMETER_TYPE_NO.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.txtMETER_TYPE_NO.Location = new System.Drawing.Point(144, 9);
  45. this.txtMETER_TYPE_NO.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  46. this.txtMETER_TYPE_NO.Name = "txtMETER_TYPE_NO";
  47. this.txtMETER_TYPE_NO.Size = new System.Drawing.Size(320, 34);
  48. this.txtMETER_TYPE_NO.TabIndex = 1;
  49. this.txtMETER_TYPE_NO.Enter += new System.EventHandler(this.txtMETER_TYPE_NO_Enter);
  50. //
  51. // lbRECEIVING_UINT_NO
  52. //
  53. this.lbRECEIVING_UINT_NO.AutoSize = true;
  54. this.lbRECEIVING_UINT_NO.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.lbRECEIVING_UINT_NO.Location = new System.Drawing.Point(15, 171);
  56. this.lbRECEIVING_UINT_NO.Name = "lbRECEIVING_UINT_NO";
  57. this.lbRECEIVING_UINT_NO.Size = new System.Drawing.Size(120, 25);
  58. this.lbRECEIVING_UINT_NO.TabIndex = 10;
  59. this.lbRECEIVING_UINT_NO.Text = "收货单位";
  60. //
  61. // lbFORWARDING_UNIT_NO
  62. //
  63. this.lbFORWARDING_UNIT_NO.AutoSize = true;
  64. this.lbFORWARDING_UNIT_NO.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.lbFORWARDING_UNIT_NO.Location = new System.Drawing.Point(15, 119);
  66. this.lbFORWARDING_UNIT_NO.Name = "lbFORWARDING_UNIT_NO";
  67. this.lbFORWARDING_UNIT_NO.Size = new System.Drawing.Size(120, 25);
  68. this.lbFORWARDING_UNIT_NO.TabIndex = 9;
  69. this.lbFORWARDING_UNIT_NO.Text = "发货单位";
  70. //
  71. // lbMATTER_NO
  72. //
  73. this.lbMATTER_NO.AutoSize = true;
  74. this.lbMATTER_NO.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.lbMATTER_NO.Location = new System.Drawing.Point(15, 68);
  76. this.lbMATTER_NO.Name = "lbMATTER_NO";
  77. this.lbMATTER_NO.Size = new System.Drawing.Size(120, 25);
  78. this.lbMATTER_NO.TabIndex = 8;
  79. this.lbMATTER_NO.Text = "物资名称";
  80. //
  81. // label1
  82. //
  83. this.label1.AutoSize = true;
  84. this.label1.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.label1.Location = new System.Drawing.Point(15, 15);
  86. this.label1.Name = "label1";
  87. this.label1.Size = new System.Drawing.Size(120, 25);
  88. this.label1.TabIndex = 7;
  89. this.label1.Text = "业务编码";
  90. //
  91. // txtMATTER_NAME
  92. //
  93. this.txtMATTER_NAME.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.txtMATTER_NAME.Location = new System.Drawing.Point(144, 61);
  95. this.txtMATTER_NAME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  96. this.txtMATTER_NAME.Name = "txtMATTER_NAME";
  97. this.txtMATTER_NAME.ReadOnly = true;
  98. this.txtMATTER_NAME.Size = new System.Drawing.Size(320, 34);
  99. this.txtMATTER_NAME.TabIndex = 12;
  100. //
  101. // txtFORWARDING_UNIT_NAME
  102. //
  103. this.txtFORWARDING_UNIT_NAME.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.txtFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(144, 112);
  105. this.txtFORWARDING_UNIT_NAME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  106. this.txtFORWARDING_UNIT_NAME.Name = "txtFORWARDING_UNIT_NAME";
  107. this.txtFORWARDING_UNIT_NAME.ReadOnly = true;
  108. this.txtFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(320, 34);
  109. this.txtFORWARDING_UNIT_NAME.TabIndex = 13;
  110. //
  111. // txtRECEIVING_UINT_NAME
  112. //
  113. this.txtRECEIVING_UINT_NAME.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.txtRECEIVING_UINT_NAME.Location = new System.Drawing.Point(144, 165);
  115. this.txtRECEIVING_UINT_NAME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  116. this.txtRECEIVING_UINT_NAME.Name = "txtRECEIVING_UINT_NAME";
  117. this.txtRECEIVING_UINT_NAME.ReadOnly = true;
  118. this.txtRECEIVING_UINT_NAME.Size = new System.Drawing.Size(320, 34);
  119. this.txtRECEIVING_UINT_NAME.TabIndex = 14;
  120. //
  121. // btnCancel
  122. //
  123. this.btnCancel.BackColor = System.Drawing.Color.White;
  124. this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  125. this.btnCancel.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  126. this.btnCancel.ForeColor = System.Drawing.Color.Black;
  127. this.btnCancel.Location = new System.Drawing.Point(20, 271);
  128. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  129. this.btnCancel.Name = "btnCancel";
  130. this.btnCancel.Size = new System.Drawing.Size(165, 52);
  131. this.btnCancel.TabIndex = 0;
  132. this.btnCancel.Text = "取消";
  133. this.btnCancel.UseVisualStyleBackColor = false;
  134. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  135. //
  136. // btnSubmit
  137. //
  138. this.btnSubmit.BackColor = System.Drawing.Color.DodgerBlue;
  139. this.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  140. this.btnSubmit.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  141. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  142. this.btnSubmit.Location = new System.Drawing.Point(300, 271);
  143. this.btnSubmit.Margin = new System.Windows.Forms.Padding(4);
  144. this.btnSubmit.Name = "btnSubmit";
  145. this.btnSubmit.Size = new System.Drawing.Size(165, 52);
  146. this.btnSubmit.TabIndex = 2;
  147. this.btnSubmit.Text = "确定";
  148. this.btnSubmit.UseVisualStyleBackColor = false;
  149. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  150. //
  151. // lbMsgInfo
  152. //
  153. this.lbMsgInfo.AutoSize = true;
  154. this.lbMsgInfo.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.lbMsgInfo.ForeColor = System.Drawing.Color.Red;
  156. this.lbMsgInfo.Location = new System.Drawing.Point(15, 225);
  157. this.lbMsgInfo.Name = "lbMsgInfo";
  158. this.lbMsgInfo.Size = new System.Drawing.Size(0, 25);
  159. this.lbMsgInfo.TabIndex = 646;
  160. //
  161. // frmScaleQuery
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.BackColor = System.Drawing.Color.LightBlue;
  166. this.ClientSize = new System.Drawing.Size(484, 338);
  167. this.Controls.Add(this.lbMsgInfo);
  168. this.Controls.Add(this.btnCancel);
  169. this.Controls.Add(this.btnSubmit);
  170. this.Controls.Add(this.txtRECEIVING_UINT_NAME);
  171. this.Controls.Add(this.txtFORWARDING_UNIT_NAME);
  172. this.Controls.Add(this.txtMATTER_NAME);
  173. this.Controls.Add(this.txtMETER_TYPE_NO);
  174. this.Controls.Add(this.lbRECEIVING_UINT_NO);
  175. this.Controls.Add(this.lbFORWARDING_UNIT_NO);
  176. this.Controls.Add(this.lbMATTER_NO);
  177. this.Controls.Add(this.label1);
  178. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  179. this.Margin = new System.Windows.Forms.Padding(4);
  180. this.MaximizeBox = false;
  181. this.MinimizeBox = false;
  182. this.Name = "frmScaleQuery";
  183. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  184. this.TopMost = true;
  185. this.ResumeLayout(false);
  186. this.PerformLayout();
  187. }
  188. #endregion
  189. private System.Windows.Forms.TextBox txtMETER_TYPE_NO;
  190. private System.Windows.Forms.Label lbRECEIVING_UINT_NO;
  191. private System.Windows.Forms.Label lbFORWARDING_UNIT_NO;
  192. private System.Windows.Forms.Label lbMATTER_NO;
  193. private System.Windows.Forms.Label label1;
  194. private System.Windows.Forms.TextBox txtMATTER_NAME;
  195. private System.Windows.Forms.TextBox txtFORWARDING_UNIT_NAME;
  196. private System.Windows.Forms.TextBox txtRECEIVING_UINT_NAME;
  197. private System.Windows.Forms.Button btnCancel;
  198. private System.Windows.Forms.Button btnSubmit;
  199. private System.Windows.Forms.Label lbMsgInfo;
  200. }
  201. }