CBehaviorForm.Designer.cs 21 KB

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