革博士V2程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

187 satır
10 KiB

  1. namespace GeBoShi.UI.InageShow
  2. {
  3. partial class ImageShowFrm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  30. this.btnOK = new CCWin.SkinControl.SkinButton();
  31. this.btnSkip = new CCWin.SkinControl.SkinButton();
  32. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  35. this.label1 = new System.Windows.Forms.Label();
  36. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  37. this.splitContainer1.Panel1.SuspendLayout();
  38. this.splitContainer1.Panel2.SuspendLayout();
  39. this.splitContainer1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // uiTitel1
  44. //
  45. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  46. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  47. this.uiTitel1.FatherForm = null;
  48. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  49. this.uiTitel1.Name = "uiTitel1";
  50. this.uiTitel1.Size = new System.Drawing.Size(1067, 48);
  51. this.uiTitel1.TabIndex = 38;
  52. //
  53. // btnOK
  54. //
  55. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  56. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  57. this.btnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  58. this.btnOK.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  59. this.btnOK.ControlState = CCWin.SkinClass.ControlState.Normal;
  60. this.btnOK.DownBack = null;
  61. this.btnOK.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.btnOK.ForeColor = System.Drawing.SystemColors.ControlText;
  63. this.btnOK.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  64. this.btnOK.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  65. this.btnOK.Location = new System.Drawing.Point(297, 674);
  66. this.btnOK.MouseBack = null;
  67. this.btnOK.Name = "btnOK";
  68. this.btnOK.NormlBack = null;
  69. this.btnOK.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  70. this.btnOK.Size = new System.Drawing.Size(160, 47);
  71. this.btnOK.TabIndex = 99;
  72. this.btnOK.Text = "确认";
  73. this.btnOK.UseVisualStyleBackColor = false;
  74. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  75. //
  76. // btnSkip
  77. //
  78. this.btnSkip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  79. this.btnSkip.BackColor = System.Drawing.Color.Transparent;
  80. this.btnSkip.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  81. this.btnSkip.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  82. this.btnSkip.ControlState = CCWin.SkinClass.ControlState.Normal;
  83. this.btnSkip.DownBack = null;
  84. this.btnSkip.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.btnSkip.ForeColor = System.Drawing.SystemColors.ControlText;
  86. this.btnSkip.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  87. this.btnSkip.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  88. this.btnSkip.Location = new System.Drawing.Point(613, 674);
  89. this.btnSkip.MouseBack = null;
  90. this.btnSkip.Name = "btnSkip";
  91. this.btnSkip.NormlBack = null;
  92. this.btnSkip.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  93. this.btnSkip.Size = new System.Drawing.Size(160, 47);
  94. this.btnSkip.TabIndex = 100;
  95. this.btnSkip.Text = "全部忽略";
  96. this.btnSkip.UseVisualStyleBackColor = false;
  97. this.btnSkip.Click += new System.EventHandler(this.btnSkip_Click);
  98. //
  99. // splitContainer1
  100. //
  101. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  102. | System.Windows.Forms.AnchorStyles.Left)
  103. | System.Windows.Forms.AnchorStyles.Right)));
  104. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  105. this.splitContainer1.Location = new System.Drawing.Point(0, 50);
  106. this.splitContainer1.Name = "splitContainer1";
  107. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  108. //
  109. // splitContainer1.Panel1
  110. //
  111. this.splitContainer1.Panel1.Controls.Add(this.pictureBox1);
  112. //
  113. // splitContainer1.Panel2
  114. //
  115. this.splitContainer1.Panel2.Controls.Add(this.flowLayoutPanel1);
  116. this.splitContainer1.Size = new System.Drawing.Size(1067, 606);
  117. this.splitContainer1.SplitterDistance = 174;
  118. this.splitContainer1.TabIndex = 101;
  119. //
  120. // pictureBox1
  121. //
  122. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  124. this.pictureBox1.Name = "pictureBox1";
  125. this.pictureBox1.Size = new System.Drawing.Size(1067, 174);
  126. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  127. this.pictureBox1.TabIndex = 0;
  128. this.pictureBox1.TabStop = false;
  129. //
  130. // flowLayoutPanel1
  131. //
  132. this.flowLayoutPanel1.AutoScroll = true;
  133. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  135. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  136. this.flowLayoutPanel1.Size = new System.Drawing.Size(1067, 428);
  137. this.flowLayoutPanel1.TabIndex = 41;
  138. //
  139. // label1
  140. //
  141. this.label1.AutoSize = true;
  142. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  143. this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  145. this.label1.Location = new System.Drawing.Point(292, 9);
  146. this.label1.Name = "label1";
  147. this.label1.Size = new System.Drawing.Size(69, 27);
  148. this.label1.TabIndex = 102;
  149. this.label1.Text = "label1";
  150. //
  151. // ImageShowFrm
  152. //
  153. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  154. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  155. this.ClientSize = new System.Drawing.Size(1067, 733);
  156. this.Controls.Add(this.label1);
  157. this.Controls.Add(this.splitContainer1);
  158. this.Controls.Add(this.btnSkip);
  159. this.Controls.Add(this.btnOK);
  160. this.Controls.Add(this.uiTitel1);
  161. this.Name = "ImageShowFrm";
  162. this.Text = "二次判定";
  163. this.Load += new System.EventHandler(this.ImageShowFrm_Load);
  164. this.splitContainer1.Panel1.ResumeLayout(false);
  165. this.splitContainer1.Panel2.ResumeLayout(false);
  166. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  167. this.splitContainer1.ResumeLayout(false);
  168. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  169. this.ResumeLayout(false);
  170. this.PerformLayout();
  171. }
  172. #endregion
  173. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  174. private CCWin.SkinControl.SkinButton btnOK;
  175. private CCWin.SkinControl.SkinButton btnSkip;
  176. private System.Windows.Forms.SplitContainer splitContainer1;
  177. private System.Windows.Forms.PictureBox pictureBox1;
  178. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  179. private System.Windows.Forms.Label label1;
  180. }
  181. }