CBookTemplateForm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. namespace PMSUI
  2. {
  3. partial class CBookTemplateForm
  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.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.DGVTaskTemplate = new System.Windows.Forms.DataGridView();
  30. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.GP_Per = new System.Windows.Forms.GroupBox();
  35. this.btHelps = new System.Windows.Forms.Button();
  36. this.gp_Opt1 = new System.Windows.Forms.GroupBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.tbNextSpcialStep = new System.Windows.Forms.TextBox();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.tbNextDefaultStep = new System.Windows.Forms.TextBox();
  41. this.btSaveStep = new System.Windows.Forms.Button();
  42. this.btModfiyStep = new System.Windows.Forms.Button();
  43. this.btDeleteStep = new System.Windows.Forms.Button();
  44. this.btAddStep = new System.Windows.Forms.Button();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.tbOperate = new System.Windows.Forms.TextBox();
  48. this.tbStepID = new System.Windows.Forms.TextBox();
  49. this.gp_Opt = new System.Windows.Forms.GroupBox();
  50. this.cbTemplateID = new System.Windows.Forms.ComboBox();
  51. this.btDeleteTaskTemplate = new System.Windows.Forms.Button();
  52. this.btAddTemplate = new System.Windows.Forms.Button();
  53. this.gp_Read = new System.Windows.Forms.GroupBox();
  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.DGVTaskTemplate)).BeginInit();
  59. this.GP_Per.SuspendLayout();
  60. this.gp_Opt1.SuspendLayout();
  61. this.gp_Opt.SuspendLayout();
  62. this.gp_Read.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // splitContainer1
  66. //
  67. this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
  68. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  70. this.splitContainer1.Name = "splitContainer1";
  71. //
  72. // splitContainer1.Panel1
  73. //
  74. this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
  75. this.splitContainer1.Panel1.Controls.Add(this.DGVTaskTemplate);
  76. //
  77. // splitContainer1.Panel2
  78. //
  79. this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
  80. this.splitContainer1.Panel2.Controls.Add(this.GP_Per);
  81. this.splitContainer1.Size = new System.Drawing.Size(815, 460);
  82. this.splitContainer1.SplitterDistance = 449;
  83. this.splitContainer1.TabIndex = 1;
  84. //
  85. // DGVTaskTemplate
  86. //
  87. this.DGVTaskTemplate.AllowUserToAddRows = false;
  88. this.DGVTaskTemplate.AllowUserToDeleteRows = false;
  89. this.DGVTaskTemplate.AllowUserToResizeRows = false;
  90. this.DGVTaskTemplate.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  91. this.DGVTaskTemplate.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  92. this.DGVTaskTemplate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  93. this.DGVTaskTemplate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  94. this.Column1,
  95. this.Column3,
  96. this.Column4,
  97. this.Column2});
  98. this.DGVTaskTemplate.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.DGVTaskTemplate.Location = new System.Drawing.Point(0, 0);
  100. this.DGVTaskTemplate.MultiSelect = false;
  101. this.DGVTaskTemplate.Name = "DGVTaskTemplate";
  102. this.DGVTaskTemplate.ReadOnly = true;
  103. this.DGVTaskTemplate.RowHeadersVisible = false;
  104. this.DGVTaskTemplate.RowTemplate.Height = 23;
  105. this.DGVTaskTemplate.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  106. this.DGVTaskTemplate.Size = new System.Drawing.Size(449, 460);
  107. this.DGVTaskTemplate.TabIndex = 1;
  108. this.DGVTaskTemplate.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DGVTaskTemplate_CellMouseClick);
  109. //
  110. // Column1
  111. //
  112. this.Column1.HeaderText = "StepID";
  113. this.Column1.Name = "Column1";
  114. this.Column1.ReadOnly = true;
  115. //
  116. // Column3
  117. //
  118. this.Column3.HeaderText = "Behavior";
  119. this.Column3.Name = "Column3";
  120. this.Column3.ReadOnly = true;
  121. //
  122. // Column4
  123. //
  124. this.Column4.HeaderText = "NextDefaultStep";
  125. this.Column4.Name = "Column4";
  126. this.Column4.ReadOnly = true;
  127. //
  128. // Column2
  129. //
  130. this.Column2.HeaderText = "NextSpcialStep";
  131. this.Column2.Name = "Column2";
  132. this.Column2.ReadOnly = true;
  133. //
  134. // GP_Per
  135. //
  136. this.GP_Per.Controls.Add(this.gp_Read);
  137. this.GP_Per.Controls.Add(this.btHelps);
  138. this.GP_Per.Controls.Add(this.gp_Opt1);
  139. this.GP_Per.Controls.Add(this.gp_Opt);
  140. this.GP_Per.Location = new System.Drawing.Point(0, 0);
  141. this.GP_Per.Name = "GP_Per";
  142. this.GP_Per.Size = new System.Drawing.Size(350, 418);
  143. this.GP_Per.TabIndex = 2;
  144. this.GP_Per.TabStop = false;
  145. //
  146. // btHelps
  147. //
  148. this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  149. this.btHelps.Location = new System.Drawing.Point(7, 17);
  150. this.btHelps.Name = "btHelps";
  151. this.btHelps.Size = new System.Drawing.Size(85, 23);
  152. this.btHelps.TabIndex = 43;
  153. this.btHelps.Text = "帮助信息";
  154. this.btHelps.UseVisualStyleBackColor = true;
  155. this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
  156. //
  157. // gp_Opt1
  158. //
  159. this.gp_Opt1.BackColor = System.Drawing.Color.Transparent;
  160. this.gp_Opt1.Controls.Add(this.label4);
  161. this.gp_Opt1.Controls.Add(this.tbNextSpcialStep);
  162. this.gp_Opt1.Controls.Add(this.label3);
  163. this.gp_Opt1.Controls.Add(this.tbNextDefaultStep);
  164. this.gp_Opt1.Controls.Add(this.btSaveStep);
  165. this.gp_Opt1.Controls.Add(this.btModfiyStep);
  166. this.gp_Opt1.Controls.Add(this.btDeleteStep);
  167. this.gp_Opt1.Controls.Add(this.btAddStep);
  168. this.gp_Opt1.Controls.Add(this.label2);
  169. this.gp_Opt1.Controls.Add(this.label1);
  170. this.gp_Opt1.Controls.Add(this.tbOperate);
  171. this.gp_Opt1.Controls.Add(this.tbStepID);
  172. this.gp_Opt1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.gp_Opt1.Location = new System.Drawing.Point(7, 129);
  174. this.gp_Opt1.Name = "gp_Opt1";
  175. this.gp_Opt1.Size = new System.Drawing.Size(338, 279);
  176. this.gp_Opt1.TabIndex = 4;
  177. this.gp_Opt1.TabStop = false;
  178. this.gp_Opt1.Text = "步骤";
  179. //
  180. // label4
  181. //
  182. this.label4.AutoSize = true;
  183. this.label4.Location = new System.Drawing.Point(25, 158);
  184. this.label4.Name = "label4";
  185. this.label4.Size = new System.Drawing.Size(77, 12);
  186. this.label4.TabIndex = 11;
  187. this.label4.Text = "特殊下一步骤";
  188. //
  189. // tbNextSpcialStep
  190. //
  191. this.tbNextSpcialStep.BackColor = System.Drawing.SystemColors.Window;
  192. this.tbNextSpcialStep.Location = new System.Drawing.Point(172, 158);
  193. this.tbNextSpcialStep.Name = "tbNextSpcialStep";
  194. this.tbNextSpcialStep.Size = new System.Drawing.Size(125, 21);
  195. this.tbNextSpcialStep.TabIndex = 10;
  196. //
  197. // label3
  198. //
  199. this.label3.AutoSize = true;
  200. this.label3.Location = new System.Drawing.Point(25, 116);
  201. this.label3.Name = "label3";
  202. this.label3.Size = new System.Drawing.Size(77, 12);
  203. this.label3.TabIndex = 9;
  204. this.label3.Text = "默认下一步骤";
  205. //
  206. // tbNextDefaultStep
  207. //
  208. this.tbNextDefaultStep.BackColor = System.Drawing.SystemColors.Window;
  209. this.tbNextDefaultStep.Location = new System.Drawing.Point(172, 116);
  210. this.tbNextDefaultStep.Name = "tbNextDefaultStep";
  211. this.tbNextDefaultStep.Size = new System.Drawing.Size(125, 21);
  212. this.tbNextDefaultStep.TabIndex = 8;
  213. //
  214. // btSaveStep
  215. //
  216. this.btSaveStep.Location = new System.Drawing.Point(253, 200);
  217. this.btSaveStep.Name = "btSaveStep";
  218. this.btSaveStep.Size = new System.Drawing.Size(75, 28);
  219. this.btSaveStep.TabIndex = 7;
  220. this.btSaveStep.Text = "保存";
  221. this.btSaveStep.UseVisualStyleBackColor = true;
  222. this.btSaveStep.Click += new System.EventHandler(this.btSaveStep_Click);
  223. //
  224. // btModfiyStep
  225. //
  226. this.btModfiyStep.Location = new System.Drawing.Point(172, 200);
  227. this.btModfiyStep.Name = "btModfiyStep";
  228. this.btModfiyStep.Size = new System.Drawing.Size(75, 28);
  229. this.btModfiyStep.TabIndex = 6;
  230. this.btModfiyStep.Text = "修改";
  231. this.btModfiyStep.UseVisualStyleBackColor = true;
  232. this.btModfiyStep.Click += new System.EventHandler(this.btModfiyStep_Click);
  233. //
  234. // btDeleteStep
  235. //
  236. this.btDeleteStep.Location = new System.Drawing.Point(91, 200);
  237. this.btDeleteStep.Name = "btDeleteStep";
  238. this.btDeleteStep.Size = new System.Drawing.Size(75, 28);
  239. this.btDeleteStep.TabIndex = 5;
  240. this.btDeleteStep.Text = "删除";
  241. this.btDeleteStep.UseVisualStyleBackColor = true;
  242. this.btDeleteStep.Click += new System.EventHandler(this.btDeleteStep_Click);
  243. //
  244. // btAddStep
  245. //
  246. this.btAddStep.Location = new System.Drawing.Point(10, 200);
  247. this.btAddStep.Name = "btAddStep";
  248. this.btAddStep.Size = new System.Drawing.Size(75, 28);
  249. this.btAddStep.TabIndex = 4;
  250. this.btAddStep.Text = "增加";
  251. this.btAddStep.UseVisualStyleBackColor = true;
  252. this.btAddStep.Click += new System.EventHandler(this.btAddStep_Click);
  253. //
  254. // label2
  255. //
  256. this.label2.AutoSize = true;
  257. this.label2.Location = new System.Drawing.Point(25, 71);
  258. this.label2.Name = "label2";
  259. this.label2.Size = new System.Drawing.Size(41, 12);
  260. this.label2.TabIndex = 3;
  261. this.label2.Text = "行为码";
  262. //
  263. // label1
  264. //
  265. this.label1.AutoSize = true;
  266. this.label1.Location = new System.Drawing.Point(25, 23);
  267. this.label1.Name = "label1";
  268. this.label1.Size = new System.Drawing.Size(41, 12);
  269. this.label1.TabIndex = 2;
  270. this.label1.Text = "步骤号";
  271. //
  272. // tbOperate
  273. //
  274. this.tbOperate.BackColor = System.Drawing.SystemColors.Window;
  275. this.tbOperate.Location = new System.Drawing.Point(172, 71);
  276. this.tbOperate.Name = "tbOperate";
  277. this.tbOperate.Size = new System.Drawing.Size(125, 21);
  278. this.tbOperate.TabIndex = 1;
  279. //
  280. // tbStepID
  281. //
  282. this.tbStepID.BackColor = System.Drawing.SystemColors.Window;
  283. this.tbStepID.Location = new System.Drawing.Point(172, 20);
  284. this.tbStepID.Name = "tbStepID";
  285. this.tbStepID.Size = new System.Drawing.Size(125, 21);
  286. this.tbStepID.TabIndex = 0;
  287. //
  288. // gp_Opt
  289. //
  290. this.gp_Opt.BackColor = System.Drawing.Color.Transparent;
  291. this.gp_Opt.Controls.Add(this.btDeleteTaskTemplate);
  292. this.gp_Opt.Controls.Add(this.btAddTemplate);
  293. this.gp_Opt.Location = new System.Drawing.Point(144, 46);
  294. this.gp_Opt.Name = "gp_Opt";
  295. this.gp_Opt.Size = new System.Drawing.Size(200, 79);
  296. this.gp_Opt.TabIndex = 5;
  297. this.gp_Opt.TabStop = false;
  298. this.gp_Opt.Text = "操作";
  299. //
  300. // cbTemplateID
  301. //
  302. this.cbTemplateID.BackColor = System.Drawing.SystemColors.Window;
  303. this.cbTemplateID.FormattingEnabled = true;
  304. this.cbTemplateID.Location = new System.Drawing.Point(4, 32);
  305. this.cbTemplateID.Name = "cbTemplateID";
  306. this.cbTemplateID.Size = new System.Drawing.Size(121, 20);
  307. this.cbTemplateID.TabIndex = 0;
  308. this.cbTemplateID.SelectedIndexChanged += new System.EventHandler(this.cbTemplateID_SelectedIndexChanged);
  309. //
  310. // btDeleteTaskTemplate
  311. //
  312. this.btDeleteTaskTemplate.Location = new System.Drawing.Point(110, 32);
  313. this.btDeleteTaskTemplate.Name = "btDeleteTaskTemplate";
  314. this.btDeleteTaskTemplate.Size = new System.Drawing.Size(75, 28);
  315. this.btDeleteTaskTemplate.TabIndex = 2;
  316. this.btDeleteTaskTemplate.Text = "删 除";
  317. this.btDeleteTaskTemplate.UseVisualStyleBackColor = true;
  318. this.btDeleteTaskTemplate.Click += new System.EventHandler(this.btDeleteTaskTemplate_Click);
  319. //
  320. // btAddTemplate
  321. //
  322. this.btAddTemplate.Location = new System.Drawing.Point(17, 32);
  323. this.btAddTemplate.Name = "btAddTemplate";
  324. this.btAddTemplate.Size = new System.Drawing.Size(75, 28);
  325. this.btAddTemplate.TabIndex = 1;
  326. this.btAddTemplate.Text = "添 加";
  327. this.btAddTemplate.UseVisualStyleBackColor = true;
  328. this.btAddTemplate.Click += new System.EventHandler(this.btAddTemplate_Click);
  329. //
  330. // gp_Read
  331. //
  332. this.gp_Read.Controls.Add(this.cbTemplateID);
  333. this.gp_Read.Location = new System.Drawing.Point(7, 46);
  334. this.gp_Read.Name = "gp_Read";
  335. this.gp_Read.Size = new System.Drawing.Size(131, 79);
  336. this.gp_Read.TabIndex = 44;
  337. this.gp_Read.TabStop = false;
  338. this.gp_Read.Text = "模板";
  339. //
  340. // CBookTemplateForm
  341. //
  342. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  343. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  344. this.ClientSize = new System.Drawing.Size(815, 460);
  345. this.Controls.Add(this.splitContainer1);
  346. this.Name = "CBookTemplateForm";
  347. this.Text = "任务模板";
  348. this.Load += new System.EventHandler(this.CTaskTemplateForm_Load);
  349. this.splitContainer1.Panel1.ResumeLayout(false);
  350. this.splitContainer1.Panel2.ResumeLayout(false);
  351. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  352. this.splitContainer1.ResumeLayout(false);
  353. ((System.ComponentModel.ISupportInitialize)(this.DGVTaskTemplate)).EndInit();
  354. this.GP_Per.ResumeLayout(false);
  355. this.gp_Opt1.ResumeLayout(false);
  356. this.gp_Opt1.PerformLayout();
  357. this.gp_Opt.ResumeLayout(false);
  358. this.gp_Read.ResumeLayout(false);
  359. this.ResumeLayout(false);
  360. }
  361. #endregion
  362. private System.Windows.Forms.SplitContainer splitContainer1;
  363. private System.Windows.Forms.DataGridView DGVTaskTemplate;
  364. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  365. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  366. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  367. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  368. private System.Windows.Forms.GroupBox GP_Per;
  369. private System.Windows.Forms.GroupBox gp_Opt1;
  370. private System.Windows.Forms.Label label4;
  371. private System.Windows.Forms.TextBox tbNextSpcialStep;
  372. private System.Windows.Forms.Label label3;
  373. private System.Windows.Forms.TextBox tbNextDefaultStep;
  374. private System.Windows.Forms.Button btSaveStep;
  375. private System.Windows.Forms.Button btModfiyStep;
  376. private System.Windows.Forms.Button btDeleteStep;
  377. private System.Windows.Forms.Button btAddStep;
  378. private System.Windows.Forms.Label label2;
  379. private System.Windows.Forms.Label label1;
  380. private System.Windows.Forms.TextBox tbOperate;
  381. private System.Windows.Forms.TextBox tbStepID;
  382. private System.Windows.Forms.GroupBox gp_Opt;
  383. private System.Windows.Forms.ComboBox cbTemplateID;
  384. private System.Windows.Forms.Button btDeleteTaskTemplate;
  385. private System.Windows.Forms.Button btAddTemplate;
  386. private System.Windows.Forms.Button btHelps;
  387. private System.Windows.Forms.GroupBox gp_Read;
  388. }
  389. }