PCRuKuTemp.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. namespace WWPipeLine.MapTools.Conditions.ShuJuChuLi
  2. {
  3. partial class PCRuKuTemp
  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.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  34. this.uiPanel3 = new Sunny.UI.UIPanel();
  35. this.uidgv = new Sunny.UI.UIDataGridView();
  36. this.uiButton1 = new Sunny.UI.UIButton();
  37. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.panel1 = new System.Windows.Forms.Panel();
  40. this.uiPanel1 = new Sunny.UI.UIPanel();
  41. this.uiPanel4 = new Sunny.UI.UIPanel();
  42. this.uiPanel5 = new Sunny.UI.UIPanel();
  43. this.uiGroupBox4 = new Sunny.UI.UIGroupBox();
  44. this.uirbnF = new Sunny.UI.UIRadioButton();
  45. this.uirbnT = new Sunny.UI.UIRadioButton();
  46. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  47. this.uirbtGX = new Sunny.UI.UIRadioButton();
  48. this.uirbtGD = new Sunny.UI.UIRadioButton();
  49. this.uicbxlayer = new Sunny.UI.UIComboBox();
  50. this.uiLabel1 = new Sunny.UI.UILabel();
  51. this.uiGroupBox1.SuspendLayout();
  52. this.uiPanel3.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.uidgv)).BeginInit();
  54. this.uiGroupBox2.SuspendLayout();
  55. this.uiPanel1.SuspendLayout();
  56. this.uiPanel4.SuspendLayout();
  57. this.uiPanel5.SuspendLayout();
  58. this.uiGroupBox4.SuspendLayout();
  59. this.uiGroupBox3.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // uiGroupBox1
  63. //
  64. this.uiGroupBox1.Controls.Add(this.uiPanel3);
  65. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  67. this.uiGroupBox1.Location = new System.Drawing.Point(0, 61);
  68. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  69. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  70. this.uiGroupBox1.Name = "uiGroupBox1";
  71. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  72. this.uiGroupBox1.Size = new System.Drawing.Size(660, 574);
  73. this.uiGroupBox1.TabIndex = 1;
  74. this.uiGroupBox1.Text = "加载普查数据预览";
  75. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  76. //
  77. // uiPanel3
  78. //
  79. this.uiPanel3.Controls.Add(this.uidgv);
  80. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F);
  82. this.uiPanel3.Location = new System.Drawing.Point(0, 32);
  83. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  84. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  85. this.uiPanel3.Name = "uiPanel3";
  86. this.uiPanel3.Size = new System.Drawing.Size(660, 542);
  87. this.uiPanel3.TabIndex = 2;
  88. this.uiPanel3.Text = "uiPanel3";
  89. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  90. //
  91. // uidgv
  92. //
  93. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  94. this.uidgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  95. this.uidgv.BackgroundColor = System.Drawing.Color.White;
  96. this.uidgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  97. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  98. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  99. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
  100. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  101. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  102. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  103. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  104. this.uidgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  105. this.uidgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  106. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  107. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  108. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
  109. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  110. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  111. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  112. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  113. this.uidgv.DefaultCellStyle = dataGridViewCellStyle3;
  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, 0);
  119. this.uidgv.Name = "uidgv";
  120. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  121. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  122. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F);
  123. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  124. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  125. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  126. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  127. this.uidgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  128. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  129. this.uidgv.RowsDefaultCellStyle = dataGridViewCellStyle5;
  130. this.uidgv.RowTemplate.Height = 23;
  131. this.uidgv.SelectedIndex = -1;
  132. this.uidgv.ShowGridLine = true;
  133. this.uidgv.Size = new System.Drawing.Size(660, 542);
  134. this.uidgv.TabIndex = 0;
  135. //
  136. // uiButton1
  137. //
  138. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  139. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
  140. this.uiButton1.Location = new System.Drawing.Point(404, 23);
  141. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  142. this.uiButton1.Name = "uiButton1";
  143. this.uiButton1.Size = new System.Drawing.Size(121, 30);
  144. this.uiButton1.TabIndex = 0;
  145. this.uiButton1.Text = "加载普查数据";
  146. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  147. //
  148. // uiGroupBox2
  149. //
  150. this.uiGroupBox2.Controls.Add(this.panel2);
  151. this.uiGroupBox2.Controls.Add(this.panel1);
  152. this.uiGroupBox2.Controls.Add(this.uiPanel1);
  153. this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Right;
  154. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
  155. this.uiGroupBox2.Location = new System.Drawing.Point(660, 0);
  156. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  157. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  158. this.uiGroupBox2.Name = "uiGroupBox2";
  159. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  160. this.uiGroupBox2.Size = new System.Drawing.Size(340, 635);
  161. this.uiGroupBox2.TabIndex = 4;
  162. this.uiGroupBox2.Text = "普查字段与系统字段对应关系";
  163. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  164. //
  165. // panel2
  166. //
  167. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  168. this.panel2.Location = new System.Drawing.Point(170, 32);
  169. this.panel2.Name = "panel2";
  170. this.panel2.Size = new System.Drawing.Size(170, 565);
  171. this.panel2.TabIndex = 1;
  172. //
  173. // panel1
  174. //
  175. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  176. this.panel1.Location = new System.Drawing.Point(0, 32);
  177. this.panel1.Name = "panel1";
  178. this.panel1.Size = new System.Drawing.Size(170, 565);
  179. this.panel1.TabIndex = 0;
  180. //
  181. // uiPanel1
  182. //
  183. this.uiPanel1.Controls.Add(this.uiLabel1);
  184. this.uiPanel1.Controls.Add(this.uicbxlayer);
  185. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  186. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  187. this.uiPanel1.Location = new System.Drawing.Point(0, 597);
  188. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  189. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  190. this.uiPanel1.Name = "uiPanel1";
  191. this.uiPanel1.Size = new System.Drawing.Size(340, 38);
  192. this.uiPanel1.TabIndex = 2;
  193. this.uiPanel1.Text = null;
  194. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  195. //
  196. // uiPanel4
  197. //
  198. this.uiPanel4.Controls.Add(this.uiGroupBox1);
  199. this.uiPanel4.Controls.Add(this.uiPanel5);
  200. this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  201. this.uiPanel4.Font = new System.Drawing.Font("微软雅黑", 12F);
  202. this.uiPanel4.Location = new System.Drawing.Point(0, 0);
  203. this.uiPanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  204. this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1);
  205. this.uiPanel4.Name = "uiPanel4";
  206. this.uiPanel4.Size = new System.Drawing.Size(660, 635);
  207. this.uiPanel4.TabIndex = 5;
  208. this.uiPanel4.Text = "uiPanel4";
  209. this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  210. //
  211. // uiPanel5
  212. //
  213. this.uiPanel5.Controls.Add(this.uiGroupBox4);
  214. this.uiPanel5.Controls.Add(this.uiButton1);
  215. this.uiPanel5.Controls.Add(this.uiGroupBox3);
  216. this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Top;
  217. this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F);
  218. this.uiPanel5.Location = new System.Drawing.Point(0, 0);
  219. this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  220. this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
  221. this.uiPanel5.Name = "uiPanel5";
  222. this.uiPanel5.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
  223. this.uiPanel5.Size = new System.Drawing.Size(660, 61);
  224. this.uiPanel5.TabIndex = 1;
  225. this.uiPanel5.Text = "uiPanel5";
  226. this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  227. //
  228. // uiGroupBox4
  229. //
  230. this.uiGroupBox4.Controls.Add(this.uirbnF);
  231. this.uiGroupBox4.Controls.Add(this.uirbnT);
  232. this.uiGroupBox4.Dock = System.Windows.Forms.DockStyle.Left;
  233. this.uiGroupBox4.Font = new System.Drawing.Font("微软雅黑", 12F);
  234. this.uiGroupBox4.Location = new System.Drawing.Point(186, 2);
  235. this.uiGroupBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  236. this.uiGroupBox4.MinimumSize = new System.Drawing.Size(1, 1);
  237. this.uiGroupBox4.Name = "uiGroupBox4";
  238. this.uiGroupBox4.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  239. this.uiGroupBox4.Size = new System.Drawing.Size(198, 59);
  240. this.uiGroupBox4.TabIndex = 1;
  241. this.uiGroupBox4.Text = "首行是否是表头";
  242. this.uiGroupBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  243. //
  244. // uirbnF
  245. //
  246. this.uirbnF.Cursor = System.Windows.Forms.Cursors.Hand;
  247. this.uirbnF.Font = new System.Drawing.Font("微软雅黑", 12F);
  248. this.uirbnF.Location = new System.Drawing.Point(103, 30);
  249. this.uirbnF.MinimumSize = new System.Drawing.Size(1, 1);
  250. this.uirbnF.Name = "uirbnF";
  251. this.uirbnF.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  252. this.uirbnF.Size = new System.Drawing.Size(64, 25);
  253. this.uirbnF.TabIndex = 11;
  254. this.uirbnF.Text = "否";
  255. //
  256. // uirbnT
  257. //
  258. this.uirbnT.Checked = true;
  259. this.uirbnT.Cursor = System.Windows.Forms.Cursors.Hand;
  260. this.uirbnT.Font = new System.Drawing.Font("微软雅黑", 12F);
  261. this.uirbnT.Location = new System.Drawing.Point(18, 30);
  262. this.uirbnT.MinimumSize = new System.Drawing.Size(1, 1);
  263. this.uirbnT.Name = "uirbnT";
  264. this.uirbnT.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  265. this.uirbnT.Size = new System.Drawing.Size(64, 25);
  266. this.uirbnT.TabIndex = 10;
  267. this.uirbnT.Text = "是";
  268. //
  269. // uiGroupBox3
  270. //
  271. this.uiGroupBox3.Controls.Add(this.uirbtGX);
  272. this.uiGroupBox3.Controls.Add(this.uirbtGD);
  273. this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Left;
  274. this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 12F);
  275. this.uiGroupBox3.Location = new System.Drawing.Point(0, 2);
  276. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  277. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
  278. this.uiGroupBox3.Name = "uiGroupBox3";
  279. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  280. this.uiGroupBox3.Size = new System.Drawing.Size(186, 59);
  281. this.uiGroupBox3.TabIndex = 0;
  282. this.uiGroupBox3.Text = "普查表类型";
  283. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  284. //
  285. // uirbtGX
  286. //
  287. this.uirbtGX.Cursor = System.Windows.Forms.Cursors.Hand;
  288. this.uirbtGX.Font = new System.Drawing.Font("微软雅黑", 12F);
  289. this.uirbtGX.Location = new System.Drawing.Point(94, 30);
  290. this.uirbtGX.MinimumSize = new System.Drawing.Size(1, 1);
  291. this.uirbtGX.Name = "uirbtGX";
  292. this.uirbtGX.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  293. this.uirbtGX.Size = new System.Drawing.Size(79, 25);
  294. this.uirbtGX.TabIndex = 8;
  295. this.uirbtGX.Text = "管线表";
  296. this.uirbtGX.Visible = false;
  297. this.uirbtGX.CheckedChanged += new System.EventHandler(this.uirbtGX_CheckedChanged);
  298. //
  299. // uirbtGD
  300. //
  301. this.uirbtGD.Checked = true;
  302. this.uirbtGD.Cursor = System.Windows.Forms.Cursors.Hand;
  303. this.uirbtGD.Font = new System.Drawing.Font("微软雅黑", 12F);
  304. this.uirbtGD.Location = new System.Drawing.Point(10, 30);
  305. this.uirbtGD.MinimumSize = new System.Drawing.Size(1, 1);
  306. this.uirbtGD.Name = "uirbtGD";
  307. this.uirbtGD.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  308. this.uirbtGD.Size = new System.Drawing.Size(79, 25);
  309. this.uirbtGD.TabIndex = 7;
  310. this.uirbtGD.Text = "管点表";
  311. this.uirbtGD.CheckedChanged += new System.EventHandler(this.uirbtGX_CheckedChanged);
  312. //
  313. // uicbxlayer
  314. //
  315. this.uicbxlayer.DataSource = null;
  316. this.uicbxlayer.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  317. this.uicbxlayer.FillColor = System.Drawing.Color.White;
  318. this.uicbxlayer.Font = new System.Drawing.Font("微软雅黑", 12F);
  319. this.uicbxlayer.Location = new System.Drawing.Point(140, 3);
  320. this.uicbxlayer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  321. this.uicbxlayer.MinimumSize = new System.Drawing.Size(63, 0);
  322. this.uicbxlayer.Name = "uicbxlayer";
  323. this.uicbxlayer.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  324. this.uicbxlayer.Size = new System.Drawing.Size(150, 29);
  325. this.uicbxlayer.TabIndex = 0;
  326. this.uicbxlayer.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  327. //
  328. // uiLabel1
  329. //
  330. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  331. this.uiLabel1.Location = new System.Drawing.Point(4, 7);
  332. this.uiLabel1.Name = "uiLabel1";
  333. this.uiLabel1.Size = new System.Drawing.Size(129, 23);
  334. this.uiLabel1.TabIndex = 1;
  335. this.uiLabel1.Text = "入库图层选择:";
  336. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  337. //
  338. // PCRuKuTemp
  339. //
  340. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  341. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  342. this.Controls.Add(this.uiPanel4);
  343. this.Controls.Add(this.uiGroupBox2);
  344. this.Name = "PCRuKuTemp";
  345. this.Size = new System.Drawing.Size(1000, 635);
  346. this.uiGroupBox1.ResumeLayout(false);
  347. this.uiPanel3.ResumeLayout(false);
  348. ((System.ComponentModel.ISupportInitialize)(this.uidgv)).EndInit();
  349. this.uiGroupBox2.ResumeLayout(false);
  350. this.uiPanel1.ResumeLayout(false);
  351. this.uiPanel4.ResumeLayout(false);
  352. this.uiPanel5.ResumeLayout(false);
  353. this.uiGroupBox4.ResumeLayout(false);
  354. this.uiGroupBox3.ResumeLayout(false);
  355. this.ResumeLayout(false);
  356. }
  357. #endregion
  358. private Sunny.UI.UIGroupBox uiGroupBox1;
  359. private Sunny.UI.UIDataGridView uidgv;
  360. private Sunny.UI.UIButton uiButton1;
  361. private Sunny.UI.UIGroupBox uiGroupBox2;
  362. private System.Windows.Forms.Panel panel2;
  363. private System.Windows.Forms.Panel panel1;
  364. private Sunny.UI.UIPanel uiPanel3;
  365. private Sunny.UI.UIPanel uiPanel4;
  366. private Sunny.UI.UIPanel uiPanel5;
  367. private Sunny.UI.UIGroupBox uiGroupBox3;
  368. private Sunny.UI.UIRadioButton uirbtGX;
  369. private Sunny.UI.UIRadioButton uirbtGD;
  370. private Sunny.UI.UIGroupBox uiGroupBox4;
  371. private Sunny.UI.UIRadioButton uirbnF;
  372. private Sunny.UI.UIRadioButton uirbnT;
  373. private Sunny.UI.UIPanel uiPanel1;
  374. private Sunny.UI.UILabel uiLabel1;
  375. private Sunny.UI.UIComboBox uicbxlayer;
  376. }
  377. }