F_PM_0106.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.PMModule
  3. {
  4. partial class F_PM_0106
  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_0106));
  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.SuspendLayout();
  37. //
  38. // lblGroutingLineCode
  39. //
  40. this.lblGroutingLineCode.AutoSize = true;
  41. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  42. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  43. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  44. this.lblGroutingLineCode.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineCode.Image")));
  45. this.lblGroutingLineCode.Location = new System.Drawing.Point(12, 18);
  46. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  47. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  48. this.lblGroutingLineCode.TabIndex = 0;
  49. this.lblGroutingLineCode.Text = "成型线编码";
  50. //
  51. // txtGroutingLineCode
  52. //
  53. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  54. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  55. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  56. this.txtGroutingLineCode.ErrorMessage = "";
  57. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  59. this.txtGroutingLineCode.Location = new System.Drawing.Point(83, 15);
  60. this.txtGroutingLineCode.MaxLength = 30;
  61. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  62. this.txtGroutingLineCode.Size = new System.Drawing.Size(124, 21);
  63. this.txtGroutingLineCode.TabIndex = 1;
  64. this.txtGroutingLineCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGroutingLineCode_KeyPress);
  65. //
  66. // btnSearch
  67. //
  68. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  69. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  70. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  71. this.btnSearch.ForeColor = System.Drawing.Color.White;
  72. this.btnSearch.Location = new System.Drawing.Point(213, 12);
  73. this.btnSearch.Name = "btnSearch";
  74. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  75. this.btnSearch.TabIndex = 9;
  76. this.btnSearch.Text = "查询(&Q)";
  77. this.btnSearch.UseVisualStyleBackColor = true;
  78. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  79. //
  80. // btnOK
  81. //
  82. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  83. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  84. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  85. this.btnOK.Enabled = false;
  86. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  87. this.btnOK.ForeColor = System.Drawing.Color.White;
  88. this.btnOK.Location = new System.Drawing.Point(123, 287);
  89. this.btnOK.Name = "btnOK";
  90. this.btnOK.Size = new System.Drawing.Size(85, 30);
  91. this.btnOK.TabIndex = 3;
  92. this.btnOK.Text = "确定";
  93. this.btnOK.UseVisualStyleBackColor = true;
  94. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  95. //
  96. // btnCancel
  97. //
  98. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  99. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  100. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  101. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  102. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  103. this.btnCancel.ForeColor = System.Drawing.Color.White;
  104. this.btnCancel.Location = new System.Drawing.Point(214, 287);
  105. this.btnCancel.Name = "btnCancel";
  106. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  107. this.btnCancel.TabIndex = 4;
  108. this.btnCancel.Text = "取消";
  109. this.btnCancel.UseVisualStyleBackColor = true;
  110. this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
  111. //
  112. // txtTextBox1
  113. //
  114. this.txtTextBox1.Location = new System.Drawing.Point(14, 48);
  115. this.txtTextBox1.Multiline = true;
  116. this.txtTextBox1.Name = "txtTextBox1";
  117. this.txtTextBox1.ReadOnly = true;
  118. this.txtTextBox1.Size = new System.Drawing.Size(275, 233);
  119. this.txtTextBox1.TabIndex = 10;
  120. //
  121. // F_PM_0106
  122. //
  123. this.AcceptButton = this.btnOK;
  124. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  125. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  126. this.CancelButton = this.btnCancel;
  127. this.ClientSize = new System.Drawing.Size(311, 342);
  128. this.Controls.Add(this.txtTextBox1);
  129. this.Controls.Add(this.btnSearch);
  130. this.Controls.Add(this.lblGroutingLineCode);
  131. this.Controls.Add(this.txtGroutingLineCode);
  132. this.Controls.Add(this.btnCancel);
  133. this.Controls.Add(this.btnOK);
  134. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  135. this.IsSaveFormLocation = false;
  136. this.IsSaveFormSize = false;
  137. this.MaximizeBox = false;
  138. this.MinimizeBox = false;
  139. this.Name = "F_PM_0106";
  140. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  141. this.StatusSizingGrip = false;
  142. this.Text = "取消最后一次注浆登记";
  143. this.Load += new System.EventHandler(this.F_PM_0106_Load);
  144. this.Controls.SetChildIndex(this.btnOK, 0);
  145. this.Controls.SetChildIndex(this.btnCancel, 0);
  146. this.Controls.SetChildIndex(this.txtGroutingLineCode, 0);
  147. this.Controls.SetChildIndex(this.lblGroutingLineCode, 0);
  148. this.Controls.SetChildIndex(this.btnSearch, 0);
  149. this.Controls.SetChildIndex(this.txtTextBox1, 0);
  150. this.ResumeLayout(false);
  151. this.PerformLayout();
  152. }
  153. #endregion
  154. private Basics.BaseControls.C_Label lblGroutingLineCode;
  155. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  156. private Basics.BaseControls.C_Button btnSearch;
  157. private Basics.BaseControls.C_Button btnOK;
  158. private Basics.BaseControls.C_Button btnCancel;
  159. private WinForm.Controls.TxtTextBox txtTextBox1;
  160. }
  161. }