frmScaleQuery_bak.Designer.cs 11 KB

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