DisplayLanguageForm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. namespace PMSUI
  2. {
  3. partial class DisplayLanguageForm
  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.DGVLanguage = new System.Windows.Forms.DataGridView();
  30. this.gp_Opt2 = new System.Windows.Forms.GroupBox();
  31. this.btDelete = new System.Windows.Forms.Button();
  32. this.btAddPermission = new System.Windows.Forms.Button();
  33. this.btHelps = new System.Windows.Forms.Button();
  34. this.gp_Opt = new System.Windows.Forms.GroupBox();
  35. this.btDeleteKeyword = new System.Windows.Forms.Button();
  36. this.tbKeywordOpt = new System.Windows.Forms.TextBox();
  37. this.gp_Read = new System.Windows.Forms.GroupBox();
  38. this.cbLanguage = new System.Windows.Forms.ComboBox();
  39. this.gp_Opt1 = new System.Windows.Forms.GroupBox();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.tbKeyword = new System.Windows.Forms.TextBox();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.tbDisplayword = new System.Windows.Forms.TextBox();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.tbReserved3 = new System.Windows.Forms.TextBox();
  46. this.label7 = new System.Windows.Forms.Label();
  47. this.tbReserved1 = new System.Windows.Forms.TextBox();
  48. this.label6 = new System.Windows.Forms.Label();
  49. this.tbRemark = new System.Windows.Forms.TextBox();
  50. this.label5 = new System.Windows.Forms.Label();
  51. this.tbReserved2 = new System.Windows.Forms.TextBox();
  52. this.btModfiyStep = new System.Windows.Forms.Button();
  53. this.btnAdd = new System.Windows.Forms.Button();
  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.DGVLanguage)).BeginInit();
  59. this.gp_Opt2.SuspendLayout();
  60. this.gp_Opt.SuspendLayout();
  61. this.gp_Read.SuspendLayout();
  62. this.gp_Opt1.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.Controls.Add(this.DGVLanguage);
  75. //
  76. // splitContainer1.Panel2
  77. //
  78. this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
  79. this.splitContainer1.Panel2.Controls.Add(this.gp_Opt2);
  80. this.splitContainer1.Panel2.Controls.Add(this.btHelps);
  81. this.splitContainer1.Panel2.Controls.Add(this.gp_Opt);
  82. this.splitContainer1.Panel2.Controls.Add(this.gp_Read);
  83. this.splitContainer1.Panel2.Controls.Add(this.gp_Opt1);
  84. this.splitContainer1.Size = new System.Drawing.Size(857, 567);
  85. this.splitContainer1.SplitterDistance = 471;
  86. this.splitContainer1.TabIndex = 4;
  87. //
  88. // DGVLanguage
  89. //
  90. this.DGVLanguage.AllowUserToAddRows = false;
  91. this.DGVLanguage.AllowUserToDeleteRows = false;
  92. this.DGVLanguage.AllowUserToResizeRows = false;
  93. this.DGVLanguage.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  94. this.DGVLanguage.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  95. this.DGVLanguage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  96. this.DGVLanguage.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.DGVLanguage.Location = new System.Drawing.Point(0, 0);
  98. this.DGVLanguage.MultiSelect = false;
  99. this.DGVLanguage.Name = "DGVLanguage";
  100. this.DGVLanguage.ReadOnly = true;
  101. this.DGVLanguage.RowHeadersVisible = false;
  102. this.DGVLanguage.RowTemplate.Height = 23;
  103. this.DGVLanguage.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  104. this.DGVLanguage.Size = new System.Drawing.Size(471, 567);
  105. this.DGVLanguage.TabIndex = 1;
  106. this.DGVLanguage.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DGVLanguage_CellMouseClick);
  107. //
  108. // gp_Opt2
  109. //
  110. this.gp_Opt2.Controls.Add(this.btDelete);
  111. this.gp_Opt2.Controls.Add(this.btAddPermission);
  112. this.gp_Opt2.Location = new System.Drawing.Point(189, 41);
  113. this.gp_Opt2.Name = "gp_Opt2";
  114. this.gp_Opt2.Size = new System.Drawing.Size(175, 63);
  115. this.gp_Opt2.TabIndex = 48;
  116. this.gp_Opt2.TabStop = false;
  117. this.gp_Opt2.Text = "操作";
  118. //
  119. // btDelete
  120. //
  121. this.btDelete.Location = new System.Drawing.Point(94, 20);
  122. this.btDelete.Name = "btDelete";
  123. this.btDelete.Size = new System.Drawing.Size(75, 28);
  124. this.btDelete.TabIndex = 2;
  125. this.btDelete.Text = "删 除";
  126. this.btDelete.UseVisualStyleBackColor = true;
  127. this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
  128. //
  129. // btAddPermission
  130. //
  131. this.btAddPermission.Location = new System.Drawing.Point(6, 20);
  132. this.btAddPermission.Name = "btAddPermission";
  133. this.btAddPermission.Size = new System.Drawing.Size(75, 28);
  134. this.btAddPermission.TabIndex = 1;
  135. this.btAddPermission.Text = "添 加";
  136. this.btAddPermission.UseVisualStyleBackColor = true;
  137. this.btAddPermission.Click += new System.EventHandler(this.btAddPermission_Click);
  138. //
  139. // btHelps
  140. //
  141. this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  142. this.btHelps.Location = new System.Drawing.Point(3, 12);
  143. this.btHelps.Name = "btHelps";
  144. this.btHelps.Size = new System.Drawing.Size(85, 23);
  145. this.btHelps.TabIndex = 47;
  146. this.btHelps.Text = "帮助信息";
  147. this.btHelps.UseVisualStyleBackColor = true;
  148. this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
  149. //
  150. // gp_Opt
  151. //
  152. this.gp_Opt.Controls.Add(this.btDeleteKeyword);
  153. this.gp_Opt.Controls.Add(this.tbKeywordOpt);
  154. this.gp_Opt.Location = new System.Drawing.Point(3, 110);
  155. this.gp_Opt.Name = "gp_Opt";
  156. this.gp_Opt.Size = new System.Drawing.Size(361, 61);
  157. this.gp_Opt.TabIndex = 6;
  158. this.gp_Opt.TabStop = false;
  159. this.gp_Opt.Text = "关键字";
  160. //
  161. // btDeleteKeyword
  162. //
  163. this.btDeleteKeyword.Location = new System.Drawing.Point(192, 20);
  164. this.btDeleteKeyword.Name = "btDeleteKeyword";
  165. this.btDeleteKeyword.Size = new System.Drawing.Size(75, 28);
  166. this.btDeleteKeyword.TabIndex = 3;
  167. this.btDeleteKeyword.Text = "删 除";
  168. this.btDeleteKeyword.UseVisualStyleBackColor = true;
  169. this.btDeleteKeyword.Click += new System.EventHandler(this.btDeleteKeyword_Click);
  170. //
  171. // tbKeywordOpt
  172. //
  173. this.tbKeywordOpt.BackColor = System.Drawing.SystemColors.Window;
  174. this.tbKeywordOpt.Enabled = false;
  175. this.tbKeywordOpt.Location = new System.Drawing.Point(9, 25);
  176. this.tbKeywordOpt.Name = "tbKeywordOpt";
  177. this.tbKeywordOpt.Size = new System.Drawing.Size(157, 21);
  178. this.tbKeywordOpt.TabIndex = 23;
  179. //
  180. // gp_Read
  181. //
  182. this.gp_Read.Controls.Add(this.cbLanguage);
  183. this.gp_Read.Location = new System.Drawing.Point(2, 41);
  184. this.gp_Read.Name = "gp_Read";
  185. this.gp_Read.Size = new System.Drawing.Size(178, 63);
  186. this.gp_Read.TabIndex = 5;
  187. this.gp_Read.TabStop = false;
  188. this.gp_Read.Text = "语言";
  189. //
  190. // cbLanguage
  191. //
  192. this.cbLanguage.BackColor = System.Drawing.SystemColors.Window;
  193. this.cbLanguage.FormattingEnabled = true;
  194. this.cbLanguage.Location = new System.Drawing.Point(13, 25);
  195. this.cbLanguage.Name = "cbLanguage";
  196. this.cbLanguage.Size = new System.Drawing.Size(154, 20);
  197. this.cbLanguage.TabIndex = 0;
  198. this.cbLanguage.SelectedIndexChanged += new System.EventHandler(this.cbLanguage_SelectedIndexChanged);
  199. //
  200. // gp_Opt1
  201. //
  202. this.gp_Opt1.BackColor = System.Drawing.Color.Transparent;
  203. this.gp_Opt1.Controls.Add(this.btnAdd);
  204. this.gp_Opt1.Controls.Add(this.label2);
  205. this.gp_Opt1.Controls.Add(this.tbKeyword);
  206. this.gp_Opt1.Controls.Add(this.label1);
  207. this.gp_Opt1.Controls.Add(this.tbDisplayword);
  208. this.gp_Opt1.Controls.Add(this.label8);
  209. this.gp_Opt1.Controls.Add(this.tbReserved3);
  210. this.gp_Opt1.Controls.Add(this.label7);
  211. this.gp_Opt1.Controls.Add(this.tbReserved1);
  212. this.gp_Opt1.Controls.Add(this.label6);
  213. this.gp_Opt1.Controls.Add(this.tbRemark);
  214. this.gp_Opt1.Controls.Add(this.label5);
  215. this.gp_Opt1.Controls.Add(this.tbReserved2);
  216. this.gp_Opt1.Controls.Add(this.btModfiyStep);
  217. this.gp_Opt1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.gp_Opt1.Location = new System.Drawing.Point(2, 172);
  219. this.gp_Opt1.Name = "gp_Opt1";
  220. this.gp_Opt1.Size = new System.Drawing.Size(362, 313);
  221. this.gp_Opt1.TabIndex = 4;
  222. this.gp_Opt1.TabStop = false;
  223. this.gp_Opt1.Text = "内容";
  224. //
  225. // label2
  226. //
  227. this.label2.AutoSize = true;
  228. this.label2.Location = new System.Drawing.Point(9, 24);
  229. this.label2.Name = "label2";
  230. this.label2.Size = new System.Drawing.Size(41, 12);
  231. this.label2.TabIndex = 23;
  232. this.label2.Text = "关键字";
  233. //
  234. // tbKeyword
  235. //
  236. this.tbKeyword.BackColor = System.Drawing.SystemColors.Window;
  237. this.tbKeyword.Location = new System.Drawing.Point(119, 21);
  238. this.tbKeyword.Name = "tbKeyword";
  239. this.tbKeyword.Size = new System.Drawing.Size(193, 21);
  240. this.tbKeyword.TabIndex = 22;
  241. //
  242. // label1
  243. //
  244. this.label1.AutoSize = true;
  245. this.label1.Location = new System.Drawing.Point(9, 62);
  246. this.label1.Name = "label1";
  247. this.label1.Size = new System.Drawing.Size(53, 12);
  248. this.label1.TabIndex = 21;
  249. this.label1.Text = "显示信息";
  250. //
  251. // tbDisplayword
  252. //
  253. this.tbDisplayword.BackColor = System.Drawing.SystemColors.Window;
  254. this.tbDisplayword.Location = new System.Drawing.Point(119, 56);
  255. this.tbDisplayword.Name = "tbDisplayword";
  256. this.tbDisplayword.Size = new System.Drawing.Size(193, 21);
  257. this.tbDisplayword.TabIndex = 20;
  258. //
  259. // label8
  260. //
  261. this.label8.AutoSize = true;
  262. this.label8.Location = new System.Drawing.Point(9, 207);
  263. this.label8.Name = "label8";
  264. this.label8.Size = new System.Drawing.Size(35, 12);
  265. this.label8.TabIndex = 19;
  266. this.label8.Text = "保留3";
  267. //
  268. // tbReserved3
  269. //
  270. this.tbReserved3.BackColor = System.Drawing.SystemColors.Window;
  271. this.tbReserved3.Location = new System.Drawing.Point(119, 204);
  272. this.tbReserved3.Name = "tbReserved3";
  273. this.tbReserved3.Size = new System.Drawing.Size(193, 21);
  274. this.tbReserved3.TabIndex = 18;
  275. //
  276. // label7
  277. //
  278. this.label7.AutoSize = true;
  279. this.label7.Location = new System.Drawing.Point(9, 133);
  280. this.label7.Name = "label7";
  281. this.label7.Size = new System.Drawing.Size(35, 12);
  282. this.label7.TabIndex = 17;
  283. this.label7.Text = "保留1";
  284. //
  285. // tbReserved1
  286. //
  287. this.tbReserved1.BackColor = System.Drawing.SystemColors.Window;
  288. this.tbReserved1.Location = new System.Drawing.Point(119, 130);
  289. this.tbReserved1.Name = "tbReserved1";
  290. this.tbReserved1.Size = new System.Drawing.Size(193, 21);
  291. this.tbReserved1.TabIndex = 16;
  292. //
  293. // label6
  294. //
  295. this.label6.AutoSize = true;
  296. this.label6.Location = new System.Drawing.Point(9, 96);
  297. this.label6.Name = "label6";
  298. this.label6.Size = new System.Drawing.Size(29, 12);
  299. this.label6.TabIndex = 15;
  300. this.label6.Text = "备注";
  301. //
  302. // tbRemark
  303. //
  304. this.tbRemark.BackColor = System.Drawing.SystemColors.Window;
  305. this.tbRemark.Location = new System.Drawing.Point(119, 93);
  306. this.tbRemark.Name = "tbRemark";
  307. this.tbRemark.Size = new System.Drawing.Size(193, 21);
  308. this.tbRemark.TabIndex = 14;
  309. //
  310. // label5
  311. //
  312. this.label5.AutoSize = true;
  313. this.label5.Location = new System.Drawing.Point(9, 170);
  314. this.label5.Name = "label5";
  315. this.label5.Size = new System.Drawing.Size(35, 12);
  316. this.label5.TabIndex = 13;
  317. this.label5.Text = "保留2";
  318. //
  319. // tbReserved2
  320. //
  321. this.tbReserved2.BackColor = System.Drawing.SystemColors.Window;
  322. this.tbReserved2.Location = new System.Drawing.Point(119, 167);
  323. this.tbReserved2.Name = "tbReserved2";
  324. this.tbReserved2.Size = new System.Drawing.Size(193, 21);
  325. this.tbReserved2.TabIndex = 12;
  326. //
  327. // btModfiyStep
  328. //
  329. this.btModfiyStep.Location = new System.Drawing.Point(27, 260);
  330. this.btModfiyStep.Name = "btModfiyStep";
  331. this.btModfiyStep.Size = new System.Drawing.Size(126, 33);
  332. this.btModfiyStep.TabIndex = 6;
  333. this.btModfiyStep.Text = "修改";
  334. this.btModfiyStep.UseVisualStyleBackColor = true;
  335. this.btModfiyStep.Click += new System.EventHandler(this.btModfiyStep_Click);
  336. //
  337. // btnAdd
  338. //
  339. this.btnAdd.Location = new System.Drawing.Point(187, 260);
  340. this.btnAdd.Name = "btnAdd";
  341. this.btnAdd.Size = new System.Drawing.Size(126, 33);
  342. this.btnAdd.TabIndex = 24;
  343. this.btnAdd.Text = "添加";
  344. this.btnAdd.UseVisualStyleBackColor = true;
  345. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  346. //
  347. // DisplayLanguageForm
  348. //
  349. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  350. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  351. this.ClientSize = new System.Drawing.Size(857, 567);
  352. this.Controls.Add(this.splitContainer1);
  353. this.Name = "DisplayLanguageForm";
  354. this.Text = "语言设置";
  355. this.Load += new System.EventHandler(this.DisplayLanguageForm_Load);
  356. this.splitContainer1.Panel1.ResumeLayout(false);
  357. this.splitContainer1.Panel2.ResumeLayout(false);
  358. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  359. this.splitContainer1.ResumeLayout(false);
  360. ((System.ComponentModel.ISupportInitialize)(this.DGVLanguage)).EndInit();
  361. this.gp_Opt2.ResumeLayout(false);
  362. this.gp_Opt.ResumeLayout(false);
  363. this.gp_Opt.PerformLayout();
  364. this.gp_Read.ResumeLayout(false);
  365. this.gp_Opt1.ResumeLayout(false);
  366. this.gp_Opt1.PerformLayout();
  367. this.ResumeLayout(false);
  368. }
  369. #endregion
  370. private System.Windows.Forms.SplitContainer splitContainer1;
  371. private System.Windows.Forms.GroupBox gp_Opt;
  372. private System.Windows.Forms.Button btDeleteKeyword;
  373. private System.Windows.Forms.TextBox tbKeywordOpt;
  374. private System.Windows.Forms.GroupBox gp_Opt1;
  375. private System.Windows.Forms.Label label2;
  376. private System.Windows.Forms.TextBox tbKeyword;
  377. private System.Windows.Forms.Label label1;
  378. private System.Windows.Forms.TextBox tbDisplayword;
  379. private System.Windows.Forms.Label label8;
  380. private System.Windows.Forms.TextBox tbReserved3;
  381. private System.Windows.Forms.Label label7;
  382. private System.Windows.Forms.TextBox tbReserved1;
  383. private System.Windows.Forms.Label label6;
  384. private System.Windows.Forms.TextBox tbRemark;
  385. private System.Windows.Forms.Label label5;
  386. private System.Windows.Forms.TextBox tbReserved2;
  387. private System.Windows.Forms.Button btModfiyStep;
  388. private System.Windows.Forms.GroupBox gp_Read;
  389. private System.Windows.Forms.ComboBox cbLanguage;
  390. private System.Windows.Forms.Button btDelete;
  391. private System.Windows.Forms.Button btAddPermission;
  392. private System.Windows.Forms.DataGridView DGVLanguage;
  393. private System.Windows.Forms.Button btHelps;
  394. private System.Windows.Forms.GroupBox gp_Opt2;
  395. private System.Windows.Forms.Button btnAdd;
  396. }
  397. }