革博士程序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.

113 line
5.6 KiB

  1. namespace LeatherApp.UIExtend
  2. {
  3. partial class UIDefectImage
  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.lblLocation = new Sunny.UI.UILabel();
  31. this.ucImageView1 = new LeatherApp.UIExtend.UCImageView();
  32. this.SuspendLayout();
  33. //
  34. // uiComboBox1
  35. //
  36. this.uiComboBox1.DataSource = null;
  37. this.uiComboBox1.FillColor = System.Drawing.Color.White;
  38. this.uiComboBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.uiComboBox1.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  40. this.uiComboBox1.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  41. this.uiComboBox1.Location = new System.Drawing.Point(4, 359);
  42. this.uiComboBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  43. this.uiComboBox1.MinimumSize = new System.Drawing.Size(63, 0);
  44. this.uiComboBox1.Name = "uiComboBox1";
  45. this.uiComboBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  46. this.uiComboBox1.Size = new System.Drawing.Size(104, 29);
  47. this.uiComboBox1.TabIndex = 0;
  48. this.uiComboBox1.Text = "uiComboBox1";
  49. this.uiComboBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  50. this.uiComboBox1.Watermark = "";
  51. this.uiComboBox1.SelectedIndexChanged += new System.EventHandler(this.uiComboBox1_SelectedIndexChanged);
  52. //
  53. // uiCheckBox1
  54. //
  55. this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  56. this.uiCheckBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.uiCheckBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  58. this.uiCheckBox1.Location = new System.Drawing.Point(125, 361);
  59. this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
  60. this.uiCheckBox1.Name = "uiCheckBox1";
  61. this.uiCheckBox1.Size = new System.Drawing.Size(94, 29);
  62. this.uiCheckBox1.TabIndex = 1;
  63. this.uiCheckBox1.Text = "忽略";
  64. //
  65. // lblLocation
  66. //
  67. this.lblLocation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  68. this.lblLocation.AutoSize = true;
  69. this.lblLocation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.lblLocation.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  71. this.lblLocation.Location = new System.Drawing.Point(206, 359);
  72. this.lblLocation.Name = "lblLocation";
  73. this.lblLocation.Size = new System.Drawing.Size(109, 31);
  74. this.lblLocation.TabIndex = 3;
  75. this.lblLocation.Text = "uiLabel1";
  76. this.lblLocation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  77. //
  78. // ucImageView1
  79. //
  80. this.ucImageView1.Location = new System.Drawing.Point(2, 2);
  81. this.ucImageView1.Name = "ucImageView1";
  82. this.ucImageView1.Size = new System.Drawing.Size(367, 350);
  83. this.ucImageView1.TabIndex = 2;
  84. this.ucImageView1.Load += new System.EventHandler(this.ucImageView1_Load);
  85. //
  86. // UIDefectImage
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  91. this.Controls.Add(this.lblLocation);
  92. this.Controls.Add(this.uiComboBox1);
  93. this.Controls.Add(this.uiCheckBox1);
  94. this.Controls.Add(this.ucImageView1);
  95. this.Name = "UIDefectImage";
  96. this.Size = new System.Drawing.Size(372, 392);
  97. this.ResumeLayout(false);
  98. this.PerformLayout();
  99. }
  100. #endregion
  101. private Sunny.UI.UIComboBox uiComboBox1;
  102. private Sunny.UI.UICheckBox uiCheckBox1;
  103. private UCImageView ucImageView1;
  104. private Sunny.UI.UILabel lblLocation;
  105. }
  106. }