ZbsChoiceFrm.Designer.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. namespace Core.StlMes.Client.Judge.Forms
  2. {
  3. partial class ZbsChoiceFrm
  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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZbsChoiceFrm));
  31. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  32. this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  33. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  34. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // ultraLabel1
  38. //
  39. this.ultraLabel1.AutoSize = true;
  40. this.ultraLabel1.Location = new System.Drawing.Point(40, 32);
  41. this.ultraLabel1.Name = "ultraLabel1";
  42. this.ultraLabel1.Size = new System.Drawing.Size(114, 19);
  43. this.ultraLabel1.TabIndex = 0;
  44. this.ultraLabel1.Text = "质保书打印方式";
  45. //
  46. // ultraComboEditor2
  47. //
  48. this.ultraComboEditor2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  49. valueListItem1.DataValue = "1";
  50. valueListItem1.DisplayText = "自动选择";
  51. valueListItem2.DataValue = "2";
  52. valueListItem2.DisplayText = "强制老系统";
  53. this.ultraComboEditor2.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  54. valueListItem1,
  55. valueListItem2});
  56. this.ultraComboEditor2.Location = new System.Drawing.Point(160, 29);
  57. this.ultraComboEditor2.Name = "ultraComboEditor2";
  58. this.ultraComboEditor2.Size = new System.Drawing.Size(144, 24);
  59. this.ultraComboEditor2.TabIndex = 1;
  60. //
  61. // ultraButton1
  62. //
  63. this.ultraButton1.Location = new System.Drawing.Point(325, 27);
  64. this.ultraButton1.Name = "ultraButton1";
  65. this.ultraButton1.Size = new System.Drawing.Size(70, 30);
  66. this.ultraButton1.TabIndex = 2;
  67. this.ultraButton1.Text = "确定";
  68. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  69. //
  70. // ZbsChoiceFrm
  71. //
  72. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  73. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  74. this.ClientSize = new System.Drawing.Size(446, 94);
  75. this.Controls.Add(this.ultraButton1);
  76. this.Controls.Add(this.ultraComboEditor2);
  77. this.Controls.Add(this.ultraLabel1);
  78. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  79. this.Name = "ZbsChoiceFrm";
  80. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  81. this.Text = "质保书打印选择";
  82. this.Load += new System.EventHandler(this.ZbsChoiceFrm_Load);
  83. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
  84. this.ResumeLayout(false);
  85. this.PerformLayout();
  86. }
  87. #endregion
  88. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  89. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
  90. private Infragistics.Win.Misc.UltraButton ultraButton1;
  91. }
  92. }