BatchListForm.Designer.cs 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. namespace YangjieTester.机台日志表现
  2. {
  3. partial class BatchListForm
  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.txtBatchReport = new Sunny.UI.UIRichTextBox();
  29. this.uiPanel1 = new Sunny.UI.UIPanel();
  30. this.btn删除选中批次 = new MyUiButton();
  31. this.myUiLabel1 = new MyUiLabel();
  32. this.txt批次查询输入 = new MyUiTextInput();
  33. this.btn导出选中 = new MyUiButton();
  34. this.listBox1 = new Sunny.UI.UIListBox();
  35. this.uiPanel1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // txtBatchReport
  39. //
  40. this.txtBatchReport.Dock = System.Windows.Forms.DockStyle.Left;
  41. this.txtBatchReport.FillColor = System.Drawing.Color.White;
  42. this.txtBatchReport.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  43. this.txtBatchReport.Location = new System.Drawing.Point(0, 0);
  44. this.txtBatchReport.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  45. this.txtBatchReport.MinimumSize = new System.Drawing.Size(1, 1);
  46. this.txtBatchReport.Name = "txtBatchReport";
  47. this.txtBatchReport.Padding = new System.Windows.Forms.Padding(2);
  48. this.txtBatchReport.ShowText = false;
  49. this.txtBatchReport.Size = new System.Drawing.Size(842, 654);
  50. this.txtBatchReport.TabIndex = 0;
  51. this.txtBatchReport.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  52. //
  53. // uiPanel1
  54. //
  55. this.uiPanel1.Controls.Add(this.btn删除选中批次);
  56. this.uiPanel1.Controls.Add(this.btn导出选中);
  57. this.uiPanel1.Controls.Add(this.myUiLabel1);
  58. this.uiPanel1.Controls.Add(this.txt批次查询输入);
  59. this.uiPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.uiPanel1.Location = new System.Drawing.Point(850, 14);
  61. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  62. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  63. this.uiPanel1.Name = "uiPanel1";
  64. this.uiPanel1.Size = new System.Drawing.Size(380, 64);
  65. this.uiPanel1.TabIndex = 1;
  66. this.uiPanel1.Text = null;
  67. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  68. //
  69. // btn删除选中批次
  70. //
  71. this.btn删除选中批次.Cursor = System.Windows.Forms.Cursors.Hand;
  72. this.btn删除选中批次.FillColor = System.Drawing.Color.LightGray;
  73. this.btn删除选中批次.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.btn删除选中批次.ForeColor = System.Drawing.Color.Red;
  75. this.btn删除选中批次.Location = new System.Drawing.Point(303, 20);
  76. this.btn删除选中批次.MinimumSize = new System.Drawing.Size(1, 1);
  77. this.btn删除选中批次.Name = "btn删除选中批次";
  78. this.btn删除选中批次.NeedUserEnsure = false;
  79. this.btn删除选中批次.Size = new System.Drawing.Size(72, 27);
  80. this.btn删除选中批次.Symbol = 0;
  81. this.btn删除选中批次.TabIndex = 4;
  82. this.btn删除选中批次.Text = "删除选中";
  83. this.btn删除选中批次.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.btn删除选中批次.Click += new System.EventHandler(this.btn删除选中批次_Click);
  85. //
  86. // myUiLabel1
  87. //
  88. this.myUiLabel1.AutoSize = true;
  89. this.myUiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.myUiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  91. this.myUiLabel1.Location = new System.Drawing.Point(11, 26);
  92. this.myUiLabel1.Name = "myUiLabel1";
  93. this.myUiLabel1.Size = new System.Drawing.Size(55, 16);
  94. this.myUiLabel1.TabIndex = 2;
  95. this.myUiLabel1.Text = "关键字";
  96. //
  97. // txt批次查询输入
  98. //
  99. this.txt批次查询输入.Cursor = System.Windows.Forms.Cursors.IBeam;
  100. this.txt批次查询输入.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.txt批次查询输入.Location = new System.Drawing.Point(73, 20);
  102. this.txt批次查询输入.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  103. this.txt批次查询输入.MinimumSize = new System.Drawing.Size(1, 16);
  104. this.txt批次查询输入.Name = "txt批次查询输入";
  105. this.txt批次查询输入.Padding = new System.Windows.Forms.Padding(5);
  106. this.txt批次查询输入.ShowText = false;
  107. this.txt批次查询输入.Size = new System.Drawing.Size(145, 27);
  108. this.txt批次查询输入.TabIndex = 0;
  109. this.txt批次查询输入.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  110. this.txt批次查询输入.Watermark = "";
  111. this.txt批次查询输入.TextChanged += new System.EventHandler(this.txt批次查询输入_TextChanged);
  112. //
  113. // btn导出选中
  114. //
  115. this.btn导出选中.Cursor = System.Windows.Forms.Cursors.Hand;
  116. this.btn导出选中.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.btn导出选中.Location = new System.Drawing.Point(225, 20);
  118. this.btn导出选中.MinimumSize = new System.Drawing.Size(1, 1);
  119. this.btn导出选中.Name = "btn导出选中";
  120. this.btn导出选中.NeedUserEnsure = false;
  121. this.btn导出选中.Size = new System.Drawing.Size(72, 27);
  122. this.btn导出选中.Symbol = 0;
  123. this.btn导出选中.TabIndex = 3;
  124. this.btn导出选中.Text = "导出选中";
  125. this.btn导出选中.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.btn导出选中.Click += new System.EventHandler(this.btn导出选中_Click);
  127. //
  128. // listBox1
  129. //
  130. this.listBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.listBox1.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  132. this.listBox1.ItemSelectForeColor = System.Drawing.Color.White;
  133. this.listBox1.Location = new System.Drawing.Point(850, 97);
  134. this.listBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  135. this.listBox1.MinimumSize = new System.Drawing.Size(1, 1);
  136. this.listBox1.Name = "listBox1";
  137. this.listBox1.Padding = new System.Windows.Forms.Padding(2);
  138. this.listBox1.ShowText = false;
  139. this.listBox1.Size = new System.Drawing.Size(380, 473);
  140. this.listBox1.TabIndex = 2;
  141. this.listBox1.Text = "uiListBox1";
  142. this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
  143. //
  144. // BatchListForm
  145. //
  146. this.AllowShowTitle = false;
  147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  148. this.ClientSize = new System.Drawing.Size(1232, 654);
  149. this.Controls.Add(this.listBox1);
  150. this.Controls.Add(this.uiPanel1);
  151. this.Controls.Add(this.txtBatchReport);
  152. this.Name = "BatchListForm";
  153. this.Padding = new System.Windows.Forms.Padding(0);
  154. this.ShowTitle = false;
  155. this.Text = "BatchListForm";
  156. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  157. this.Load += new System.EventHandler(this.BatchListForm_Load);
  158. this.uiPanel1.ResumeLayout(false);
  159. this.uiPanel1.PerformLayout();
  160. this.ResumeLayout(false);
  161. }
  162. #endregion
  163. private Sunny.UI.UIRichTextBox txtBatchReport;
  164. private Sunny.UI.UIPanel uiPanel1;
  165. private MyUiLabel myUiLabel1;
  166. private MyUiTextInput txt批次查询输入;
  167. private MyUiButton btn删除选中批次;
  168. private MyUiButton btn导出选中;
  169. private Sunny.UI.UIListBox listBox1;
  170. }
  171. }