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.

293 lines
16 KiB

1 month ago
  1. namespace ShenTun.ImageCollection.Common
  2. {
  3. partial class ImageView
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  31. this.ImageBox = new System.Windows.Forms.Panel();
  32. this.clipPanel = new Customize.Controls.ExtendedPanel();
  33. this.btnList = new System.Windows.Forms.ToolStripButton();
  34. this.btnSave = new System.Windows.Forms.ToolStripButton();
  35. this.btnClose = new System.Windows.Forms.ToolStripButton();
  36. this.reset = new System.Windows.Forms.ToolStripButton();
  37. this.rotaLeft = new System.Windows.Forms.ToolStripButton();
  38. this.roatRight = new System.Windows.Forms.ToolStripButton();
  39. this.mirror = new System.Windows.Forms.ToolStripButton();
  40. this.vertical = new System.Windows.Forms.ToolStripButton();
  41. this.rota90 = new System.Windows.Forms.ToolStripButton();
  42. this.rota180 = new System.Windows.Forms.ToolStripButton();
  43. this.clip = new System.Windows.Forms.ToolStripButton();
  44. this.textImport = new System.Windows.Forms.ToolStripButton();
  45. this.pictureBox = new System.Windows.Forms.PictureBox();
  46. this.tableLayoutPanel1.SuspendLayout();
  47. this.toolStrip1.SuspendLayout();
  48. this.ImageBox.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // tableLayoutPanel1
  53. //
  54. this.tableLayoutPanel1.ColumnCount = 8;
  55. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  56. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  57. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  58. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  59. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  60. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 12F));
  61. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  62. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 28F));
  63. this.tableLayoutPanel1.Controls.Add(this.toolStrip1, 0, 0);
  64. this.tableLayoutPanel1.Controls.Add(this.ImageBox, 0, 1);
  65. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  67. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
  68. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  69. this.tableLayoutPanel1.RowCount = 3;
  70. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  71. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  72. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
  73. this.tableLayoutPanel1.Size = new System.Drawing.Size(1280, 768);
  74. this.tableLayoutPanel1.TabIndex = 1;
  75. //
  76. // toolStrip1
  77. //
  78. this.toolStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  79. this.tableLayoutPanel1.SetColumnSpan(this.toolStrip1, 8);
  80. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.toolStrip1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(48, 48);
  83. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  84. this.btnList,
  85. this.btnSave,
  86. this.btnClose,
  87. this.toolStripSeparator1,
  88. this.reset,
  89. this.rotaLeft,
  90. this.roatRight,
  91. this.mirror,
  92. this.vertical,
  93. this.rota90,
  94. this.rota180,
  95. this.clip,
  96. this.textImport});
  97. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  98. this.toolStrip1.Name = "toolStrip1";
  99. this.toolStrip1.Padding = new System.Windows.Forms.Padding(0);
  100. this.toolStrip1.Size = new System.Drawing.Size(1280, 100);
  101. this.toolStrip1.TabIndex = 0;
  102. this.toolStrip1.Text = "toolStrip1";
  103. //
  104. // toolStripSeparator1
  105. //
  106. this.toolStripSeparator1.Name = "toolStripSeparator1";
  107. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 100);
  108. //
  109. // ImageBox
  110. //
  111. this.ImageBox.AutoScroll = true;
  112. this.ImageBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
  113. this.tableLayoutPanel1.SetColumnSpan(this.ImageBox, 8);
  114. this.ImageBox.Controls.Add(this.clipPanel);
  115. this.ImageBox.Controls.Add(this.pictureBox);
  116. this.ImageBox.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.ImageBox.Location = new System.Drawing.Point(4, 104);
  118. this.ImageBox.Margin = new System.Windows.Forms.Padding(4);
  119. this.ImageBox.Name = "ImageBox";
  120. this.tableLayoutPanel1.SetRowSpan(this.ImageBox, 2);
  121. this.ImageBox.Size = new System.Drawing.Size(1272, 660);
  122. this.ImageBox.TabIndex = 1;
  123. //
  124. // clipPanel
  125. //
  126. this.clipPanel.BackColor = System.Drawing.Color.Transparent;
  127. this.clipPanel.Location = new System.Drawing.Point(162, 48);
  128. this.clipPanel.Margin = new System.Windows.Forms.Padding(4);
  129. this.clipPanel.Name = "clipPanel";
  130. this.clipPanel.Size = new System.Drawing.Size(86, 88);
  131. this.clipPanel.TabIndex = 2;
  132. //
  133. // btnList
  134. //
  135. this.btnList.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.SolarAlignVerticalCenterLineDuotone;
  136. this.btnList.ImageTransparentColor = System.Drawing.Color.Magenta;
  137. this.btnList.Name = "btnList";
  138. this.btnList.Size = new System.Drawing.Size(72, 94);
  139. this.btnList.Text = "列表";
  140. this.btnList.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  141. //
  142. // btnSave
  143. //
  144. this.btnSave.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentDocumentSave20Regular;
  145. this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  146. this.btnSave.Name = "btnSave";
  147. this.btnSave.Size = new System.Drawing.Size(72, 94);
  148. this.btnSave.Text = "保存";
  149. this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  150. //
  151. // btnClose
  152. //
  153. this.btnClose.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.MaterialSymbolsCancelScheduleSendOutlineRounded;
  154. this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  155. this.btnClose.Name = "btnClose";
  156. this.btnClose.Size = new System.Drawing.Size(72, 94);
  157. this.btnClose.Text = "关闭";
  158. this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  159. //
  160. // reset
  161. //
  162. this.reset.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowClockwise24Filled;
  163. this.reset.ImageTransparentColor = System.Drawing.Color.Magenta;
  164. this.reset.Name = "reset";
  165. this.reset.Size = new System.Drawing.Size(72, 94);
  166. this.reset.Text = "复位";
  167. this.reset.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  168. //
  169. // rotaLeft
  170. //
  171. this.rotaLeft.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowHookUpLeft20Regular;
  172. this.rotaLeft.ImageTransparentColor = System.Drawing.Color.Magenta;
  173. this.rotaLeft.Name = "rotaLeft";
  174. this.rotaLeft.Size = new System.Drawing.Size(72, 94);
  175. this.rotaLeft.Text = "左旋";
  176. this.rotaLeft.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  177. //
  178. // roatRight
  179. //
  180. this.roatRight.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowHookUpRight20Regular;
  181. this.roatRight.ImageTransparentColor = System.Drawing.Color.Magenta;
  182. this.roatRight.Name = "roatRight";
  183. this.roatRight.Size = new System.Drawing.Size(72, 94);
  184. this.roatRight.Text = "右旋";
  185. this.roatRight.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  186. //
  187. // mirror
  188. //
  189. this.mirror.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowSwap20Filled;
  190. this.mirror.ImageTransparentColor = System.Drawing.Color.Magenta;
  191. this.mirror.Name = "mirror";
  192. this.mirror.Size = new System.Drawing.Size(128, 94);
  193. this.mirror.Text = "水平翻转";
  194. this.mirror.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  195. //
  196. // vertical
  197. //
  198. this.vertical.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowSort20Regular;
  199. this.vertical.ImageTransparentColor = System.Drawing.Color.Magenta;
  200. this.vertical.Name = "vertical";
  201. this.vertical.Size = new System.Drawing.Size(128, 94);
  202. this.vertical.Text = "垂直翻转";
  203. this.vertical.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  204. //
  205. // rota90
  206. //
  207. this.rota90.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowStepBack20Regular;
  208. this.rota90.ImageTransparentColor = System.Drawing.Color.Magenta;
  209. this.rota90.Name = "rota90";
  210. this.rota90.Size = new System.Drawing.Size(128, 94);
  211. this.rota90.Text = "旋转90°";
  212. this.rota90.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  213. //
  214. // rota180
  215. //
  216. this.rota180.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowStepOver20Regular;
  217. this.rota180.ImageTransparentColor = System.Drawing.Color.Magenta;
  218. this.rota180.Name = "rota180";
  219. this.rota180.Size = new System.Drawing.Size(142, 94);
  220. this.rota180.Text = "旋转180°";
  221. this.rota180.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  222. //
  223. // clip
  224. //
  225. this.clip.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.MaterialSymbolsContentCutRounded;
  226. this.clip.ImageTransparentColor = System.Drawing.Color.Magenta;
  227. this.clip.Name = "clip";
  228. this.clip.Size = new System.Drawing.Size(128, 94);
  229. this.clip.Text = "裁切图像";
  230. this.clip.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  231. //
  232. // textImport
  233. //
  234. this.textImport.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentClipboardTextEdit20Regular;
  235. this.textImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  236. this.textImport.Name = "textImport";
  237. this.textImport.Size = new System.Drawing.Size(128, 94);
  238. this.textImport.Text = "插入文字";
  239. this.textImport.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  240. //
  241. // pictureBox
  242. //
  243. this.pictureBox.BackColor = System.Drawing.Color.Transparent;
  244. this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  245. this.pictureBox.Location = new System.Drawing.Point(56, 48);
  246. this.pictureBox.Margin = new System.Windows.Forms.Padding(0);
  247. this.pictureBox.Name = "pictureBox";
  248. this.pictureBox.Size = new System.Drawing.Size(62, 64);
  249. this.pictureBox.TabIndex = 1;
  250. this.pictureBox.TabStop = false;
  251. //
  252. // ImageView
  253. //
  254. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  255. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  256. this.Controls.Add(this.tableLayoutPanel1);
  257. this.Name = "ImageView";
  258. this.Size = new System.Drawing.Size(1280, 768);
  259. this.tableLayoutPanel1.ResumeLayout(false);
  260. this.tableLayoutPanel1.PerformLayout();
  261. this.toolStrip1.ResumeLayout(false);
  262. this.toolStrip1.PerformLayout();
  263. this.ImageBox.ResumeLayout(false);
  264. ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
  265. this.ResumeLayout(false);
  266. }
  267. #endregion
  268. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  269. private System.Windows.Forms.ToolStrip toolStrip1;
  270. private System.Windows.Forms.ToolStripButton btnSave;
  271. private System.Windows.Forms.ToolStripButton btnClose;
  272. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  273. private System.Windows.Forms.ToolStripButton reset;
  274. private System.Windows.Forms.ToolStripButton rotaLeft;
  275. private System.Windows.Forms.ToolStripButton roatRight;
  276. private System.Windows.Forms.ToolStripButton mirror;
  277. private System.Windows.Forms.ToolStripButton vertical;
  278. private System.Windows.Forms.ToolStripButton rota90;
  279. private System.Windows.Forms.ToolStripButton rota180;
  280. private System.Windows.Forms.ToolStripButton clip;
  281. private System.Windows.Forms.ToolStripButton textImport;
  282. private System.Windows.Forms.Panel ImageBox;
  283. private Customize.Controls.ExtendedPanel clipPanel;
  284. private System.Windows.Forms.PictureBox pictureBox;
  285. private System.Windows.Forms.ToolStripButton btnList;
  286. }
  287. }