FrmPlineChoose.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. namespace Core.StlMes.Client.Mcp.Mch.Report
  2. {
  3. partial class FrmPlineChoose
  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.cmbPline = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  31. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  32. this.plPline = new System.Windows.Forms.Panel();
  33. ((System.ComponentModel.ISupportInitialize)(this.cmbPline)).BeginInit();
  34. this.plPline.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // cmbPline
  38. //
  39. this.cmbPline.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  40. this.cmbPline.Location = new System.Drawing.Point(102, 57);
  41. this.cmbPline.Margin = new System.Windows.Forms.Padding(4);
  42. this.cmbPline.Name = "cmbPline";
  43. this.cmbPline.Size = new System.Drawing.Size(249, 24);
  44. this.cmbPline.TabIndex = 890;
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Location = new System.Drawing.Point(32, 61);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(37, 15);
  52. this.label1.TabIndex = 891;
  53. this.label1.Text = "产线";
  54. //
  55. // ultraButton2
  56. //
  57. this.ultraButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  58. this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  59. this.ultraButton2.Location = new System.Drawing.Point(291, 132);
  60. this.ultraButton2.Margin = new System.Windows.Forms.Padding(4);
  61. this.ultraButton2.Name = "ultraButton2";
  62. this.ultraButton2.Size = new System.Drawing.Size(100, 29);
  63. this.ultraButton2.TabIndex = 1;
  64. this.ultraButton2.Text = "取消";
  65. //
  66. // ultraButton1
  67. //
  68. this.ultraButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  69. this.ultraButton1.Location = new System.Drawing.Point(164, 132);
  70. this.ultraButton1.Margin = new System.Windows.Forms.Padding(4);
  71. this.ultraButton1.Name = "ultraButton1";
  72. this.ultraButton1.Size = new System.Drawing.Size(100, 29);
  73. this.ultraButton1.TabIndex = 0;
  74. this.ultraButton1.Text = "确认";
  75. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  76. //
  77. // plPline
  78. //
  79. this.plPline.Controls.Add(this.ultraButton1);
  80. this.plPline.Controls.Add(this.ultraButton2);
  81. this.plPline.Controls.Add(this.label1);
  82. this.plPline.Controls.Add(this.cmbPline);
  83. this.plPline.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.plPline.Location = new System.Drawing.Point(0, 0);
  85. this.plPline.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  86. this.plPline.Name = "plPline";
  87. this.plPline.Size = new System.Drawing.Size(426, 186);
  88. this.plPline.TabIndex = 894;
  89. //
  90. // FrmPlineChoose
  91. //
  92. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.ClientSize = new System.Drawing.Size(426, 186);
  95. this.Controls.Add(this.plPline);
  96. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  97. this.Name = "FrmPlineChoose";
  98. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  99. this.Text = "选择产线";
  100. ((System.ComponentModel.ISupportInitialize)(this.cmbPline)).EndInit();
  101. this.plPline.ResumeLayout(false);
  102. this.plPline.PerformLayout();
  103. this.ResumeLayout(false);
  104. }
  105. #endregion
  106. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbPline;
  107. private System.Windows.Forms.Label label1;
  108. private Infragistics.Win.Misc.UltraButton ultraButton2;
  109. private Infragistics.Win.Misc.UltraButton ultraButton1;
  110. private System.Windows.Forms.Panel plPline;
  111. }
  112. }