📄 frmmanualsmooth.designer.cs
字号:
namespace MCA
{
partial class FrmManualSmooth
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmManualSmooth));
this.gridPara = new System.Windows.Forms.DataGrid();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.nUpDownvalue = new System.Windows.Forms.NumericUpDown();
this.ibtSave = new Custom.ImageButton();
this.ibtOpen = new Custom.ImageButton();
this.ibtDelect = new Custom.ImageButton();
this.ibtAdd = new Custom.ImageButton();
this.ibtOK = new Custom.ImageButton();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.panelCaption = new Custom.PanelPro();
this.ibtCancel = new Custom.ImageButton();
this.mainMenu = new System.Windows.Forms.MainMenu();
this.inputPanel = new Microsoft.WindowsCE.Forms.InputPanel();
this.panel5.SuspendLayout();
this.SuspendLayout();
//
// gridPara
//
this.gridPara.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.gridPara.Location = new System.Drawing.Point(3, 43);
this.gridPara.Name = "gridPara";
this.gridPara.Size = new System.Drawing.Size(219, 52);
this.gridPara.TabIndex = 1;
this.gridPara.CurrentCellChanged += new System.EventHandler(this.ParaGrid_CurrentCellChanged);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Black;
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 20);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1, 100);
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Black;
this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
this.panel2.Location = new System.Drawing.Point(224, 20);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1, 100);
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Black;
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(1, 119);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(223, 1);
//
// panel5
//
this.panel5.Controls.Add(this.nUpDownvalue);
this.panel5.Controls.Add(this.ibtSave);
this.panel5.Controls.Add(this.ibtOpen);
this.panel5.Controls.Add(this.ibtDelect);
this.panel5.Controls.Add(this.ibtAdd);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(1, 20);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(223, 20);
//
// nUpDownvalue
//
this.nUpDownvalue.Dock = System.Windows.Forms.DockStyle.Left;
this.nUpDownvalue.Location = new System.Drawing.Point(80, 0);
this.nUpDownvalue.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.nUpDownvalue.Minimum = new decimal(new int[] {
9999,
0,
0,
-2147483648});
this.nUpDownvalue.Name = "nUpDownvalue";
this.nUpDownvalue.Size = new System.Drawing.Size(56, 22);
this.nUpDownvalue.TabIndex = 8;
this.nUpDownvalue.LostFocus += new System.EventHandler(this.nUpDownvalue_LostFocus);
this.nUpDownvalue.ValueChanged += new System.EventHandler(this.nUpDownvalue_ValueChanged);
this.nUpDownvalue.GotFocus += new System.EventHandler(this.nUpDownvalue_GotFocus);
//
// ibtSave
//
this.ibtSave.BackgroundPoint = new System.Drawing.Point(3, 0);
this.ibtSave.Dock = System.Windows.Forms.DockStyle.Left;
this.ibtSave.FillColor = System.Drawing.Color.White;
this.ibtSave.Image = ((System.Drawing.Image)(resources.GetObject("ibtSave.Image")));
this.ibtSave.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.ibtSave.Location = new System.Drawing.Point(60, 0);
this.ibtSave.Name = "ibtSave";
this.ibtSave.ShadowColor = System.Drawing.Color.Gray;
this.ibtSave.ShowShadow = false;
this.ibtSave.Size = new System.Drawing.Size(20, 20);
this.ibtSave.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.ibtSave.TabIndex = 3;
this.ibtSave.TipAnchor = Custom.TipAnchorStyles.Bottom;
this.ibtSave.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtSave_MouseUp);
//
// ibtOpen
//
this.ibtOpen.BackgroundPoint = new System.Drawing.Point(3, 0);
this.ibtOpen.Dock = System.Windows.Forms.DockStyle.Left;
this.ibtOpen.FillColor = System.Drawing.Color.White;
this.ibtOpen.Image = ((System.Drawing.Image)(resources.GetObject("ibtOpen.Image")));
this.ibtOpen.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.ibtOpen.Location = new System.Drawing.Point(40, 0);
this.ibtOpen.Name = "ibtOpen";
this.ibtOpen.ShadowColor = System.Drawing.Color.Gray;
this.ibtOpen.ShowShadow = false;
this.ibtOpen.Size = new System.Drawing.Size(20, 20);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -