革博士程序V1仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
3.4 KiB

  1. namespace LeatherApp.UIExtend
  2. {
  3. partial class UIDefectEdit
  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.uiComboBox1 = new Sunny.UI.UIComboBox();
  29. this.uiCheckBox1 = new Sunny.UI.UICheckBox();
  30. this.SuspendLayout();
  31. //
  32. // uiComboBox1
  33. //
  34. this.uiComboBox1.DataSource = null;
  35. this.uiComboBox1.FillColor = System.Drawing.Color.White;
  36. this.uiComboBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  37. this.uiComboBox1.Location = new System.Drawing.Point(2, 2);
  38. this.uiComboBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  39. this.uiComboBox1.MinimumSize = new System.Drawing.Size(63, 0);
  40. this.uiComboBox1.Name = "uiComboBox1";
  41. this.uiComboBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  42. this.uiComboBox1.Size = new System.Drawing.Size(150, 29);
  43. this.uiComboBox1.TabIndex = 0;
  44. this.uiComboBox1.Text = "uiComboBox1";
  45. this.uiComboBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  46. this.uiComboBox1.Watermark = "";
  47. this.uiComboBox1.SelectedIndexChanged += new System.EventHandler(this.uiComboBox1_SelectedIndexChanged);
  48. //
  49. // uiCheckBox1
  50. //
  51. this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  52. this.uiCheckBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.uiCheckBox1.Location = new System.Drawing.Point(160, 1);
  54. this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
  55. this.uiCheckBox1.Name = "uiCheckBox1";
  56. this.uiCheckBox1.Size = new System.Drawing.Size(150, 29);
  57. this.uiCheckBox1.TabIndex = 1;
  58. this.uiCheckBox1.Text = "忽略";
  59. //
  60. // UIDefectEdit
  61. //
  62. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  63. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  64. this.Controls.Add(this.uiCheckBox1);
  65. this.Controls.Add(this.uiComboBox1);
  66. this.Name = "UIDefectEdit";
  67. this.Size = new System.Drawing.Size(245, 34);
  68. this.ResumeLayout(false);
  69. }
  70. #endregion
  71. private Sunny.UI.UIComboBox uiComboBox1;
  72. private Sunny.UI.UICheckBox uiCheckBox1;
  73. }
  74. }