Form1.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. namespace FlowSettingTest
  2. {
  3. partial class Form1
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.button4 = new System.Windows.Forms.Button();
  34. this.button6 = new System.Windows.Forms.Button();
  35. this.button7 = new System.Windows.Forms.Button();
  36. this.button8 = new System.Windows.Forms.Button();
  37. this.textBox1 = new System.Windows.Forms.TextBox();
  38. this.textBox2 = new System.Windows.Forms.TextBox();
  39. this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
  40. this.button9 = new System.Windows.Forms.Button();
  41. this.button10 = new System.Windows.Forms.Button();
  42. this.button11 = new System.Windows.Forms.Button();
  43. this.button12 = new System.Windows.Forms.Button();
  44. this.checkBox1 = new System.Windows.Forms.CheckBox();
  45. this.checkBox2 = new System.Windows.Forms.CheckBox();
  46. this.button13 = new System.Windows.Forms.Button();
  47. this.button14 = new System.Windows.Forms.Button();
  48. this.button15 = new System.Windows.Forms.Button();
  49. this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  50. this.openFileDialog3 = new System.Windows.Forms.OpenFileDialog();
  51. this.checkBox3 = new System.Windows.Forms.CheckBox();
  52. this.button5 = new System.Windows.Forms.Button();
  53. this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
  54. this.flowBox1 = new Dongke.IBOSS.Basics.FlowSetting.FlowBox();
  55. this.SuspendLayout();
  56. //
  57. // button1
  58. //
  59. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  60. this.button1.Location = new System.Drawing.Point(477, 51);
  61. this.button1.Name = "button1";
  62. this.button1.Size = new System.Drawing.Size(75, 23);
  63. this.button1.TabIndex = 1;
  64. this.button1.Text = "node";
  65. this.button1.UseVisualStyleBackColor = true;
  66. this.button1.Click += new System.EventHandler(this.button1_Click_3);
  67. //
  68. // button2
  69. //
  70. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  71. this.button2.Location = new System.Drawing.Point(477, 80);
  72. this.button2.Name = "button2";
  73. this.button2.Size = new System.Drawing.Size(75, 23);
  74. this.button2.TabIndex = 2;
  75. this.button2.Text = "line";
  76. this.button2.UseVisualStyleBackColor = true;
  77. this.button2.Click += new System.EventHandler(this.button2_Click_1);
  78. //
  79. // openFileDialog1
  80. //
  81. this.openFileDialog1.FileName = "openFileDialog1";
  82. //
  83. // button3
  84. //
  85. this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  86. this.button3.Location = new System.Drawing.Point(621, 431);
  87. this.button3.Name = "button3";
  88. this.button3.Size = new System.Drawing.Size(75, 23);
  89. this.button3.TabIndex = 3;
  90. this.button3.Text = "button3";
  91. this.button3.UseVisualStyleBackColor = true;
  92. this.button3.Click += new System.EventHandler(this.button3_Click_1);
  93. //
  94. // button4
  95. //
  96. this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  97. this.button4.Location = new System.Drawing.Point(477, 119);
  98. this.button4.Name = "button4";
  99. this.button4.Size = new System.Drawing.Size(75, 23);
  100. this.button4.TabIndex = 4;
  101. this.button4.Text = "DrawNode";
  102. this.button4.UseVisualStyleBackColor = true;
  103. this.button4.Click += new System.EventHandler(this.button4_Click);
  104. //
  105. // button6
  106. //
  107. this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  108. this.button6.Location = new System.Drawing.Point(702, 431);
  109. this.button6.Name = "button6";
  110. this.button6.Size = new System.Drawing.Size(75, 23);
  111. this.button6.TabIndex = 4;
  112. this.button6.Text = "button6";
  113. this.button6.UseVisualStyleBackColor = true;
  114. this.button6.Click += new System.EventHandler(this.button6_Click);
  115. //
  116. // button7
  117. //
  118. this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  119. this.button7.Location = new System.Drawing.Point(587, 11);
  120. this.button7.Name = "button7";
  121. this.button7.Size = new System.Drawing.Size(91, 23);
  122. this.button7.TabIndex = 4;
  123. this.button7.Text = "改变画布大小";
  124. this.button7.UseVisualStyleBackColor = true;
  125. this.button7.Click += new System.EventHandler(this.button7_Click);
  126. //
  127. // button8
  128. //
  129. this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  130. this.button8.Location = new System.Drawing.Point(558, 51);
  131. this.button8.Name = "button8";
  132. this.button8.Size = new System.Drawing.Size(75, 23);
  133. this.button8.TabIndex = 4;
  134. this.button8.Text = "改变背景";
  135. this.button8.UseVisualStyleBackColor = true;
  136. this.button8.Click += new System.EventHandler(this.button8_Click);
  137. //
  138. // textBox1
  139. //
  140. this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  141. this.textBox1.Location = new System.Drawing.Point(477, 11);
  142. this.textBox1.Name = "textBox1";
  143. this.textBox1.Size = new System.Drawing.Size(49, 21);
  144. this.textBox1.TabIndex = 6;
  145. //
  146. // textBox2
  147. //
  148. this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  149. this.textBox2.Location = new System.Drawing.Point(532, 11);
  150. this.textBox2.Name = "textBox2";
  151. this.textBox2.Size = new System.Drawing.Size(49, 21);
  152. this.textBox2.TabIndex = 6;
  153. //
  154. // openFileDialog2
  155. //
  156. this.openFileDialog2.FileName = "openFileDialog2";
  157. //
  158. // button9
  159. //
  160. this.button9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  161. this.button9.Location = new System.Drawing.Point(558, 80);
  162. this.button9.Name = "button9";
  163. this.button9.Size = new System.Drawing.Size(75, 23);
  164. this.button9.TabIndex = 4;
  165. this.button9.Text = "清除背景";
  166. this.button9.UseVisualStyleBackColor = true;
  167. this.button9.Click += new System.EventHandler(this.button9_Click);
  168. //
  169. // button10
  170. //
  171. this.button10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  172. this.button10.Location = new System.Drawing.Point(477, 148);
  173. this.button10.Name = "button10";
  174. this.button10.Size = new System.Drawing.Size(75, 23);
  175. this.button10.TabIndex = 4;
  176. this.button10.Text = "DrawLine";
  177. this.button10.UseVisualStyleBackColor = true;
  178. this.button10.Click += new System.EventHandler(this.button10_Click);
  179. //
  180. // button11
  181. //
  182. this.button11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  183. this.button11.Location = new System.Drawing.Point(477, 190);
  184. this.button11.Name = "button11";
  185. this.button11.Size = new System.Drawing.Size(75, 23);
  186. this.button11.TabIndex = 4;
  187. this.button11.Text = "CheckFlow";
  188. this.button11.UseVisualStyleBackColor = true;
  189. this.button11.Click += new System.EventHandler(this.button11_Click);
  190. //
  191. // button12
  192. //
  193. this.button12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  194. this.button12.Location = new System.Drawing.Point(558, 119);
  195. this.button12.Name = "button12";
  196. this.button12.Size = new System.Drawing.Size(75, 23);
  197. this.button12.TabIndex = 4;
  198. this.button12.Text = "刷新";
  199. this.button12.UseVisualStyleBackColor = true;
  200. this.button12.Click += new System.EventHandler(this.button12_Click);
  201. //
  202. // checkBox1
  203. //
  204. this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  205. this.checkBox1.AutoSize = true;
  206. this.checkBox1.Location = new System.Drawing.Point(477, 219);
  207. this.checkBox1.Name = "checkBox1";
  208. this.checkBox1.Size = new System.Drawing.Size(144, 16);
  209. this.checkBox1.TabIndex = 7;
  210. this.checkBox1.Text = "新建node是否选择图片";
  211. this.checkBox1.UseVisualStyleBackColor = true;
  212. //
  213. // checkBox2
  214. //
  215. this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  216. this.checkBox2.AutoSize = true;
  217. this.checkBox2.Checked = true;
  218. this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
  219. this.checkBox2.Location = new System.Drawing.Point(477, 238);
  220. this.checkBox2.Name = "checkBox2";
  221. this.checkBox2.Size = new System.Drawing.Size(144, 16);
  222. this.checkBox2.TabIndex = 7;
  223. this.checkBox2.Text = "新建node是否可以跳过";
  224. this.checkBox2.UseVisualStyleBackColor = true;
  225. //
  226. // button13
  227. //
  228. this.button13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  229. this.button13.Location = new System.Drawing.Point(558, 148);
  230. this.button13.Name = "button13";
  231. this.button13.Size = new System.Drawing.Size(75, 23);
  232. this.button13.TabIndex = 4;
  233. this.button13.Text = "清除流程";
  234. this.button13.UseVisualStyleBackColor = true;
  235. this.button13.Click += new System.EventHandler(this.button13_Click);
  236. //
  237. // button14
  238. //
  239. this.button14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  240. this.button14.Location = new System.Drawing.Point(477, 279);
  241. this.button14.Name = "button14";
  242. this.button14.Size = new System.Drawing.Size(75, 23);
  243. this.button14.TabIndex = 4;
  244. this.button14.Text = "保存";
  245. this.button14.UseVisualStyleBackColor = true;
  246. this.button14.Click += new System.EventHandler(this.button14_Click);
  247. //
  248. // button15
  249. //
  250. this.button15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  251. this.button15.Location = new System.Drawing.Point(477, 308);
  252. this.button15.Name = "button15";
  253. this.button15.Size = new System.Drawing.Size(75, 23);
  254. this.button15.TabIndex = 4;
  255. this.button15.Text = "打开";
  256. this.button15.UseVisualStyleBackColor = true;
  257. this.button15.Click += new System.EventHandler(this.button15_Click);
  258. //
  259. // openFileDialog3
  260. //
  261. this.openFileDialog3.FileName = "openFileDialog3";
  262. //
  263. // checkBox3
  264. //
  265. this.checkBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  266. this.checkBox3.AutoSize = true;
  267. this.checkBox3.Checked = true;
  268. this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;
  269. this.checkBox3.Location = new System.Drawing.Point(477, 257);
  270. this.checkBox3.Name = "checkBox3";
  271. this.checkBox3.Size = new System.Drawing.Size(144, 16);
  272. this.checkBox3.TabIndex = 7;
  273. this.checkBox3.Text = "新建line是否显示名称";
  274. this.checkBox3.UseVisualStyleBackColor = true;
  275. //
  276. // button5
  277. //
  278. this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  279. this.button5.Location = new System.Drawing.Point(558, 190);
  280. this.button5.Name = "button5";
  281. this.button5.Size = new System.Drawing.Size(75, 23);
  282. this.button5.TabIndex = 4;
  283. this.button5.Text = "恢复删除节点";
  284. this.button5.UseVisualStyleBackColor = true;
  285. this.button5.Click += new System.EventHandler(this.button5_Click);
  286. //
  287. // propertyGrid1
  288. //
  289. this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  290. | System.Windows.Forms.AnchorStyles.Right)));
  291. this.propertyGrid1.Location = new System.Drawing.Point(639, 34);
  292. this.propertyGrid1.Name = "propertyGrid1";
  293. this.propertyGrid1.SelectedObject = this.flowBox1;
  294. this.propertyGrid1.Size = new System.Drawing.Size(151, 395);
  295. this.propertyGrid1.TabIndex = 9;
  296. //
  297. // flowBox1
  298. //
  299. this.flowBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  300. | System.Windows.Forms.AnchorStyles.Left)
  301. | System.Windows.Forms.AnchorStyles.Right)));
  302. this.flowBox1.BoxMode = Dongke.IBOSS.Basics.FlowSetting.FlowBoxMode.Edit;
  303. this.flowBox1.CanvasBackgroundImage = ((System.Drawing.Image)(resources.GetObject("flowBox1.CanvasBackgroundImage")));
  304. this.flowBox1.CanvasSize = new System.Drawing.Size(800, 600);
  305. this.flowBox1.FlowName = null;
  306. this.flowBox1.Location = new System.Drawing.Point(12, 12);
  307. this.flowBox1.Name = "flowBox1";
  308. this.flowBox1.Size = new System.Drawing.Size(440, 425);
  309. this.flowBox1.TabIndex = 5;
  310. this.flowBox1.NodeDoubleClick += new Dongke.IBOSS.Basics.FlowSetting.NodeDoubleClickEventHandler(this.flowBox1_NodeDoubleClick_1);
  311. this.flowBox1.FlowNodeLoading += new Dongke.IBOSS.Basics.FlowSetting.FlowNodeLoadingEventHandler(this.flowBox1_FlowNodeLoading);
  312. //
  313. // Form1
  314. //
  315. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  316. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  317. this.AutoScroll = true;
  318. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  319. this.ClientSize = new System.Drawing.Size(790, 466);
  320. this.Controls.Add(this.propertyGrid1);
  321. this.Controls.Add(this.checkBox2);
  322. this.Controls.Add(this.checkBox3);
  323. this.Controls.Add(this.checkBox1);
  324. this.Controls.Add(this.textBox2);
  325. this.Controls.Add(this.textBox1);
  326. this.Controls.Add(this.flowBox1);
  327. this.Controls.Add(this.button7);
  328. this.Controls.Add(this.button8);
  329. this.Controls.Add(this.button9);
  330. this.Controls.Add(this.button11);
  331. this.Controls.Add(this.button12);
  332. this.Controls.Add(this.button13);
  333. this.Controls.Add(this.button15);
  334. this.Controls.Add(this.button14);
  335. this.Controls.Add(this.button5);
  336. this.Controls.Add(this.button6);
  337. this.Controls.Add(this.button10);
  338. this.Controls.Add(this.button4);
  339. this.Controls.Add(this.button3);
  340. this.Controls.Add(this.button2);
  341. this.Controls.Add(this.button1);
  342. this.Name = "Form1";
  343. this.Text = "Form1";
  344. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  345. this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
  346. this.ResumeLayout(false);
  347. this.PerformLayout();
  348. }
  349. #endregion
  350. private System.Windows.Forms.Button button1;
  351. private System.Windows.Forms.Button button2;
  352. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  353. private System.Windows.Forms.Button button3;
  354. private System.Windows.Forms.Button button4;
  355. private Dongke.IBOSS.Basics.FlowSetting.FlowBox flowBox1;
  356. private System.Windows.Forms.Button button6;
  357. private System.Windows.Forms.Button button7;
  358. private System.Windows.Forms.Button button8;
  359. private System.Windows.Forms.TextBox textBox1;
  360. private System.Windows.Forms.TextBox textBox2;
  361. private System.Windows.Forms.OpenFileDialog openFileDialog2;
  362. private System.Windows.Forms.Button button9;
  363. private System.Windows.Forms.Button button10;
  364. private System.Windows.Forms.Button button11;
  365. private System.Windows.Forms.Button button12;
  366. private System.Windows.Forms.CheckBox checkBox1;
  367. private System.Windows.Forms.CheckBox checkBox2;
  368. private System.Windows.Forms.Button button13;
  369. private System.Windows.Forms.Button button14;
  370. private System.Windows.Forms.Button button15;
  371. private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  372. private System.Windows.Forms.OpenFileDialog openFileDialog3;
  373. private System.Windows.Forms.PropertyGrid propertyGrid1;
  374. private System.Windows.Forms.CheckBox checkBox3;
  375. private System.Windows.Forms.Button button5;
  376. }
  377. }