| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- namespace YangjieTester.机台日志表现
- {
- partial class BatchListForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.txtBatchReport = new Sunny.UI.UIRichTextBox();
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.btn删除选中批次 = new MyUiButton();
- this.myUiLabel1 = new MyUiLabel();
- this.txt批次查询输入 = new MyUiTextInput();
- this.btn导出选中 = new MyUiButton();
- this.listBox1 = new Sunny.UI.UIListBox();
- this.uiPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // txtBatchReport
- //
- this.txtBatchReport.Dock = System.Windows.Forms.DockStyle.Left;
- this.txtBatchReport.FillColor = System.Drawing.Color.White;
- this.txtBatchReport.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBatchReport.Location = new System.Drawing.Point(0, 0);
- this.txtBatchReport.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtBatchReport.MinimumSize = new System.Drawing.Size(1, 1);
- this.txtBatchReport.Name = "txtBatchReport";
- this.txtBatchReport.Padding = new System.Windows.Forms.Padding(2);
- this.txtBatchReport.ShowText = false;
- this.txtBatchReport.Size = new System.Drawing.Size(842, 654);
- this.txtBatchReport.TabIndex = 0;
- this.txtBatchReport.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.btn删除选中批次);
- this.uiPanel1.Controls.Add(this.btn导出选中);
- this.uiPanel1.Controls.Add(this.myUiLabel1);
- this.uiPanel1.Controls.Add(this.txt批次查询输入);
- this.uiPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel1.Location = new System.Drawing.Point(850, 14);
- this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel1.Name = "uiPanel1";
- this.uiPanel1.Size = new System.Drawing.Size(380, 64);
- this.uiPanel1.TabIndex = 1;
- this.uiPanel1.Text = null;
- this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // btn删除选中批次
- //
- this.btn删除选中批次.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn删除选中批次.FillColor = System.Drawing.Color.LightGray;
- this.btn删除选中批次.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn删除选中批次.ForeColor = System.Drawing.Color.Red;
- this.btn删除选中批次.Location = new System.Drawing.Point(303, 20);
- this.btn删除选中批次.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn删除选中批次.Name = "btn删除选中批次";
- this.btn删除选中批次.NeedUserEnsure = false;
- this.btn删除选中批次.Size = new System.Drawing.Size(72, 27);
- this.btn删除选中批次.Symbol = 0;
- this.btn删除选中批次.TabIndex = 4;
- this.btn删除选中批次.Text = "删除选中";
- this.btn删除选中批次.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn删除选中批次.Click += new System.EventHandler(this.btn删除选中批次_Click);
- //
- // myUiLabel1
- //
- this.myUiLabel1.AutoSize = true;
- this.myUiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.myUiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.myUiLabel1.Location = new System.Drawing.Point(11, 26);
- this.myUiLabel1.Name = "myUiLabel1";
- this.myUiLabel1.Size = new System.Drawing.Size(55, 16);
- this.myUiLabel1.TabIndex = 2;
- this.myUiLabel1.Text = "关键字";
- //
- // txt批次查询输入
- //
- this.txt批次查询输入.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt批次查询输入.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt批次查询输入.Location = new System.Drawing.Point(73, 20);
- this.txt批次查询输入.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt批次查询输入.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt批次查询输入.Name = "txt批次查询输入";
- this.txt批次查询输入.Padding = new System.Windows.Forms.Padding(5);
- this.txt批次查询输入.ShowText = false;
- this.txt批次查询输入.Size = new System.Drawing.Size(145, 27);
- this.txt批次查询输入.TabIndex = 0;
- this.txt批次查询输入.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txt批次查询输入.Watermark = "";
- this.txt批次查询输入.TextChanged += new System.EventHandler(this.txt批次查询输入_TextChanged);
- //
- // btn导出选中
- //
- this.btn导出选中.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn导出选中.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn导出选中.Location = new System.Drawing.Point(225, 20);
- this.btn导出选中.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn导出选中.Name = "btn导出选中";
- this.btn导出选中.NeedUserEnsure = false;
- this.btn导出选中.Size = new System.Drawing.Size(72, 27);
- this.btn导出选中.Symbol = 0;
- this.btn导出选中.TabIndex = 3;
- this.btn导出选中.Text = "导出选中";
- this.btn导出选中.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn导出选中.Click += new System.EventHandler(this.btn导出选中_Click);
- //
- // listBox1
- //
- this.listBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.listBox1.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
- this.listBox1.ItemSelectForeColor = System.Drawing.Color.White;
- this.listBox1.Location = new System.Drawing.Point(850, 97);
- this.listBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.listBox1.MinimumSize = new System.Drawing.Size(1, 1);
- this.listBox1.Name = "listBox1";
- this.listBox1.Padding = new System.Windows.Forms.Padding(2);
- this.listBox1.ShowText = false;
- this.listBox1.Size = new System.Drawing.Size(380, 473);
- this.listBox1.TabIndex = 2;
- this.listBox1.Text = "uiListBox1";
- this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
- //
- // BatchListForm
- //
- this.AllowShowTitle = false;
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(1232, 654);
- this.Controls.Add(this.listBox1);
- this.Controls.Add(this.uiPanel1);
- this.Controls.Add(this.txtBatchReport);
- this.Name = "BatchListForm";
- this.Padding = new System.Windows.Forms.Padding(0);
- this.ShowTitle = false;
- this.Text = "BatchListForm";
- this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
- this.Load += new System.EventHandler(this.BatchListForm_Load);
- this.uiPanel1.ResumeLayout(false);
- this.uiPanel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIRichTextBox txtBatchReport;
- private Sunny.UI.UIPanel uiPanel1;
- private MyUiLabel myUiLabel1;
- private MyUiTextInput txt批次查询输入;
- private MyUiButton btn删除选中批次;
- private MyUiButton btn导出选中;
- private Sunny.UI.UIListBox listBox1;
- }
- }
|