BiaoZhuGuanWang.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. namespace WWPipeLine.MapTools.Conditions.XiTongGuanLi
  2. {
  3. partial class BiaoZhuGuanWang
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.uidgvPeiZhi = new Sunny.UI.UIDataGridView();
  34. this.uigbLayer = new Sunny.UI.UIGroupBox();
  35. this.uicbBiaoZhu = new Sunny.UI.UICheckBox();
  36. this.uitbAfter = new Sunny.UI.UITextBox();
  37. this.uitbBefore = new Sunny.UI.UITextBox();
  38. this.uiLabel1 = new Sunny.UI.UILabel();
  39. this.uiLabel2 = new Sunny.UI.UILabel();
  40. this.uitbZiduan = new Sunny.UI.UITextBox();
  41. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  42. this.uilbSmid = new Sunny.UI.UILabel();
  43. this.uiLabel3 = new Sunny.UI.UILabel();
  44. this.uiLabel4 = new Sunny.UI.UILabel();
  45. this.uitbSort = new Sunny.UI.UITextBox();
  46. ((System.ComponentModel.ISupportInitialize)(this.uidgvPeiZhi)).BeginInit();
  47. this.uiGroupBox1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // uidgvPeiZhi
  51. //
  52. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  53. this.uidgvPeiZhi.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  54. this.uidgvPeiZhi.BackgroundColor = System.Drawing.Color.White;
  55. this.uidgvPeiZhi.BorderStyle = System.Windows.Forms.BorderStyle.None;
  56. this.uidgvPeiZhi.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  57. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  58. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  59. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F);
  60. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  61. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  62. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  63. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  64. this.uidgvPeiZhi.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  65. this.uidgvPeiZhi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  66. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  67. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  68. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F);
  69. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  70. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  71. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  72. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  73. this.uidgvPeiZhi.DefaultCellStyle = dataGridViewCellStyle8;
  74. this.uidgvPeiZhi.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.uidgvPeiZhi.EnableHeadersVisualStyles = false;
  76. this.uidgvPeiZhi.Font = new System.Drawing.Font("微软雅黑", 12F);
  77. this.uidgvPeiZhi.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  78. this.uidgvPeiZhi.Location = new System.Drawing.Point(3, 32);
  79. this.uidgvPeiZhi.Name = "uidgvPeiZhi";
  80. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  81. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  82. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F);
  83. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  84. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  85. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  86. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  87. this.uidgvPeiZhi.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  88. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  89. this.uidgvPeiZhi.RowsDefaultCellStyle = dataGridViewCellStyle10;
  90. this.uidgvPeiZhi.RowTemplate.Height = 23;
  91. this.uidgvPeiZhi.SelectedIndex = -1;
  92. this.uidgvPeiZhi.ShowGridLine = true;
  93. this.uidgvPeiZhi.ShowRect = false;
  94. this.uidgvPeiZhi.Size = new System.Drawing.Size(610, 283);
  95. this.uidgvPeiZhi.TabIndex = 1;
  96. this.uidgvPeiZhi.SelectIndexChange += new Sunny.UI.UIDataGridView.OnSelectIndexChange(this.uidgvPeiZhi_SelectIndexChange);
  97. this.uidgvPeiZhi.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.uidgvPeiZhi_DataBindingComplete);
  98. //
  99. // uigbLayer
  100. //
  101. this.uigbLayer.Dock = System.Windows.Forms.DockStyle.Left;
  102. this.uigbLayer.Font = new System.Drawing.Font("微软雅黑", 12F);
  103. this.uigbLayer.Location = new System.Drawing.Point(0, 0);
  104. this.uigbLayer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  105. this.uigbLayer.MinimumSize = new System.Drawing.Size(1, 1);
  106. this.uigbLayer.Name = "uigbLayer";
  107. this.uigbLayer.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  108. this.uigbLayer.Size = new System.Drawing.Size(184, 400);
  109. this.uigbLayer.TabIndex = 2;
  110. this.uigbLayer.Text = "图层名称";
  111. this.uigbLayer.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  112. //
  113. // uicbBiaoZhu
  114. //
  115. this.uicbBiaoZhu.Cursor = System.Windows.Forms.Cursors.Hand;
  116. this.uicbBiaoZhu.Font = new System.Drawing.Font("微软雅黑", 12F);
  117. this.uicbBiaoZhu.Location = new System.Drawing.Point(593, 328);
  118. this.uicbBiaoZhu.MinimumSize = new System.Drawing.Size(1, 1);
  119. this.uicbBiaoZhu.Name = "uicbBiaoZhu";
  120. this.uicbBiaoZhu.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  121. this.uicbBiaoZhu.Size = new System.Drawing.Size(120, 23);
  122. this.uicbBiaoZhu.TabIndex = 3;
  123. this.uicbBiaoZhu.Text = "是否标注";
  124. //
  125. // uitbAfter
  126. //
  127. this.uitbAfter.Cursor = System.Windows.Forms.Cursors.IBeam;
  128. this.uitbAfter.FillColor = System.Drawing.Color.White;
  129. this.uitbAfter.Font = new System.Drawing.Font("微软雅黑", 12F);
  130. this.uitbAfter.Location = new System.Drawing.Point(465, 365);
  131. this.uitbAfter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  132. this.uitbAfter.Maximum = 2147483647D;
  133. this.uitbAfter.MaxLength = 6;
  134. this.uitbAfter.Minimum = -2147483648D;
  135. this.uitbAfter.MinimumSize = new System.Drawing.Size(1, 1);
  136. this.uitbAfter.Name = "uitbAfter";
  137. this.uitbAfter.Size = new System.Drawing.Size(103, 29);
  138. this.uitbAfter.TabIndex = 4;
  139. this.uitbAfter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  140. //
  141. // uitbBefore
  142. //
  143. this.uitbBefore.Cursor = System.Windows.Forms.Cursors.IBeam;
  144. this.uitbBefore.FillColor = System.Drawing.Color.White;
  145. this.uitbBefore.Font = new System.Drawing.Font("微软雅黑", 12F);
  146. this.uitbBefore.Location = new System.Drawing.Point(287, 365);
  147. this.uitbBefore.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  148. this.uitbBefore.Maximum = 2147483647D;
  149. this.uitbBefore.MaxLength = 6;
  150. this.uitbBefore.Minimum = -2147483648D;
  151. this.uitbBefore.MinimumSize = new System.Drawing.Size(1, 1);
  152. this.uitbBefore.Name = "uitbBefore";
  153. this.uitbBefore.Size = new System.Drawing.Size(103, 29);
  154. this.uitbBefore.TabIndex = 5;
  155. this.uitbBefore.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  156. //
  157. // uiLabel1
  158. //
  159. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  160. this.uiLabel1.Location = new System.Drawing.Point(204, 365);
  161. this.uiLabel1.Name = "uiLabel1";
  162. this.uiLabel1.Size = new System.Drawing.Size(61, 23);
  163. this.uiLabel1.TabIndex = 6;
  164. this.uiLabel1.Text = "前缀";
  165. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  166. //
  167. // uiLabel2
  168. //
  169. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
  170. this.uiLabel2.Location = new System.Drawing.Point(397, 365);
  171. this.uiLabel2.Name = "uiLabel2";
  172. this.uiLabel2.Size = new System.Drawing.Size(61, 23);
  173. this.uiLabel2.TabIndex = 7;
  174. this.uiLabel2.Text = "后缀";
  175. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  176. //
  177. // uitbZiduan
  178. //
  179. this.uitbZiduan.Cursor = System.Windows.Forms.Cursors.IBeam;
  180. this.uitbZiduan.Enabled = false;
  181. this.uitbZiduan.FillColor = System.Drawing.Color.White;
  182. this.uitbZiduan.Font = new System.Drawing.Font("微软雅黑", 12F);
  183. this.uitbZiduan.Location = new System.Drawing.Point(288, 325);
  184. this.uitbZiduan.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  185. this.uitbZiduan.Maximum = 2147483647D;
  186. this.uitbZiduan.Minimum = -2147483648D;
  187. this.uitbZiduan.MinimumSize = new System.Drawing.Size(1, 1);
  188. this.uitbZiduan.Name = "uitbZiduan";
  189. this.uitbZiduan.ReadOnly = true;
  190. this.uitbZiduan.Size = new System.Drawing.Size(103, 29);
  191. this.uitbZiduan.TabIndex = 8;
  192. this.uitbZiduan.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  193. //
  194. // uiGroupBox1
  195. //
  196. this.uiGroupBox1.Controls.Add(this.uidgvPeiZhi);
  197. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  198. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  199. this.uiGroupBox1.Location = new System.Drawing.Point(184, 0);
  200. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  201. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  202. this.uiGroupBox1.Name = "uiGroupBox1";
  203. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(3, 32, 3, 3);
  204. this.uiGroupBox1.Size = new System.Drawing.Size(616, 318);
  205. this.uiGroupBox1.TabIndex = 9;
  206. this.uiGroupBox1.Text = "标注字段配置信息";
  207. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  208. //
  209. // uilbSmid
  210. //
  211. this.uilbSmid.Font = new System.Drawing.Font("微软雅黑", 12F);
  212. this.uilbSmid.Location = new System.Drawing.Point(736, 328);
  213. this.uilbSmid.Name = "uilbSmid";
  214. this.uilbSmid.Size = new System.Drawing.Size(50, 23);
  215. this.uilbSmid.TabIndex = 11;
  216. this.uilbSmid.Text = "0";
  217. this.uilbSmid.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  218. this.uilbSmid.Visible = false;
  219. //
  220. // uiLabel3
  221. //
  222. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F);
  223. this.uiLabel3.Location = new System.Drawing.Point(204, 325);
  224. this.uiLabel3.Name = "uiLabel3";
  225. this.uiLabel3.Size = new System.Drawing.Size(77, 23);
  226. this.uiLabel3.TabIndex = 10;
  227. this.uiLabel3.Text = "字段名:";
  228. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  229. //
  230. // uiLabel4
  231. //
  232. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F);
  233. this.uiLabel4.Location = new System.Drawing.Point(398, 325);
  234. this.uiLabel4.Name = "uiLabel4";
  235. this.uiLabel4.Size = new System.Drawing.Size(61, 23);
  236. this.uiLabel4.TabIndex = 12;
  237. this.uiLabel4.Text = "排序";
  238. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  239. //
  240. // uitbSort
  241. //
  242. this.uitbSort.Cursor = System.Windows.Forms.Cursors.IBeam;
  243. this.uitbSort.FillColor = System.Drawing.Color.White;
  244. this.uitbSort.Font = new System.Drawing.Font("微软雅黑", 12F);
  245. this.uitbSort.Location = new System.Drawing.Point(464, 325);
  246. this.uitbSort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  247. this.uitbSort.Maximum = 2147483647D;
  248. this.uitbSort.MaxLength = 2;
  249. this.uitbSort.Minimum = -2147483648D;
  250. this.uitbSort.MinimumSize = new System.Drawing.Size(1, 1);
  251. this.uitbSort.Name = "uitbSort";
  252. this.uitbSort.Size = new System.Drawing.Size(103, 29);
  253. this.uitbSort.TabIndex = 11;
  254. this.uitbSort.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  255. this.uitbSort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uitbSort_KeyPress);
  256. //
  257. // BiaoZhuGuanWang
  258. //
  259. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  260. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  261. this.Controls.Add(this.uilbSmid);
  262. this.Controls.Add(this.uiLabel4);
  263. this.Controls.Add(this.uitbSort);
  264. this.Controls.Add(this.uiLabel3);
  265. this.Controls.Add(this.uiGroupBox1);
  266. this.Controls.Add(this.uitbZiduan);
  267. this.Controls.Add(this.uiLabel2);
  268. this.Controls.Add(this.uiLabel1);
  269. this.Controls.Add(this.uitbBefore);
  270. this.Controls.Add(this.uitbAfter);
  271. this.Controls.Add(this.uicbBiaoZhu);
  272. this.Controls.Add(this.uigbLayer);
  273. this.Name = "BiaoZhuGuanWang";
  274. this.Size = new System.Drawing.Size(800, 400);
  275. ((System.ComponentModel.ISupportInitialize)(this.uidgvPeiZhi)).EndInit();
  276. this.uiGroupBox1.ResumeLayout(false);
  277. this.ResumeLayout(false);
  278. }
  279. #endregion
  280. private Sunny.UI.UIDataGridView uidgvPeiZhi;
  281. private Sunny.UI.UIGroupBox uigbLayer;
  282. private Sunny.UI.UICheckBox uicbBiaoZhu;
  283. private Sunny.UI.UITextBox uitbAfter;
  284. private Sunny.UI.UITextBox uitbBefore;
  285. private Sunny.UI.UILabel uiLabel1;
  286. private Sunny.UI.UILabel uiLabel2;
  287. private Sunny.UI.UITextBox uitbZiduan;
  288. private Sunny.UI.UIGroupBox uiGroupBox1;
  289. private Sunny.UI.UILabel uiLabel3;
  290. private Sunny.UI.UILabel uilbSmid;
  291. private Sunny.UI.UILabel uiLabel4;
  292. private Sunny.UI.UITextBox uitbSort;
  293. }
  294. }