| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- namespace Core.StlMes.Client.Lims.Resource
- {
- partial class PublicUltraClass
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
- this.ultraCLASS = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCLASS)).BeginInit();
- this.SuspendLayout();
- //
- // ultraCLASS
- //
- this.ultraCLASS.Dock = System.Windows.Forms.DockStyle.Fill;
- valueListItem15.DataValue = "0";
- valueListItem15.DisplayText = "甲";
- valueListItem16.DataValue = "1";
- valueListItem16.DisplayText = "乙";
- valueListItem17.DataValue = "2";
- valueListItem17.DisplayText = "丙";
- valueListItem18.DataValue = "3";
- valueListItem18.DisplayText = "丁";
- this.ultraCLASS.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem15,
- valueListItem16,
- valueListItem17,
- valueListItem18});
- this.ultraCLASS.Location = new System.Drawing.Point(0, 0);
- this.ultraCLASS.Name = "ultraCLASS";
- this.ultraCLASS.Size = new System.Drawing.Size(79, 21);
- this.ultraCLASS.TabIndex = 125;
- //
- // PublicUltraClass
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.ultraCLASS);
- this.Name = "PublicUltraClass";
- this.Size = new System.Drawing.Size(79, 21);
- ((System.ComponentModel.ISupportInitialize)(this.ultraCLASS)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraCLASS;
- }
- }
|