ColUserName.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. namespace Core.StlMes.Client.ZGMil.ResultConrtrol
  2. {
  3. partial class ColUserName
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.uce = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  32. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  33. this.ultraGroupBox1.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.uce)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // ultraGroupBox1
  38. //
  39. this.ultraGroupBox1.Controls.Add(this.button1);
  40. this.ultraGroupBox1.Controls.Add(this.label1);
  41. this.ultraGroupBox1.Controls.Add(this.uce);
  42. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  44. this.ultraGroupBox1.Name = "ultraGroupBox1";
  45. this.ultraGroupBox1.Size = new System.Drawing.Size(265, 42);
  46. this.ultraGroupBox1.TabIndex = 3;
  47. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  48. //
  49. // button1
  50. //
  51. this.button1.Location = new System.Drawing.Point(181, 11);
  52. this.button1.Name = "button1";
  53. this.button1.Size = new System.Drawing.Size(75, 23);
  54. this.button1.TabIndex = 5;
  55. this.button1.Text = "确认";
  56. this.button1.UseVisualStyleBackColor = true;
  57. this.button1.Click += new System.EventHandler(this.button1_Click);
  58. //
  59. // label1
  60. //
  61. this.label1.AutoSize = true;
  62. this.label1.BackColor = System.Drawing.SystemColors.Control;
  63. this.label1.Location = new System.Drawing.Point(9, 15);
  64. this.label1.Name = "label1";
  65. this.label1.Size = new System.Drawing.Size(65, 12);
  66. this.label1.TabIndex = 4;
  67. this.label1.Text = "电子签名人";
  68. //
  69. // uce
  70. //
  71. this.uce.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  72. this.uce.Location = new System.Drawing.Point(77, 11);
  73. this.uce.Name = "uce";
  74. this.uce.Size = new System.Drawing.Size(90, 21);
  75. this.uce.TabIndex = 3;
  76. //
  77. // ColUserName
  78. //
  79. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  80. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  81. this.ClientSize = new System.Drawing.Size(265, 42);
  82. this.ControlBox = false;
  83. this.Controls.Add(this.ultraGroupBox1);
  84. this.MaximizeBox = false;
  85. this.MinimizeBox = false;
  86. this.Name = "ColUserName";
  87. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  88. this.Text = "电子签名";
  89. this.Load += new System.EventHandler(this.ColUserName_Load);
  90. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  91. this.ultraGroupBox1.ResumeLayout(false);
  92. this.ultraGroupBox1.PerformLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.uce)).EndInit();
  94. this.ResumeLayout(false);
  95. }
  96. #endregion
  97. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  98. private System.Windows.Forms.Button button1;
  99. private System.Windows.Forms.Label label1;
  100. private Infragistics.Win.UltraWinEditors.UltraComboEditor uce;
  101. }
  102. }