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.

214 lines
11 KiB

1 month ago
  1. namespace ShenTun.ImageCollection.AForgeCamera
  2. {
  3. partial class FrmImageList
  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.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  32. this.btnLoad = new System.Windows.Forms.ToolStripButton();
  33. this.btnPre = new System.Windows.Forms.ToolStripButton();
  34. this.btnNext = new System.Windows.Forms.ToolStripButton();
  35. this.lvList = new System.Windows.Forms.ListView();
  36. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  37. this.smallList = new System.Windows.Forms.ImageList(this.components);
  38. this.imageEdit1 = new ShenTun.ImageCollection.AForgeCamera.ImageEdit();
  39. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  40. this.splitContainer1.Panel1.SuspendLayout();
  41. this.splitContainer1.Panel2.SuspendLayout();
  42. this.splitContainer1.SuspendLayout();
  43. this.tableLayoutPanel1.SuspendLayout();
  44. this.toolStrip1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // splitContainer1
  48. //
  49. this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
  50. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  52. this.splitContainer1.Name = "splitContainer1";
  53. //
  54. // splitContainer1.Panel1
  55. //
  56. this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
  57. this.splitContainer1.Panel1Collapsed = true;
  58. //
  59. // splitContainer1.Panel2
  60. //
  61. this.splitContainer1.Panel2.Controls.Add(this.progressBar1);
  62. this.splitContainer1.Panel2.Controls.Add(this.imageEdit1);
  63. this.splitContainer1.Size = new System.Drawing.Size(1366, 768);
  64. this.splitContainer1.SplitterDistance = 300;
  65. this.splitContainer1.SplitterWidth = 10;
  66. this.splitContainer1.TabIndex = 0;
  67. //
  68. // tableLayoutPanel1
  69. //
  70. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  71. this.tableLayoutPanel1.ColumnCount = 1;
  72. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  73. this.tableLayoutPanel1.Controls.Add(this.toolStrip1, 0, 0);
  74. this.tableLayoutPanel1.Controls.Add(this.lvList, 0, 1);
  75. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  77. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  78. this.tableLayoutPanel1.RowCount = 2;
  79. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  80. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  81. this.tableLayoutPanel1.Size = new System.Drawing.Size(300, 768);
  82. this.tableLayoutPanel1.TabIndex = 0;
  83. //
  84. // toolStrip1
  85. //
  86. this.toolStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  87. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.toolStrip1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(48, 48);
  90. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  91. this.btnLoad,
  92. this.btnPre,
  93. this.btnNext});
  94. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  95. this.toolStrip1.Name = "toolStrip1";
  96. this.toolStrip1.Size = new System.Drawing.Size(300, 100);
  97. this.toolStrip1.TabIndex = 0;
  98. this.toolStrip1.Text = "toolStrip1";
  99. //
  100. // btnLoad
  101. //
  102. this.btnLoad.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.MaterialSymbolsArmingCountdownOutlineRounded;
  103. this.btnLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
  104. this.btnLoad.Name = "btnLoad";
  105. this.btnLoad.Size = new System.Drawing.Size(128, 94);
  106. this.btnLoad.Text = "加载图片";
  107. this.btnLoad.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  108. this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
  109. //
  110. // btnPre
  111. //
  112. this.btnPre.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.MaterialSymbolsArrowBackIosNewRounded;
  113. this.btnPre.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.btnPre.Name = "btnPre";
  115. this.btnPre.Size = new System.Drawing.Size(100, 94);
  116. this.btnPre.Text = "上一张";
  117. this.btnPre.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  118. this.btnPre.Click += new System.EventHandler(this.btnPre_Click);
  119. //
  120. // btnNext
  121. //
  122. this.btnNext.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.MaterialSymbolsArrowForwardIos;
  123. this.btnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
  124. this.btnNext.Name = "btnNext";
  125. this.btnNext.Size = new System.Drawing.Size(100, 80);
  126. this.btnNext.Text = "下一张";
  127. this.btnNext.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  128. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  129. //
  130. // lvList
  131. //
  132. this.lvList.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.lvList.FullRowSelect = true;
  134. this.lvList.HideSelection = false;
  135. this.lvList.Location = new System.Drawing.Point(3, 103);
  136. this.lvList.Name = "lvList";
  137. this.lvList.Size = new System.Drawing.Size(294, 662);
  138. this.lvList.TabIndex = 1;
  139. this.lvList.UseCompatibleStateImageBehavior = false;
  140. this.lvList.DoubleClick += new System.EventHandler(this.lvList_DoubleClick);
  141. //
  142. // progressBar1
  143. //
  144. this.progressBar1.BackColor = System.Drawing.Color.White;
  145. this.progressBar1.Location = new System.Drawing.Point(84, 370);
  146. this.progressBar1.Name = "progressBar1";
  147. this.progressBar1.Size = new System.Drawing.Size(651, 56);
  148. this.progressBar1.TabIndex = 1;
  149. this.progressBar1.Visible = false;
  150. //
  151. // smallList
  152. //
  153. this.smallList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  154. this.smallList.ImageSize = new System.Drawing.Size(48, 48);
  155. this.smallList.TransparentColor = System.Drawing.Color.Transparent;
  156. //
  157. // imageEdit1
  158. //
  159. this.imageEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  160. | System.Windows.Forms.AnchorStyles.Left)
  161. | System.Windows.Forms.AnchorStyles.Right)));
  162. this.imageEdit1.BackColor = System.Drawing.Color.White;
  163. this.imageEdit1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.imageEdit1.Location = new System.Drawing.Point(4, 4);
  165. this.imageEdit1.Margin = new System.Windows.Forms.Padding(4);
  166. this.imageEdit1.Name = "imageEdit1";
  167. this.imageEdit1.Size = new System.Drawing.Size(1352, 764);
  168. this.imageEdit1.TabIndex = 2;
  169. //
  170. // FrmImageList
  171. //
  172. this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 28F);
  173. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  174. this.BackColor = System.Drawing.SystemColors.ControlLightLight;
  175. this.ClientSize = new System.Drawing.Size(1366, 768);
  176. this.ControlBox = false;
  177. this.Controls.Add(this.splitContainer1);
  178. this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  180. this.Margin = new System.Windows.Forms.Padding(4);
  181. this.Name = "FrmImageList";
  182. this.ShowIcon = false;
  183. this.ShowInTaskbar = false;
  184. this.Text = "FrmImageList";
  185. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  186. this.Load += new System.EventHandler(this.FrmImageList_Load);
  187. this.splitContainer1.Panel1.ResumeLayout(false);
  188. this.splitContainer1.Panel2.ResumeLayout(false);
  189. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  190. this.splitContainer1.ResumeLayout(false);
  191. this.tableLayoutPanel1.ResumeLayout(false);
  192. this.tableLayoutPanel1.PerformLayout();
  193. this.toolStrip1.ResumeLayout(false);
  194. this.toolStrip1.PerformLayout();
  195. this.ResumeLayout(false);
  196. }
  197. #endregion
  198. private System.Windows.Forms.SplitContainer splitContainer1;
  199. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  200. private System.Windows.Forms.ToolStrip toolStrip1;
  201. private System.Windows.Forms.ToolStripButton btnLoad;
  202. private System.Windows.Forms.ToolStripButton btnPre;
  203. private System.Windows.Forms.ToolStripButton btnNext;
  204. private System.Windows.Forms.ListView lvList;
  205. private System.Windows.Forms.ImageList smallList;
  206. private System.Windows.Forms.ProgressBar progressBar1;
  207. private ImageEdit imageEdit1;
  208. }
  209. }