BJdmt.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. namespace WWPipeLine.MapTools.Conditions.FuZhuGongJu
  2. {
  3. partial class BJdmt
  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.uiLabel2 = new Sunny.UI.UILabel();
  29. this.uiLabel1 = new Sunny.UI.UILabel();
  30. this.uicbx = new Sunny.UI.UIComboBox();
  31. this.uiButton1 = new Sunny.UI.UIButton();
  32. this.uitbkey = new Sunny.UI.UITextBox();
  33. this.uiPanel2 = new Sunny.UI.UIPanel();
  34. this.uilb = new Sunny.UI.UIListBox();
  35. this.uiPanel3 = new Sunny.UI.UIPanel();
  36. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  37. this.picbox4 = new System.Windows.Forms.PictureBox();
  38. this.uicms = new Sunny.UI.UIContextMenuStrip();
  39. this.PicUpload = new System.Windows.Forms.ToolStripMenuItem();
  40. this.PicDelete = new System.Windows.Forms.ToolStripMenuItem();
  41. this.picbox3 = new System.Windows.Forms.PictureBox();
  42. this.picbox2 = new System.Windows.Forms.PictureBox();
  43. this.picbox1 = new System.Windows.Forms.PictureBox();
  44. this.uiPanel2.SuspendLayout();
  45. this.uiPanel3.SuspendLayout();
  46. this.tableLayoutPanel1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.picbox4)).BeginInit();
  48. this.uicms.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.picbox3)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.picbox2)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.picbox1)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // uiLabel2
  55. //
  56. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
  57. this.uiLabel2.Location = new System.Drawing.Point(7, 37);
  58. this.uiLabel2.Name = "uiLabel2";
  59. this.uiLabel2.Size = new System.Drawing.Size(97, 23);
  60. this.uiLabel2.TabIndex = 6;
  61. this.uiLabel2.Text = "关键字:";
  62. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  63. //
  64. // uiLabel1
  65. //
  66. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  67. this.uiLabel1.Location = new System.Drawing.Point(7, 5);
  68. this.uiLabel1.Name = "uiLabel1";
  69. this.uiLabel1.Size = new System.Drawing.Size(97, 23);
  70. this.uiLabel1.TabIndex = 5;
  71. this.uiLabel1.Text = "管点图层:";
  72. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  73. //
  74. // uicbx
  75. //
  76. this.uicbx.DataSource = null;
  77. this.uicbx.FillColor = System.Drawing.Color.White;
  78. this.uicbx.Font = new System.Drawing.Font("微软雅黑", 12F);
  79. this.uicbx.Location = new System.Drawing.Point(107, 5);
  80. this.uicbx.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  81. this.uicbx.MinimumSize = new System.Drawing.Size(63, 0);
  82. this.uicbx.Name = "uicbx";
  83. this.uicbx.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  84. this.uicbx.Size = new System.Drawing.Size(150, 29);
  85. this.uicbx.TabIndex = 4;
  86. this.uicbx.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  87. //
  88. // uiButton1
  89. //
  90. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  91. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
  92. this.uiButton1.Location = new System.Drawing.Point(133, 71);
  93. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  94. this.uiButton1.Name = "uiButton1";
  95. this.uiButton1.Size = new System.Drawing.Size(121, 30);
  96. this.uiButton1.TabIndex = 1;
  97. this.uiButton1.Text = "模糊检索";
  98. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  99. //
  100. // uitbkey
  101. //
  102. this.uitbkey.Cursor = System.Windows.Forms.Cursors.IBeam;
  103. this.uitbkey.FillColor = System.Drawing.Color.White;
  104. this.uitbkey.Font = new System.Drawing.Font("微软雅黑", 12F);
  105. this.uitbkey.Location = new System.Drawing.Point(107, 37);
  106. this.uitbkey.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  107. this.uitbkey.Maximum = 2147483647D;
  108. this.uitbkey.Minimum = -2147483648D;
  109. this.uitbkey.MinimumSize = new System.Drawing.Size(1, 1);
  110. this.uitbkey.Name = "uitbkey";
  111. this.uitbkey.Size = new System.Drawing.Size(150, 29);
  112. this.uitbkey.TabIndex = 0;
  113. this.uitbkey.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  114. //
  115. // uiPanel2
  116. //
  117. this.uiPanel2.Controls.Add(this.uiLabel2);
  118. this.uiPanel2.Controls.Add(this.uilb);
  119. this.uiPanel2.Controls.Add(this.uiLabel1);
  120. this.uiPanel2.Controls.Add(this.uicbx);
  121. this.uiPanel2.Controls.Add(this.uitbkey);
  122. this.uiPanel2.Controls.Add(this.uiButton1);
  123. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Left;
  124. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F);
  125. this.uiPanel2.Location = new System.Drawing.Point(0, 0);
  126. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  127. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  128. this.uiPanel2.Name = "uiPanel2";
  129. this.uiPanel2.Size = new System.Drawing.Size(260, 565);
  130. this.uiPanel2.TabIndex = 2;
  131. this.uiPanel2.Text = "uiPanel2";
  132. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  133. //
  134. // uilb
  135. //
  136. this.uilb.Dock = System.Windows.Forms.DockStyle.Bottom;
  137. this.uilb.FillColor = System.Drawing.Color.White;
  138. this.uilb.Font = new System.Drawing.Font("微软雅黑", 12F);
  139. this.uilb.FormatString = "";
  140. this.uilb.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  141. this.uilb.Location = new System.Drawing.Point(0, 109);
  142. this.uilb.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  143. this.uilb.MinimumSize = new System.Drawing.Size(1, 1);
  144. this.uilb.Name = "uilb";
  145. this.uilb.Padding = new System.Windows.Forms.Padding(2);
  146. this.uilb.Size = new System.Drawing.Size(260, 456);
  147. this.uilb.TabIndex = 0;
  148. this.uilb.Text = "uiListBox1";
  149. this.uilb.MouseMove += new System.Windows.Forms.MouseEventHandler(WWPipeLine.MapBasic.ComsStatic.UIListBox_MouseMove);
  150. this.uilb.SelectedIndexChanged += new System.EventHandler(this.uilb_SelectedIndexChanged);
  151. //
  152. // uiPanel3
  153. //
  154. this.uiPanel3.Controls.Add(this.tableLayoutPanel1);
  155. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F);
  157. this.uiPanel3.Location = new System.Drawing.Point(260, 0);
  158. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  159. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  160. this.uiPanel3.Name = "uiPanel3";
  161. this.uiPanel3.Size = new System.Drawing.Size(540, 565);
  162. this.uiPanel3.TabIndex = 3;
  163. this.uiPanel3.Text = null;
  164. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  165. //
  166. // tableLayoutPanel1
  167. //
  168. this.tableLayoutPanel1.ColumnCount = 2;
  169. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  170. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  171. this.tableLayoutPanel1.Controls.Add(this.picbox4, 1, 1);
  172. this.tableLayoutPanel1.Controls.Add(this.picbox3, 0, 1);
  173. this.tableLayoutPanel1.Controls.Add(this.picbox2, 1, 0);
  174. this.tableLayoutPanel1.Controls.Add(this.picbox1, 0, 0);
  175. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  176. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  177. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  178. this.tableLayoutPanel1.RowCount = 2;
  179. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  180. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  181. this.tableLayoutPanel1.Size = new System.Drawing.Size(540, 565);
  182. this.tableLayoutPanel1.TabIndex = 1;
  183. //
  184. // picbox4
  185. //
  186. this.picbox4.ContextMenuStrip = this.uicms;
  187. this.picbox4.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.picbox4.Location = new System.Drawing.Point(273, 285);
  189. this.picbox4.Name = "picbox4";
  190. this.picbox4.Size = new System.Drawing.Size(264, 277);
  191. this.picbox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  192. this.picbox4.TabIndex = 3;
  193. this.picbox4.TabStop = false;
  194. this.picbox4.Tag = "04";
  195. this.picbox4.DoubleClick += new System.EventHandler(this.pictureBox_DoubleClick);
  196. //
  197. // uicms
  198. //
  199. this.uicms.Font = new System.Drawing.Font("微软雅黑", 12F);
  200. this.uicms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  201. this.PicUpload,
  202. this.PicDelete});
  203. this.uicms.Name = "uicms";
  204. this.uicms.Size = new System.Drawing.Size(177, 56);
  205. //
  206. // PicUpload
  207. //
  208. this.PicUpload.Name = "PicUpload";
  209. this.PicUpload.Size = new System.Drawing.Size(176, 26);
  210. this.PicUpload.Text = "上传本地图片";
  211. this.PicUpload.Click += new System.EventHandler(this.PicUpload_Click);
  212. //
  213. // PicDelete
  214. //
  215. this.PicDelete.Name = "PicDelete";
  216. this.PicDelete.Size = new System.Drawing.Size(176, 26);
  217. this.PicDelete.Text = "删除当前图片";
  218. this.PicDelete.Click += new System.EventHandler(this.PicDelete_Click);
  219. //
  220. // picbox3
  221. //
  222. this.picbox3.ContextMenuStrip = this.uicms;
  223. this.picbox3.Dock = System.Windows.Forms.DockStyle.Fill;
  224. this.picbox3.Location = new System.Drawing.Point(3, 285);
  225. this.picbox3.Name = "picbox3";
  226. this.picbox3.Size = new System.Drawing.Size(264, 277);
  227. this.picbox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  228. this.picbox3.TabIndex = 2;
  229. this.picbox3.TabStop = false;
  230. this.picbox3.Tag = "03";
  231. this.picbox3.DoubleClick += new System.EventHandler(this.pictureBox_DoubleClick);
  232. //
  233. // picbox2
  234. //
  235. this.picbox2.ContextMenuStrip = this.uicms;
  236. this.picbox2.Dock = System.Windows.Forms.DockStyle.Fill;
  237. this.picbox2.Location = new System.Drawing.Point(273, 3);
  238. this.picbox2.Name = "picbox2";
  239. this.picbox2.Size = new System.Drawing.Size(264, 276);
  240. this.picbox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  241. this.picbox2.TabIndex = 1;
  242. this.picbox2.TabStop = false;
  243. this.picbox2.Tag = "02";
  244. this.picbox2.DoubleClick += new System.EventHandler(this.pictureBox_DoubleClick);
  245. //
  246. // picbox1
  247. //
  248. this.picbox1.ContextMenuStrip = this.uicms;
  249. this.picbox1.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.picbox1.Location = new System.Drawing.Point(3, 3);
  251. this.picbox1.Name = "picbox1";
  252. this.picbox1.Size = new System.Drawing.Size(264, 276);
  253. this.picbox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  254. this.picbox1.TabIndex = 0;
  255. this.picbox1.TabStop = false;
  256. this.picbox1.Tag = "01";
  257. this.picbox1.DoubleClick += new System.EventHandler(this.pictureBox_DoubleClick);
  258. //
  259. // BJdmt
  260. //
  261. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  262. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  263. this.Controls.Add(this.uiPanel3);
  264. this.Controls.Add(this.uiPanel2);
  265. this.Name = "BJdmt";
  266. this.Size = new System.Drawing.Size(800, 565);
  267. this.uiPanel2.ResumeLayout(false);
  268. this.uiPanel3.ResumeLayout(false);
  269. this.tableLayoutPanel1.ResumeLayout(false);
  270. ((System.ComponentModel.ISupportInitialize)(this.picbox4)).EndInit();
  271. this.uicms.ResumeLayout(false);
  272. ((System.ComponentModel.ISupportInitialize)(this.picbox3)).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.picbox2)).EndInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.picbox1)).EndInit();
  275. this.ResumeLayout(false);
  276. }
  277. #endregion
  278. private Sunny.UI.UIPanel uiPanel2;
  279. private Sunny.UI.UIButton uiButton1;
  280. private Sunny.UI.UITextBox uitbkey;
  281. private Sunny.UI.UIComboBox uicbx;
  282. private Sunny.UI.UIPanel uiPanel3;
  283. private System.Windows.Forms.PictureBox picbox1;
  284. private Sunny.UI.UIListBox uilb;
  285. private Sunny.UI.UILabel uiLabel1;
  286. private Sunny.UI.UILabel uiLabel2;
  287. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  288. private System.Windows.Forms.PictureBox picbox2;
  289. private Sunny.UI.UIContextMenuStrip uicms;
  290. private System.Windows.Forms.ToolStripMenuItem PicUpload;
  291. private System.Windows.Forms.ToolStripMenuItem PicDelete;
  292. private System.Windows.Forms.PictureBox picbox4;
  293. private System.Windows.Forms.PictureBox picbox3;
  294. }
  295. }