namespace YangjieTester.机台日志表现
{
partial class MachineLogForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.flowLayoutPanelMainMenu = new Sunny.UI.UIFlowLayoutPanel();
this.btn批次信息浏览 = new MyUiButton();
this.FormPanel = new Sunny.UI.UIPanel();
this.flowLayoutPanelMainMenu.SuspendLayout();
this.SuspendLayout();
//
// flowLayoutPanelMainMenu
//
this.flowLayoutPanelMainMenu.Controls.Add(this.btn批次信息浏览);
this.flowLayoutPanelMainMenu.Dock = System.Windows.Forms.DockStyle.Top;
this.flowLayoutPanelMainMenu.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.flowLayoutPanelMainMenu.Location = new System.Drawing.Point(0, 35);
this.flowLayoutPanelMainMenu.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.flowLayoutPanelMainMenu.MinimumSize = new System.Drawing.Size(1, 1);
this.flowLayoutPanelMainMenu.Name = "flowLayoutPanelMainMenu";
this.flowLayoutPanelMainMenu.Padding = new System.Windows.Forms.Padding(2);
this.flowLayoutPanelMainMenu.ShowText = false;
this.flowLayoutPanelMainMenu.Size = new System.Drawing.Size(1440, 50);
this.flowLayoutPanelMainMenu.TabIndex = 7;
this.flowLayoutPanelMainMenu.Text = "uiFlowLayoutPanel1";
this.flowLayoutPanelMainMenu.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// btn批次信息浏览
//
this.btn批次信息浏览.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn批次信息浏览.FillColor = System.Drawing.Color.MediumSeaGreen;
this.btn批次信息浏览.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
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(5, 5);
this.btn批次信息浏览.MinimumSize = new System.Drawing.Size(1, 1);
this.btn批次信息浏览.Name = "btn批次信息浏览";
this.btn批次信息浏览.NeedUserEnsure = false;
this.btn批次信息浏览.Size = new System.Drawing.Size(135, 37);
this.btn批次信息浏览.Symbol = 0;
this.btn批次信息浏览.TabIndex = 12;
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.myUiButton1_Click);
//
// FormPanel
//
this.FormPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.FormPanel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormPanel.Location = new System.Drawing.Point(0, 85);
this.FormPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.FormPanel.MinimumSize = new System.Drawing.Size(1, 1);
this.FormPanel.Name = "FormPanel";
this.FormPanel.Size = new System.Drawing.Size(1440, 715);
this.FormPanel.TabIndex = 8;
this.FormPanel.Text = null;
this.FormPanel.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// MachineLogForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1440, 800);
this.Controls.Add(this.FormPanel);
this.Controls.Add(this.flowLayoutPanelMainMenu);
this.Name = "MachineLogForm";
this.Text = "机台日志表现";
this.Load += new System.EventHandler(this.MachineLogForm_Load);
this.flowLayoutPanelMainMenu.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIFlowLayoutPanel flowLayoutPanelMainMenu;
private MyUiButton btn批次信息浏览;
private Sunny.UI.UIPanel FormPanel;
}
}