FrmPotArrivall.Designer.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmPotArrivall
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. this.cmbNoLadle = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.btnCancel = new System.Windows.Forms.Button();
  32. this.btnOK = new System.Windows.Forms.Button();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  35. ((System.ComponentModel.ISupportInitialize)(this.cmbNoLadle)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  37. this.ultraGroupBox1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // cmbNoLadle
  41. //
  42. appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  43. appearance1.BorderColor = System.Drawing.Color.Black;
  44. this.cmbNoLadle.Appearance = appearance1;
  45. this.cmbNoLadle.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  46. this.cmbNoLadle.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  47. this.cmbNoLadle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.cmbNoLadle.Location = new System.Drawing.Point(93, 15);
  49. this.cmbNoLadle.Name = "cmbNoLadle";
  50. this.cmbNoLadle.Size = new System.Drawing.Size(115, 19);
  51. this.cmbNoLadle.TabIndex = 281;
  52. this.cmbNoLadle.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  53. //
  54. // label1
  55. //
  56. this.label1.AutoSize = true;
  57. this.label1.Location = new System.Drawing.Point(23, 18);
  58. this.label1.Name = "label1";
  59. this.label1.Size = new System.Drawing.Size(65, 12);
  60. this.label1.TabIndex = 0;
  61. this.label1.Text = "在用钢包号";
  62. //
  63. // btnCancel
  64. //
  65. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  66. this.btnCancel.Location = new System.Drawing.Point(137, 61);
  67. this.btnCancel.Name = "btnCancel";
  68. this.btnCancel.Size = new System.Drawing.Size(60, 24);
  69. this.btnCancel.TabIndex = 15;
  70. this.btnCancel.Text = "取消";
  71. this.btnCancel.Click += new System.EventHandler(this.button4_Click);
  72. //
  73. // btnOK
  74. //
  75. this.btnOK.Location = new System.Drawing.Point(55, 61);
  76. this.btnOK.Name = "btnOK";
  77. this.btnOK.Size = new System.Drawing.Size(60, 24);
  78. this.btnOK.TabIndex = 14;
  79. this.btnOK.Text = "确定";
  80. this.btnOK.Click += new System.EventHandler(this.button5_Click);
  81. //
  82. // label2
  83. //
  84. this.label2.Location = new System.Drawing.Point(2, 44);
  85. this.label2.Name = "label2";
  86. this.label2.Size = new System.Drawing.Size(232, 12);
  87. this.label2.TabIndex = 0;
  88. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  89. //
  90. // ultraGroupBox1
  91. //
  92. this.ultraGroupBox1.Controls.Add(this.cmbNoLadle);
  93. this.ultraGroupBox1.Controls.Add(this.label2);
  94. this.ultraGroupBox1.Controls.Add(this.btnCancel);
  95. this.ultraGroupBox1.Controls.Add(this.label1);
  96. this.ultraGroupBox1.Controls.Add(this.btnOK);
  97. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  99. this.ultraGroupBox1.Name = "ultraGroupBox1";
  100. this.ultraGroupBox1.Size = new System.Drawing.Size(240, 107);
  101. this.ultraGroupBox1.TabIndex = 16;
  102. //
  103. // FrmPotArrivall
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.CancelButton = this.btnCancel;
  108. this.ClientSize = new System.Drawing.Size(240, 107);
  109. this.Controls.Add(this.ultraGroupBox1);
  110. this.MaximizeBox = false;
  111. this.MinimizeBox = false;
  112. this.Name = "FrmPotArrivall";
  113. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  114. this.Text = "钢包到达";
  115. this.Load += new System.EventHandler(this.FrmPotArrivall_Load);
  116. ((System.ComponentModel.ISupportInitialize)(this.cmbNoLadle)).EndInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  118. this.ultraGroupBox1.ResumeLayout(false);
  119. this.ultraGroupBox1.PerformLayout();
  120. this.ResumeLayout(false);
  121. }
  122. #endregion
  123. private System.Windows.Forms.Label label1;
  124. private System.Windows.Forms.Button btnCancel;
  125. private System.Windows.Forms.Button btnOK;
  126. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbNoLadle;
  127. private System.Windows.Forms.Label label2;
  128. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  129. }
  130. }