BiaoZhuGuanWang.Designer.cs 14 KB

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