123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403 |
- namespace PMSUI
- {
- partial class DisplayLanguageForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.DGVLanguage = new System.Windows.Forms.DataGridView();
- this.gp_Opt2 = new System.Windows.Forms.GroupBox();
- this.btDelete = new System.Windows.Forms.Button();
- this.btAddPermission = new System.Windows.Forms.Button();
- this.btHelps = new System.Windows.Forms.Button();
- this.gp_Opt = new System.Windows.Forms.GroupBox();
- this.btDeleteKeyword = new System.Windows.Forms.Button();
- this.tbKeywordOpt = new System.Windows.Forms.TextBox();
- this.gp_Read = new System.Windows.Forms.GroupBox();
- this.cbLanguage = new System.Windows.Forms.ComboBox();
- this.gp_Opt1 = new System.Windows.Forms.GroupBox();
- this.label2 = new System.Windows.Forms.Label();
- this.tbKeyword = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.tbDisplayword = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.tbReserved3 = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.tbReserved1 = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.tbRemark = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.tbReserved2 = new System.Windows.Forms.TextBox();
- this.btModfiyStep = new System.Windows.Forms.Button();
- this.btnAdd = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DGVLanguage)).BeginInit();
- this.gp_Opt2.SuspendLayout();
- this.gp_Opt.SuspendLayout();
- this.gp_Read.SuspendLayout();
- this.gp_Opt1.SuspendLayout();
- this.SuspendLayout();
- //
- // splitContainer1
- //
- this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.DGVLanguage);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
- this.splitContainer1.Panel2.Controls.Add(this.gp_Opt2);
- this.splitContainer1.Panel2.Controls.Add(this.btHelps);
- this.splitContainer1.Panel2.Controls.Add(this.gp_Opt);
- this.splitContainer1.Panel2.Controls.Add(this.gp_Read);
- this.splitContainer1.Panel2.Controls.Add(this.gp_Opt1);
- this.splitContainer1.Size = new System.Drawing.Size(857, 567);
- this.splitContainer1.SplitterDistance = 471;
- this.splitContainer1.TabIndex = 4;
- //
- // DGVLanguage
- //
- this.DGVLanguage.AllowUserToAddRows = false;
- this.DGVLanguage.AllowUserToDeleteRows = false;
- this.DGVLanguage.AllowUserToResizeRows = false;
- this.DGVLanguage.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.DGVLanguage.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.DGVLanguage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DGVLanguage.Dock = System.Windows.Forms.DockStyle.Fill;
- this.DGVLanguage.Location = new System.Drawing.Point(0, 0);
- this.DGVLanguage.MultiSelect = false;
- this.DGVLanguage.Name = "DGVLanguage";
- this.DGVLanguage.ReadOnly = true;
- this.DGVLanguage.RowHeadersVisible = false;
- this.DGVLanguage.RowTemplate.Height = 23;
- this.DGVLanguage.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DGVLanguage.Size = new System.Drawing.Size(471, 567);
- this.DGVLanguage.TabIndex = 1;
- this.DGVLanguage.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DGVLanguage_CellMouseClick);
- //
- // gp_Opt2
- //
- this.gp_Opt2.Controls.Add(this.btDelete);
- this.gp_Opt2.Controls.Add(this.btAddPermission);
- this.gp_Opt2.Location = new System.Drawing.Point(189, 41);
- this.gp_Opt2.Name = "gp_Opt2";
- this.gp_Opt2.Size = new System.Drawing.Size(175, 63);
- this.gp_Opt2.TabIndex = 48;
- this.gp_Opt2.TabStop = false;
- this.gp_Opt2.Text = "操作";
- //
- // btDelete
- //
- this.btDelete.Location = new System.Drawing.Point(94, 20);
- this.btDelete.Name = "btDelete";
- this.btDelete.Size = new System.Drawing.Size(75, 28);
- this.btDelete.TabIndex = 2;
- this.btDelete.Text = "删 除";
- this.btDelete.UseVisualStyleBackColor = true;
- this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
- //
- // btAddPermission
- //
- this.btAddPermission.Location = new System.Drawing.Point(6, 20);
- this.btAddPermission.Name = "btAddPermission";
- this.btAddPermission.Size = new System.Drawing.Size(75, 28);
- this.btAddPermission.TabIndex = 1;
- this.btAddPermission.Text = "添 加";
- this.btAddPermission.UseVisualStyleBackColor = true;
- this.btAddPermission.Click += new System.EventHandler(this.btAddPermission_Click);
- //
- // btHelps
- //
- this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btHelps.Location = new System.Drawing.Point(3, 12);
- this.btHelps.Name = "btHelps";
- this.btHelps.Size = new System.Drawing.Size(85, 23);
- this.btHelps.TabIndex = 47;
- this.btHelps.Text = "帮助信息";
- this.btHelps.UseVisualStyleBackColor = true;
- this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
- //
- // gp_Opt
- //
- this.gp_Opt.Controls.Add(this.btDeleteKeyword);
- this.gp_Opt.Controls.Add(this.tbKeywordOpt);
- this.gp_Opt.Location = new System.Drawing.Point(3, 110);
- this.gp_Opt.Name = "gp_Opt";
- this.gp_Opt.Size = new System.Drawing.Size(361, 61);
- this.gp_Opt.TabIndex = 6;
- this.gp_Opt.TabStop = false;
- this.gp_Opt.Text = "关键字";
- //
- // btDeleteKeyword
- //
- this.btDeleteKeyword.Location = new System.Drawing.Point(192, 20);
- this.btDeleteKeyword.Name = "btDeleteKeyword";
- this.btDeleteKeyword.Size = new System.Drawing.Size(75, 28);
- this.btDeleteKeyword.TabIndex = 3;
- this.btDeleteKeyword.Text = "删 除";
- this.btDeleteKeyword.UseVisualStyleBackColor = true;
- this.btDeleteKeyword.Click += new System.EventHandler(this.btDeleteKeyword_Click);
- //
- // tbKeywordOpt
- //
- this.tbKeywordOpt.BackColor = System.Drawing.SystemColors.Window;
- this.tbKeywordOpt.Enabled = false;
- this.tbKeywordOpt.Location = new System.Drawing.Point(9, 25);
- this.tbKeywordOpt.Name = "tbKeywordOpt";
- this.tbKeywordOpt.Size = new System.Drawing.Size(157, 21);
- this.tbKeywordOpt.TabIndex = 23;
- //
- // gp_Read
- //
- this.gp_Read.Controls.Add(this.cbLanguage);
- this.gp_Read.Location = new System.Drawing.Point(2, 41);
- this.gp_Read.Name = "gp_Read";
- this.gp_Read.Size = new System.Drawing.Size(178, 63);
- this.gp_Read.TabIndex = 5;
- this.gp_Read.TabStop = false;
- this.gp_Read.Text = "语言";
- //
- // cbLanguage
- //
- this.cbLanguage.BackColor = System.Drawing.SystemColors.Window;
- this.cbLanguage.FormattingEnabled = true;
- this.cbLanguage.Location = new System.Drawing.Point(13, 25);
- this.cbLanguage.Name = "cbLanguage";
- this.cbLanguage.Size = new System.Drawing.Size(154, 20);
- this.cbLanguage.TabIndex = 0;
- this.cbLanguage.SelectedIndexChanged += new System.EventHandler(this.cbLanguage_SelectedIndexChanged);
- //
- // gp_Opt1
- //
- this.gp_Opt1.BackColor = System.Drawing.Color.Transparent;
- this.gp_Opt1.Controls.Add(this.btnAdd);
- this.gp_Opt1.Controls.Add(this.label2);
- this.gp_Opt1.Controls.Add(this.tbKeyword);
- this.gp_Opt1.Controls.Add(this.label1);
- this.gp_Opt1.Controls.Add(this.tbDisplayword);
- this.gp_Opt1.Controls.Add(this.label8);
- this.gp_Opt1.Controls.Add(this.tbReserved3);
- this.gp_Opt1.Controls.Add(this.label7);
- this.gp_Opt1.Controls.Add(this.tbReserved1);
- this.gp_Opt1.Controls.Add(this.label6);
- this.gp_Opt1.Controls.Add(this.tbRemark);
- this.gp_Opt1.Controls.Add(this.label5);
- this.gp_Opt1.Controls.Add(this.tbReserved2);
- this.gp_Opt1.Controls.Add(this.btModfiyStep);
- this.gp_Opt1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gp_Opt1.Location = new System.Drawing.Point(2, 172);
- this.gp_Opt1.Name = "gp_Opt1";
- this.gp_Opt1.Size = new System.Drawing.Size(362, 313);
- this.gp_Opt1.TabIndex = 4;
- this.gp_Opt1.TabStop = false;
- this.gp_Opt1.Text = "内容";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(9, 24);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(41, 12);
- this.label2.TabIndex = 23;
- this.label2.Text = "关键字";
- //
- // tbKeyword
- //
- this.tbKeyword.BackColor = System.Drawing.SystemColors.Window;
- this.tbKeyword.Location = new System.Drawing.Point(119, 21);
- this.tbKeyword.Name = "tbKeyword";
- this.tbKeyword.Size = new System.Drawing.Size(193, 21);
- this.tbKeyword.TabIndex = 22;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(9, 62);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 21;
- this.label1.Text = "显示信息";
- //
- // tbDisplayword
- //
- this.tbDisplayword.BackColor = System.Drawing.SystemColors.Window;
- this.tbDisplayword.Location = new System.Drawing.Point(119, 56);
- this.tbDisplayword.Name = "tbDisplayword";
- this.tbDisplayword.Size = new System.Drawing.Size(193, 21);
- this.tbDisplayword.TabIndex = 20;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(9, 207);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(35, 12);
- this.label8.TabIndex = 19;
- this.label8.Text = "保留3";
- //
- // tbReserved3
- //
- this.tbReserved3.BackColor = System.Drawing.SystemColors.Window;
- this.tbReserved3.Location = new System.Drawing.Point(119, 204);
- this.tbReserved3.Name = "tbReserved3";
- this.tbReserved3.Size = new System.Drawing.Size(193, 21);
- this.tbReserved3.TabIndex = 18;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(9, 133);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(35, 12);
- this.label7.TabIndex = 17;
- this.label7.Text = "保留1";
- //
- // tbReserved1
- //
- this.tbReserved1.BackColor = System.Drawing.SystemColors.Window;
- this.tbReserved1.Location = new System.Drawing.Point(119, 130);
- this.tbReserved1.Name = "tbReserved1";
- this.tbReserved1.Size = new System.Drawing.Size(193, 21);
- this.tbReserved1.TabIndex = 16;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(9, 96);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(29, 12);
- this.label6.TabIndex = 15;
- this.label6.Text = "备注";
- //
- // tbRemark
- //
- this.tbRemark.BackColor = System.Drawing.SystemColors.Window;
- this.tbRemark.Location = new System.Drawing.Point(119, 93);
- this.tbRemark.Name = "tbRemark";
- this.tbRemark.Size = new System.Drawing.Size(193, 21);
- this.tbRemark.TabIndex = 14;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(9, 170);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(35, 12);
- this.label5.TabIndex = 13;
- this.label5.Text = "保留2";
- //
- // tbReserved2
- //
- this.tbReserved2.BackColor = System.Drawing.SystemColors.Window;
- this.tbReserved2.Location = new System.Drawing.Point(119, 167);
- this.tbReserved2.Name = "tbReserved2";
- this.tbReserved2.Size = new System.Drawing.Size(193, 21);
- this.tbReserved2.TabIndex = 12;
- //
- // btModfiyStep
- //
- this.btModfiyStep.Location = new System.Drawing.Point(27, 260);
- this.btModfiyStep.Name = "btModfiyStep";
- this.btModfiyStep.Size = new System.Drawing.Size(126, 33);
- this.btModfiyStep.TabIndex = 6;
- this.btModfiyStep.Text = "修改";
- this.btModfiyStep.UseVisualStyleBackColor = true;
- this.btModfiyStep.Click += new System.EventHandler(this.btModfiyStep_Click);
- //
- // btnAdd
- //
- this.btnAdd.Location = new System.Drawing.Point(187, 260);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(126, 33);
- this.btnAdd.TabIndex = 24;
- this.btnAdd.Text = "添加";
- this.btnAdd.UseVisualStyleBackColor = true;
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // DisplayLanguageForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(857, 567);
- this.Controls.Add(this.splitContainer1);
- this.Name = "DisplayLanguageForm";
- this.Text = "语言设置";
- this.Load += new System.EventHandler(this.DisplayLanguageForm_Load);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.DGVLanguage)).EndInit();
- this.gp_Opt2.ResumeLayout(false);
- this.gp_Opt.ResumeLayout(false);
- this.gp_Opt.PerformLayout();
- this.gp_Read.ResumeLayout(false);
- this.gp_Opt1.ResumeLayout(false);
- this.gp_Opt1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.GroupBox gp_Opt;
- private System.Windows.Forms.Button btDeleteKeyword;
- private System.Windows.Forms.TextBox tbKeywordOpt;
- private System.Windows.Forms.GroupBox gp_Opt1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tbKeyword;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox tbDisplayword;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox tbReserved3;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox tbReserved1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox tbRemark;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox tbReserved2;
- private System.Windows.Forms.Button btModfiyStep;
- private System.Windows.Forms.GroupBox gp_Read;
- private System.Windows.Forms.ComboBox cbLanguage;
- private System.Windows.Forms.Button btDelete;
- private System.Windows.Forms.Button btAddPermission;
- private System.Windows.Forms.DataGridView DGVLanguage;
- private System.Windows.Forms.Button btHelps;
- private System.Windows.Forms.GroupBox gp_Opt2;
- private System.Windows.Forms.Button btnAdd;
- }
- }
|