版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

112 řádky
5.3 KiB

  1. namespace AssistClient.UI
  2. {
  3. partial class UISmallPic
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UISmallPic));
  29. this.picBox = new System.Windows.Forms.PictureBox();
  30. this.lbName = new System.Windows.Forms.Label();
  31. this.lbIndex = new System.Windows.Forms.Label();
  32. this.lbSor = new System.Windows.Forms.Label();
  33. ((System.ComponentModel.ISupportInitialize)(this.picBox)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // picBox
  37. //
  38. this.picBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  39. | System.Windows.Forms.AnchorStyles.Left)
  40. | System.Windows.Forms.AnchorStyles.Right)));
  41. this.picBox.Image = ((System.Drawing.Image)(resources.GetObject("picBox.Image")));
  42. this.picBox.Location = new System.Drawing.Point(5, 4);
  43. this.picBox.Name = "picBox";
  44. this.picBox.Size = new System.Drawing.Size(595, 457);
  45. this.picBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  46. this.picBox.TabIndex = 0;
  47. this.picBox.TabStop = false;
  48. this.picBox.DoubleClick += new System.EventHandler(this.picBox_DoubleClick);
  49. //
  50. // lbName
  51. //
  52. this.lbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  53. | System.Windows.Forms.AnchorStyles.Right)));
  54. this.lbName.AutoSize = true;
  55. this.lbName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.lbName.Location = new System.Drawing.Point(284, 464);
  57. this.lbName.Name = "lbName";
  58. this.lbName.Size = new System.Drawing.Size(42, 21);
  59. this.lbName.TabIndex = 1;
  60. this.lbName.Text = "堵孔";
  61. //
  62. // lbIndex
  63. //
  64. this.lbIndex.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  65. this.lbIndex.AutoSize = true;
  66. this.lbIndex.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.lbIndex.Location = new System.Drawing.Point(17, 464);
  68. this.lbIndex.Name = "lbIndex";
  69. this.lbIndex.Size = new System.Drawing.Size(71, 21);
  70. this.lbIndex.TabIndex = 2;
  71. this.lbIndex.Text = "100-500";
  72. //
  73. // lbSor
  74. //
  75. this.lbSor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  76. this.lbSor.AutoSize = true;
  77. this.lbSor.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.lbSor.Location = new System.Drawing.Point(524, 464);
  79. this.lbSor.Name = "lbSor";
  80. this.lbSor.Size = new System.Drawing.Size(50, 21);
  81. this.lbSor.TabIndex = 3;
  82. this.lbSor.Text = "0.999";
  83. //
  84. // UISmallPic
  85. //
  86. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  87. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  88. this.BackColor = System.Drawing.SystemColors.Highlight;
  89. this.Controls.Add(this.lbSor);
  90. this.Controls.Add(this.lbIndex);
  91. this.Controls.Add(this.lbName);
  92. this.Controls.Add(this.picBox);
  93. this.Name = "UISmallPic";
  94. this.Size = new System.Drawing.Size(603, 494);
  95. ((System.ComponentModel.ISupportInitialize)(this.picBox)).EndInit();
  96. this.ResumeLayout(false);
  97. this.PerformLayout();
  98. }
  99. #endregion
  100. private System.Windows.Forms.PictureBox picBox;
  101. private System.Windows.Forms.Label lbName;
  102. private System.Windows.Forms.Label lbIndex;
  103. private System.Windows.Forms.Label lbSor;
  104. }
  105. }