OutPrintcj.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. namespace WWPipeLine.MapTools.Conditions.ShuJuChuLi
  2. {
  3. partial class OutPrintcj
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OutPrintcj));
  29. this.uiPlayout = new Sunny.UI.UIPanel();
  30. this.uiPcando = new Sunny.UI.UIPanel();
  31. this.toolStrip2 = new System.Windows.Forms.ToolStrip();
  32. this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
  33. this.toolStripTextBoxBiaoti = new System.Windows.Forms.ToolStripTextBox();
  34. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  36. this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
  37. this.toolStripTextBoxBiaozhu = new System.Windows.Forms.ToolStripTextBox();
  38. this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  40. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  41. this.toolStripButtonZoomIn = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripButtonZoomOut = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripButtonPan = new System.Windows.Forms.ToolStripButton();
  44. this.toolStripButtonQuantu = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  46. this.toolStripButtonNorthArrow = new System.Windows.Forms.ToolStripButton();
  47. this.toolStripButtonScale = new System.Windows.Forms.ToolStripButton();
  48. this.toolSBLegend = new System.Windows.Forms.ToolStripButton();
  49. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  50. this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
  51. this.toolStripComboBoxPapersize = new System.Windows.Forms.ToolStripComboBox();
  52. this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  53. this.toolStripCBdayinji = new System.Windows.Forms.ToolStripComboBox();
  54. this.toolStripButtonPrint = new System.Windows.Forms.ToolStripButton();
  55. this.uiPcando.SuspendLayout();
  56. this.toolStrip2.SuspendLayout();
  57. this.toolStrip1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // uiPlayout
  61. //
  62. this.uiPlayout.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.uiPlayout.Font = new System.Drawing.Font("微软雅黑", 12F);
  64. this.uiPlayout.Location = new System.Drawing.Point(0, 58);
  65. this.uiPlayout.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  66. this.uiPlayout.MinimumSize = new System.Drawing.Size(1, 1);
  67. this.uiPlayout.Name = "uiPlayout";
  68. this.uiPlayout.Size = new System.Drawing.Size(1011, 232);
  69. this.uiPlayout.TabIndex = 1;
  70. this.uiPlayout.Text = null;
  71. this.uiPlayout.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  72. //
  73. // uiPcando
  74. //
  75. this.uiPcando.Controls.Add(this.toolStrip2);
  76. this.uiPcando.Controls.Add(this.toolStrip1);
  77. this.uiPcando.Dock = System.Windows.Forms.DockStyle.Top;
  78. this.uiPcando.Font = new System.Drawing.Font("微软雅黑", 12F);
  79. this.uiPcando.Location = new System.Drawing.Point(0, 0);
  80. this.uiPcando.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  81. this.uiPcando.MinimumSize = new System.Drawing.Size(1, 1);
  82. this.uiPcando.Name = "uiPcando";
  83. this.uiPcando.Size = new System.Drawing.Size(1011, 58);
  84. this.uiPcando.TabIndex = 0;
  85. this.uiPcando.Text = null;
  86. this.uiPcando.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  87. //
  88. // toolStrip2
  89. //
  90. this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  91. this.toolStripLabel2,
  92. this.toolStripTextBoxBiaoti,
  93. this.toolStripButton1,
  94. this.toolStripSeparator3,
  95. this.toolStripLabel3,
  96. this.toolStripTextBoxBiaozhu,
  97. this.toolStripButton2,
  98. this.toolStripSeparator4});
  99. this.toolStrip2.Location = new System.Drawing.Point(0, 25);
  100. this.toolStrip2.Name = "toolStrip2";
  101. this.toolStrip2.Size = new System.Drawing.Size(1011, 25);
  102. this.toolStrip2.TabIndex = 1;
  103. this.toolStrip2.Text = "toolStrip2";
  104. //
  105. // toolStripLabel2
  106. //
  107. this.toolStripLabel2.Name = "toolStripLabel2";
  108. this.toolStripLabel2.Size = new System.Drawing.Size(68, 22);
  109. this.toolStripLabel2.Text = "标题内容:";
  110. //
  111. // toolStripTextBoxBiaoti
  112. //
  113. this.toolStripTextBoxBiaoti.Name = "toolStripTextBoxBiaoti";
  114. this.toolStripTextBoxBiaoti.Size = new System.Drawing.Size(200, 25);
  115. //
  116. // toolStripButton1
  117. //
  118. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  119. this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  120. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  121. this.toolStripButton1.Name = "toolStripButton1";
  122. this.toolStripButton1.Size = new System.Drawing.Size(60, 22);
  123. this.toolStripButton1.Text = "添加标题";
  124. this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  125. //
  126. // toolStripSeparator3
  127. //
  128. this.toolStripSeparator3.Name = "toolStripSeparator3";
  129. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  130. //
  131. // toolStripLabel3
  132. //
  133. this.toolStripLabel3.Name = "toolStripLabel3";
  134. this.toolStripLabel3.Size = new System.Drawing.Size(68, 22);
  135. this.toolStripLabel3.Text = "标注内容:";
  136. //
  137. // toolStripTextBoxBiaozhu
  138. //
  139. this.toolStripTextBoxBiaozhu.Name = "toolStripTextBoxBiaozhu";
  140. this.toolStripTextBoxBiaozhu.Size = new System.Drawing.Size(200, 25);
  141. //
  142. // toolStripButton2
  143. //
  144. this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  145. this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  146. this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  147. this.toolStripButton2.Name = "toolStripButton2";
  148. this.toolStripButton2.Size = new System.Drawing.Size(60, 22);
  149. this.toolStripButton2.Text = "添加标注";
  150. this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
  151. //
  152. // toolStripSeparator4
  153. //
  154. this.toolStripSeparator4.Name = "toolStripSeparator4";
  155. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  156. //
  157. // toolStrip1
  158. //
  159. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  160. this.toolStripButtonZoomIn,
  161. this.toolStripButtonZoomOut,
  162. this.toolStripButtonPan,
  163. this.toolStripButtonQuantu,
  164. this.toolStripSeparator1,
  165. this.toolStripButtonNorthArrow,
  166. this.toolStripButtonScale,
  167. this.toolSBLegend,
  168. this.toolStripSeparator2,
  169. this.toolStripLabel4,
  170. this.toolStripComboBoxPapersize,
  171. this.toolStripLabel1,
  172. this.toolStripCBdayinji,
  173. this.toolStripButtonPrint});
  174. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  175. this.toolStrip1.Name = "toolStrip1";
  176. this.toolStrip1.Size = new System.Drawing.Size(1011, 25);
  177. this.toolStrip1.TabIndex = 0;
  178. this.toolStrip1.Text = "toolStrip1";
  179. //
  180. // toolStripButtonZoomIn
  181. //
  182. this.toolStripButtonZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  183. this.toolStripButtonZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonZoomIn.Image")));
  184. this.toolStripButtonZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
  185. this.toolStripButtonZoomIn.Name = "toolStripButtonZoomIn";
  186. this.toolStripButtonZoomIn.Size = new System.Drawing.Size(36, 22);
  187. this.toolStripButtonZoomIn.Text = "放大";
  188. this.toolStripButtonZoomIn.Click += new System.EventHandler(this.toolStripButtonZoomIn_Click);
  189. //
  190. // toolStripButtonZoomOut
  191. //
  192. this.toolStripButtonZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  193. this.toolStripButtonZoomOut.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonZoomOut.Image")));
  194. this.toolStripButtonZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
  195. this.toolStripButtonZoomOut.Name = "toolStripButtonZoomOut";
  196. this.toolStripButtonZoomOut.Size = new System.Drawing.Size(36, 22);
  197. this.toolStripButtonZoomOut.Text = "缩小";
  198. this.toolStripButtonZoomOut.Click += new System.EventHandler(this.toolStripButtonZoomOut_Click);
  199. //
  200. // toolStripButtonPan
  201. //
  202. this.toolStripButtonPan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  203. this.toolStripButtonPan.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPan.Image")));
  204. this.toolStripButtonPan.ImageTransparentColor = System.Drawing.Color.Magenta;
  205. this.toolStripButtonPan.Name = "toolStripButtonPan";
  206. this.toolStripButtonPan.Size = new System.Drawing.Size(36, 22);
  207. this.toolStripButtonPan.Text = "平移";
  208. this.toolStripButtonPan.Click += new System.EventHandler(this.toolStripButtonPan_Click);
  209. //
  210. // toolStripButtonQuantu
  211. //
  212. this.toolStripButtonQuantu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  213. this.toolStripButtonQuantu.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonQuantu.Image")));
  214. this.toolStripButtonQuantu.ImageTransparentColor = System.Drawing.Color.Magenta;
  215. this.toolStripButtonQuantu.Name = "toolStripButtonQuantu";
  216. this.toolStripButtonQuantu.Size = new System.Drawing.Size(36, 22);
  217. this.toolStripButtonQuantu.Text = "全图";
  218. this.toolStripButtonQuantu.Click += new System.EventHandler(this.toolStripButtonQuantu_Click);
  219. //
  220. // toolStripSeparator1
  221. //
  222. this.toolStripSeparator1.Name = "toolStripSeparator1";
  223. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  224. //
  225. // toolStripButtonNorthArrow
  226. //
  227. this.toolStripButtonNorthArrow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  228. this.toolStripButtonNorthArrow.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNorthArrow.Image")));
  229. this.toolStripButtonNorthArrow.ImageTransparentColor = System.Drawing.Color.Magenta;
  230. this.toolStripButtonNorthArrow.Name = "toolStripButtonNorthArrow";
  231. this.toolStripButtonNorthArrow.Size = new System.Drawing.Size(72, 22);
  232. this.toolStripButtonNorthArrow.Text = "添加指南针";
  233. this.toolStripButtonNorthArrow.Click += new System.EventHandler(this.toolStripButtonNorthArrow_Click);
  234. //
  235. // toolStripButtonScale
  236. //
  237. this.toolStripButtonScale.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  238. this.toolStripButtonScale.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonScale.Image")));
  239. this.toolStripButtonScale.ImageTransparentColor = System.Drawing.Color.Magenta;
  240. this.toolStripButtonScale.Name = "toolStripButtonScale";
  241. this.toolStripButtonScale.Size = new System.Drawing.Size(72, 22);
  242. this.toolStripButtonScale.Text = "添加比例尺";
  243. this.toolStripButtonScale.Click += new System.EventHandler(this.toolStripButtonScale_Click);
  244. //
  245. // toolSBLegend
  246. //
  247. this.toolSBLegend.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  248. this.toolSBLegend.Image = ((System.Drawing.Image)(resources.GetObject("toolSBLegend.Image")));
  249. this.toolSBLegend.ImageTransparentColor = System.Drawing.Color.Magenta;
  250. this.toolSBLegend.Name = "toolSBLegend";
  251. this.toolSBLegend.Size = new System.Drawing.Size(60, 22);
  252. this.toolSBLegend.Text = "添加图例";
  253. this.toolSBLegend.Click += new System.EventHandler(this.toolSBLegend_Click);
  254. //
  255. // toolStripSeparator2
  256. //
  257. this.toolStripSeparator2.Name = "toolStripSeparator2";
  258. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  259. //
  260. // toolStripLabel4
  261. //
  262. this.toolStripLabel4.Name = "toolStripLabel4";
  263. this.toolStripLabel4.Size = new System.Drawing.Size(68, 22);
  264. this.toolStripLabel4.Text = "纸张选择:";
  265. //
  266. // toolStripComboBoxPapersize
  267. //
  268. this.toolStripComboBoxPapersize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  269. this.toolStripComboBoxPapersize.Name = "toolStripComboBoxPapersize";
  270. this.toolStripComboBoxPapersize.Size = new System.Drawing.Size(121, 25);
  271. this.toolStripComboBoxPapersize.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBoxPapersize_SelectedIndexChanged);
  272. //
  273. // toolStripLabel1
  274. //
  275. this.toolStripLabel1.Name = "toolStripLabel1";
  276. this.toolStripLabel1.Size = new System.Drawing.Size(80, 22);
  277. this.toolStripLabel1.Text = "打印机选择:";
  278. //
  279. // toolStripCBdayinji
  280. //
  281. this.toolStripCBdayinji.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  282. this.toolStripCBdayinji.Name = "toolStripCBdayinji";
  283. this.toolStripCBdayinji.Size = new System.Drawing.Size(200, 25);
  284. //
  285. // toolStripButtonPrint
  286. //
  287. this.toolStripButtonPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  288. this.toolStripButtonPrint.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrint.Image")));
  289. this.toolStripButtonPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
  290. this.toolStripButtonPrint.Name = "toolStripButtonPrint";
  291. this.toolStripButtonPrint.Size = new System.Drawing.Size(36, 22);
  292. this.toolStripButtonPrint.Text = "打印";
  293. this.toolStripButtonPrint.Click += new System.EventHandler(this.toolStripButtonPrint_Click);
  294. //
  295. // OutPrintcj
  296. //
  297. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  298. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  299. this.Controls.Add(this.uiPlayout);
  300. this.Controls.Add(this.uiPcando);
  301. this.Name = "OutPrintcj";
  302. this.Size = new System.Drawing.Size(1011, 290);
  303. this.uiPcando.ResumeLayout(false);
  304. this.uiPcando.PerformLayout();
  305. this.toolStrip2.ResumeLayout(false);
  306. this.toolStrip2.PerformLayout();
  307. this.toolStrip1.ResumeLayout(false);
  308. this.toolStrip1.PerformLayout();
  309. this.ResumeLayout(false);
  310. }
  311. #endregion
  312. private Sunny.UI.UIPanel uiPlayout;
  313. private Sunny.UI.UIPanel uiPcando;
  314. private System.Windows.Forms.ToolStrip toolStrip1;
  315. private System.Windows.Forms.ToolStripButton toolStripButtonZoomIn;
  316. private System.Windows.Forms.ToolStripButton toolStripButtonZoomOut;
  317. private System.Windows.Forms.ToolStripButton toolStripButtonPan;
  318. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  319. private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  320. private System.Windows.Forms.ToolStripComboBox toolStripCBdayinji;
  321. private System.Windows.Forms.ToolStripButton toolStripButtonPrint;
  322. private System.Windows.Forms.ToolStripButton toolStripButtonNorthArrow;
  323. private System.Windows.Forms.ToolStripButton toolStripButtonScale;
  324. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  325. private System.Windows.Forms.ToolStripButton toolSBLegend;
  326. private System.Windows.Forms.ToolStrip toolStrip2;
  327. private System.Windows.Forms.ToolStripLabel toolStripLabel2;
  328. private System.Windows.Forms.ToolStripTextBox toolStripTextBoxBiaoti;
  329. private System.Windows.Forms.ToolStripButton toolStripButton1;
  330. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  331. private System.Windows.Forms.ToolStripLabel toolStripLabel3;
  332. private System.Windows.Forms.ToolStripTextBox toolStripTextBoxBiaozhu;
  333. private System.Windows.Forms.ToolStripButton toolStripButton2;
  334. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  335. private System.Windows.Forms.ToolStripLabel toolStripLabel4;
  336. private System.Windows.Forms.ToolStripComboBox toolStripComboBoxPapersize;
  337. private System.Windows.Forms.ToolStripButton toolStripButtonQuantu;
  338. }
  339. }