F_PM_0108.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.PMModule
  3. {
  4. partial class F_PM_0108
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0108));
  30. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  31. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  32. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.txtTextBox1 = new Dongke.WinForm.Controls.TxtTextBox();
  36. this.txtpici = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtGroutingDateBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  39. this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.SuspendLayout();
  41. //
  42. // lblGroutingLineCode
  43. //
  44. this.lblGroutingLineCode.AutoSize = true;
  45. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  46. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  48. this.lblGroutingLineCode.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineCode.Image")));
  49. this.lblGroutingLineCode.Location = new System.Drawing.Point(173, 16);
  50. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  51. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  52. this.lblGroutingLineCode.TabIndex = 0;
  53. this.lblGroutingLineCode.Text = "成型线编码";
  54. //
  55. // txtGroutingLineCode
  56. //
  57. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  58. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  59. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  60. this.txtGroutingLineCode.ErrorMessage = "";
  61. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  63. this.txtGroutingLineCode.Location = new System.Drawing.Point(244, 12);
  64. this.txtGroutingLineCode.MaxLength = 30;
  65. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  66. this.txtGroutingLineCode.Size = new System.Drawing.Size(98, 21);
  67. this.txtGroutingLineCode.TabIndex = 1;
  68. this.txtGroutingLineCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGroutingLineCode_KeyPress);
  69. //
  70. // btnSearch
  71. //
  72. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  73. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  74. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  75. this.btnSearch.ForeColor = System.Drawing.Color.White;
  76. this.btnSearch.Location = new System.Drawing.Point(257, 40);
  77. this.btnSearch.Name = "btnSearch";
  78. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  79. this.btnSearch.TabIndex = 9;
  80. this.btnSearch.Text = "查询(&Q)";
  81. this.btnSearch.UseVisualStyleBackColor = true;
  82. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  83. //
  84. // btnOK
  85. //
  86. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  87. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  88. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  89. this.btnOK.Enabled = false;
  90. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  91. this.btnOK.ForeColor = System.Drawing.Color.White;
  92. this.btnOK.Location = new System.Drawing.Point(168, 411);
  93. this.btnOK.Name = "btnOK";
  94. this.btnOK.Size = new System.Drawing.Size(85, 30);
  95. this.btnOK.TabIndex = 3;
  96. this.btnOK.Text = "确定";
  97. this.btnOK.UseVisualStyleBackColor = true;
  98. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  99. //
  100. // btnCancel
  101. //
  102. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  103. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  104. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  105. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  106. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  107. this.btnCancel.ForeColor = System.Drawing.Color.White;
  108. this.btnCancel.Location = new System.Drawing.Point(259, 411);
  109. this.btnCancel.Name = "btnCancel";
  110. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  111. this.btnCancel.TabIndex = 4;
  112. this.btnCancel.Text = "取消";
  113. this.btnCancel.UseVisualStyleBackColor = true;
  114. this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
  115. //
  116. // txtTextBox1
  117. //
  118. this.txtTextBox1.Location = new System.Drawing.Point(14, 76);
  119. this.txtTextBox1.Multiline = true;
  120. this.txtTextBox1.Name = "txtTextBox1";
  121. this.txtTextBox1.ReadOnly = true;
  122. this.txtTextBox1.Size = new System.Drawing.Size(328, 329);
  123. this.txtTextBox1.TabIndex = 10;
  124. //
  125. // txtpici
  126. //
  127. this.txtpici.BackColor = System.Drawing.SystemColors.Window;
  128. this.txtpici.BackgroundColor = System.Drawing.SystemColors.Window;
  129. this.txtpici.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  130. this.txtpici.ErrorMessage = "";
  131. this.txtpici.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.txtpici.ImeMode = System.Windows.Forms.ImeMode.Off;
  133. this.txtpici.Location = new System.Drawing.Point(69, 46);
  134. this.txtpici.MaxLength = 30;
  135. this.txtpici.Name = "txtpici";
  136. this.txtpici.Size = new System.Drawing.Size(98, 21);
  137. this.txtpici.TabIndex = 11;
  138. //
  139. // c_Label1
  140. //
  141. this.c_Label1.AutoSize = true;
  142. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  143. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  145. this.c_Label1.Image = ((System.Drawing.Image)(resources.GetObject("c_Label1.Image")));
  146. this.c_Label1.Location = new System.Drawing.Point(34, 49);
  147. this.c_Label1.Name = "c_Label1";
  148. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  149. this.c_Label1.TabIndex = 12;
  150. this.c_Label1.Text = "批次";
  151. //
  152. // txtGroutingDateBegin
  153. //
  154. this.txtGroutingDateBegin.CustomFormat = "yyyy-MM-dd";
  155. this.txtGroutingDateBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.txtGroutingDateBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  157. this.txtGroutingDateBegin.Location = new System.Drawing.Point(69, 12);
  158. this.txtGroutingDateBegin.Name = "txtGroutingDateBegin";
  159. this.txtGroutingDateBegin.Size = new System.Drawing.Size(98, 21);
  160. this.txtGroutingDateBegin.TabIndex = 14;
  161. //
  162. // lblGroutingDate
  163. //
  164. this.lblGroutingDate.AutoSize = true;
  165. this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
  166. this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
  168. this.lblGroutingDate.Location = new System.Drawing.Point(10, 16);
  169. this.lblGroutingDate.Name = "lblGroutingDate";
  170. this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
  171. this.lblGroutingDate.TabIndex = 13;
  172. this.lblGroutingDate.Text = "注浆日期";
  173. //
  174. // F_PM_0108
  175. //
  176. this.AcceptButton = this.btnOK;
  177. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  178. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  179. this.CancelButton = this.btnCancel;
  180. this.ClientSize = new System.Drawing.Size(356, 466);
  181. this.Controls.Add(this.txtGroutingDateBegin);
  182. this.Controls.Add(this.lblGroutingDate);
  183. this.Controls.Add(this.c_Label1);
  184. this.Controls.Add(this.txtpici);
  185. this.Controls.Add(this.txtTextBox1);
  186. this.Controls.Add(this.btnSearch);
  187. this.Controls.Add(this.lblGroutingLineCode);
  188. this.Controls.Add(this.txtGroutingLineCode);
  189. this.Controls.Add(this.btnCancel);
  190. this.Controls.Add(this.btnOK);
  191. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  192. this.IsSaveFormLocation = false;
  193. this.IsSaveFormSize = false;
  194. this.MaximizeBox = false;
  195. this.MinimizeBox = false;
  196. this.Name = "F_PM_0108";
  197. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  198. this.StatusSizingGrip = false;
  199. this.Text = "撤销注浆登记";
  200. this.Load += new System.EventHandler(this.F_PM_0108_Load);
  201. this.Controls.SetChildIndex(this.btnOK, 0);
  202. this.Controls.SetChildIndex(this.btnCancel, 0);
  203. this.Controls.SetChildIndex(this.txtGroutingLineCode, 0);
  204. this.Controls.SetChildIndex(this.lblGroutingLineCode, 0);
  205. this.Controls.SetChildIndex(this.btnSearch, 0);
  206. this.Controls.SetChildIndex(this.txtTextBox1, 0);
  207. this.Controls.SetChildIndex(this.txtpici, 0);
  208. this.Controls.SetChildIndex(this.c_Label1, 0);
  209. this.Controls.SetChildIndex(this.lblGroutingDate, 0);
  210. this.Controls.SetChildIndex(this.txtGroutingDateBegin, 0);
  211. this.ResumeLayout(false);
  212. this.PerformLayout();
  213. }
  214. #endregion
  215. private Basics.BaseControls.C_Label lblGroutingLineCode;
  216. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  217. private Basics.BaseControls.C_Button btnSearch;
  218. private Basics.BaseControls.C_Button btnOK;
  219. private Basics.BaseControls.C_Button btnCancel;
  220. private WinForm.Controls.TxtTextBox txtTextBox1;
  221. private Basics.BaseControls.C_TextBox txtpici;
  222. private Basics.BaseControls.C_Label c_Label1;
  223. private Basics.BaseControls.C_DateTimePicker txtGroutingDateBegin;
  224. private Basics.BaseControls.C_Label lblGroutingDate;
  225. }
  226. }