📄 formmain.designer.cs
字号:
this.buttonInsertFromUnknownWords.Text = "从未登录词统计表中批量增加";
this.buttonInsertFromUnknownWords.UseVisualStyleBackColor = true;
this.buttonInsertFromUnknownWords.Click += new System.EventHandler(this.buttonInsertFromUnknownWords_Click);
//
// labelCount
//
this.labelCount.AutoSize = true;
this.labelCount.Location = new System.Drawing.Point(351, 18);
this.labelCount.Name = "labelCount";
this.labelCount.Size = new System.Drawing.Size(11, 12);
this.labelCount.TabIndex = 14;
this.labelCount.Text = "0";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(284, 19);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 13;
this.label4.Text = "单词总数:";
//
// buttonBatchInsert
//
this.buttonBatchInsert.Location = new System.Drawing.Point(526, 466);
this.buttonBatchInsert.Name = "buttonBatchInsert";
this.buttonBatchInsert.Size = new System.Drawing.Size(75, 23);
this.buttonBatchInsert.TabIndex = 12;
this.buttonBatchInsert.Text = "批量增加";
this.buttonBatchInsert.UseVisualStyleBackColor = true;
this.buttonBatchInsert.Click += new System.EventHandler(this.buttonBatchInsert_Click);
//
// buttonDelete
//
this.buttonDelete.Enabled = false;
this.buttonDelete.Location = new System.Drawing.Point(445, 465);
this.buttonDelete.Name = "buttonDelete";
this.buttonDelete.Size = new System.Drawing.Size(75, 23);
this.buttonDelete.TabIndex = 11;
this.buttonDelete.Text = "删除";
this.buttonDelete.UseVisualStyleBackColor = true;
this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
//
// buttonUpdate
//
this.buttonUpdate.Enabled = false;
this.buttonUpdate.Location = new System.Drawing.Point(364, 466);
this.buttonUpdate.Name = "buttonUpdate";
this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
this.buttonUpdate.TabIndex = 10;
this.buttonUpdate.Text = "修改";
this.buttonUpdate.UseVisualStyleBackColor = true;
this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
//
// buttonInsert
//
this.buttonInsert.Enabled = false;
this.buttonInsert.Location = new System.Drawing.Point(280, 465);
this.buttonInsert.Name = "buttonInsert";
this.buttonInsert.Size = new System.Drawing.Size(75, 23);
this.buttonInsert.TabIndex = 9;
this.buttonInsert.Text = "添加";
this.buttonInsert.UseVisualStyleBackColor = true;
this.buttonInsert.Click += new System.EventHandler(this.buttonInsert_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(284, 111);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 8;
this.label3.Text = "词性";
//
// numericUpDownFrequency
//
this.numericUpDownFrequency.Location = new System.Drawing.Point(667, 44);
this.numericUpDownFrequency.Maximum = new decimal(new int[] {
1410065408,
2,
0,
0});
this.numericUpDownFrequency.Name = "numericUpDownFrequency";
this.numericUpDownFrequency.Size = new System.Drawing.Size(70, 21);
this.numericUpDownFrequency.TabIndex = 7;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(619, 49);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 6;
this.label2.Text = "词频";
//
// textBoxWord
//
this.textBoxWord.Location = new System.Drawing.Point(332, 44);
this.textBoxWord.Name = "textBoxWord";
this.textBoxWord.Size = new System.Drawing.Size(261, 21);
this.textBoxWord.TabIndex = 5;
this.textBoxWord.TextChanged += new System.EventHandler(this.textBoxWord_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(284, 50);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 4;
this.label1.Text = "单词";
//
// statusStrip
//
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.label});
this.statusStrip.Location = new System.Drawing.Point(0, 544);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(792, 22);
this.statusStrip.TabIndex = 5;
this.statusStrip.Text = "statusStrip1";
//
// label
//
this.label.Name = "label";
this.label.Size = new System.Drawing.Size(131, 17);
this.label.Text = "toolStripStatusLabel1";
//
// openFileDialogName
//
this.openFileDialogName.DefaultExt = "*.dct";
this.openFileDialogName.FileName = "UnknownWords.dct";
this.openFileDialogName.Filter = "dict|*.dct";
//
// posCtrl
//
this.posCtrl.Location = new System.Drawing.Point(286, 126);
this.posCtrl.Name = "posCtrl";
this.posCtrl.Pos = 0;
this.posCtrl.Size = new System.Drawing.Size(480, 270);
this.posCtrl.TabIndex = 1;
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 566);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.panelMain);
this.Controls.Add(this.menuStrip);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip;
this.Name = "FormMain";
this.Text = "字典管理";
this.menuStrip.ResumeLayout(false);
this.menuStrip.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panelMain.ResumeLayout(false);
this.panelMain.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFrequency)).EndInit();
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem loadFromTextFileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveToTextFileToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem loadFromBinFileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveToBinFileToolStripMenuItem;
private System.Windows.Forms.OpenFileDialog openFileDialogDict;
private System.Windows.Forms.SaveFileDialog saveFileDialogDict;
private PosDisplayCtrl.PosCtrl posCtrl;
private System.Windows.Forms.TextBox textBoxSearch;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button buttonSearch;
private System.Windows.Forms.ListBox listBoxList;
private System.Windows.Forms.Panel panelMain;
private System.Windows.Forms.TextBox textBoxWord;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown numericUpDownFrequency;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button buttonDelete;
private System.Windows.Forms.Button buttonUpdate;
private System.Windows.Forms.Button buttonInsert;
private System.Windows.Forms.Button buttonBatchInsert;
private System.Windows.Forms.Label labelCount;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ToolStripMenuItem openBinDictFile13ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveBinDictFile13ToolStripMenuItem;
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStripStatusLabel label;
private System.Windows.Forms.Button buttonInsertFromUnknownWords;
private System.Windows.Forms.OpenFileDialog openFileDialogName;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -