FrmSetSteelName.designer.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. namespace Core.LgMes.Client.LgResMgt
  2. {
  3. partial class FrmSetSteelName
  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. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  29. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  30. this.comboBox1 = new System.Windows.Forms.ComboBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.comboBox2 = new System.Windows.Forms.ComboBox();
  34. this.SuspendLayout();
  35. //
  36. // ultraLabel1
  37. //
  38. this.ultraLabel1.Location = new System.Drawing.Point(14, 12);
  39. this.ultraLabel1.Name = "ultraLabel1";
  40. this.ultraLabel1.Size = new System.Drawing.Size(57, 16);
  41. this.ultraLabel1.TabIndex = 0;
  42. this.ultraLabel1.Text = "牌号类型";
  43. //
  44. // ultraLabel2
  45. //
  46. this.ultraLabel2.Location = new System.Drawing.Point(14, 40);
  47. this.ultraLabel2.Name = "ultraLabel2";
  48. this.ultraLabel2.Size = new System.Drawing.Size(57, 16);
  49. this.ultraLabel2.TabIndex = 1;
  50. this.ultraLabel2.Text = "牌号名称";
  51. //
  52. // comboBox1
  53. //
  54. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  55. this.comboBox1.FormattingEnabled = true;
  56. this.comboBox1.Location = new System.Drawing.Point(73, 8);
  57. this.comboBox1.Name = "comboBox1";
  58. this.comboBox1.Size = new System.Drawing.Size(107, 20);
  59. this.comboBox1.TabIndex = 2;
  60. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  61. //
  62. // button1
  63. //
  64. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
  65. this.button1.Location = new System.Drawing.Point(28, 66);
  66. this.button1.Name = "button1";
  67. this.button1.Size = new System.Drawing.Size(56, 24);
  68. this.button1.TabIndex = 4;
  69. this.button1.Text = "确定";
  70. this.button1.UseVisualStyleBackColor = false;
  71. this.button1.Click += new System.EventHandler(this.button1_Click);
  72. //
  73. // button2
  74. //
  75. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
  76. this.button2.Location = new System.Drawing.Point(112, 66);
  77. this.button2.Name = "button2";
  78. this.button2.Size = new System.Drawing.Size(56, 24);
  79. this.button2.TabIndex = 5;
  80. this.button2.Text = "取消";
  81. this.button2.UseVisualStyleBackColor = false;
  82. this.button2.Click += new System.EventHandler(this.button2_Click);
  83. //
  84. // comboBox2
  85. //
  86. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  87. this.comboBox2.FormattingEnabled = true;
  88. this.comboBox2.Location = new System.Drawing.Point(73, 34);
  89. this.comboBox2.Name = "comboBox2";
  90. this.comboBox2.Size = new System.Drawing.Size(107, 20);
  91. this.comboBox2.TabIndex = 6;
  92. //
  93. // FrmSetSteelName
  94. //
  95. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  96. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  97. this.BackColor = System.Drawing.Color.LightSteelBlue;
  98. this.ClientSize = new System.Drawing.Size(196, 99);
  99. this.Controls.Add(this.comboBox2);
  100. this.Controls.Add(this.button2);
  101. this.Controls.Add(this.button1);
  102. this.Controls.Add(this.comboBox1);
  103. this.Controls.Add(this.ultraLabel2);
  104. this.Controls.Add(this.ultraLabel1);
  105. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  106. this.MaximizeBox = false;
  107. this.MinimizeBox = false;
  108. this.Name = "FrmSetSteelName";
  109. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  110. this.Text = "设置牌号名称";
  111. this.Load += new System.EventHandler(this.FrmSetSteelName_Load);
  112. this.ResumeLayout(false);
  113. }
  114. #endregion
  115. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  116. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  117. private System.Windows.Forms.ComboBox comboBox1;
  118. private System.Windows.Forms.Button button1;
  119. private System.Windows.Forms.Button button2;
  120. private System.Windows.Forms.ComboBox comboBox2;
  121. }
  122. }