PopupTextBox.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. namespace Core.StlMes.Client.YdmPipeManage
  2. {
  3. partial class PopupTextBox
  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(PopupTextBox));
  29. this.dataSet1 = new System.Data.DataSet();
  30. this.dataTable1 = new System.Data.DataTable();
  31. this.dataColumn1 = new System.Data.DataColumn();
  32. this.txtInfo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  33. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  34. this.btnCancel = new Infragistics.Win.Misc.UltraButton();
  35. this.btnOk = new Infragistics.Win.Misc.UltraButton();
  36. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.txtInfo)).BeginInit();
  39. this.ultraPanel1.ClientArea.SuspendLayout();
  40. this.ultraPanel1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // dataSet1
  44. //
  45. this.dataSet1.DataSetName = "NewDataSet";
  46. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  47. this.dataTable1});
  48. //
  49. // dataTable1
  50. //
  51. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  52. this.dataColumn1});
  53. this.dataTable1.TableName = "Table1";
  54. //
  55. // dataColumn1
  56. //
  57. this.dataColumn1.Caption = "标准说明";
  58. this.dataColumn1.ColumnName = "ASK_SUB_ITEM_VALUE";
  59. //
  60. // txtInfo
  61. //
  62. this.txtInfo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  63. this.txtInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.txtInfo.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.txtInfo.Location = new System.Drawing.Point(0, 0);
  66. this.txtInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  67. this.txtInfo.MaxLength = 2000;
  68. this.txtInfo.Multiline = true;
  69. this.txtInfo.Name = "txtInfo";
  70. this.txtInfo.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
  71. this.txtInfo.Size = new System.Drawing.Size(1252, 515);
  72. this.txtInfo.TabIndex = 0;
  73. this.txtInfo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtInfo_KeyDown);
  74. //
  75. // ultraPanel1
  76. //
  77. //
  78. // ultraPanel1.ClientArea
  79. //
  80. this.ultraPanel1.ClientArea.Controls.Add(this.btnCancel);
  81. this.ultraPanel1.ClientArea.Controls.Add(this.btnOk);
  82. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  83. this.ultraPanel1.Location = new System.Drawing.Point(0, 515);
  84. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  85. this.ultraPanel1.Name = "ultraPanel1";
  86. this.ultraPanel1.Size = new System.Drawing.Size(1252, 49);
  87. this.ultraPanel1.TabIndex = 1;
  88. //
  89. // btnCancel
  90. //
  91. this.btnCancel.Location = new System.Drawing.Point(627, 6);
  92. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  93. this.btnCancel.Name = "btnCancel";
  94. this.btnCancel.Size = new System.Drawing.Size(95, 34);
  95. this.btnCancel.TabIndex = 1;
  96. this.btnCancel.Text = "取消";
  97. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  98. //
  99. // btnOk
  100. //
  101. this.btnOk.Location = new System.Drawing.Point(500, 6);
  102. this.btnOk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  103. this.btnOk.Name = "btnOk";
  104. this.btnOk.Size = new System.Drawing.Size(91, 34);
  105. this.btnOk.TabIndex = 0;
  106. this.btnOk.Text = "确认";
  107. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  108. //
  109. // PopupTextBox
  110. //
  111. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  112. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  113. this.ClientSize = new System.Drawing.Size(1252, 564);
  114. this.Controls.Add(this.txtInfo);
  115. this.Controls.Add(this.ultraPanel1);
  116. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  117. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  118. this.MaximizeBox = false;
  119. this.MinimizeBox = false;
  120. this.Name = "PopupTextBox";
  121. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  122. this.Text = "详细文本";
  123. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.txtInfo)).EndInit();
  126. this.ultraPanel1.ClientArea.ResumeLayout(false);
  127. this.ultraPanel1.ResumeLayout(false);
  128. this.ResumeLayout(false);
  129. this.PerformLayout();
  130. }
  131. #endregion
  132. private System.Data.DataSet dataSet1;
  133. private System.Data.DataTable dataTable1;
  134. private System.Data.DataColumn dataColumn1;
  135. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtInfo;
  136. public Infragistics.Win.UltraWinEditors.UltraTextEditor TxtInfo
  137. {
  138. get { return txtInfo; }
  139. set { txtInfo = value; }
  140. }
  141. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  142. public Infragistics.Win.Misc.UltraPanel UltraPanel1
  143. {
  144. get { return ultraPanel1; }
  145. set { ultraPanel1 = value; }
  146. }
  147. private Infragistics.Win.Misc.UltraButton btnCancel;
  148. private Infragistics.Win.Misc.UltraButton btnOk;
  149. }
  150. }