| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- namespace Core.StlMes.Client.Judge.Forms
- {
- partial class ZbsChoiceFrm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZbsChoiceFrm));
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
- this.SuspendLayout();
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(40, 32);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(114, 19);
- this.ultraLabel1.TabIndex = 0;
- this.ultraLabel1.Text = "质保书打印方式";
- //
- // ultraComboEditor2
- //
- this.ultraComboEditor2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem1.DataValue = "1";
- valueListItem1.DisplayText = "自动选择";
- valueListItem2.DataValue = "2";
- valueListItem2.DisplayText = "强制老系统";
- this.ultraComboEditor2.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem1,
- valueListItem2});
- this.ultraComboEditor2.Location = new System.Drawing.Point(160, 29);
- this.ultraComboEditor2.Name = "ultraComboEditor2";
- this.ultraComboEditor2.Size = new System.Drawing.Size(144, 24);
- this.ultraComboEditor2.TabIndex = 1;
- //
- // ultraButton1
- //
- this.ultraButton1.Location = new System.Drawing.Point(325, 27);
- this.ultraButton1.Name = "ultraButton1";
- this.ultraButton1.Size = new System.Drawing.Size(70, 30);
- this.ultraButton1.TabIndex = 2;
- this.ultraButton1.Text = "确定";
- this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
- //
- // ZbsChoiceFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(446, 94);
- this.Controls.Add(this.ultraButton1);
- this.Controls.Add(this.ultraComboEditor2);
- this.Controls.Add(this.ultraLabel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "ZbsChoiceFrm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "质保书打印选择";
- this.Load += new System.EventHandler(this.ZbsChoiceFrm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
- private Infragistics.Win.Misc.UltraButton ultraButton1;
- }
- }
|