FrmChangePline.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. namespace Core.StlMes.Client.Mcp.Control.Base
  2. {
  3. partial class FrmChangePline
  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. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.cmbPlineCode = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  31. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  34. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  35. this.groupBox1.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)(this.cmbPlineCode)).BeginInit();
  37. this.panel1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // groupBox1
  41. //
  42. this.groupBox1.BackColor = System.Drawing.Color.LightSteelBlue;
  43. this.groupBox1.Controls.Add(this.cmbPlineCode);
  44. this.groupBox1.Controls.Add(this.ultraLabel1);
  45. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  47. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  48. this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
  49. this.groupBox1.Name = "groupBox1";
  50. this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
  51. this.groupBox1.Size = new System.Drawing.Size(345, 106);
  52. this.groupBox1.TabIndex = 2;
  53. this.groupBox1.TabStop = false;
  54. this.groupBox1.Text = "编辑区";
  55. //
  56. // cmbPlineCode
  57. //
  58. this.cmbPlineCode.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  59. this.cmbPlineCode.Location = new System.Drawing.Point(95, 39);
  60. this.cmbPlineCode.Margin = new System.Windows.Forms.Padding(4);
  61. this.cmbPlineCode.Name = "cmbPlineCode";
  62. this.cmbPlineCode.Size = new System.Drawing.Size(209, 24);
  63. this.cmbPlineCode.TabIndex = 2;
  64. //
  65. // ultraLabel1
  66. //
  67. appearance4.TextHAlignAsString = "Center";
  68. appearance4.TextVAlignAsString = "Middle";
  69. this.ultraLabel1.Appearance = appearance4;
  70. this.ultraLabel1.Enabled = false;
  71. this.ultraLabel1.Location = new System.Drawing.Point(13, 38);
  72. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
  73. this.ultraLabel1.Name = "ultraLabel1";
  74. this.ultraLabel1.Size = new System.Drawing.Size(85, 29);
  75. this.ultraLabel1.TabIndex = 6;
  76. this.ultraLabel1.Text = "产线";
  77. //
  78. // panel1
  79. //
  80. this.panel1.BackColor = System.Drawing.Color.LightSteelBlue;
  81. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  82. this.panel1.Controls.Add(this.ultraButton2);
  83. this.panel1.Controls.Add(this.ultraButton1);
  84. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  85. this.panel1.ForeColor = System.Drawing.SystemColors.ControlText;
  86. this.panel1.Location = new System.Drawing.Point(0, 106);
  87. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  88. this.panel1.Name = "panel1";
  89. this.panel1.Size = new System.Drawing.Size(345, 61);
  90. this.panel1.TabIndex = 3;
  91. //
  92. // ultraButton2
  93. //
  94. this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  95. this.ultraButton2.Location = new System.Drawing.Point(231, 18);
  96. this.ultraButton2.Margin = new System.Windows.Forms.Padding(4);
  97. this.ultraButton2.Name = "ultraButton2";
  98. this.ultraButton2.Size = new System.Drawing.Size(100, 29);
  99. this.ultraButton2.TabIndex = 1;
  100. this.ultraButton2.Text = "取消";
  101. //
  102. // ultraButton1
  103. //
  104. this.ultraButton1.DialogResult = System.Windows.Forms.DialogResult.OK;
  105. this.ultraButton1.Location = new System.Drawing.Point(110, 18);
  106. this.ultraButton1.Margin = new System.Windows.Forms.Padding(4);
  107. this.ultraButton1.Name = "ultraButton1";
  108. this.ultraButton1.Size = new System.Drawing.Size(100, 29);
  109. this.ultraButton1.TabIndex = 0;
  110. this.ultraButton1.Text = "确认";
  111. //
  112. // FrmChangePline
  113. //
  114. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  115. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  116. this.ClientSize = new System.Drawing.Size(345, 167);
  117. this.Controls.Add(this.groupBox1);
  118. this.Controls.Add(this.panel1);
  119. this.Name = "FrmChangePline";
  120. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  121. this.Text = "选择产线";
  122. this.Load += new System.EventHandler(this.FrmChangePline_Load);
  123. this.groupBox1.ResumeLayout(false);
  124. this.groupBox1.PerformLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.cmbPlineCode)).EndInit();
  126. this.panel1.ResumeLayout(false);
  127. this.ResumeLayout(false);
  128. }
  129. #endregion
  130. private System.Windows.Forms.GroupBox groupBox1;
  131. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbPlineCode;
  132. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  133. private System.Windows.Forms.Panel panel1;
  134. private Infragistics.Win.Misc.UltraButton ultraButton2;
  135. private Infragistics.Win.Misc.UltraButton ultraButton1;
  136. }
  137. }