📄 frmmanualsmooth.designer.cs
字号:
this.ibtOpen.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.ibtOpen.TabIndex = 2;
this.ibtOpen.TipAnchor = Custom.TipAnchorStyles.Bottom;
this.ibtOpen.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtOpen_MouseUp);
//
// ibtDelect
//
this.ibtDelect.BackgroundPoint = new System.Drawing.Point(3, 0);
this.ibtDelect.Dock = System.Windows.Forms.DockStyle.Left;
this.ibtDelect.FillColor = System.Drawing.Color.White;
this.ibtDelect.Image = ((System.Drawing.Image)(resources.GetObject("ibtDelect.Image")));
this.ibtDelect.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.ibtDelect.Location = new System.Drawing.Point(20, 0);
this.ibtDelect.Name = "ibtDelect";
this.ibtDelect.ShadowColor = System.Drawing.Color.Gray;
this.ibtDelect.ShowShadow = false;
this.ibtDelect.Size = new System.Drawing.Size(20, 20);
this.ibtDelect.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.ibtDelect.TabIndex = 1;
this.ibtDelect.TipAnchor = Custom.TipAnchorStyles.Bottom;
this.ibtDelect.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtDelect_MouseUp);
//
// ibtAdd
//
this.ibtAdd.BackgroundPoint = new System.Drawing.Point(0, 0);
this.ibtAdd.Dock = System.Windows.Forms.DockStyle.Left;
this.ibtAdd.FillColor = System.Drawing.Color.White;
this.ibtAdd.Image = ((System.Drawing.Image)(resources.GetObject("ibtAdd.Image")));
this.ibtAdd.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.ibtAdd.Location = new System.Drawing.Point(0, 0);
this.ibtAdd.Name = "ibtAdd";
this.ibtAdd.ShadowColor = System.Drawing.Color.Gray;
this.ibtAdd.ShowShadow = false;
this.ibtAdd.Size = new System.Drawing.Size(20, 20);
this.ibtAdd.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.ibtAdd.TabIndex = 0;
this.ibtAdd.TipAnchor = Custom.TipAnchorStyles.Bottom;
this.ibtAdd.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtAdd_MouseUp);
//
// ibtOK
//
this.ibtOK.BackgroundPoint = new System.Drawing.Point(0, 0);
this.ibtOK.FillColor = System.Drawing.Color.White;
this.ibtOK.Image = ((System.Drawing.Image)(resources.GetObject("ibtOK.Image")));
this.ibtOK.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.ibtOK.Location = new System.Drawing.Point(65, 97);
this.ibtOK.Name = "ibtOK";
this.ibtOK.ShadowColor = System.Drawing.Color.Gray;
this.ibtOK.ShowShadow = true;
this.ibtOK.Size = new System.Drawing.Size(36, 22);
this.ibtOK.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.ibtOK.TabIndex = 9;
this.ibtOK.TipAnchor = Custom.TipAnchorStyles.Bottom;
this.ibtOK.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtOK_MouseUp);
//
// openFileDialog
//
this.openFileDialog.FileName = "paras";
this.openFileDialog.Filter = "参数文件(*.ps)|*.ps";
//
// saveFileDialog
//
this.saveFileDialog.FileName = "paras";
this.saveFileDialog.Filter = "参数文件(*.ps)|*.ps";
//
// panelCaption
//
this.panelCaption.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.panelCaption.Caption = "设置参数";
this.panelCaption.Dock = System.Windows.Forms.DockStyle.Top;
this.panelCaption.Image = ((System.Drawing.Image)(resources.GetObject("panelCaption.Image")));
this.panelCaption.Location = new System.Drawing.Point(0, 0);
this.panelCaption.Name = "panelCaption";
this.panelCaption.Size = new System.Drawing.Size(225, 20);
this.panelCaption.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.panelCaption.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.panelCaption.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
this.panelCaption.TextFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.panelCaption.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelCaption_MouseDown);
this.panelCaption.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelCaption_MouseMove);
this.panelCaption.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelCaption_MouseUp);
//
// ibtCancel
//
this.ibtCancel.BackgroundPoint = new System.Drawing.Point(0, 0);
this.ibtCancel.FillColor = System.Drawing.Color.White;
this.ibtCancel.Image = ((System.Drawing.Image)(resources.GetObject("ibtCancel.Image")));
this.ibtCancel.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.ibtCancel.Location = new System.Drawing.Point(123, 97);
this.ibtCancel.Name = "ibtCancel";
this.ibtCancel.ShadowColor = System.Drawing.Color.Gray;
this.ibtCancel.ShowShadow = true;
this.ibtCancel.Size = new System.Drawing.Size(36, 22);
this.ibtCancel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.ibtCancel.TabIndex = 15;
this.ibtCancel.TipAnchor = Custom.TipAnchorStyles.Bottom;
this.ibtCancel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtCancel_MouseUp);
//
// FrmManualSmooth
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(225, 120);
this.ControlBox = false;
this.Controls.Add(this.ibtCancel);
this.Controls.Add(this.ibtOK);
this.Controls.Add(this.panel5);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.gridPara);
this.Controls.Add(this.panelCaption);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Location = new System.Drawing.Point(0, 0);
this.Menu = this.mainMenu;
this.Name = "FrmManualSmooth";
this.Text = "多道分析系统";
this.Load += new System.EventHandler(this.FrmManualSmooth_Load);
this.panel5.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGrid gridPara;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel5;
private Custom.ImageButton ibtAdd;
private Custom.ImageButton ibtDelect;
private Custom.ImageButton ibtSave;
private Custom.ImageButton ibtOpen;
private Custom.ImageButton ibtOK;
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
private Custom.PanelPro panelCaption;
private Custom.ImageButton ibtCancel;
private System.Windows.Forms.NumericUpDown nUpDownvalue;
private System.Windows.Forms.MainMenu mainMenu;
private Microsoft.WindowsCE.Forms.InputPanel inputPanel;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -