ShuJuZiDian.Designer.cs 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. namespace WWPipeLine.MapTools.Conditions.XiTongGuanLi
  2. {
  3. partial class ShuJuZiDian
  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.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  34. this.uilbLayers = new Sunny.UI.UIListBox();
  35. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  36. this.uidgv = new Sunny.UI.UIDataGridView();
  37. this.uitb = new Sunny.UI.UITextBox();
  38. this.uiLabel1 = new Sunny.UI.UILabel();
  39. this.uiGroupBox1.SuspendLayout();
  40. this.uiGroupBox2.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.uidgv)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // uiGroupBox1
  45. //
  46. this.uiGroupBox1.Controls.Add(this.uilbLayers);
  47. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  48. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  49. this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
  50. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  51. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  52. this.uiGroupBox1.Name = "uiGroupBox1";
  53. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  54. this.uiGroupBox1.Size = new System.Drawing.Size(166, 500);
  55. this.uiGroupBox1.TabIndex = 1;
  56. this.uiGroupBox1.Text = "图层列表";
  57. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  58. //
  59. // uilbLayers
  60. //
  61. this.uilbLayers.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.uilbLayers.FillColor = System.Drawing.Color.White;
  63. this.uilbLayers.Font = new System.Drawing.Font("微软雅黑", 12F);
  64. this.uilbLayers.FormatString = "";
  65. this.uilbLayers.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  66. this.uilbLayers.Location = new System.Drawing.Point(0, 32);
  67. this.uilbLayers.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  68. this.uilbLayers.MinimumSize = new System.Drawing.Size(1, 1);
  69. this.uilbLayers.Name = "uilbLayers";
  70. this.uilbLayers.Padding = new System.Windows.Forms.Padding(2);
  71. this.uilbLayers.Size = new System.Drawing.Size(166, 468);
  72. this.uilbLayers.TabIndex = 0;
  73. this.uilbLayers.Text = null;
  74. this.uilbLayers.SelectedIndexChanged += new System.EventHandler(this.uilbLayers_SelectedIndexChanged);
  75. //
  76. // uiGroupBox2
  77. //
  78. this.uiGroupBox2.Controls.Add(this.uidgv);
  79. this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  80. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
  81. this.uiGroupBox2.Location = new System.Drawing.Point(166, 0);
  82. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  83. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  84. this.uiGroupBox2.Name = "uiGroupBox2";
  85. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  86. this.uiGroupBox2.Size = new System.Drawing.Size(434, 458);
  87. this.uiGroupBox2.TabIndex = 2;
  88. this.uiGroupBox2.Text = "数据字典信息";
  89. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  90. //
  91. // uidgv
  92. //
  93. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  94. this.uidgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  95. this.uidgv.BackgroundColor = System.Drawing.Color.White;
  96. this.uidgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  97. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  98. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  99. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F);
  100. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  101. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  102. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  103. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  104. this.uidgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  105. this.uidgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  106. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  107. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  108. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F);
  109. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  110. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  111. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  112. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  113. this.uidgv.DefaultCellStyle = dataGridViewCellStyle8;
  114. this.uidgv.Dock = System.Windows.Forms.DockStyle.Fill;
  115. this.uidgv.EnableHeadersVisualStyles = false;
  116. this.uidgv.Font = new System.Drawing.Font("微软雅黑", 12F);
  117. this.uidgv.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  118. this.uidgv.Location = new System.Drawing.Point(0, 32);
  119. this.uidgv.Name = "uidgv";
  120. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  121. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  122. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F);
  123. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  124. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  125. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  126. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  127. this.uidgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  128. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  129. this.uidgv.RowsDefaultCellStyle = dataGridViewCellStyle10;
  130. this.uidgv.RowTemplate.Height = 23;
  131. this.uidgv.SelectedIndex = -1;
  132. this.uidgv.ShowGridLine = true;
  133. this.uidgv.Size = new System.Drawing.Size(434, 426);
  134. this.uidgv.TabIndex = 0;
  135. this.uidgv.SelectIndexChange += new Sunny.UI.UIDataGridView.OnSelectIndexChange(this.uidgv_SelectIndexChange);
  136. //
  137. // uitb
  138. //
  139. this.uitb.Cursor = System.Windows.Forms.Cursors.IBeam;
  140. this.uitb.FillColor = System.Drawing.Color.White;
  141. this.uitb.Font = new System.Drawing.Font("微软雅黑", 12F);
  142. this.uitb.Location = new System.Drawing.Point(271, 468);
  143. this.uitb.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  144. this.uitb.Maximum = 2147483647D;
  145. this.uitb.Minimum = -2147483648D;
  146. this.uitb.MinimumSize = new System.Drawing.Size(1, 1);
  147. this.uitb.Name = "uitb";
  148. this.uitb.Size = new System.Drawing.Size(319, 29);
  149. this.uitb.TabIndex = 3;
  150. this.uitb.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  151. //
  152. // uiLabel1
  153. //
  154. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  155. this.uiLabel1.Location = new System.Drawing.Point(173, 468);
  156. this.uiLabel1.Name = "uiLabel1";
  157. this.uiLabel1.Size = new System.Drawing.Size(91, 23);
  158. this.uiLabel1.TabIndex = 4;
  159. this.uiLabel1.Text = "字段信息:";
  160. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  161. //
  162. // ShuJuZiDian
  163. //
  164. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  165. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  166. this.Controls.Add(this.uiLabel1);
  167. this.Controls.Add(this.uitb);
  168. this.Controls.Add(this.uiGroupBox2);
  169. this.Controls.Add(this.uiGroupBox1);
  170. this.Name = "ShuJuZiDian";
  171. this.Size = new System.Drawing.Size(600, 500);
  172. this.uiGroupBox1.ResumeLayout(false);
  173. this.uiGroupBox2.ResumeLayout(false);
  174. ((System.ComponentModel.ISupportInitialize)(this.uidgv)).EndInit();
  175. this.ResumeLayout(false);
  176. }
  177. #endregion
  178. private Sunny.UI.UIGroupBox uiGroupBox1;
  179. private Sunny.UI.UIListBox uilbLayers;
  180. private Sunny.UI.UIGroupBox uiGroupBox2;
  181. private Sunny.UI.UIDataGridView uidgv;
  182. private Sunny.UI.UITextBox uitb;
  183. private Sunny.UI.UILabel uiLabel1;
  184. }
  185. }