革博士程序V1仓库
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
6.1 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(3, 239);
  42. this.uiComboBox1.MinimumSize = new System.Drawing.Size(42, 0);
  43. this.uiComboBox1.Name = "uiComboBox1";
  44. this.uiComboBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  45. this.uiComboBox1.Size = new System.Drawing.Size(69, 19);
  46. this.uiComboBox1.TabIndex = 0;
  47. this.uiComboBox1.Text = "uiComboBox1";
  48. this.uiComboBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  49. this.uiComboBox1.Watermark = "";
  50. this.uiComboBox1.SelectedIndexChanged += new System.EventHandler(this.uiComboBox1_SelectedIndexChanged);
  51. //
  52. // uiCheckBox1
  53. //
  54. this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  55. this.uiCheckBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.uiCheckBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  57. this.uiCheckBox1.Location = new System.Drawing.Point(83, 241);
  58. this.uiCheckBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  59. this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
  60. this.uiCheckBox1.Name = "uiCheckBox1";
  61. this.uiCheckBox1.Size = new System.Drawing.Size(63, 19);
  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(137, 239);
  72. this.lblLocation.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  73. this.lblLocation.Name = "lblLocation";
  74. this.lblLocation.Size = new System.Drawing.Size(73, 21);
  75. this.lblLocation.TabIndex = 3;
  76. this.lblLocation.Text = "uiLabel1";
  77. this.lblLocation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  78. //
  79. // ucImageView1
  80. //
  81. this.ucImageView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  82. | System.Windows.Forms.AnchorStyles.Left)
  83. | System.Windows.Forms.AnchorStyles.Right)));
  84. this.ucImageView1.Location = new System.Drawing.Point(1, 1);
  85. this.ucImageView1.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
  86. this.ucImageView1.Name = "ucImageView1";
  87. this.ucImageView1.Size = new System.Drawing.Size(245, 233);
  88. this.ucImageView1.TabIndex = 2;
  89. this.ucImageView1.Load += new System.EventHandler(this.ucImageView1_Load);
  90. //
  91. // UIDefectImage
  92. //
  93. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  94. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  95. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  96. this.Controls.Add(this.lblLocation);
  97. this.Controls.Add(this.uiComboBox1);
  98. this.Controls.Add(this.uiCheckBox1);
  99. this.Controls.Add(this.ucImageView1);
  100. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  101. this.Name = "UIDefectImage";
  102. this.Size = new System.Drawing.Size(248, 261);
  103. this.ResumeLayout(false);
  104. this.PerformLayout();
  105. }
  106. #endregion
  107. private Sunny.UI.UIComboBox uiComboBox1;
  108. private Sunny.UI.UICheckBox uiCheckBox1;
  109. private UCImageView ucImageView1;
  110. private Sunny.UI.UILabel lblLocation;
  111. }
  112. }