RiZhi.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. namespace WWPipeLine.MapTools.Conditions.XiTongGuanLi
  2. {
  3. partial class RiZhi
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.uiPanel1 = new Sunny.UI.UIPanel();
  39. this.uiButton1 = new Sunny.UI.UIButton();
  40. this.uicbxCup = new Sunny.UI.UIComboBox();
  41. this.uiLabel3 = new Sunny.UI.UILabel();
  42. this.uicbxIP = new Sunny.UI.UIComboBox();
  43. this.uicbxName = new Sunny.UI.UIComboBox();
  44. this.uiLabel2 = new Sunny.UI.UILabel();
  45. this.uiLabel1 = new Sunny.UI.UILabel();
  46. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  47. this.uidgvlog = new Sunny.UI.UIDataGridView();
  48. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  49. this.uidgvlognm = new Sunny.UI.UIDataGridView();
  50. this.uiPanel1.SuspendLayout();
  51. this.uiGroupBox1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.uidgvlog)).BeginInit();
  53. this.uiGroupBox2.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.uidgvlognm)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // uiPanel1
  58. //
  59. this.uiPanel1.Controls.Add(this.uiButton1);
  60. this.uiPanel1.Controls.Add(this.uicbxCup);
  61. this.uiPanel1.Controls.Add(this.uiLabel3);
  62. this.uiPanel1.Controls.Add(this.uicbxIP);
  63. this.uiPanel1.Controls.Add(this.uicbxName);
  64. this.uiPanel1.Controls.Add(this.uiLabel2);
  65. this.uiPanel1.Controls.Add(this.uiLabel1);
  66. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  67. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  68. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  69. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  70. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  71. this.uiPanel1.Name = "uiPanel1";
  72. this.uiPanel1.Size = new System.Drawing.Size(1000, 47);
  73. this.uiPanel1.TabIndex = 0;
  74. this.uiPanel1.Text = null;
  75. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  76. //
  77. // uiButton1
  78. //
  79. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  80. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
  81. this.uiButton1.Location = new System.Drawing.Point(732, 10);
  82. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  83. this.uiButton1.Name = "uiButton1";
  84. this.uiButton1.Size = new System.Drawing.Size(95, 29);
  85. this.uiButton1.TabIndex = 6;
  86. this.uiButton1.Text = "查询";
  87. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  88. //
  89. // uicbxCup
  90. //
  91. this.uicbxCup.DataSource = null;
  92. this.uicbxCup.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  93. this.uicbxCup.FillColor = System.Drawing.Color.White;
  94. this.uicbxCup.Font = new System.Drawing.Font("微软雅黑", 12F);
  95. this.uicbxCup.Location = new System.Drawing.Point(551, 10);
  96. this.uicbxCup.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  97. this.uicbxCup.MinimumSize = new System.Drawing.Size(63, 0);
  98. this.uicbxCup.Name = "uicbxCup";
  99. this.uicbxCup.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  100. this.uicbxCup.Size = new System.Drawing.Size(150, 29);
  101. this.uicbxCup.TabIndex = 5;
  102. this.uicbxCup.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  103. //
  104. // uiLabel3
  105. //
  106. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F);
  107. this.uiLabel3.Location = new System.Drawing.Point(470, 12);
  108. this.uiLabel3.Name = "uiLabel3";
  109. this.uiLabel3.Size = new System.Drawing.Size(92, 23);
  110. this.uiLabel3.TabIndex = 4;
  111. this.uiLabel3.Text = "机器名称:";
  112. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  113. //
  114. // uicbxIP
  115. //
  116. this.uicbxIP.DataSource = null;
  117. this.uicbxIP.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  118. this.uicbxIP.FillColor = System.Drawing.Color.White;
  119. this.uicbxIP.Font = new System.Drawing.Font("微软雅黑", 12F);
  120. this.uicbxIP.Location = new System.Drawing.Point(311, 10);
  121. this.uicbxIP.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  122. this.uicbxIP.MinimumSize = new System.Drawing.Size(63, 0);
  123. this.uicbxIP.Name = "uicbxIP";
  124. this.uicbxIP.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  125. this.uicbxIP.Size = new System.Drawing.Size(150, 29);
  126. this.uicbxIP.TabIndex = 3;
  127. this.uicbxIP.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  128. //
  129. // uicbxName
  130. //
  131. this.uicbxName.DataSource = null;
  132. this.uicbxName.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  133. this.uicbxName.FillColor = System.Drawing.Color.White;
  134. this.uicbxName.Font = new System.Drawing.Font("微软雅黑", 12F);
  135. this.uicbxName.Location = new System.Drawing.Point(85, 10);
  136. this.uicbxName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  137. this.uicbxName.MinimumSize = new System.Drawing.Size(63, 0);
  138. this.uicbxName.Name = "uicbxName";
  139. this.uicbxName.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  140. this.uicbxName.Size = new System.Drawing.Size(150, 29);
  141. this.uicbxName.TabIndex = 1;
  142. this.uicbxName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  143. //
  144. // uiLabel2
  145. //
  146. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
  147. this.uiLabel2.Location = new System.Drawing.Point(246, 12);
  148. this.uiLabel2.Name = "uiLabel2";
  149. this.uiLabel2.Size = new System.Drawing.Size(92, 23);
  150. this.uiLabel2.TabIndex = 2;
  151. this.uiLabel2.Text = "IP地址:";
  152. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  153. //
  154. // uiLabel1
  155. //
  156. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  157. this.uiLabel1.Location = new System.Drawing.Point(4, 12);
  158. this.uiLabel1.Name = "uiLabel1";
  159. this.uiLabel1.Size = new System.Drawing.Size(92, 23);
  160. this.uiLabel1.TabIndex = 0;
  161. this.uiLabel1.Text = "用户名称:";
  162. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  163. //
  164. // uiGroupBox1
  165. //
  166. this.uiGroupBox1.Controls.Add(this.uidgvlog);
  167. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  168. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  169. this.uiGroupBox1.Location = new System.Drawing.Point(0, 47);
  170. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  171. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  172. this.uiGroupBox1.Name = "uiGroupBox1";
  173. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  174. this.uiGroupBox1.Size = new System.Drawing.Size(650, 553);
  175. this.uiGroupBox1.TabIndex = 1;
  176. this.uiGroupBox1.Text = "登录日志信息";
  177. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  178. //
  179. // uidgvlog
  180. //
  181. this.uidgvlog.AllowUserToAddRows = false;
  182. this.uidgvlog.AllowUserToDeleteRows = false;
  183. this.uidgvlog.AllowUserToOrderColumns = true;
  184. this.uidgvlog.AllowUserToResizeColumns = false;
  185. this.uidgvlog.AllowUserToResizeRows = false;
  186. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  187. this.uidgvlog.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  188. this.uidgvlog.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  189. this.uidgvlog.BackgroundColor = System.Drawing.Color.White;
  190. this.uidgvlog.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  191. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  192. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  193. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
  194. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  195. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  196. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  197. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  198. this.uidgvlog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  199. this.uidgvlog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  200. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  201. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  202. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
  203. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  204. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  205. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  206. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  207. this.uidgvlog.DefaultCellStyle = dataGridViewCellStyle3;
  208. this.uidgvlog.Dock = System.Windows.Forms.DockStyle.Fill;
  209. this.uidgvlog.EnableHeadersVisualStyles = false;
  210. this.uidgvlog.Font = new System.Drawing.Font("微软雅黑", 12F);
  211. this.uidgvlog.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  212. this.uidgvlog.Location = new System.Drawing.Point(0, 32);
  213. this.uidgvlog.MultiSelect = false;
  214. this.uidgvlog.Name = "uidgvlog";
  215. this.uidgvlog.ReadOnly = true;
  216. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  217. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  218. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F);
  219. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  220. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  221. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  222. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  223. this.uidgvlog.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  224. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  225. this.uidgvlog.RowsDefaultCellStyle = dataGridViewCellStyle5;
  226. this.uidgvlog.RowTemplate.Height = 23;
  227. this.uidgvlog.SelectedIndex = -1;
  228. this.uidgvlog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  229. this.uidgvlog.ShowCellToolTips = false;
  230. this.uidgvlog.ShowEditingIcon = false;
  231. this.uidgvlog.ShowGridLine = true;
  232. this.uidgvlog.Size = new System.Drawing.Size(650, 521);
  233. this.uidgvlog.TabIndex = 0;
  234. this.uidgvlog.SelectIndexChange += new Sunny.UI.UIDataGridView.OnSelectIndexChange(this.uidgvlog_SelectIndexChange);
  235. //
  236. // uiGroupBox2
  237. //
  238. this.uiGroupBox2.Controls.Add(this.uidgvlognm);
  239. this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  240. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
  241. this.uiGroupBox2.Location = new System.Drawing.Point(650, 47);
  242. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  243. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  244. this.uiGroupBox2.Name = "uiGroupBox2";
  245. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  246. this.uiGroupBox2.Size = new System.Drawing.Size(350, 553);
  247. this.uiGroupBox2.TabIndex = 2;
  248. this.uiGroupBox2.Text = "所选登录日志的操作记录";
  249. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  250. //
  251. // uidgvlognm
  252. //
  253. this.uidgvlognm.AllowUserToAddRows = false;
  254. this.uidgvlognm.AllowUserToDeleteRows = false;
  255. this.uidgvlognm.AllowUserToResizeColumns = false;
  256. this.uidgvlognm.AllowUserToResizeRows = false;
  257. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  258. this.uidgvlognm.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  259. this.uidgvlognm.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  260. this.uidgvlognm.BackgroundColor = System.Drawing.Color.White;
  261. this.uidgvlognm.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  262. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  263. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  264. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F);
  265. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  266. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  267. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  268. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  269. this.uidgvlognm.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  270. this.uidgvlognm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  271. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  272. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  273. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F);
  274. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  275. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  276. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  277. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  278. this.uidgvlognm.DefaultCellStyle = dataGridViewCellStyle8;
  279. this.uidgvlognm.Dock = System.Windows.Forms.DockStyle.Fill;
  280. this.uidgvlognm.EnableHeadersVisualStyles = false;
  281. this.uidgvlognm.Font = new System.Drawing.Font("微软雅黑", 12F);
  282. this.uidgvlognm.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  283. this.uidgvlognm.Location = new System.Drawing.Point(0, 32);
  284. this.uidgvlognm.Name = "uidgvlognm";
  285. this.uidgvlognm.ReadOnly = true;
  286. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  287. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  288. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F);
  289. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  290. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  291. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  292. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  293. this.uidgvlognm.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  294. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  295. this.uidgvlognm.RowsDefaultCellStyle = dataGridViewCellStyle10;
  296. this.uidgvlognm.RowTemplate.Height = 23;
  297. this.uidgvlognm.SelectedIndex = -1;
  298. this.uidgvlognm.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  299. this.uidgvlognm.ShowCellToolTips = false;
  300. this.uidgvlognm.ShowEditingIcon = false;
  301. this.uidgvlognm.ShowGridLine = true;
  302. this.uidgvlognm.Size = new System.Drawing.Size(350, 521);
  303. this.uidgvlognm.TabIndex = 0;
  304. //
  305. // RiZhi
  306. //
  307. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  308. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  309. this.Controls.Add(this.uiGroupBox2);
  310. this.Controls.Add(this.uiGroupBox1);
  311. this.Controls.Add(this.uiPanel1);
  312. this.Name = "RiZhi";
  313. this.Size = new System.Drawing.Size(1000, 600);
  314. this.uiPanel1.ResumeLayout(false);
  315. this.uiGroupBox1.ResumeLayout(false);
  316. ((System.ComponentModel.ISupportInitialize)(this.uidgvlog)).EndInit();
  317. this.uiGroupBox2.ResumeLayout(false);
  318. ((System.ComponentModel.ISupportInitialize)(this.uidgvlognm)).EndInit();
  319. this.ResumeLayout(false);
  320. }
  321. #endregion
  322. private Sunny.UI.UIPanel uiPanel1;
  323. private Sunny.UI.UIGroupBox uiGroupBox1;
  324. private Sunny.UI.UIDataGridView uidgvlog;
  325. private Sunny.UI.UIGroupBox uiGroupBox2;
  326. private Sunny.UI.UIDataGridView uidgvlognm;
  327. private Sunny.UI.UIComboBox uicbxName;
  328. private Sunny.UI.UILabel uiLabel1;
  329. private Sunny.UI.UIComboBox uicbxIP;
  330. private Sunny.UI.UILabel uiLabel2;
  331. private Sunny.UI.UIComboBox uicbxCup;
  332. private Sunny.UI.UILabel uiLabel3;
  333. private Sunny.UI.UIButton uiButton1;
  334. }
  335. }