MachineLogForm.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. namespace YangjieTester.机台日志表现
  2. {
  3. partial class MachineLogForm
  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.flowLayoutPanelMainMenu = new Sunny.UI.UIFlowLayoutPanel();
  29. this.btn批次信息浏览 = new MyUiButton();
  30. this.FormPanel = new Sunny.UI.UIPanel();
  31. this.flowLayoutPanelMainMenu.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // flowLayoutPanelMainMenu
  35. //
  36. this.flowLayoutPanelMainMenu.Controls.Add(this.btn批次信息浏览);
  37. this.flowLayoutPanelMainMenu.Dock = System.Windows.Forms.DockStyle.Top;
  38. this.flowLayoutPanelMainMenu.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.flowLayoutPanelMainMenu.Location = new System.Drawing.Point(0, 35);
  40. this.flowLayoutPanelMainMenu.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  41. this.flowLayoutPanelMainMenu.MinimumSize = new System.Drawing.Size(1, 1);
  42. this.flowLayoutPanelMainMenu.Name = "flowLayoutPanelMainMenu";
  43. this.flowLayoutPanelMainMenu.Padding = new System.Windows.Forms.Padding(2);
  44. this.flowLayoutPanelMainMenu.ShowText = false;
  45. this.flowLayoutPanelMainMenu.Size = new System.Drawing.Size(1440, 50);
  46. this.flowLayoutPanelMainMenu.TabIndex = 7;
  47. this.flowLayoutPanelMainMenu.Text = "uiFlowLayoutPanel1";
  48. this.flowLayoutPanelMainMenu.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  49. //
  50. // btn批次信息浏览
  51. //
  52. this.btn批次信息浏览.Cursor = System.Windows.Forms.Cursors.Hand;
  53. this.btn批次信息浏览.FillColor = System.Drawing.Color.MediumSeaGreen;
  54. this.btn批次信息浏览.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  55. this.btn批次信息浏览.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.btn批次信息浏览.Location = new System.Drawing.Point(5, 5);
  57. this.btn批次信息浏览.MinimumSize = new System.Drawing.Size(1, 1);
  58. this.btn批次信息浏览.Name = "btn批次信息浏览";
  59. this.btn批次信息浏览.NeedUserEnsure = false;
  60. this.btn批次信息浏览.Size = new System.Drawing.Size(135, 37);
  61. this.btn批次信息浏览.Symbol = 0;
  62. this.btn批次信息浏览.TabIndex = 12;
  63. this.btn批次信息浏览.Text = "批次信息浏览";
  64. this.btn批次信息浏览.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.btn批次信息浏览.Click += new System.EventHandler(this.myUiButton1_Click);
  66. //
  67. // FormPanel
  68. //
  69. this.FormPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.FormPanel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.FormPanel.Location = new System.Drawing.Point(0, 85);
  72. this.FormPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  73. this.FormPanel.MinimumSize = new System.Drawing.Size(1, 1);
  74. this.FormPanel.Name = "FormPanel";
  75. this.FormPanel.Size = new System.Drawing.Size(1440, 715);
  76. this.FormPanel.TabIndex = 8;
  77. this.FormPanel.Text = null;
  78. this.FormPanel.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  79. //
  80. // MachineLogForm
  81. //
  82. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  83. this.ClientSize = new System.Drawing.Size(1440, 800);
  84. this.Controls.Add(this.FormPanel);
  85. this.Controls.Add(this.flowLayoutPanelMainMenu);
  86. this.Name = "MachineLogForm";
  87. this.Text = "机台日志表现";
  88. this.Load += new System.EventHandler(this.MachineLogForm_Load);
  89. this.flowLayoutPanelMainMenu.ResumeLayout(false);
  90. this.ResumeLayout(false);
  91. }
  92. #endregion
  93. private Sunny.UI.UIFlowLayoutPanel flowLayoutPanelMainMenu;
  94. private MyUiButton btn批次信息浏览;
  95. private Sunny.UI.UIPanel FormPanel;
  96. }
  97. }