1 Star 0 Fork 51

六月paul/SpreadDesigner

forked from 葡萄城/SpreadDesigner 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SpreadOptionsDlg.Designer.cs 53.09 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047
using FarPoint.Win.Spread;
using System.Drawing;
using System.Windows.Forms;
namespace SpreadDesigner
{
partial class SpreadOptionsDlg
{
/// <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.components = new System.ComponentModel.Container();
this.TabControl1 = new TabControl();
this.spOpt_TabEdit = new TabPage();
this.spOpt_Edit_MoveActiveOnFocus = new CheckBox();
this.spOpt_Edit_EditModeReplace = new CheckBox();
this.spOpt_Edit_EditModePermanent = new CheckBox();
this.spOpt_Edit_AllowEditOverflow = new CheckBox();
this.spOpt_EditSettings = new Label();
this.spOpt_TabScrollBars = new TabPage();
this.Panel3 = new Panel();
this.spOpt_SB_VSB_Always = new RadioButton();
this.spOpt_SB_VSB_Never = new RadioButton();
this.spOpt_SB_VSB_AsNeeded = new RadioButton();
this.spOpt_SB_VertScrollBar = new Label();
this.Panel2 = new Panel();
this.spOpt_SB_HSB_Always = new RadioButton();
this.spOpt_SB_HSB_Never = new RadioButton();
this.spOpt_SB_HSB_AsNeeded = new RadioButton();
this.spOpt_SB_HorzScrollBar = new Label();
this.spOpt_SB_ScrollTip_Horizontal = new CheckBox();
this.spOpt_SB_ScrollTip_Vertical = new CheckBox();
this.spOpt_SB_ScrollTip = new Label();
this.spOpt_SB_SBTrack_Horizontal = new CheckBox();
this.spOpt_SB_SBTrack_Vertical = new CheckBox();
this.spOpt_SB_Tracking = new Label();
this.spOpt_SB_Tracking.Paint += this.Label_Paint;
this.spOpt_SB_Settings = new Label();
this.spOpt_SB_Settings.Paint += this.Label_Paint;
this.spOpt_SB_ScrollBarShowMax = new CheckBox();
this.spOpt_SB_ScrollBarMaxAlign = new CheckBox();
this.spOpt_TabGeneral = new TabPage();
this.Panel1 = new Panel();
this.spOpt_Gen_RowHeaders = new RadioButton();
this.spOpt_Gen_NoHeaders = new RadioButton();
this.spOpt_Gen_ColumnHeaders = new RadioButton();
this.spOpt_Gen_ClipOptions = new Label();
this.spOpt_Gen_AllHeaders = new RadioButton();
this.spOpt_Gen_TabStripRatio = new NumericUpDown();
this.spOpt_Gen_TabStripRatioLabel = new Label();
this.spOpt_Gen_TabStrip_AsNeeded = new RadioButton();
this.spOpt_Gen_TabStrip_Never = new RadioButton();
this.spOpt_Gen_TabStrip_Always = new RadioButton();
this.spOpt_Gen_TabStrip = new Label();
this.spOpt_Gen_Settings = new Label();
this.spOpt_Gen_AutoClipboard = new CheckBox();
this.spOpt_Gen_AllowUserFormulas = new CheckBox();
this.spOpt_Gen_AllowDragFill = new CheckBox();
this.spOpt_Gen_AllowDragDrop = new CheckBox();
this.spOpt_TabSplitBox = new TabPage();
this.Panel7 = new Panel();
this.spOpt_SplitBox_RowDisplay = new Label();
this.spOpt_SplitBox_Row_Always = new RadioButton();
this.spOpt_SplitBox_Row_Never = new RadioButton();
this.spOpt_SplitBox_Row_AsNeeded = new RadioButton();
this.Panel6 = new Panel();
this.spOpt_SplitBox_Row_Trailing = new RadioButton();
this.spOpt_SplitBox_RowAlign = new Label();
this.spOpt_SplitBox_Row_Leading = new RadioButton();
this.Panel5 = new Panel();
this.spOpt_SplitBox_ColDisplay = new Label();
this.spOpt_SplitBox_Col_Always = new RadioButton();
this.spOpt_SplitBox_Col_Never = new RadioButton();
this.spOpt_SplitBox_Col_AsNeeded = new RadioButton();
this.Panel4 = new Panel();
this.spOpt_SplitBox_ColAlign = new Label();
this.spOpt_SplitBox_Col_Leading = new RadioButton();
this.spOpt_SplitBox_Col_Trailing = new RadioButton();
this.spOpt_TabView = new TabPage();
this.spOpt_View_GroupBox1 = new GroupBox();
this.spOpt_View_SelectBlockOptions_Sheet = new CheckBox();
this.spOpt_View_SelectBlockOptions_Columns = new CheckBox();
this.spOpt_View_SelectBlockOptions_Rows = new CheckBox();
this.spOpt_View_SelectBlockOptions_Cells = new CheckBox();
this.spOpt_View_ButtonDrawMode_AlwaysSecondary = new CheckBox();
this.spOpt_View_ButtonDrawMode_AlwaysPrimary = new CheckBox();
this.spOpt_View_ButtonDrawMode_CurrentRow = new CheckBox();
this.spOpt_View_ButtonDrawMode_CurrentColumn = new CheckBox();
this.spOpt_View_ButtonDrawMode_CurrentCell = new CheckBox();
this.spOpt_View_ButtonDrawMode_Always = new CheckBox();
this.spOpt_View_BlockMode = new Label();
this.spOpt_View_CellButtons = new Label();
this.spOpt_View_RetainSelectionBlock = new CheckBox();
this.spOpt_View_CellNoteIndicatorVisible = new CheckBox();
this.spOpt_View_AllowCellOverflow = new CheckBox();
this.spOpt_View_Settings = new Label();
this.spOpt_Cancel = new Button();
this.spOpt_OK = new Button();
this.spOpt_Help = new Button();
this.TabControl1.SuspendLayout();
this.spOpt_TabEdit.SuspendLayout();
this.spOpt_TabScrollBars.SuspendLayout();
this.Panel3.SuspendLayout();
this.Panel2.SuspendLayout();
this.spOpt_TabGeneral.SuspendLayout();
this.Panel1.SuspendLayout();
this.spOpt_Gen_TabStripRatio.BeginInit();
this.spOpt_TabSplitBox.SuspendLayout();
this.Panel7.SuspendLayout();
this.Panel6.SuspendLayout();
this.Panel5.SuspendLayout();
this.Panel4.SuspendLayout();
this.spOpt_TabView.SuspendLayout();
this.spOpt_View_GroupBox1.SuspendLayout();
this.SuspendLayout();
this.TabControl1.Controls.Add(this.spOpt_TabEdit);
this.TabControl1.Controls.Add(this.spOpt_TabScrollBars);
this.TabControl1.Controls.Add(this.spOpt_TabGeneral);
this.TabControl1.Controls.Add(this.spOpt_TabSplitBox);
this.TabControl1.Controls.Add(this.spOpt_TabView);
Size size2 = new Size(110, 0x12);
this.TabControl1.ItemSize = size2;
Point point2 = new Point(7, 8);
this.TabControl1.Location = point2;
this.TabControl1.Name = "TabControl1";
this.TabControl1.SelectedIndex = 0;
size2 = new Size(0x234, 0x164);
this.TabControl1.Size = size2;
this.TabControl1.TabIndex = 0;
this.spOpt_TabEdit.BackColor = Color.WhiteSmoke;
this.spOpt_TabEdit.Controls.Add(this.spOpt_Edit_MoveActiveOnFocus);
this.spOpt_TabEdit.Controls.Add(this.spOpt_Edit_EditModeReplace);
this.spOpt_TabEdit.Controls.Add(this.spOpt_Edit_EditModePermanent);
this.spOpt_TabEdit.Controls.Add(this.spOpt_Edit_AllowEditOverflow);
this.spOpt_TabEdit.Controls.Add(this.spOpt_EditSettings);
point2 = new Point(4, 0x16);
this.spOpt_TabEdit.Location = point2;
this.spOpt_TabEdit.Name = "spOpt_TabEdit";
size2 = new Size(0x22c, 330);
this.spOpt_TabEdit.Size = size2;
this.spOpt_TabEdit.TabIndex = 0;
this.spOpt_TabEdit.Text = "Edit";
this.spOpt_Edit_MoveActiveOnFocus.ImeMode = ImeMode.NoControl;
point2 = new Point(0x21, 0x83);
this.spOpt_Edit_MoveActiveOnFocus.Location = point2;
this.spOpt_Edit_MoveActiveOnFocus.Name = "spOpt_Edit_MoveActiveOnFocus";
size2 = new Size(0x16a, 0x15);
this.spOpt_Edit_MoveActiveOnFocus.Size = size2;
this.spOpt_Edit_MoveActiveOnFocus.TabIndex = 4;
this.spOpt_Edit_MoveActiveOnFocus.Text = "On &Focus Set Cell to Pointer";
this.spOpt_Edit_EditModeReplace.ImeMode = ImeMode.NoControl;
point2 = new Point(0x21, 0x65);
this.spOpt_Edit_EditModeReplace.Location = point2;
this.spOpt_Edit_EditModeReplace.Name = "spOpt_Edit_EditModeReplace";
size2 = new Size(0x16a, 0x16);
this.spOpt_Edit_EditModeReplace.Size = size2;
this.spOpt_Edit_EditModeReplace.TabIndex = 3;
this.spOpt_Edit_EditModeReplace.Text = "Editing &Replaces Existing Text";
this.spOpt_Edit_EditModePermanent.ImeMode = ImeMode.NoControl;
point2 = new Point(0x21, 0x48);
this.spOpt_Edit_EditModePermanent.Location = point2;
this.spOpt_Edit_EditModePermanent.Name = "spOpt_Edit_EditModePermanent";
size2 = new Size(0x16a, 0x16);
this.spOpt_Edit_EditModePermanent.Size = size2;
this.spOpt_Edit_EditModePermanent.TabIndex = 2;
this.spOpt_Edit_EditModePermanent.Text = "Cells Always in &Edit Mode";
this.spOpt_Edit_AllowEditOverflow.ImeMode = ImeMode.NoControl;
point2 = new Point(0x21, 0x2b);
this.spOpt_Edit_AllowEditOverflow.Location = point2;
this.spOpt_Edit_AllowEditOverflow.Name = "spOpt_Edit_AllowEditOverflow";
size2 = new Size(0x16a, 0x15);
this.spOpt_Edit_AllowEditOverflow.Size = size2;
this.spOpt_Edit_AllowEditOverflow.TabIndex = 1;
this.spOpt_Edit_AllowEditOverflow.Text = "Editing Text Can &Overflow";
this.spOpt_EditSettings.ImeMode = ImeMode.NoControl;
point2 = new Point(15, 15);
this.spOpt_EditSettings.Location = point2;
this.spOpt_EditSettings.Name = "spOpt_EditSettings";
size2 = new Size(0x20e, 0x16);
this.spOpt_EditSettings.Size = size2;
this.spOpt_EditSettings.TabIndex = 0;
this.spOpt_EditSettings.Text = "Settings";
this.spOpt_EditSettings.Paint += this.Label_Paint;
this.spOpt_TabScrollBars.BackColor = Color.WhiteSmoke;
this.spOpt_TabScrollBars.Controls.Add(this.Panel3);
this.spOpt_TabScrollBars.Controls.Add(this.Panel2);
this.spOpt_TabScrollBars.Controls.Add(this.spOpt_SB_ScrollTip_Horizontal);
this.spOpt_TabScrollBars.Controls.Add(this.spOpt_SB_ScrollTip_Vertical);
this.spOpt_TabScrollBars.Controls.Add(this.spOpt_SB_ScrollTip);
this.spOpt_TabScrollBars.Controls.Add(this.spOpt_SB_SBTrack_Horizontal);
this.spOpt_TabScrollBars.Controls.Add(this.spOpt_SB_SBTrack_Vertical);
this.spOpt_TabScrollBars.Controls.Add(this.spOpt_SB_Tracking);
this.spOpt_TabScrollBars.Controls.Add(this.spOpt_SB_Settings);
this.spOpt_TabScrollBars.Controls.Add(this.spOpt_SB_ScrollBarShowMax);
this.spOpt_TabScrollBars.Controls.Add(this.spOpt_SB_ScrollBarMaxAlign);
point2 = new Point(4, 0x16);
this.spOpt_TabScrollBars.Location = point2;
this.spOpt_TabScrollBars.Name = "spOpt_TabScrollBars";
size2 = new Size(0x22c, 330);
this.spOpt_TabScrollBars.Size = size2;
this.spOpt_TabScrollBars.TabIndex = 1;
this.spOpt_TabScrollBars.Text = "Scroll Bars";
this.Panel3.Controls.Add(this.spOpt_SB_VSB_Always);
this.Panel3.Controls.Add(this.spOpt_SB_VSB_Never);
this.Panel3.Controls.Add(this.spOpt_SB_VSB_AsNeeded);
this.Panel3.Controls.Add(this.spOpt_SB_VertScrollBar);
point2 = new Point(0, 0x95);
this.Panel3.Location = point2;
this.Panel3.Name = "Panel3";
size2 = new Size(0x224, 0x42);
this.Panel3.Size = size2;
this.Panel3.TabIndex = 8;
this.spOpt_SB_VSB_Always.ImeMode = ImeMode.NoControl;
point2 = new Point(0x12, 0x25);
this.spOpt_SB_VSB_Always.Location = point2;
this.spOpt_SB_VSB_Always.Name = "spOpt_SB_VSB_Always";
size2 = new Size(0x91, 0x13);
this.spOpt_SB_VSB_Always.Size = size2;
this.spOpt_SB_VSB_Always.TabIndex = 10;
this.spOpt_SB_VSB_Always.Text = "Al&ways";
this.spOpt_SB_VSB_Never.ImeMode = ImeMode.NoControl;
point2 = new Point(0xbb, 0x25);
this.spOpt_SB_VSB_Never.Location = point2;
this.spOpt_SB_VSB_Never.Name = "spOpt_SB_VSB_Never";
size2 = new Size(0x8e, 0x13);
this.spOpt_SB_VSB_Never.Size = size2;
this.spOpt_SB_VSB_Never.TabIndex = 11;
this.spOpt_SB_VSB_Never.Text = "N&ever";
this.spOpt_SB_VSB_AsNeeded.ImeMode = ImeMode.NoControl;
point2 = new Point(0x15a, 0x25);
this.spOpt_SB_VSB_AsNeeded.Location = point2;
this.spOpt_SB_VSB_AsNeeded.Name = "spOpt_SB_VSB_AsNeeded";
size2 = new Size(0x8e, 0x13);
this.spOpt_SB_VSB_AsNeeded.Size = size2;
this.spOpt_SB_VSB_AsNeeded.TabIndex = 12;
this.spOpt_SB_VSB_AsNeeded.Text = "As Nee&ded";
this.spOpt_SB_VertScrollBar.Font = new Font("Microsoft Sans Serif", 8.25f);
this.spOpt_SB_VertScrollBar.ImeMode = ImeMode.NoControl;
point2 = new Point(11, 7);
this.spOpt_SB_VertScrollBar.Location = point2;
this.spOpt_SB_VertScrollBar.Name = "spOpt_SB_VertScrollBar";
size2 = new Size(0x20e, 0x15);
this.spOpt_SB_VertScrollBar.Size = size2;
this.spOpt_SB_VertScrollBar.TabIndex = 9;
this.spOpt_SB_VertScrollBar.Text = "Vertical Scroll Bar Display";
this.spOpt_SB_VertScrollBar.Paint += this.Label_Paint;
this.Panel2.Controls.Add(this.spOpt_SB_HSB_Always);
this.Panel2.Controls.Add(this.spOpt_SB_HSB_Never);
this.Panel2.Controls.Add(this.spOpt_SB_HSB_AsNeeded);
this.Panel2.Controls.Add(this.spOpt_SB_HorzScrollBar);
point2 = new Point(0, 0x4c);
this.Panel2.Location = point2;
this.Panel2.Name = "Panel2";
size2 = new Size(0x224, 0x41);
this.Panel2.Size = size2;
this.Panel2.TabIndex = 3;
this.spOpt_SB_HSB_Always.ImeMode = ImeMode.NoControl;
point2 = new Point(0x15, 0x25);
this.spOpt_SB_HSB_Always.Location = point2;
this.spOpt_SB_HSB_Always.Name = "spOpt_SB_HSB_Always";
size2 = new Size(0x8f, 0x13);
this.spOpt_SB_HSB_Always.Size = size2;
this.spOpt_SB_HSB_Always.TabIndex = 5;
this.spOpt_SB_HSB_Always.Text = "&Always";
this.spOpt_SB_HSB_Never.ImeMode = ImeMode.NoControl;
point2 = new Point(0xba, 0x25);
this.spOpt_SB_HSB_Never.Location = point2;
this.spOpt_SB_HSB_Never.Name = "spOpt_SB_HSB_Never";
size2 = new Size(0x8d, 0x13);
this.spOpt_SB_HSB_Never.Size = size2;
this.spOpt_SB_HSB_Never.TabIndex = 6;
this.spOpt_SB_HSB_Never.Text = "&Never";
this.spOpt_SB_HSB_AsNeeded.ImeMode = ImeMode.NoControl;
point2 = new Point(0x15f, 0x25);
this.spOpt_SB_HSB_AsNeeded.Location = point2;
this.spOpt_SB_HSB_AsNeeded.Name = "spOpt_SB_HSB_AsNeeded";
size2 = new Size(0x8d, 0x13);
this.spOpt_SB_HSB_AsNeeded.Size = size2;
this.spOpt_SB_HSB_AsNeeded.TabIndex = 7;
this.spOpt_SB_HSB_AsNeeded.Text = "A&s Needed";
this.spOpt_SB_HorzScrollBar.Font = new Font("Microsoft Sans Serif", 8.25f);
this.spOpt_SB_HorzScrollBar.ImeMode = ImeMode.NoControl;
point2 = new Point(11, 8);
this.spOpt_SB_HorzScrollBar.Location = point2;
this.spOpt_SB_HorzScrollBar.Name = "spOpt_SB_HorzScrollBar";
size2 = new Size(0x20e, 0x15);
this.spOpt_SB_HorzScrollBar.Size = size2;
this.spOpt_SB_HorzScrollBar.TabIndex = 4;
this.spOpt_SB_HorzScrollBar.Text = "Horizontal Scroll Bar Display";
this.spOpt_SB_HorzScrollBar.Paint += this.Label_Paint;
this.spOpt_SB_ScrollTip_Horizontal.ImeMode = ImeMode.NoControl;
point2 = new Point(0xc4, 0x130);
this.spOpt_SB_ScrollTip_Horizontal.Location = point2;
this.spOpt_SB_ScrollTip_Horizontal.Name = "spOpt_SB_ScrollTip_Horizontal";
size2 = new Size(0x8f, 0x16);
this.spOpt_SB_ScrollTip_Horizontal.Size = size2;
this.spOpt_SB_ScrollTip_Horizontal.TabIndex = 0x12;
this.spOpt_SB_ScrollTip_Horizontal.Text = "Hori&zontal";
this.spOpt_SB_ScrollTip_Vertical.ImeMode = ImeMode.NoControl;
point2 = new Point(0x21, 0x130);
this.spOpt_SB_ScrollTip_Vertical.Location = point2;
this.spOpt_SB_ScrollTip_Vertical.Name = "spOpt_SB_ScrollTip_Vertical";
size2 = new Size(0x8e, 0x16);
this.spOpt_SB_ScrollTip_Vertical.Size = size2;
this.spOpt_SB_ScrollTip_Vertical.TabIndex = 0x11;
this.spOpt_SB_ScrollTip_Vertical.Text = "Ve&rtical";
this.spOpt_SB_ScrollTip.Font = new Font("Microsoft Sans Serif", 8.25f);
this.spOpt_SB_ScrollTip.ImeMode = ImeMode.NoControl;
point2 = new Point(11, 0x113);
this.spOpt_SB_ScrollTip.Location = point2;
this.spOpt_SB_ScrollTip.Name = "spOpt_SB_ScrollTip";
size2 = new Size(0x20e, 0x15);
this.spOpt_SB_ScrollTip.Size = size2;
this.spOpt_SB_ScrollTip.TabIndex = 0x10;
this.spOpt_SB_ScrollTip.Text = "Scroll Tip Display";
this.spOpt_SB_ScrollTip.Paint += this.Label_Paint;
this.spOpt_SB_SBTrack_Horizontal.ImeMode = ImeMode.NoControl;
point2 = new Point(0xc4, 0xf6);
this.spOpt_SB_SBTrack_Horizontal.Location = point2;
this.spOpt_SB_SBTrack_Horizontal.Name = "spOpt_SB_SBTrack_Horizontal";
size2 = new Size(0x8f, 0x16);
this.spOpt_SB_SBTrack_Horizontal.Size = size2;
this.spOpt_SB_SBTrack_Horizontal.TabIndex = 15;
this.spOpt_SB_SBTrack_Horizontal.Text = "&Horizontal";
this.spOpt_SB_SBTrack_Vertical.ImeMode = ImeMode.NoControl;
point2 = new Point(0x21, 0xf6);
this.spOpt_SB_SBTrack_Vertical.Location = point2;
this.spOpt_SB_SBTrack_Vertical.Name = "spOpt_SB_SBTrack_Vertical";
size2 = new Size(0x8e, 0x16);
this.spOpt_SB_SBTrack_Vertical.Size = size2;
this.spOpt_SB_SBTrack_Vertical.TabIndex = 14;
this.spOpt_SB_SBTrack_Vertical.Text = "&Vertical";
this.spOpt_SB_Tracking.Font = new Font("Microsoft Sans Serif", 8.25f);
this.spOpt_SB_Tracking.ImeMode = ImeMode.NoControl;
point2 = new Point(11, 0xdb);
this.spOpt_SB_Tracking.Location = point2;
this.spOpt_SB_Tracking.Name = "spOpt_SB_Tracking";
size2 = new Size(0x20e, 0x15);
this.spOpt_SB_Tracking.Size = size2;
this.spOpt_SB_Tracking.TabIndex = 13;
this.spOpt_SB_Tracking.Text = "Scroll Box Tracking";
this.spOpt_SB_Settings.Font = new Font("Microsoft Sans Serif", 8.25f);
this.spOpt_SB_Settings.ImeMode = ImeMode.NoControl;
point2 = new Point(15, 15);
this.spOpt_SB_Settings.Location = point2;
this.spOpt_SB_Settings.Name = "spOpt_SB_Settings";
size2 = new Size(0x20e, 0x16);
this.spOpt_SB_Settings.Size = size2;
this.spOpt_SB_Settings.TabIndex = 0;
this.spOpt_SB_Settings.Text = "Settings";
this.spOpt_SB_ScrollBarShowMax.ImeMode = ImeMode.NoControl;
point2 = new Point(0x117, 40);
this.spOpt_SB_ScrollBarShowMax.Location = point2;
this.spOpt_SB_ScrollBarShowMax.Name = "spOpt_SB_ScrollBarShowMax";
size2 = new Size(0x106, 0x16);
this.spOpt_SB_ScrollBarShowMax.Size = size2;
this.spOpt_SB_ScrollBarShowMax.TabIndex = 2;
this.spOpt_SB_ScrollBarShowMax.Text = "Scroll Box Reflects &Maximum Rows";
this.spOpt_SB_ScrollBarMaxAlign.ImeMode = ImeMode.NoControl;
point2 = new Point(0x1a, 40);
this.spOpt_SB_ScrollBarMaxAlign.Location = point2;
this.spOpt_SB_ScrollBarMaxAlign.Name = "spOpt_SB_ScrollBarMaxAlign";
size2 = new Size(0xf4, 0x16);
this.spOpt_SB_ScrollBarMaxAlign.Size = size2;
this.spOpt_SB_ScrollBarMaxAlign.TabIndex = 1;
this.spOpt_SB_ScrollBarMaxAlign.Text = "Align at &Last Row and Column";
this.spOpt_TabGeneral.BackColor = Color.WhiteSmoke;
this.spOpt_TabGeneral.Controls.Add(this.Panel1);
this.spOpt_TabGeneral.Controls.Add(this.spOpt_Gen_TabStripRatio);
this.spOpt_TabGeneral.Controls.Add(this.spOpt_Gen_TabStripRatioLabel);
this.spOpt_TabGeneral.Controls.Add(this.spOpt_Gen_TabStrip_AsNeeded);
this.spOpt_TabGeneral.Controls.Add(this.spOpt_Gen_TabStrip_Never);
this.spOpt_TabGeneral.Controls.Add(this.spOpt_Gen_TabStrip_Always);
this.spOpt_TabGeneral.Controls.Add(this.spOpt_Gen_TabStrip);
this.spOpt_TabGeneral.Controls.Add(this.spOpt_Gen_Settings);
this.spOpt_TabGeneral.Controls.Add(this.spOpt_Gen_AutoClipboard);
this.spOpt_TabGeneral.Controls.Add(this.spOpt_Gen_AllowUserFormulas);
this.spOpt_TabGeneral.Controls.Add(this.spOpt_Gen_AllowDragFill);
this.spOpt_TabGeneral.Controls.Add(this.spOpt_Gen_AllowDragDrop);
point2 = new Point(4, 0x16);
this.spOpt_TabGeneral.Location = point2;
this.spOpt_TabGeneral.Name = "spOpt_TabGeneral";
size2 = new Size(0x22c, 330);
this.spOpt_TabGeneral.Size = size2;
this.spOpt_TabGeneral.TabIndex = 3;
this.spOpt_TabGeneral.Text = "General";
this.Panel1.Controls.Add(this.spOpt_Gen_RowHeaders);
this.Panel1.Controls.Add(this.spOpt_Gen_NoHeaders);
this.Panel1.Controls.Add(this.spOpt_Gen_ColumnHeaders);
this.Panel1.Controls.Add(this.spOpt_Gen_ClipOptions);
this.Panel1.Controls.Add(this.spOpt_Gen_AllHeaders);
point2 = new Point(0, 0x60);
this.Panel1.Location = point2;
this.Panel1.Name = "Panel1";
size2 = new Size(0x224, 0x62);
this.Panel1.Size = size2;
this.Panel1.TabIndex = 5;
this.spOpt_Gen_RowHeaders.ImeMode = ImeMode.NoControl;
point2 = new Point(0x21, 0x3f);
this.spOpt_Gen_RowHeaders.Location = point2;
this.spOpt_Gen_RowHeaders.Name = "spOpt_Gen_RowHeaders";
size2 = new Size(0xfb, 0x16);
this.spOpt_Gen_RowHeaders.Size = size2;
this.spOpt_Gen_RowHeaders.TabIndex = 9;
this.spOpt_Gen_RowHeaders.Text = "Copy/Paste &Row Headers";
this.spOpt_Gen_NoHeaders.ImeMode = ImeMode.NoControl;
point2 = new Point(0x21, 0x21);
this.spOpt_Gen_NoHeaders.Location = point2;
this.spOpt_Gen_NoHeaders.Name = "spOpt_Gen_NoHeaders";
size2 = new Size(0xfb, 0x16);
this.spOpt_Gen_NoHeaders.Size = size2;
this.spOpt_Gen_NoHeaders.TabIndex = 7;
this.spOpt_Gen_NoHeaders.Text = "&None";
this.spOpt_Gen_ColumnHeaders.ImeMode = ImeMode.NoControl;
point2 = new Point(290, 0x21);
this.spOpt_Gen_ColumnHeaders.Location = point2;
this.spOpt_Gen_ColumnHeaders.Name = "spOpt_Gen_ColumnHeaders";
size2 = new Size(0xfb, 0x16);
this.spOpt_Gen_ColumnHeaders.Size = size2;
this.spOpt_Gen_ColumnHeaders.TabIndex = 8;
this.spOpt_Gen_ColumnHeaders.Text = "Copy/Paste &Column Headers";
this.spOpt_Gen_ClipOptions.ImeMode = ImeMode.NoControl;
point2 = new Point(11, 10);
this.spOpt_Gen_ClipOptions.Location = point2;
this.spOpt_Gen_ClipOptions.Name = "spOpt_Gen_ClipOptions";
size2 = new Size(0x20a, 0x16);
this.spOpt_Gen_ClipOptions.Size = size2;
this.spOpt_Gen_ClipOptions.TabIndex = 6;
this.spOpt_Gen_ClipOptions.Text = "Clipboard Options for Headers";
this.spOpt_Gen_ClipOptions.Paint += this.Label_Paint;
this.spOpt_Gen_AllHeaders.ImeMode = ImeMode.NoControl;
point2 = new Point(290, 0x3f);
this.spOpt_Gen_AllHeaders.Location = point2;
this.spOpt_Gen_AllHeaders.Name = "spOpt_Gen_AllHeaders";
size2 = new Size(0xfb, 0x16);
this.spOpt_Gen_AllHeaders.Size = size2;
this.spOpt_Gen_AllHeaders.TabIndex = 10;
this.spOpt_Gen_AllHeaders.Text = "Copy/Paste &All Headers";
point2 = new Point(0xf8, 0x109);
this.spOpt_Gen_TabStripRatio.Location = point2;
this.spOpt_Gen_TabStripRatio.Name = "spOpt_Gen_TabStripRatio";
size2 = new Size(0x41, 20);
this.spOpt_Gen_TabStripRatio.Size = size2;
this.spOpt_Gen_TabStripRatio.TabIndex = 0x10;
this.spOpt_Gen_TabStripRatioLabel.ImeMode = ImeMode.NoControl;
point2 = new Point(0x1d, 0x109);
this.spOpt_Gen_TabStripRatioLabel.Location = point2;
this.spOpt_Gen_TabStripRatioLabel.Name = "spOpt_Gen_TabStripRatioLabel";
size2 = new Size(0xc5, 0x17);
this.spOpt_Gen_TabStripRatioLabel.Size = size2;
this.spOpt_Gen_TabStripRatioLabel.TabIndex = 15;
this.spOpt_Gen_TabStripRatioLabel.Text = "Sheet Tab &Percentage";
this.spOpt_Gen_TabStrip_AsNeeded.ImeMode = ImeMode.NoControl;
point2 = new Point(0x15b, 220);
this.spOpt_Gen_TabStrip_AsNeeded.Location = point2;
this.spOpt_Gen_TabStrip_AsNeeded.Name = "spOpt_Gen_TabStrip_AsNeeded";
size2 = new Size(0xbd, 0x1f);
this.spOpt_Gen_TabStrip_AsNeeded.Size = size2;
this.spOpt_Gen_TabStrip_AsNeeded.TabIndex = 14;
this.spOpt_Gen_TabStrip_AsNeeded.Text = "As N&eeded";
this.spOpt_Gen_TabStrip_Never.ImeMode = ImeMode.NoControl;
point2 = new Point(0xc9, 220);
this.spOpt_Gen_TabStrip_Never.Location = point2;
this.spOpt_Gen_TabStrip_Never.Name = "spOpt_Gen_TabStrip_Never";
size2 = new Size(0x7f, 0x1f);
this.spOpt_Gen_TabStrip_Never.Size = size2;
this.spOpt_Gen_TabStrip_Never.TabIndex = 13;
this.spOpt_Gen_TabStrip_Never.Text = "Ne&ver";
this.spOpt_Gen_TabStrip_Always.ImeMode = ImeMode.NoControl;
point2 = new Point(0x1d, 220);
this.spOpt_Gen_TabStrip_Always.Location = point2;
this.spOpt_Gen_TabStrip_Always.Name = "spOpt_Gen_TabStrip_Always";
size2 = new Size(0x8f, 0x1f);
this.spOpt_Gen_TabStrip_Always.Size = size2;
this.spOpt_Gen_TabStrip_Always.TabIndex = 12;
this.spOpt_Gen_TabStrip_Always.Text = "Al&ways";
this.spOpt_Gen_TabStrip.ImeMode = ImeMode.NoControl;
point2 = new Point(11, 0xc5);
this.spOpt_Gen_TabStrip.Location = point2;
this.spOpt_Gen_TabStrip.Name = "spOpt_Gen_TabStrip";
size2 = new Size(0x20a, 0x17);
this.spOpt_Gen_TabStrip.Size = size2;
this.spOpt_Gen_TabStrip.TabIndex = 11;
this.spOpt_Gen_TabStrip.Text = "Sheet Tab Display";
this.spOpt_Gen_Settings.ImeMode = ImeMode.NoControl;
point2 = new Point(11, 10);
this.spOpt_Gen_Settings.Location = point2;
this.spOpt_Gen_Settings.Name = "spOpt_Gen_Settings";
size2 = new Size(0x20a, 0x17);
this.spOpt_Gen_Settings.Size = size2;
this.spOpt_Gen_Settings.TabIndex = 0;
this.spOpt_Gen_Settings.Text = "Settings";
this.spOpt_Gen_AutoClipboard.ImeMode = ImeMode.NoControl;
point2 = new Point(290, 0x41);
this.spOpt_Gen_AutoClipboard.Location = point2;
this.spOpt_Gen_AutoClipboard.Name = "spOpt_Gen_AutoClipboard";
size2 = new Size(0xfb, 0x16);
this.spOpt_Gen_AutoClipboard.Size = size2;
this.spOpt_Gen_AutoClipboard.TabIndex = 4;
this.spOpt_Gen_AutoClipboard.Text = "&Handle Clipboard Keys (AutoClipboard)";
this.spOpt_Gen_AllowUserFormulas.ImeMode = ImeMode.NoControl;
point2 = new Point(290, 0x21);
this.spOpt_Gen_AllowUserFormulas.Location = point2;
this.spOpt_Gen_AllowUserFormulas.Name = "spOpt_Gen_AllowUserFormulas";
size2 = new Size(0xfb, 0x16);
this.spOpt_Gen_AllowUserFormulas.Size = size2;
this.spOpt_Gen_AllowUserFormulas.TabIndex = 2;
this.spOpt_Gen_AllowUserFormulas.Text = "Allow &Users to Enter Formulas";
this.spOpt_Gen_AllowDragFill.ImeMode = ImeMode.NoControl;
point2 = new Point(30, 0x41);
this.spOpt_Gen_AllowDragFill.Location = point2;
this.spOpt_Gen_AllowDragFill.Name = "spOpt_Gen_AllowDragFill";
size2 = new Size(0xfb, 0x16);
this.spOpt_Gen_AllowDragFill.Size = size2;
this.spOpt_Gen_AllowDragFill.TabIndex = 3;
this.spOpt_Gen_AllowDragFill.Text = "Allow Drag and &Fill";
this.spOpt_Gen_AllowDragDrop.ImeMode = ImeMode.NoControl;
point2 = new Point(30, 0x21);
this.spOpt_Gen_AllowDragDrop.Location = point2;
this.spOpt_Gen_AllowDragDrop.Name = "spOpt_Gen_AllowDragDrop";
size2 = new Size(0xfb, 0x16);
this.spOpt_Gen_AllowDragDrop.Size = size2;
this.spOpt_Gen_AllowDragDrop.TabIndex = 1;
this.spOpt_Gen_AllowDragDrop.Text = "Allow &Drag and Drop";
this.spOpt_TabSplitBox.BackColor = Color.WhiteSmoke;
this.spOpt_TabSplitBox.Controls.Add(this.Panel7);
this.spOpt_TabSplitBox.Controls.Add(this.Panel6);
this.spOpt_TabSplitBox.Controls.Add(this.Panel5);
this.spOpt_TabSplitBox.Controls.Add(this.Panel4);
point2 = new Point(4, 0x16);
this.spOpt_TabSplitBox.Location = point2;
this.spOpt_TabSplitBox.Name = "spOpt_TabSplitBox";
size2 = new Size(0x22c, 330);
this.spOpt_TabSplitBox.Size = size2;
this.spOpt_TabSplitBox.TabIndex = 4;
this.spOpt_TabSplitBox.Text = "Split Box";
this.Panel7.Controls.Add(this.spOpt_SplitBox_RowDisplay);
this.Panel7.Controls.Add(this.spOpt_SplitBox_Row_Always);
this.Panel7.Controls.Add(this.spOpt_SplitBox_Row_Never);
this.Panel7.Controls.Add(this.spOpt_SplitBox_Row_AsNeeded);
point2 = new Point(0, 0xf6);
this.Panel7.Location = point2;
this.Panel7.Name = "Panel7";
size2 = new Size(0x224, 0x41);
this.Panel7.Size = size2;
this.Panel7.TabIndex = 13;
this.spOpt_SplitBox_RowDisplay.ImeMode = ImeMode.NoControl;
point2 = new Point(5, 8);
this.spOpt_SplitBox_RowDisplay.Location = point2;
this.spOpt_SplitBox_RowDisplay.Name = "spOpt_SplitBox_RowDisplay";
size2 = new Size(0x20b, 0x15);
this.spOpt_SplitBox_RowDisplay.Size = size2;
this.spOpt_SplitBox_RowDisplay.TabIndex = 14;
this.spOpt_SplitBox_RowDisplay.Text = "Row Split Box Display";
this.spOpt_SplitBox_RowDisplay.Paint += this.Label_Paint;
this.spOpt_SplitBox_Row_Always.ImeMode = ImeMode.NoControl;
point2 = new Point(0x15, 0x20);
this.spOpt_SplitBox_Row_Always.Location = point2;
this.spOpt_SplitBox_Row_Always.Name = "spOpt_SplitBox_Row_Always";
size2 = new Size(0x8f, 0x16);
this.spOpt_SplitBox_Row_Always.Size = size2;
this.spOpt_SplitBox_Row_Always.TabIndex = 15;
this.spOpt_SplitBox_Row_Always.Text = "Al&ways";
this.spOpt_SplitBox_Row_Never.ImeMode = ImeMode.NoControl;
point2 = new Point(200, 0x20);
this.spOpt_SplitBox_Row_Never.Location = point2;
this.spOpt_SplitBox_Row_Never.Name = "spOpt_SplitBox_Row_Never";
size2 = new Size(0x90, 0x16);
this.spOpt_SplitBox_Row_Never.Size = size2;
this.spOpt_SplitBox_Row_Never.TabIndex = 0x10;
this.spOpt_SplitBox_Row_Never.Text = "Ne&ver";
this.spOpt_SplitBox_Row_AsNeeded.ImeMode = ImeMode.NoControl;
point2 = new Point(0x170, 0x20);
this.spOpt_SplitBox_Row_AsNeeded.Location = point2;
this.spOpt_SplitBox_Row_AsNeeded.Name = "spOpt_SplitBox_Row_AsNeeded";
size2 = new Size(0xa8, 0x16);
this.spOpt_SplitBox_Row_AsNeeded.Size = size2;
this.spOpt_SplitBox_Row_AsNeeded.TabIndex = 0x11;
this.spOpt_SplitBox_Row_AsNeeded.Text = "As Nee&ded";
this.Panel6.Controls.Add(this.spOpt_SplitBox_Row_Trailing);
this.Panel6.Controls.Add(this.spOpt_SplitBox_RowAlign);
this.Panel6.Controls.Add(this.spOpt_SplitBox_Row_Leading);
point2 = new Point(0, 0xa6);
this.Panel6.Location = point2;
this.Panel6.Name = "Panel6";
size2 = new Size(0x224, 0x41);
this.Panel6.Size = size2;
this.Panel6.TabIndex = 9;
this.spOpt_SplitBox_Row_Trailing.ImeMode = ImeMode.NoControl;
point2 = new Point(200, 0x20);
this.spOpt_SplitBox_Row_Trailing.Location = point2;
this.spOpt_SplitBox_Row_Trailing.Name = "spOpt_SplitBox_Row_Trailing";
size2 = new Size(0x90, 0x16);
this.spOpt_SplitBox_Row_Trailing.Size = size2;
this.spOpt_SplitBox_Row_Trailing.TabIndex = 12;
this.spOpt_SplitBox_Row_Trailing.Text = "T&railing";
this.spOpt_SplitBox_RowAlign.ImeMode = ImeMode.NoControl;
point2 = new Point(5, 8);
this.spOpt_SplitBox_RowAlign.Location = point2;
this.spOpt_SplitBox_RowAlign.Name = "spOpt_SplitBox_RowAlign";
size2 = new Size(0x20b, 0x15);
this.spOpt_SplitBox_RowAlign.Size = size2;
this.spOpt_SplitBox_RowAlign.TabIndex = 10;
this.spOpt_SplitBox_RowAlign.Text = "Row Split Box Alignment";
this.spOpt_SplitBox_RowAlign.Paint += this.Label_Paint;
this.spOpt_SplitBox_Row_Leading.ImeMode = ImeMode.NoControl;
point2 = new Point(0x15, 0x20);
this.spOpt_SplitBox_Row_Leading.Location = point2;
this.spOpt_SplitBox_Row_Leading.Name = "spOpt_SplitBox_Row_Leading";
size2 = new Size(0x8f, 0x16);
this.spOpt_SplitBox_Row_Leading.Size = size2;
this.spOpt_SplitBox_Row_Leading.TabIndex = 11;
this.spOpt_SplitBox_Row_Leading.Text = "L&eading";
this.Panel5.Controls.Add(this.spOpt_SplitBox_ColDisplay);
this.Panel5.Controls.Add(this.spOpt_SplitBox_Col_Always);
this.Panel5.Controls.Add(this.spOpt_SplitBox_Col_Never);
this.Panel5.Controls.Add(this.spOpt_SplitBox_Col_AsNeeded);
point2 = new Point(0, 0x57);
this.Panel5.Location = point2;
this.Panel5.Name = "Panel5";
size2 = new Size(0x224, 0x40);
this.Panel5.Size = size2;
this.Panel5.TabIndex = 4;
this.spOpt_SplitBox_ColDisplay.ImeMode = ImeMode.NoControl;
point2 = new Point(5, 9);
this.spOpt_SplitBox_ColDisplay.Location = point2;
this.spOpt_SplitBox_ColDisplay.Name = "spOpt_SplitBox_ColDisplay";
size2 = new Size(0x20b, 0x15);
this.spOpt_SplitBox_ColDisplay.Size = size2;
this.spOpt_SplitBox_ColDisplay.TabIndex = 5;
this.spOpt_SplitBox_ColDisplay.Text = "Column Split Box Display";
this.spOpt_SplitBox_ColDisplay.Paint += this.Label_Paint;
this.spOpt_SplitBox_Col_Always.ImeMode = ImeMode.NoControl;
point2 = new Point(0x15, 0x1f);
this.spOpt_SplitBox_Col_Always.Location = point2;
this.spOpt_SplitBox_Col_Always.Name = "spOpt_SplitBox_Col_Always";
size2 = new Size(0x8f, 0x16);
this.spOpt_SplitBox_Col_Always.Size = size2;
this.spOpt_SplitBox_Col_Always.TabIndex = 6;
this.spOpt_SplitBox_Col_Always.Text = "&Always";
this.spOpt_SplitBox_Col_Never.ImeMode = ImeMode.NoControl;
point2 = new Point(200, 0x1f);
this.spOpt_SplitBox_Col_Never.Location = point2;
this.spOpt_SplitBox_Col_Never.Name = "spOpt_SplitBox_Col_Never";
size2 = new Size(0x90, 0x16);
this.spOpt_SplitBox_Col_Never.Size = size2;
this.spOpt_SplitBox_Col_Never.TabIndex = 7;
this.spOpt_SplitBox_Col_Never.Text = "&Never";
this.spOpt_SplitBox_Col_AsNeeded.ImeMode = ImeMode.NoControl;
point2 = new Point(0x170, 0x20);
this.spOpt_SplitBox_Col_AsNeeded.Location = point2;
this.spOpt_SplitBox_Col_AsNeeded.Name = "spOpt_SplitBox_Col_AsNeeded";
size2 = new Size(0xa8, 0x16);
this.spOpt_SplitBox_Col_AsNeeded.Size = size2;
this.spOpt_SplitBox_Col_AsNeeded.TabIndex = 8;
this.spOpt_SplitBox_Col_AsNeeded.Text = "A&s Needed";
this.Panel4.Controls.Add(this.spOpt_SplitBox_ColAlign);
this.Panel4.Controls.Add(this.spOpt_SplitBox_Col_Leading);
this.Panel4.Controls.Add(this.spOpt_SplitBox_Col_Trailing);
point2 = new Point(0, 10);
this.Panel4.Location = point2;
this.Panel4.Name = "Panel4";
size2 = new Size(0x224, 0x42);
this.Panel4.Size = size2;
this.Panel4.TabIndex = 0;
this.spOpt_SplitBox_ColAlign.ImeMode = ImeMode.NoControl;
point2 = new Point(5, 9);
this.spOpt_SplitBox_ColAlign.Location = point2;
this.spOpt_SplitBox_ColAlign.Name = "spOpt_SplitBox_ColAlign";
size2 = new Size(0x20b, 0x15);
this.spOpt_SplitBox_ColAlign.Size = size2;
this.spOpt_SplitBox_ColAlign.TabIndex = 1;
this.spOpt_SplitBox_ColAlign.Text = "Column Split Box Alignment";
this.spOpt_SplitBox_ColAlign.Paint += this.Label_Paint;
this.spOpt_SplitBox_Col_Leading.ImeMode = ImeMode.NoControl;
point2 = new Point(0x15, 0x24);
this.spOpt_SplitBox_Col_Leading.Location = point2;
this.spOpt_SplitBox_Col_Leading.Name = "spOpt_SplitBox_Col_Leading";
size2 = new Size(0x8f, 0x16);
this.spOpt_SplitBox_Col_Leading.Size = size2;
this.spOpt_SplitBox_Col_Leading.TabIndex = 2;
this.spOpt_SplitBox_Col_Leading.Text = "&Leading";
this.spOpt_SplitBox_Col_Trailing.ImeMode = ImeMode.NoControl;
point2 = new Point(200, 0x24);
this.spOpt_SplitBox_Col_Trailing.Location = point2;
this.spOpt_SplitBox_Col_Trailing.Name = "spOpt_SplitBox_Col_Trailing";
size2 = new Size(0x90, 0x16);
this.spOpt_SplitBox_Col_Trailing.Size = size2;
this.spOpt_SplitBox_Col_Trailing.TabIndex = 3;
this.spOpt_SplitBox_Col_Trailing.Text = "&Trailing";
this.spOpt_TabView.BackColor = Color.WhiteSmoke;
this.spOpt_TabView.Controls.Add(this.spOpt_View_GroupBox1);
this.spOpt_TabView.Controls.Add(this.spOpt_View_ButtonDrawMode_AlwaysSecondary);
this.spOpt_TabView.Controls.Add(this.spOpt_View_ButtonDrawMode_AlwaysPrimary);
this.spOpt_TabView.Controls.Add(this.spOpt_View_ButtonDrawMode_CurrentRow);
this.spOpt_TabView.Controls.Add(this.spOpt_View_ButtonDrawMode_CurrentColumn);
this.spOpt_TabView.Controls.Add(this.spOpt_View_ButtonDrawMode_CurrentCell);
this.spOpt_TabView.Controls.Add(this.spOpt_View_ButtonDrawMode_Always);
this.spOpt_TabView.Controls.Add(this.spOpt_View_BlockMode);
this.spOpt_TabView.Controls.Add(this.spOpt_View_CellButtons);
this.spOpt_TabView.Controls.Add(this.spOpt_View_RetainSelectionBlock);
this.spOpt_TabView.Controls.Add(this.spOpt_View_CellNoteIndicatorVisible);
this.spOpt_TabView.Controls.Add(this.spOpt_View_AllowCellOverflow);
this.spOpt_TabView.Controls.Add(this.spOpt_View_Settings);
point2 = new Point(4, 0x16);
this.spOpt_TabView.Location = point2;
this.spOpt_TabView.Name = "spOpt_TabView";
size2 = new Size(0x22c, 330);
this.spOpt_TabView.Size = size2;
this.spOpt_TabView.TabIndex = 2;
this.spOpt_TabView.Text = "View";
this.spOpt_View_GroupBox1.Controls.Add(this.spOpt_View_SelectBlockOptions_Sheet);
this.spOpt_View_GroupBox1.Controls.Add(this.spOpt_View_SelectBlockOptions_Columns);
this.spOpt_View_GroupBox1.Controls.Add(this.spOpt_View_SelectBlockOptions_Rows);
this.spOpt_View_GroupBox1.Controls.Add(this.spOpt_View_SelectBlockOptions_Cells);
point2 = new Point(0x15, 0xff);
this.spOpt_View_GroupBox1.Location = point2;
this.spOpt_View_GroupBox1.Name = "spOpt_View_GroupBox1";
size2 = new Size(520, 0x3f);
this.spOpt_View_GroupBox1.Size = size2;
this.spOpt_View_GroupBox1.TabIndex = 12;
this.spOpt_View_GroupBox1.TabStop = false;
this.spOpt_View_GroupBox1.Text = "User Can Select";
this.spOpt_View_SelectBlockOptions_Sheet.ImeMode = ImeMode.NoControl;
point2 = new Point(390, 0x1a);
this.spOpt_View_SelectBlockOptions_Sheet.Location = point2;
this.spOpt_View_SelectBlockOptions_Sheet.Name = "spOpt_View_SelectBlockOptions_Sheet";
size2 = new Size(0x6f, 0x15);
this.spOpt_View_SelectBlockOptions_Sheet.Size = size2;
this.spOpt_View_SelectBlockOptions_Sheet.TabIndex = 0x10;
this.spOpt_View_SelectBlockOptions_Sheet.Text = "Shee&t";
this.spOpt_View_SelectBlockOptions_Columns.ImeMode = ImeMode.NoControl;
point2 = new Point(0x8b, 0x1a);
this.spOpt_View_SelectBlockOptions_Columns.Location = point2;
this.spOpt_View_SelectBlockOptions_Columns.Name = "spOpt_View_SelectBlockOptions_Columns";
size2 = new Size(110, 0x15);
this.spOpt_View_SelectBlockOptions_Columns.Size = size2;
this.spOpt_View_SelectBlockOptions_Columns.TabIndex = 14;
this.spOpt_View_SelectBlockOptions_Columns.Text = "Colu&mns";
this.spOpt_View_SelectBlockOptions_Rows.ImeMode = ImeMode.NoControl;
point2 = new Point(0x109, 0x1a);
this.spOpt_View_SelectBlockOptions_Rows.Location = point2;
this.spOpt_View_SelectBlockOptions_Rows.Name = "spOpt_View_SelectBlockOptions_Rows";
size2 = new Size(110, 0x15);
this.spOpt_View_SelectBlockOptions_Rows.Size = size2;
this.spOpt_View_SelectBlockOptions_Rows.TabIndex = 15;
this.spOpt_View_SelectBlockOptions_Rows.Text = "Ro&ws";
this.spOpt_View_SelectBlockOptions_Cells.ImeMode = ImeMode.NoControl;
point2 = new Point(0x10, 0x1a);
this.spOpt_View_SelectBlockOptions_Cells.Location = point2;
this.spOpt_View_SelectBlockOptions_Cells.Name = "spOpt_View_SelectBlockOptions_Cells";
size2 = new Size(110, 0x15);
this.spOpt_View_SelectBlockOptions_Cells.Size = size2;
this.spOpt_View_SelectBlockOptions_Cells.TabIndex = 13;
this.spOpt_View_SelectBlockOptions_Cells.Text = "Ce&lls";
this.spOpt_View_ButtonDrawMode_AlwaysSecondary.ImeMode = ImeMode.NoControl;
point2 = new Point(0x124, 0xb5);
this.spOpt_View_ButtonDrawMode_AlwaysSecondary.Location = point2;
this.spOpt_View_ButtonDrawMode_AlwaysSecondary.Name = "spOpt_View_ButtonDrawMode_AlwaysSecondary";
size2 = new Size(0xef, 0x16);
this.spOpt_View_ButtonDrawMode_AlwaysSecondary.Size = size2;
this.spOpt_View_ButtonDrawMode_AlwaysSecondary.TabIndex = 10;
this.spOpt_View_ButtonDrawMode_AlwaysSecondary.Text = "Always &Secondary Button";
this.spOpt_View_ButtonDrawMode_AlwaysSecondary.CheckedChanged += this.spOpt_View_ButtonDrawMode_Others_CheckedChanged;
this.spOpt_View_ButtonDrawMode_AlwaysPrimary.ImeMode = ImeMode.NoControl;
point2 = new Point(0x124, 0x99);
this.spOpt_View_ButtonDrawMode_AlwaysPrimary.Location = point2;
this.spOpt_View_ButtonDrawMode_AlwaysPrimary.Name = "spOpt_View_ButtonDrawMode_AlwaysPrimary";
size2 = new Size(0xef, 0x16);
this.spOpt_View_ButtonDrawMode_AlwaysPrimary.Size = size2;
this.spOpt_View_ButtonDrawMode_AlwaysPrimary.TabIndex = 8;
this.spOpt_View_ButtonDrawMode_AlwaysPrimary.Text = "Always &Primary Button";
this.spOpt_View_ButtonDrawMode_AlwaysPrimary.CheckedChanged += this.spOpt_View_ButtonDrawMode_Others_CheckedChanged;
this.spOpt_View_ButtonDrawMode_CurrentRow.ImeMode = ImeMode.NoControl;
point2 = new Point(0x124, 0x7c);
this.spOpt_View_ButtonDrawMode_CurrentRow.Location = point2;
this.spOpt_View_ButtonDrawMode_CurrentRow.Name = "spOpt_View_ButtonDrawMode_CurrentRow";
size2 = new Size(0xef, 0x16);
this.spOpt_View_ButtonDrawMode_CurrentRow.Size = size2;
this.spOpt_View_ButtonDrawMode_CurrentRow.TabIndex = 6;
this.spOpt_View_ButtonDrawMode_CurrentRow.Text = "Current &Row";
this.spOpt_View_ButtonDrawMode_CurrentRow.CheckedChanged += this.spOpt_View_ButtonDrawMode_Others_CheckedChanged;
this.spOpt_View_ButtonDrawMode_CurrentColumn.ImeMode = ImeMode.NoControl;
point2 = new Point(0x21, 0xb5);
this.spOpt_View_ButtonDrawMode_CurrentColumn.Location = point2;
this.spOpt_View_ButtonDrawMode_CurrentColumn.Name = "spOpt_View_ButtonDrawMode_CurrentColumn";
size2 = new Size(0xef, 0x16);
this.spOpt_View_ButtonDrawMode_CurrentColumn.Size = size2;
this.spOpt_View_ButtonDrawMode_CurrentColumn.TabIndex = 9;
this.spOpt_View_ButtonDrawMode_CurrentColumn.Text = "Current &Column";
this.spOpt_View_ButtonDrawMode_CurrentColumn.CheckedChanged += this.spOpt_View_ButtonDrawMode_Others_CheckedChanged;
this.spOpt_View_ButtonDrawMode_CurrentCell.ImeMode = ImeMode.NoControl;
point2 = new Point(0x21, 0x99);
this.spOpt_View_ButtonDrawMode_CurrentCell.Location = point2;
this.spOpt_View_ButtonDrawMode_CurrentCell.Name = "spOpt_View_ButtonDrawMode_CurrentCell";
size2 = new Size(0xef, 0x16);
this.spOpt_View_ButtonDrawMode_CurrentCell.Size = size2;
this.spOpt_View_ButtonDrawMode_CurrentCell.TabIndex = 7;
this.spOpt_View_ButtonDrawMode_CurrentCell.Text = "Current C&ell";
this.spOpt_View_ButtonDrawMode_CurrentCell.CheckedChanged += this.spOpt_View_ButtonDrawMode_Others_CheckedChanged;
this.spOpt_View_ButtonDrawMode_Always.ImeMode = ImeMode.NoControl;
point2 = new Point(0x21, 0x7c);
this.spOpt_View_ButtonDrawMode_Always.Location = point2;
this.spOpt_View_ButtonDrawMode_Always.Name = "spOpt_View_ButtonDrawMode_Always";
size2 = new Size(0xef, 0x16);
this.spOpt_View_ButtonDrawMode_Always.Size = size2;
this.spOpt_View_ButtonDrawMode_Always.TabIndex = 5;
this.spOpt_View_ButtonDrawMode_Always.Text = "&Always";
this.spOpt_View_ButtonDrawMode_Always.CheckedChanged += this.spOpt_View_ButtonDrawMode_Always_CheckedChanged;
this.spOpt_View_BlockMode.ImeMode = ImeMode.NoControl;
point2 = new Point(15, 0xeb);
this.spOpt_View_BlockMode.Location = point2;
this.spOpt_View_BlockMode.Name = "spOpt_View_BlockMode";
size2 = new Size(0x20e, 0x16);
this.spOpt_View_BlockMode.Size = size2;
this.spOpt_View_BlockMode.TabIndex = 11;
this.spOpt_View_BlockMode.Text = "Block Mode";
this.spOpt_View_BlockMode.Paint += this.Label_Paint;
this.spOpt_View_CellButtons.ImeMode = ImeMode.NoControl;
point2 = new Point(15, 0x62);
this.spOpt_View_CellButtons.Location = point2;
this.spOpt_View_CellButtons.Name = "spOpt_View_CellButtons";
size2 = new Size(0x20e, 0x16);
this.spOpt_View_CellButtons.Size = size2;
this.spOpt_View_CellButtons.TabIndex = 4;
this.spOpt_View_CellButtons.Text = "Cell Buttons Display";
this.spOpt_View_CellButtons.Paint += this.Label_Paint;
this.spOpt_View_RetainSelectionBlock.ImeMode = ImeMode.NoControl;
point2 = new Point(0x124, 0x2a);
this.spOpt_View_RetainSelectionBlock.Location = point2;
this.spOpt_View_RetainSelectionBlock.Name = "spOpt_View_RetainSelectionBlock";
size2 = new Size(0xea, 0x15);
this.spOpt_View_RetainSelectionBlock.Size = size2;
this.spOpt_View_RetainSelectionBlock.TabIndex = 2;
this.spOpt_View_RetainSelectionBlock.Text = "Retain Selected &Block";
this.spOpt_View_CellNoteIndicatorVisible.ImeMode = ImeMode.NoControl;
point2 = new Point(0x1d, 0x45);
this.spOpt_View_CellNoteIndicatorVisible.Location = point2;
this.spOpt_View_CellNoteIndicatorVisible.Name = "spOpt_View_CellNoteIndicatorVisible";
size2 = new Size(0xea, 0x16);
this.spOpt_View_CellNoteIndicatorVisible.Size = size2;
this.spOpt_View_CellNoteIndicatorVisible.TabIndex = 3;
this.spOpt_View_CellNoteIndicatorVisible.Text = "Display &Note Indicator";
this.spOpt_View_AllowCellOverflow.ImeMode = ImeMode.NoControl;
point2 = new Point(0x1d, 0x2a);
this.spOpt_View_AllowCellOverflow.Location = point2;
this.spOpt_View_AllowCellOverflow.Name = "spOpt_View_AllowCellOverflow";
size2 = new Size(0xea, 0x15);
this.spOpt_View_AllowCellOverflow.Size = size2;
this.spOpt_View_AllowCellOverflow.TabIndex = 1;
this.spOpt_View_AllowCellOverflow.Text = "Cell Contents Can &Overflow";
this.spOpt_View_Settings.ImeMode = ImeMode.NoControl;
point2 = new Point(15, 15);
this.spOpt_View_Settings.Location = point2;
this.spOpt_View_Settings.Name = "spOpt_View_Settings";
size2 = new Size(0x20e, 0x16);
this.spOpt_View_Settings.Size = size2;
this.spOpt_View_Settings.TabIndex = 0;
this.spOpt_View_Settings.Text = "Settings";
this.spOpt_View_Settings.Paint += this.Label_Paint;
this.spOpt_Cancel.DialogResult = DialogResult.Cancel;
this.spOpt_Cancel.ImeMode = ImeMode.NoControl;
point2 = new Point(0x195, 0x173);
this.spOpt_Cancel.Location = point2;
this.spOpt_Cancel.Name = "spOpt_Cancel";
size2 = new Size(80, 0x18);
this.spOpt_Cancel.Size = size2;
this.spOpt_Cancel.TabIndex = 2;
this.spOpt_Cancel.Text = "Cancel";
this.spOpt_Cancel.Click += this.Cancel_Click;
this.spOpt_OK.ImeMode = ImeMode.NoControl;
point2 = new Point(0x13f, 0x173);
this.spOpt_OK.Location = point2;
this.spOpt_OK.Name = "spOpt_OK";
size2 = new Size(80, 0x18);
this.spOpt_OK.Size = size2;
this.spOpt_OK.TabIndex = 1;
this.spOpt_OK.Text = "OK";
this.spOpt_OK.Click += this.OK_Click;
this.spOpt_Help.ImeMode = ImeMode.NoControl;
point2 = new Point(0x1eb, 0x173);
this.spOpt_Help.Location = point2;
this.spOpt_Help.Name = "spOpt_Help";
size2 = new Size(80, 0x18);
this.spOpt_Help.Size = size2;
this.spOpt_Help.TabIndex = 3;
this.spOpt_Help.Text = "Help";
this.spOpt_Help.Click += this.spOpt_Help_Click;
this.AcceptButton = this.spOpt_OK;
size2 = new Size(5, 13);
this.AutoScaleBaseSize = size2;
this.CancelButton = this.spOpt_Cancel;
size2 = new Size(0x243, 0x191);
this.ClientSize = size2;
this.Controls.Add(this.spOpt_Help);
this.Controls.Add(this.spOpt_OK);
this.Controls.Add(this.spOpt_Cancel);
this.Controls.Add(this.TabControl1);
this.FormBorderStyle = FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SpreadOptionsDlg";
this.StartPosition = FormStartPosition.CenterScreen;
this.Text = "Spread Settings";
this.TabControl1.ResumeLayout(false);
this.spOpt_TabEdit.ResumeLayout(false);
this.spOpt_TabScrollBars.ResumeLayout(false);
this.Panel3.ResumeLayout(false);
this.Panel2.ResumeLayout(false);
this.spOpt_TabGeneral.ResumeLayout(false);
this.Panel1.ResumeLayout(false);
this.spOpt_Gen_TabStripRatio.EndInit();
this.spOpt_TabSplitBox.ResumeLayout(false);
this.Panel7.ResumeLayout(false);
this.Panel6.ResumeLayout(false);
this.Panel5.ResumeLayout(false);
this.Panel4.ResumeLayout(false);
this.spOpt_TabView.ResumeLayout(false);
this.spOpt_View_GroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
private CheckBox chbShowSubtitle;
protected CheckBox chbShowTitle;
private GroupBox gbSubtitle;
private GroupBox gbTitle;
private Label label2;
private Label label3;
protected internal Panel Panel1;
protected internal Panel Panel2;
protected internal Panel Panel3;
protected internal Panel Panel4;
protected internal Panel Panel5;
protected internal Panel Panel6;
protected internal Panel Panel7;
protected Button spOpt_Cancel;
internal CheckBox spOpt_Edit_AllowEditOverflow;
protected CheckBox spOpt_Edit_EditModePermanent;
protected CheckBox spOpt_Edit_EditModeReplace;
protected CheckBox spOpt_Edit_MoveActiveOnFocus;
protected Label spOpt_EditSettings;
protected RadioButton spOpt_Gen_AllHeaders;
protected CheckBox spOpt_Gen_AllowDragDrop;
protected CheckBox spOpt_Gen_AllowDragFill;
internal CheckBox spOpt_Gen_AllowUserFormulas;
internal CheckBox spOpt_Gen_AutoClipboard;
protected Label spOpt_Gen_ClipOptions;
protected RadioButton spOpt_Gen_ColumnHeaders;
protected RadioButton spOpt_Gen_NoHeaders;
protected RadioButton spOpt_Gen_RowHeaders;
protected Label spOpt_Gen_Settings;
protected Label spOpt_Gen_TabStrip;
protected RadioButton spOpt_Gen_TabStrip_Always;
protected RadioButton spOpt_Gen_TabStrip_AsNeeded;
protected RadioButton spOpt_Gen_TabStrip_Never;
protected NumericUpDown spOpt_Gen_TabStripRatio;
protected Label spOpt_Gen_TabStripRatioLabel;
protected Button spOpt_Help;
protected Button spOpt_OK;
protected Label spOpt_SB_HorzScrollBar;
protected RadioButton spOpt_SB_HSB_Always;
protected RadioButton spOpt_SB_HSB_AsNeeded;
protected RadioButton spOpt_SB_HSB_Never;
protected CheckBox spOpt_SB_SBTrack_Horizontal;
protected CheckBox spOpt_SB_SBTrack_Vertical;
protected CheckBox spOpt_SB_ScrollBarMaxAlign;
protected CheckBox spOpt_SB_ScrollBarShowMax;
internal Label spOpt_SB_ScrollTip;
protected CheckBox spOpt_SB_ScrollTip_Horizontal;
protected CheckBox spOpt_SB_ScrollTip_Vertical;
internal Label spOpt_SB_Settings;
internal Label spOpt_SB_Tracking;
internal Label spOpt_SB_VertScrollBar;
protected RadioButton spOpt_SB_VSB_Always;
protected RadioButton spOpt_SB_VSB_AsNeeded;
protected RadioButton spOpt_SB_VSB_Never;
protected RadioButton spOpt_SplitBox_Col_Always;
protected RadioButton spOpt_SplitBox_Col_AsNeeded;
protected RadioButton spOpt_SplitBox_Col_Leading;
protected RadioButton spOpt_SplitBox_Col_Never;
protected RadioButton spOpt_SplitBox_Col_Trailing;
protected Label spOpt_SplitBox_ColAlign;
protected Label spOpt_SplitBox_ColDisplay;
protected RadioButton spOpt_SplitBox_Row_Always;
protected RadioButton spOpt_SplitBox_Row_AsNeeded;
protected RadioButton spOpt_SplitBox_Row_Leading;
protected RadioButton spOpt_SplitBox_Row_Never;
protected RadioButton spOpt_SplitBox_Row_Trailing;
protected Label spOpt_SplitBox_RowAlign;
protected Label spOpt_SplitBox_RowDisplay;
internal TabPage spOpt_TabEdit;
protected TabPage spOpt_TabGeneral;
protected TabPage spOpt_TabScrollBars;
protected TabPage spOpt_TabSplitBox;
protected TabPage spOpt_TabTitle;
protected TabPage spOpt_TabView;
protected CheckBox spOpt_View_AllowCellOverflow;
protected Label spOpt_View_BlockMode;
protected CheckBox spOpt_View_ButtonDrawMode_Always;
protected CheckBox spOpt_View_ButtonDrawMode_AlwaysEditButton;
protected CheckBox spOpt_View_ButtonDrawMode_AlwaysPrimary;
protected CheckBox spOpt_View_ButtonDrawMode_AlwaysSecondary;
protected CheckBox spOpt_View_ButtonDrawMode_CurrentCell;
protected CheckBox spOpt_View_ButtonDrawMode_CurrentColumn;
protected CheckBox spOpt_View_ButtonDrawMode_CurrentRow;
protected Label spOpt_View_CellButtons;
protected CheckBox spOpt_View_CellNoteIndicatorVisible;
internal GroupBox spOpt_View_GroupBox1;
protected CheckBox spOpt_View_RetainSelectionBlock;
protected CheckBox spOpt_View_SelectBlockOptions_Cells;
protected CheckBox spOpt_View_SelectBlockOptions_Columns;
protected CheckBox spOpt_View_SelectBlockOptions_Rows;
protected CheckBox spOpt_View_SelectBlockOptions_Sheet;
protected Label spOpt_View_Settings;
protected internal TabControl TabControl1;
private TextBox txtSubtitleText;
private TextBox txtTitleText;
private string helpFile;
private FpSpread spread;
private string topic;
#endregion
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/paul.lmc/SpreadDesigner.git
git@gitee.com:paul.lmc/SpreadDesigner.git
paul.lmc
SpreadDesigner
SpreadDesigner
master

搜索帮助