CBehaviorForm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. namespace PMSUI
  2. {
  3. partial class CBehaviorForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.gp_Opt = new System.Windows.Forms.GroupBox();
  29. this.tbReserved3 = new System.Windows.Forms.TextBox();
  30. this.lbReserved3 = new System.Windows.Forms.Label();
  31. this.tbReserved2 = new System.Windows.Forms.TextBox();
  32. this.lbReserved2 = new System.Windows.Forms.Label();
  33. this.tbReserved1 = new System.Windows.Forms.TextBox();
  34. this.lbReserved1 = new System.Windows.Forms.Label();
  35. this.lbRemark = new System.Windows.Forms.Label();
  36. this.tbRemark = new System.Windows.Forms.TextBox();
  37. this.lbDispalyMessage = new System.Windows.Forms.Label();
  38. this.tbDispalyMessage = new System.Windows.Forms.TextBox();
  39. this.ckbStandard = new System.Windows.Forms.CheckBox();
  40. this.lbStandard = new System.Windows.Forms.Label();
  41. this.lbType = new System.Windows.Forms.Label();
  42. this.tbType = new System.Windows.Forms.TextBox();
  43. this.btModify = new System.Windows.Forms.Button();
  44. this.btDelete = new System.Windows.Forms.Button();
  45. this.btAdd = new System.Windows.Forms.Button();
  46. this.lbvalue = new System.Windows.Forms.Label();
  47. this.lbBehavior = new System.Windows.Forms.Label();
  48. this.tbBehavior = new System.Windows.Forms.TextBox();
  49. this.tbvalue = new System.Windows.Forms.TextBox();
  50. this.btHelps = new System.Windows.Forms.Button();
  51. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  52. this.DgvBehavior = new System.Windows.Forms.DataGridView();
  53. this.gp_Opt.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  55. this.splitContainer1.Panel1.SuspendLayout();
  56. this.splitContainer1.Panel2.SuspendLayout();
  57. this.splitContainer1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.DgvBehavior)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // gp_Opt
  62. //
  63. this.gp_Opt.Controls.Add(this.tbReserved3);
  64. this.gp_Opt.Controls.Add(this.lbReserved3);
  65. this.gp_Opt.Controls.Add(this.tbReserved2);
  66. this.gp_Opt.Controls.Add(this.lbReserved2);
  67. this.gp_Opt.Controls.Add(this.tbReserved1);
  68. this.gp_Opt.Controls.Add(this.lbReserved1);
  69. this.gp_Opt.Controls.Add(this.lbRemark);
  70. this.gp_Opt.Controls.Add(this.tbRemark);
  71. this.gp_Opt.Controls.Add(this.lbDispalyMessage);
  72. this.gp_Opt.Controls.Add(this.tbDispalyMessage);
  73. this.gp_Opt.Controls.Add(this.ckbStandard);
  74. this.gp_Opt.Controls.Add(this.lbStandard);
  75. this.gp_Opt.Controls.Add(this.lbType);
  76. this.gp_Opt.Controls.Add(this.tbType);
  77. this.gp_Opt.Controls.Add(this.btModify);
  78. this.gp_Opt.Controls.Add(this.btDelete);
  79. this.gp_Opt.Controls.Add(this.btAdd);
  80. this.gp_Opt.Controls.Add(this.lbvalue);
  81. this.gp_Opt.Controls.Add(this.lbBehavior);
  82. this.gp_Opt.Controls.Add(this.tbBehavior);
  83. this.gp_Opt.Controls.Add(this.tbvalue);
  84. this.gp_Opt.Location = new System.Drawing.Point(3, 44);
  85. this.gp_Opt.Name = "gp_Opt";
  86. this.gp_Opt.Size = new System.Drawing.Size(316, 333);
  87. this.gp_Opt.TabIndex = 2;
  88. this.gp_Opt.TabStop = false;
  89. //
  90. // tbReserved3
  91. //
  92. this.tbReserved3.BackColor = System.Drawing.SystemColors.Window;
  93. this.tbReserved3.Location = new System.Drawing.Point(138, 229);
  94. this.tbReserved3.Name = "tbReserved3";
  95. this.tbReserved3.Size = new System.Drawing.Size(147, 21);
  96. this.tbReserved3.TabIndex = 65;
  97. //
  98. // lbReserved3
  99. //
  100. this.lbReserved3.AutoSize = true;
  101. this.lbReserved3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.lbReserved3.Location = new System.Drawing.Point(17, 229);
  103. this.lbReserved3.Name = "lbReserved3";
  104. this.lbReserved3.Size = new System.Drawing.Size(39, 17);
  105. this.lbReserved3.TabIndex = 64;
  106. this.lbReserved3.Text = "备用3";
  107. //
  108. // tbReserved2
  109. //
  110. this.tbReserved2.BackColor = System.Drawing.SystemColors.Window;
  111. this.tbReserved2.Location = new System.Drawing.Point(138, 202);
  112. this.tbReserved2.Name = "tbReserved2";
  113. this.tbReserved2.Size = new System.Drawing.Size(147, 21);
  114. this.tbReserved2.TabIndex = 63;
  115. //
  116. // lbReserved2
  117. //
  118. this.lbReserved2.AutoSize = true;
  119. this.lbReserved2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.lbReserved2.Location = new System.Drawing.Point(17, 202);
  121. this.lbReserved2.Name = "lbReserved2";
  122. this.lbReserved2.Size = new System.Drawing.Size(39, 17);
  123. this.lbReserved2.TabIndex = 62;
  124. this.lbReserved2.Text = "备用2";
  125. //
  126. // tbReserved1
  127. //
  128. this.tbReserved1.BackColor = System.Drawing.SystemColors.Window;
  129. this.tbReserved1.Location = new System.Drawing.Point(138, 175);
  130. this.tbReserved1.Name = "tbReserved1";
  131. this.tbReserved1.Size = new System.Drawing.Size(147, 21);
  132. this.tbReserved1.TabIndex = 61;
  133. //
  134. // lbReserved1
  135. //
  136. this.lbReserved1.AutoSize = true;
  137. this.lbReserved1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.lbReserved1.Location = new System.Drawing.Point(17, 175);
  139. this.lbReserved1.Name = "lbReserved1";
  140. this.lbReserved1.Size = new System.Drawing.Size(39, 17);
  141. this.lbReserved1.TabIndex = 60;
  142. this.lbReserved1.Text = "备用1";
  143. //
  144. // lbRemark
  145. //
  146. this.lbRemark.AutoSize = true;
  147. this.lbRemark.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.lbRemark.Location = new System.Drawing.Point(17, 151);
  149. this.lbRemark.Name = "lbRemark";
  150. this.lbRemark.Size = new System.Drawing.Size(32, 17);
  151. this.lbRemark.TabIndex = 59;
  152. this.lbRemark.Text = "备注";
  153. //
  154. // tbRemark
  155. //
  156. this.tbRemark.BackColor = System.Drawing.SystemColors.Window;
  157. this.tbRemark.Location = new System.Drawing.Point(138, 148);
  158. this.tbRemark.Name = "tbRemark";
  159. this.tbRemark.Size = new System.Drawing.Size(147, 21);
  160. this.tbRemark.TabIndex = 58;
  161. //
  162. // lbDispalyMessage
  163. //
  164. this.lbDispalyMessage.AutoSize = true;
  165. this.lbDispalyMessage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.lbDispalyMessage.Location = new System.Drawing.Point(17, 124);
  167. this.lbDispalyMessage.Name = "lbDispalyMessage";
  168. this.lbDispalyMessage.Size = new System.Drawing.Size(60, 17);
  169. this.lbDispalyMessage.TabIndex = 57;
  170. this.lbDispalyMessage.Text = "显示信息 ";
  171. //
  172. // tbDispalyMessage
  173. //
  174. this.tbDispalyMessage.BackColor = System.Drawing.SystemColors.Window;
  175. this.tbDispalyMessage.Location = new System.Drawing.Point(138, 121);
  176. this.tbDispalyMessage.Name = "tbDispalyMessage";
  177. this.tbDispalyMessage.Size = new System.Drawing.Size(147, 21);
  178. this.tbDispalyMessage.TabIndex = 56;
  179. //
  180. // ckbStandard
  181. //
  182. this.ckbStandard.AutoSize = true;
  183. this.ckbStandard.Location = new System.Drawing.Point(138, 101);
  184. this.ckbStandard.Name = "ckbStandard";
  185. this.ckbStandard.Size = new System.Drawing.Size(15, 14);
  186. this.ckbStandard.TabIndex = 55;
  187. this.ckbStandard.UseVisualStyleBackColor = true;
  188. //
  189. // lbStandard
  190. //
  191. this.lbStandard.AutoSize = true;
  192. this.lbStandard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.lbStandard.Location = new System.Drawing.Point(17, 102);
  194. this.lbStandard.Name = "lbStandard";
  195. this.lbStandard.Size = new System.Drawing.Size(32, 17);
  196. this.lbStandard.TabIndex = 54;
  197. this.lbStandard.Text = "启用";
  198. //
  199. // lbType
  200. //
  201. this.lbType.AutoSize = true;
  202. this.lbType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.lbType.Location = new System.Drawing.Point(17, 74);
  204. this.lbType.Name = "lbType";
  205. this.lbType.Size = new System.Drawing.Size(32, 17);
  206. this.lbType.TabIndex = 52;
  207. this.lbType.Text = "类型";
  208. //
  209. // tbType
  210. //
  211. this.tbType.BackColor = System.Drawing.SystemColors.Window;
  212. this.tbType.Location = new System.Drawing.Point(138, 74);
  213. this.tbType.Name = "tbType";
  214. this.tbType.Size = new System.Drawing.Size(147, 21);
  215. this.tbType.TabIndex = 51;
  216. //
  217. // btModify
  218. //
  219. this.btModify.Location = new System.Drawing.Point(109, 277);
  220. this.btModify.Name = "btModify";
  221. this.btModify.Size = new System.Drawing.Size(75, 28);
  222. this.btModify.TabIndex = 50;
  223. this.btModify.Text = "修改";
  224. this.btModify.UseVisualStyleBackColor = true;
  225. this.btModify.Click += new System.EventHandler(this.btModify_Click);
  226. //
  227. // btDelete
  228. //
  229. this.btDelete.Location = new System.Drawing.Point(210, 277);
  230. this.btDelete.Name = "btDelete";
  231. this.btDelete.Size = new System.Drawing.Size(75, 28);
  232. this.btDelete.TabIndex = 49;
  233. this.btDelete.Text = "删除";
  234. this.btDelete.UseVisualStyleBackColor = true;
  235. this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
  236. //
  237. // btAdd
  238. //
  239. this.btAdd.Location = new System.Drawing.Point(8, 277);
  240. this.btAdd.Name = "btAdd";
  241. this.btAdd.Size = new System.Drawing.Size(75, 28);
  242. this.btAdd.TabIndex = 48;
  243. this.btAdd.Text = "增加";
  244. this.btAdd.UseVisualStyleBackColor = true;
  245. this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
  246. //
  247. // lbvalue
  248. //
  249. this.lbvalue.AutoSize = true;
  250. this.lbvalue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.lbvalue.Location = new System.Drawing.Point(17, 50);
  252. this.lbvalue.Name = "lbvalue";
  253. this.lbvalue.Size = new System.Drawing.Size(32, 17);
  254. this.lbvalue.TabIndex = 47;
  255. this.lbvalue.Text = "含义";
  256. //
  257. // lbBehavior
  258. //
  259. this.lbBehavior.AutoSize = true;
  260. this.lbBehavior.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.lbBehavior.Location = new System.Drawing.Point(17, 23);
  262. this.lbBehavior.Name = "lbBehavior";
  263. this.lbBehavior.Size = new System.Drawing.Size(44, 17);
  264. this.lbBehavior.TabIndex = 46;
  265. this.lbBehavior.Text = "行为码";
  266. //
  267. // tbBehavior
  268. //
  269. this.tbBehavior.BackColor = System.Drawing.SystemColors.Window;
  270. this.tbBehavior.Location = new System.Drawing.Point(138, 20);
  271. this.tbBehavior.Name = "tbBehavior";
  272. this.tbBehavior.Size = new System.Drawing.Size(147, 21);
  273. this.tbBehavior.TabIndex = 45;
  274. //
  275. // tbvalue
  276. //
  277. this.tbvalue.BackColor = System.Drawing.SystemColors.Window;
  278. this.tbvalue.Location = new System.Drawing.Point(138, 47);
  279. this.tbvalue.Name = "tbvalue";
  280. this.tbvalue.Size = new System.Drawing.Size(147, 21);
  281. this.tbvalue.TabIndex = 44;
  282. //
  283. // btHelps
  284. //
  285. this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  286. this.btHelps.Location = new System.Drawing.Point(3, 12);
  287. this.btHelps.Name = "btHelps";
  288. this.btHelps.Size = new System.Drawing.Size(85, 23);
  289. this.btHelps.TabIndex = 43;
  290. this.btHelps.Text = "帮助信息";
  291. this.btHelps.UseVisualStyleBackColor = true;
  292. this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
  293. //
  294. // splitContainer1
  295. //
  296. this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
  297. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  298. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  299. this.splitContainer1.Name = "splitContainer1";
  300. //
  301. // splitContainer1.Panel1
  302. //
  303. this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
  304. this.splitContainer1.Panel1.Controls.Add(this.DgvBehavior);
  305. //
  306. // splitContainer1.Panel2
  307. //
  308. this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
  309. this.splitContainer1.Panel2.Controls.Add(this.gp_Opt);
  310. this.splitContainer1.Panel2.Controls.Add(this.btHelps);
  311. this.splitContainer1.Size = new System.Drawing.Size(819, 490);
  312. this.splitContainer1.SplitterDistance = 451;
  313. this.splitContainer1.TabIndex = 2;
  314. //
  315. // DgvBehavior
  316. //
  317. this.DgvBehavior.AllowUserToAddRows = false;
  318. this.DgvBehavior.AllowUserToDeleteRows = false;
  319. this.DgvBehavior.AllowUserToResizeRows = false;
  320. this.DgvBehavior.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  321. this.DgvBehavior.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  322. this.DgvBehavior.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  323. this.DgvBehavior.Dock = System.Windows.Forms.DockStyle.Fill;
  324. this.DgvBehavior.Location = new System.Drawing.Point(0, 0);
  325. this.DgvBehavior.MultiSelect = false;
  326. this.DgvBehavior.Name = "DgvBehavior";
  327. this.DgvBehavior.ReadOnly = true;
  328. this.DgvBehavior.RowHeadersVisible = false;
  329. this.DgvBehavior.RowTemplate.Height = 23;
  330. this.DgvBehavior.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  331. this.DgvBehavior.Size = new System.Drawing.Size(451, 490);
  332. this.DgvBehavior.TabIndex = 1;
  333. this.DgvBehavior.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DgvBehavior_CellMouseClick);
  334. //
  335. // CBehaviorForm
  336. //
  337. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  338. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  339. this.ClientSize = new System.Drawing.Size(819, 490);
  340. this.Controls.Add(this.splitContainer1);
  341. this.Name = "CBehaviorForm";
  342. this.Text = "CBehaviorForm";
  343. this.Load += new System.EventHandler(this.CBehaviorForm_Load);
  344. this.gp_Opt.ResumeLayout(false);
  345. this.gp_Opt.PerformLayout();
  346. this.splitContainer1.Panel1.ResumeLayout(false);
  347. this.splitContainer1.Panel2.ResumeLayout(false);
  348. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  349. this.splitContainer1.ResumeLayout(false);
  350. ((System.ComponentModel.ISupportInitialize)(this.DgvBehavior)).EndInit();
  351. this.ResumeLayout(false);
  352. }
  353. #endregion
  354. private System.Windows.Forms.GroupBox gp_Opt;
  355. private System.Windows.Forms.Label lbStandard;
  356. private System.Windows.Forms.Label lbType;
  357. private System.Windows.Forms.TextBox tbType;
  358. private System.Windows.Forms.Button btModify;
  359. private System.Windows.Forms.Button btDelete;
  360. private System.Windows.Forms.Button btAdd;
  361. private System.Windows.Forms.Label lbvalue;
  362. private System.Windows.Forms.Label lbBehavior;
  363. private System.Windows.Forms.TextBox tbBehavior;
  364. private System.Windows.Forms.TextBox tbvalue;
  365. private System.Windows.Forms.Button btHelps;
  366. private System.Windows.Forms.SplitContainer splitContainer1;
  367. private System.Windows.Forms.DataGridView DgvBehavior;
  368. private System.Windows.Forms.Label lbDispalyMessage;
  369. private System.Windows.Forms.TextBox tbDispalyMessage;
  370. private System.Windows.Forms.CheckBox ckbStandard;
  371. private System.Windows.Forms.Label lbRemark;
  372. private System.Windows.Forms.TextBox tbRemark;
  373. private System.Windows.Forms.TextBox tbReserved3;
  374. private System.Windows.Forms.Label lbReserved3;
  375. private System.Windows.Forms.TextBox tbReserved2;
  376. private System.Windows.Forms.Label lbReserved2;
  377. private System.Windows.Forms.TextBox tbReserved1;
  378. private System.Windows.Forms.Label lbReserved1;
  379. }
  380. }