DisplayLanguageForm.Designer.cs 18 KB

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