FlowBox.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. namespace Dongke.IBOSS.Basics.FlowSetting
  2. {
  3. partial class FlowBox
  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.components = new System.ComponentModel.Container();
  29. this.contextMenuArrange = new System.Windows.Forms.ContextMenuStrip(this.components);
  30. this.tsmiTop = new System.Windows.Forms.ToolStripMenuItem();
  31. this.tsmiBottom = new System.Windows.Forms.ToolStripMenuItem();
  32. this.tsmiVerticalCenter = new System.Windows.Forms.ToolStripMenuItem();
  33. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  34. this.tsmiLeft = new System.Windows.Forms.ToolStripMenuItem();
  35. this.tsmiRight = new System.Windows.Forms.ToolStripMenuItem();
  36. this.tsmiHorizontalCenter = new System.Windows.Forms.ToolStripMenuItem();
  37. this.contextMenuOrder = new System.Windows.Forms.ContextMenuStrip(this.components);
  38. this.tsmiForemost = new System.Windows.Forms.ToolStripMenuItem();
  39. this.tsmiFront = new System.Windows.Forms.ToolStripMenuItem();
  40. this.tsmiBack = new System.Windows.Forms.ToolStripMenuItem();
  41. this.tsmiAftermost = new System.Windows.Forms.ToolStripMenuItem();
  42. this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  43. this.tsmiCut = new System.Windows.Forms.ToolStripMenuItem();
  44. this.tsmiCopy = new System.Windows.Forms.ToolStripMenuItem();
  45. this.tsmiPaste = new System.Windows.Forms.ToolStripMenuItem();
  46. this.tsmiDelete = new System.Windows.Forms.ToolStripMenuItem();
  47. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  48. this.tsmiProperties = new System.Windows.Forms.ToolStripMenuItem();
  49. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  50. this.tsmiAllSelect = new System.Windows.Forms.ToolStripMenuItem();
  51. this.tsmiArrange = new System.Windows.Forms.ToolStripMenuItem();
  52. this.tsmiOrder = new System.Windows.Forms.ToolStripMenuItem();
  53. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  54. this.tsmiZoom = new System.Windows.Forms.ToolStripMenuItem();
  55. this.tsmiPaperSize = new System.Windows.Forms.ToolStripMenuItem();
  56. this.tsmiBackgroundImage = new System.Windows.Forms.ToolStripMenuItem();
  57. this.canvasBox = new Dongke.IBOSS.Basics.FlowSetting.CanvasBox();
  58. this.contextMenuArrange.SuspendLayout();
  59. this.contextMenuOrder.SuspendLayout();
  60. this.contextMenu.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // contextMenuArrange
  64. //
  65. this.contextMenuArrange.BackColor = System.Drawing.Color.White;
  66. this.contextMenuArrange.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  67. this.tsmiTop,
  68. this.tsmiBottom,
  69. this.tsmiVerticalCenter,
  70. this.toolStripSeparator4,
  71. this.tsmiLeft,
  72. this.tsmiRight,
  73. this.tsmiHorizontalCenter});
  74. this.contextMenuArrange.Name = "contextMenuOrder";
  75. this.contextMenuArrange.OwnerItem = this.tsmiArrange;
  76. this.contextMenuArrange.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  77. this.contextMenuArrange.ShowImageMargin = false;
  78. this.contextMenuArrange.Size = new System.Drawing.Size(141, 142);
  79. //
  80. // tsmiTop
  81. //
  82. this.tsmiTop.Name = "tsmiTop";
  83. this.tsmiTop.Size = new System.Drawing.Size(140, 22);
  84. this.tsmiTop.Tag = "4";
  85. this.tsmiTop.Text = "顶端对齐(&T)";
  86. //
  87. // tsmiBottom
  88. //
  89. this.tsmiBottom.Name = "tsmiBottom";
  90. this.tsmiBottom.Size = new System.Drawing.Size(140, 22);
  91. this.tsmiBottom.Tag = "5";
  92. this.tsmiBottom.Text = "底端对齐(&B)";
  93. //
  94. // tsmiVerticalCenter
  95. //
  96. this.tsmiVerticalCenter.Name = "tsmiVerticalCenter";
  97. this.tsmiVerticalCenter.Size = new System.Drawing.Size(140, 22);
  98. this.tsmiVerticalCenter.Tag = "6";
  99. this.tsmiVerticalCenter.Text = "垂直居中对齐(&H)";
  100. //
  101. // toolStripSeparator4
  102. //
  103. this.toolStripSeparator4.Name = "toolStripSeparator4";
  104. this.toolStripSeparator4.Size = new System.Drawing.Size(137, 6);
  105. //
  106. // tsmiLeft
  107. //
  108. this.tsmiLeft.Name = "tsmiLeft";
  109. this.tsmiLeft.Size = new System.Drawing.Size(140, 22);
  110. this.tsmiLeft.Tag = "2";
  111. this.tsmiLeft.Text = "左侧对齐(&L)";
  112. //
  113. // tsmiRight
  114. //
  115. this.tsmiRight.Name = "tsmiRight";
  116. this.tsmiRight.Size = new System.Drawing.Size(140, 22);
  117. this.tsmiRight.Tag = "1";
  118. this.tsmiRight.Text = "右侧对齐(&R)";
  119. //
  120. // tsmiHorizontalCenter
  121. //
  122. this.tsmiHorizontalCenter.Name = "tsmiHorizontalCenter";
  123. this.tsmiHorizontalCenter.Size = new System.Drawing.Size(140, 22);
  124. this.tsmiHorizontalCenter.Tag = "3";
  125. this.tsmiHorizontalCenter.Text = "水平居中对齐(&V)";
  126. //
  127. // contextMenuOrder
  128. //
  129. this.contextMenuOrder.BackColor = System.Drawing.Color.White;
  130. this.contextMenuOrder.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  131. this.tsmiForemost,
  132. this.tsmiFront,
  133. this.tsmiBack,
  134. this.tsmiAftermost});
  135. this.contextMenuOrder.Name = "contextMenuOrder";
  136. this.contextMenuOrder.OwnerItem = this.tsmiOrder;
  137. this.contextMenuOrder.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  138. this.contextMenuOrder.ShowImageMargin = false;
  139. this.contextMenuOrder.Size = new System.Drawing.Size(116, 92);
  140. //
  141. // tsmiForemost
  142. //
  143. this.tsmiForemost.Name = "tsmiForemost";
  144. this.tsmiForemost.Size = new System.Drawing.Size(115, 22);
  145. this.tsmiForemost.Tag = "1";
  146. this.tsmiForemost.Text = "置于顶层(&T)";
  147. //
  148. // tsmiFront
  149. //
  150. this.tsmiFront.Name = "tsmiFront";
  151. this.tsmiFront.Size = new System.Drawing.Size(115, 22);
  152. this.tsmiFront.Tag = "3";
  153. this.tsmiFront.Text = "上移一层(&F)";
  154. //
  155. // tsmiBack
  156. //
  157. this.tsmiBack.Name = "tsmiBack";
  158. this.tsmiBack.Size = new System.Drawing.Size(115, 22);
  159. this.tsmiBack.Tag = "4";
  160. this.tsmiBack.Text = "下移一层(&R)";
  161. //
  162. // tsmiAftermost
  163. //
  164. this.tsmiAftermost.Name = "tsmiAftermost";
  165. this.tsmiAftermost.Size = new System.Drawing.Size(115, 22);
  166. this.tsmiAftermost.Tag = "2";
  167. this.tsmiAftermost.Text = "置于底层(&B)";
  168. //
  169. // contextMenu
  170. //
  171. this.contextMenu.BackColor = System.Drawing.Color.White;
  172. this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  173. this.tsmiAllSelect,
  174. this.tsmiCopy,
  175. this.tsmiPaste,
  176. this.tsmiCut,
  177. this.tsmiDelete,
  178. this.toolStripSeparator1,
  179. this.tsmiArrange,
  180. this.tsmiOrder,
  181. this.toolStripSeparator2,
  182. this.tsmiProperties,
  183. this.toolStripSeparator3,
  184. this.tsmiPaperSize,
  185. this.tsmiBackgroundImage,
  186. this.tsmiZoom});
  187. this.contextMenu.Name = "contextMenu";
  188. this.contextMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  189. this.contextMenu.ShowImageMargin = false;
  190. this.contextMenu.Size = new System.Drawing.Size(161, 286);
  191. this.contextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenu_Opening);
  192. //
  193. // tsmiCut
  194. //
  195. this.tsmiCut.Enabled = false;
  196. this.tsmiCut.Name = "tsmiCut";
  197. this.tsmiCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
  198. this.tsmiCut.Size = new System.Drawing.Size(160, 22);
  199. this.tsmiCut.Text = "剪切(&T)";
  200. this.tsmiCut.Visible = false;
  201. //
  202. // tsmiCopy
  203. //
  204. this.tsmiCopy.Enabled = false;
  205. this.tsmiCopy.Name = "tsmiCopy";
  206. this.tsmiCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
  207. this.tsmiCopy.Size = new System.Drawing.Size(160, 22);
  208. this.tsmiCopy.Text = "复制(&C)";
  209. this.tsmiCopy.Visible = false;
  210. //
  211. // tsmiPaste
  212. //
  213. this.tsmiPaste.Enabled = false;
  214. this.tsmiPaste.Name = "tsmiPaste";
  215. this.tsmiPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
  216. this.tsmiPaste.Size = new System.Drawing.Size(160, 22);
  217. this.tsmiPaste.Text = "粘贴(&P)";
  218. this.tsmiPaste.Visible = false;
  219. //
  220. // tsmiDelete
  221. //
  222. this.tsmiDelete.Name = "tsmiDelete";
  223. this.tsmiDelete.ShortcutKeyDisplayString = "Delete";
  224. this.tsmiDelete.ShortcutKeys = System.Windows.Forms.Keys.Delete;
  225. this.tsmiDelete.Size = new System.Drawing.Size(160, 22);
  226. this.tsmiDelete.Text = "删除(&L)";
  227. this.tsmiDelete.Click += new System.EventHandler(this.tsmiDelete_Click);
  228. //
  229. // toolStripSeparator1
  230. //
  231. this.toolStripSeparator1.Name = "toolStripSeparator1";
  232. this.toolStripSeparator1.Size = new System.Drawing.Size(157, 6);
  233. this.toolStripSeparator1.Visible = false;
  234. //
  235. // tsmiProperties
  236. //
  237. this.tsmiProperties.Enabled = false;
  238. this.tsmiProperties.Name = "tsmiProperties";
  239. this.tsmiProperties.Size = new System.Drawing.Size(160, 22);
  240. this.tsmiProperties.Text = "属性(&Y)...";
  241. this.tsmiProperties.Visible = false;
  242. //
  243. // toolStripSeparator2
  244. //
  245. this.toolStripSeparator2.Name = "toolStripSeparator2";
  246. this.toolStripSeparator2.Size = new System.Drawing.Size(157, 6);
  247. this.toolStripSeparator2.Visible = false;
  248. //
  249. // tsmiAllSelect
  250. //
  251. this.tsmiAllSelect.Name = "tsmiAllSelect";
  252. this.tsmiAllSelect.ShortcutKeyDisplayString = "";
  253. this.tsmiAllSelect.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
  254. this.tsmiAllSelect.Size = new System.Drawing.Size(160, 22);
  255. this.tsmiAllSelect.Text = "全部选择(&A)";
  256. this.tsmiAllSelect.Click += new System.EventHandler(this.tsmiAllSelect_Click);
  257. //
  258. // tsmiArrange
  259. //
  260. this.tsmiArrange.DropDown = this.contextMenuArrange;
  261. this.tsmiArrange.Enabled = false;
  262. this.tsmiArrange.Name = "tsmiArrange";
  263. this.tsmiArrange.Size = new System.Drawing.Size(160, 22);
  264. this.tsmiArrange.Text = "对齐(&Q)";
  265. this.tsmiArrange.Visible = false;
  266. //
  267. // tsmiOrder
  268. //
  269. this.tsmiOrder.DropDown = this.contextMenuOrder;
  270. this.tsmiOrder.Enabled = false;
  271. this.tsmiOrder.Name = "tsmiOrder";
  272. this.tsmiOrder.ShortcutKeyDisplayString = "";
  273. this.tsmiOrder.Size = new System.Drawing.Size(160, 22);
  274. this.tsmiOrder.Text = "排序(&D)";
  275. this.tsmiOrder.Visible = false;
  276. //
  277. // toolStripSeparator3
  278. //
  279. this.toolStripSeparator3.Name = "toolStripSeparator3";
  280. this.toolStripSeparator3.Size = new System.Drawing.Size(157, 6);
  281. this.toolStripSeparator3.Visible = false;
  282. //
  283. // tsmiZoom
  284. //
  285. this.tsmiZoom.Enabled = false;
  286. this.tsmiZoom.Name = "tsmiZoom";
  287. this.tsmiZoom.Size = new System.Drawing.Size(160, 22);
  288. this.tsmiZoom.Text = "显示比例(&G)";
  289. this.tsmiZoom.Visible = false;
  290. //
  291. // tsmiPaperSize
  292. //
  293. this.tsmiPaperSize.Enabled = false;
  294. this.tsmiPaperSize.Name = "tsmiPaperSize";
  295. this.tsmiPaperSize.Size = new System.Drawing.Size(160, 22);
  296. this.tsmiPaperSize.Text = "画布大小(&E)...";
  297. this.tsmiPaperSize.Visible = false;
  298. //
  299. // tsmiBackgroundImage
  300. //
  301. this.tsmiBackgroundImage.Enabled = false;
  302. this.tsmiBackgroundImage.Name = "tsmiBackgroundImage";
  303. this.tsmiBackgroundImage.Size = new System.Drawing.Size(160, 22);
  304. this.tsmiBackgroundImage.Text = "画布背景(&B)...";
  305. this.tsmiBackgroundImage.Visible = false;
  306. //
  307. // canvasBox
  308. //
  309. this.canvasBox.AutoScroll = true;
  310. this.canvasBox.BackColor = System.Drawing.Color.Gray;
  311. this.canvasBox.CanvasBackgroundImage = null;
  312. this.canvasBox.ContextMenuStrip = this.contextMenu;
  313. this.canvasBox.Cursor = System.Windows.Forms.Cursors.No;
  314. this.canvasBox.Dock = System.Windows.Forms.DockStyle.Fill;
  315. this.canvasBox.Location = new System.Drawing.Point(0, 0);
  316. this.canvasBox.Name = "canvasBox";
  317. this.canvasBox.Size = new System.Drawing.Size(343, 384);
  318. this.canvasBox.TabIndex = 0;
  319. //
  320. // FlowBox
  321. //
  322. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  323. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  324. this.Controls.Add(this.canvasBox);
  325. this.Name = "FlowBox";
  326. this.Size = new System.Drawing.Size(343, 384);
  327. this.contextMenuArrange.ResumeLayout(false);
  328. this.contextMenuOrder.ResumeLayout(false);
  329. this.contextMenu.ResumeLayout(false);
  330. this.ResumeLayout(false);
  331. }
  332. #endregion
  333. private CanvasBox canvasBox;
  334. private System.Windows.Forms.ContextMenuStrip contextMenuArrange;
  335. private System.Windows.Forms.ToolStripMenuItem tsmiTop;
  336. private System.Windows.Forms.ToolStripMenuItem tsmiBottom;
  337. private System.Windows.Forms.ToolStripMenuItem tsmiVerticalCenter;
  338. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  339. private System.Windows.Forms.ToolStripMenuItem tsmiLeft;
  340. private System.Windows.Forms.ToolStripMenuItem tsmiRight;
  341. private System.Windows.Forms.ToolStripMenuItem tsmiHorizontalCenter;
  342. private System.Windows.Forms.ContextMenuStrip contextMenuOrder;
  343. private System.Windows.Forms.ToolStripMenuItem tsmiForemost;
  344. private System.Windows.Forms.ToolStripMenuItem tsmiFront;
  345. private System.Windows.Forms.ToolStripMenuItem tsmiBack;
  346. private System.Windows.Forms.ToolStripMenuItem tsmiAftermost;
  347. private System.Windows.Forms.ContextMenuStrip contextMenu;
  348. private System.Windows.Forms.ToolStripMenuItem tsmiCut;
  349. private System.Windows.Forms.ToolStripMenuItem tsmiCopy;
  350. private System.Windows.Forms.ToolStripMenuItem tsmiPaste;
  351. private System.Windows.Forms.ToolStripMenuItem tsmiDelete;
  352. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  353. private System.Windows.Forms.ToolStripMenuItem tsmiProperties;
  354. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  355. private System.Windows.Forms.ToolStripMenuItem tsmiAllSelect;
  356. private System.Windows.Forms.ToolStripMenuItem tsmiArrange;
  357. private System.Windows.Forms.ToolStripMenuItem tsmiOrder;
  358. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  359. private System.Windows.Forms.ToolStripMenuItem tsmiZoom;
  360. private System.Windows.Forms.ToolStripMenuItem tsmiPaperSize;
  361. private System.Windows.Forms.ToolStripMenuItem tsmiBackgroundImage;
  362. }
  363. }