123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589 |
-
- namespace PaintDotNet.Preview2
- {
- partial class Preview2SettingDialog
- {
- /// <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.panel1 = new System.Windows.Forms.Panel();
- this.toolStrip2 = new System.Windows.Forms.ToolStrip();
- this.btnCamRefresh = new System.Windows.Forms.ToolStripButton();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.btnSave = new System.Windows.Forms.ToolStripButton();
- this.btnAdd = new System.Windows.Forms.ToolStripButton();
- this.btnDel = new System.Windows.Forms.ToolStripButton();
- this.cmbConfig = new System.Windows.Forms.ComboBox();
- this.cmbCamera = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.metroTabControl1 = new System.Windows.Forms.TabControl();
- this.tabPageCamera = new System.Windows.Forms.TabPage();
- this.tabPageImage = new System.Windows.Forms.TabPage();
- this.tbgBase = new System.Windows.Forms.TabPage();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.btnCross = new System.Windows.Forms.Button();
- this.btnCircle = new System.Windows.Forms.Button();
- this.btnRect = new System.Windows.Forms.Button();
- this.btnGrid = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.btnGridSet = new System.Windows.Forms.Button();
- this.btnRulerSet = new System.Windows.Forms.Button();
- this.txbNameEx = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.ckbCapFocus = new System.Windows.Forms.CheckBox();
- this.ckbCapRuler = new System.Windows.Forms.CheckBox();
- this.ckbCapClose = new System.Windows.Forms.CheckBox();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.toolkitEditControlR = new PaintDotNet.Preview2.ToolkitEditControl();
- this.toolkitEditControlL = new PaintDotNet.Preview2.ToolkitEditControl();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.rdbR = new System.Windows.Forms.RadioButton();
- this.rdbL = new System.Windows.Forms.RadioButton();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.ckbR = new System.Windows.Forms.CheckBox();
- this.ckbL = new System.Windows.Forms.CheckBox();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.panel1.SuspendLayout();
- this.toolStrip2.SuspendLayout();
- this.toolStrip1.SuspendLayout();
- this.metroTabControl1.SuspendLayout();
- this.tbgBase.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.tabPage4.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.toolStrip2);
- this.panel1.Controls.Add(this.toolStrip1);
- this.panel1.Controls.Add(this.cmbConfig);
- this.panel1.Controls.Add(this.cmbCamera);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(4, 4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(297, 62);
- this.panel1.TabIndex = 1;
- //
- // toolStrip2
- //
- this.toolStrip2.AllowMerge = false;
- this.toolStrip2.AutoSize = false;
- this.toolStrip2.BackColor = System.Drawing.Color.Transparent;
- this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
- this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btnCamRefresh});
- this.toolStrip2.Location = new System.Drawing.Point(252, 2);
- this.toolStrip2.Name = "toolStrip2";
- this.toolStrip2.Padding = new System.Windows.Forms.Padding(1);
- this.toolStrip2.Size = new System.Drawing.Size(41, 25);
- this.toolStrip2.TabIndex = 8;
- this.toolStrip2.Text = "toolStrip2";
- //
- // btnCamRefresh
- //
- this.btnCamRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnCamRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnCamRefresh.Margin = new System.Windows.Forms.Padding(0);
- this.btnCamRefresh.Name = "btnCamRefresh";
- this.btnCamRefresh.Size = new System.Drawing.Size(23, 23);
- this.btnCamRefresh.Text = "保存当前配置";
- this.btnCamRefresh.Click += new System.EventHandler(this.btnCamRefresh_Click);
- //
- // toolStrip1
- //
- this.toolStrip1.AllowMerge = false;
- this.toolStrip1.AutoSize = false;
- this.toolStrip1.BackColor = System.Drawing.Color.Transparent;
- this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
- this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btnSave,
- this.btnAdd,
- this.btnDel});
- this.toolStrip1.Location = new System.Drawing.Point(204, 30);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Padding = new System.Windows.Forms.Padding(1);
- this.toolStrip1.Size = new System.Drawing.Size(89, 25);
- this.toolStrip1.TabIndex = 7;
- this.toolStrip1.Text = "toolStrip1";
- //
- // btnSave
- //
- this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnSave.Margin = new System.Windows.Forms.Padding(0);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(23, 23);
- this.btnSave.Text = "保存当前配置";
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnAdd
- //
- this.btnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(23, 23);
- this.btnAdd.Text = "添加并保存配置";
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // btnDel
- //
- this.btnDel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnDel.Margin = new System.Windows.Forms.Padding(0);
- this.btnDel.Name = "btnDel";
- this.btnDel.Size = new System.Drawing.Size(23, 23);
- this.btnDel.Text = "删除当前配置";
- this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
- //
- // cmbConfig
- //
- this.cmbConfig.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.cmbConfig.FormattingEnabled = true;
- this.cmbConfig.Location = new System.Drawing.Point(68, 32);
- this.cmbConfig.Name = "cmbConfig";
- this.cmbConfig.Size = new System.Drawing.Size(133, 20);
- this.cmbConfig.TabIndex = 3;
- this.cmbConfig.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbConfig_KeyDown);
- //
- // cmbCamera
- //
- this.cmbCamera.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbCamera.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.cmbCamera.FormattingEnabled = true;
- this.cmbCamera.Location = new System.Drawing.Point(68, 5);
- this.cmbCamera.Name = "cmbCamera";
- this.cmbCamera.Size = new System.Drawing.Size(181, 20);
- this.cmbCamera.TabIndex = 2;
- this.cmbCamera.SelectedIndexChanged += new System.EventHandler(this.cmbCamera_SelectedIndexChanged);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(3, 35);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(59, 12);
- this.label2.TabIndex = 1;
- this.label2.Text = "选择配置:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(3, 8);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(59, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "选择相机:";
- //
- // metroTabControl1
- //
- this.metroTabControl1.Controls.Add(this.tabPageCamera);
- this.metroTabControl1.Controls.Add(this.tabPageImage);
- this.metroTabControl1.Controls.Add(this.tbgBase);
- this.metroTabControl1.Controls.Add(this.tabPage4);
- this.metroTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.metroTabControl1.Location = new System.Drawing.Point(4, 66);
- this.metroTabControl1.Margin = new System.Windows.Forms.Padding(0);
- this.metroTabControl1.Name = "metroTabControl1";
- this.metroTabControl1.Padding = new System.Drawing.Point(6, 8);
- this.metroTabControl1.SelectedIndex = 0;
- this.metroTabControl1.Size = new System.Drawing.Size(297, 691);
- this.metroTabControl1.TabIndex = 2;
- //
- // tabPageCamera
- //
- this.tabPageCamera.AutoScroll = true;
- this.tabPageCamera.BackColor = System.Drawing.Color.Transparent;
- this.tabPageCamera.Location = new System.Drawing.Point(4, 32);
- this.tabPageCamera.Name = "tabPageCamera";
- this.tabPageCamera.Padding = new System.Windows.Forms.Padding(4);
- this.tabPageCamera.Size = new System.Drawing.Size(289, 655);
- this.tabPageCamera.TabIndex = 0;
- this.tabPageCamera.Text = "相机设置 ";
- //
- // tabPageImage
- //
- this.tabPageImage.AutoScroll = true;
- this.tabPageImage.Location = new System.Drawing.Point(4, 32);
- this.tabPageImage.Name = "tabPageImage";
- this.tabPageImage.Padding = new System.Windows.Forms.Padding(4);
- this.tabPageImage.Size = new System.Drawing.Size(289, 655);
- this.tabPageImage.TabIndex = 1;
- this.tabPageImage.Text = " 图像设置 ";
- //
- // tbgBase
- //
- this.tbgBase.Controls.Add(this.groupBox2);
- this.tbgBase.Controls.Add(this.groupBox1);
- this.tbgBase.Location = new System.Drawing.Point(4, 32);
- this.tbgBase.Name = "tbgBase";
- this.tbgBase.Padding = new System.Windows.Forms.Padding(4, 12, 4, 4);
- this.tbgBase.Size = new System.Drawing.Size(289, 655);
- this.tbgBase.TabIndex = 2;
- this.tbgBase.Text = " 基础设置";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.btnCross);
- this.groupBox2.Controls.Add(this.btnCircle);
- this.groupBox2.Controls.Add(this.btnRect);
- this.groupBox2.Controls.Add(this.btnGrid);
- this.groupBox2.Location = new System.Drawing.Point(4, 172);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(283, 58);
- this.groupBox2.TabIndex = 1;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "网格";
- //
- // btnCross
- //
- this.btnCross.Location = new System.Drawing.Point(211, 23);
- this.btnCross.Name = "btnCross";
- this.btnCross.Size = new System.Drawing.Size(61, 23);
- this.btnCross.TabIndex = 3;
- this.btnCross.Text = "十字线";
- this.btnCross.UseVisualStyleBackColor = true;
- this.btnCross.Click += new System.EventHandler(this.btnCross_Click);
- //
- // btnCircle
- //
- this.btnCircle.Location = new System.Drawing.Point(143, 23);
- this.btnCircle.Name = "btnCircle";
- this.btnCircle.Size = new System.Drawing.Size(61, 23);
- this.btnCircle.TabIndex = 2;
- this.btnCircle.Text = "圆形";
- this.btnCircle.UseVisualStyleBackColor = true;
- this.btnCircle.Click += new System.EventHandler(this.btnCircle_Click);
- //
- // btnRect
- //
- this.btnRect.Location = new System.Drawing.Point(75, 23);
- this.btnRect.Name = "btnRect";
- this.btnRect.Size = new System.Drawing.Size(61, 23);
- this.btnRect.TabIndex = 1;
- this.btnRect.Text = "矩形";
- this.btnRect.UseVisualStyleBackColor = true;
- this.btnRect.Click += new System.EventHandler(this.btnRect_Click);
- //
- // btnGrid
- //
- this.btnGrid.Location = new System.Drawing.Point(7, 23);
- this.btnGrid.Name = "btnGrid";
- this.btnGrid.Size = new System.Drawing.Size(61, 23);
- this.btnGrid.TabIndex = 0;
- this.btnGrid.Text = "网格";
- this.btnGrid.UseVisualStyleBackColor = true;
- this.btnGrid.Click += new System.EventHandler(this.btnGrid_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.btnGridSet);
- this.groupBox1.Controls.Add(this.btnRulerSet);
- this.groupBox1.Controls.Add(this.txbNameEx);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.ckbCapFocus);
- this.groupBox1.Controls.Add(this.ckbCapRuler);
- this.groupBox1.Controls.Add(this.ckbCapClose);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(4, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(281, 154);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "基础设置";
- //
- // btnGridSet
- //
- this.btnGridSet.Location = new System.Drawing.Point(10, 121);
- this.btnGridSet.Name = "btnGridSet";
- this.btnGridSet.Size = new System.Drawing.Size(75, 23);
- this.btnGridSet.TabIndex = 6;
- this.btnGridSet.Text = "网格设置";
- this.btnGridSet.UseVisualStyleBackColor = true;
- this.btnGridSet.Click += new System.EventHandler(this.btnGridSet_Click);
- //
- // btnRulerSet
- //
- this.btnRulerSet.Location = new System.Drawing.Point(91, 121);
- this.btnRulerSet.Name = "btnRulerSet";
- this.btnRulerSet.Size = new System.Drawing.Size(75, 23);
- this.btnRulerSet.TabIndex = 6;
- this.btnRulerSet.Text = "标尺设置";
- this.btnRulerSet.UseVisualStyleBackColor = true;
- this.btnRulerSet.Click += new System.EventHandler(this.btnRulerSet_Click);
- //
- // txbNameEx
- //
- this.txbNameEx.Location = new System.Drawing.Point(75, 94);
- this.txbNameEx.Name = "txbNameEx";
- this.txbNameEx.Size = new System.Drawing.Size(106, 21);
- this.txbNameEx.TabIndex = 4;
- this.txbNameEx.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txbNameEx_KeyDown);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(8, 97);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(65, 12);
- this.label3.TabIndex = 3;
- this.label3.Text = "相机别名:";
- //
- // ckbCapFocus
- //
- this.ckbCapFocus.AutoSize = true;
- this.ckbCapFocus.Location = new System.Drawing.Point(8, 72);
- this.ckbCapFocus.Name = "ckbCapFocus";
- this.ckbCapFocus.Size = new System.Drawing.Size(72, 16);
- this.ckbCapFocus.TabIndex = 2;
- this.ckbCapFocus.Text = "辅助调焦";
- this.ckbCapFocus.UseVisualStyleBackColor = true;
- this.ckbCapFocus.Click += new System.EventHandler(this.ckbCapFocus_Click);
- //
- // ckbCapRuler
- //
- this.ckbCapRuler.AutoSize = true;
- this.ckbCapRuler.Location = new System.Drawing.Point(8, 48);
- this.ckbCapRuler.Name = "ckbCapRuler";
- this.ckbCapRuler.Size = new System.Drawing.Size(72, 16);
- this.ckbCapRuler.TabIndex = 1;
- this.ckbCapRuler.Text = "拍摄标尺";
- this.ckbCapRuler.UseVisualStyleBackColor = true;
- this.ckbCapRuler.Click += new System.EventHandler(this.ckbCapRuler_Click);
- //
- // ckbCapClose
- //
- this.ckbCapClose.AutoSize = true;
- this.ckbCapClose.Location = new System.Drawing.Point(8, 26);
- this.ckbCapClose.Name = "ckbCapClose";
- this.ckbCapClose.Size = new System.Drawing.Size(84, 16);
- this.ckbCapClose.TabIndex = 0;
- this.ckbCapClose.Text = "拍照后关闭";
- this.ckbCapClose.UseVisualStyleBackColor = true;
- this.ckbCapClose.Click += new System.EventHandler(this.ckbCapClose_Click);
- //
- // tabPage4
- //
- this.tabPage4.Controls.Add(this.toolkitEditControlR);
- this.tabPage4.Controls.Add(this.toolkitEditControlL);
- this.tabPage4.Controls.Add(this.groupBox4);
- this.tabPage4.Location = new System.Drawing.Point(4, 32);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Padding = new System.Windows.Forms.Padding(4, 12, 4, 4);
- this.tabPage4.Size = new System.Drawing.Size(289, 655);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = " 边栏设置 ";
- //
- // toolkitEditControlR
- //
- this.toolkitEditControlR.Dock = System.Windows.Forms.DockStyle.Fill;
- this.toolkitEditControlR.Location = new System.Drawing.Point(4, 93);
- this.toolkitEditControlR.Margin = new System.Windows.Forms.Padding(0);
- this.toolkitEditControlR.Name = "toolkitEditControlR";
- this.toolkitEditControlR.Size = new System.Drawing.Size(281, 558);
- this.toolkitEditControlR.TabIndex = 3;
- this.toolkitEditControlR.Visible = false;
- //
- // toolkitEditControlL
- //
- this.toolkitEditControlL.Dock = System.Windows.Forms.DockStyle.Fill;
- this.toolkitEditControlL.Location = new System.Drawing.Point(4, 93);
- this.toolkitEditControlL.Margin = new System.Windows.Forms.Padding(0);
- this.toolkitEditControlL.Name = "toolkitEditControlL";
- this.toolkitEditControlL.Size = new System.Drawing.Size(281, 558);
- this.toolkitEditControlL.TabIndex = 1;
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.rdbR);
- this.groupBox4.Controls.Add(this.rdbL);
- this.groupBox4.Controls.Add(this.label5);
- this.groupBox4.Controls.Add(this.label4);
- this.groupBox4.Controls.Add(this.ckbR);
- this.groupBox4.Controls.Add(this.ckbL);
- this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox4.Location = new System.Drawing.Point(4, 12);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(281, 81);
- this.groupBox4.TabIndex = 2;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "边栏位置";
- //
- // rdbR
- //
- this.rdbR.AutoSize = true;
- this.rdbR.Location = new System.Drawing.Point(133, 55);
- this.rdbR.Name = "rdbR";
- this.rdbR.Size = new System.Drawing.Size(47, 16);
- this.rdbR.TabIndex = 4;
- this.rdbR.Text = "右侧";
- this.rdbR.UseVisualStyleBackColor = true;
- this.rdbR.Click += new System.EventHandler(this.ToolkitEditSelect_Click);
- //
- // rdbL
- //
- this.rdbL.AutoSize = true;
- this.rdbL.Checked = true;
- this.rdbL.Location = new System.Drawing.Point(77, 55);
- this.rdbL.Name = "rdbL";
- this.rdbL.Size = new System.Drawing.Size(47, 16);
- this.rdbL.TabIndex = 3;
- this.rdbL.TabStop = true;
- this.rdbL.Text = "左侧";
- this.rdbL.UseVisualStyleBackColor = true;
- this.rdbL.Click += new System.EventHandler(this.ToolkitEditSelect_Click);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(6, 57);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(59, 12);
- this.label5.TabIndex = 2;
- this.label5.Text = "边栏编辑:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(6, 27);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(59, 12);
- this.label4.TabIndex = 1;
- this.label4.Text = "边栏显示:";
- //
- // ckbR
- //
- this.ckbR.AutoSize = true;
- this.ckbR.Location = new System.Drawing.Point(133, 25);
- this.ckbR.Name = "ckbR";
- this.ckbR.Size = new System.Drawing.Size(48, 16);
- this.ckbR.TabIndex = 0;
- this.ckbR.Text = "右侧";
- this.ckbR.UseVisualStyleBackColor = true;
- this.ckbR.Click += new System.EventHandler(this.ToolkitsideChanged_Click);
- //
- // ckbL
- //
- this.ckbL.AutoSize = true;
- this.ckbL.Location = new System.Drawing.Point(77, 25);
- this.ckbL.Name = "ckbL";
- this.ckbL.Size = new System.Drawing.Size(48, 16);
- this.ckbL.TabIndex = 0;
- this.ckbL.Text = "左侧";
- this.ckbL.UseVisualStyleBackColor = true;
- this.ckbL.Click += new System.EventHandler(this.ToolkitsideChanged_Click);
- //
- // timer1
- //
- this.timer1.Interval = 250;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // Preview2SettingDialog
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(305, 761);
- this.Controls.Add(this.metroTabControl1);
- this.Controls.Add(this.panel1);
- this.MaximumSize = new System.Drawing.Size(321, 1024);
- this.MinimumSize = new System.Drawing.Size(321, 800);
- this.Name = "Preview2SettingDialog";
- this.Padding = new System.Windows.Forms.Padding(4);
- this.Text = "预览配置";
- this.TopMost = true;
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Preview2SettingDialog_FormClosing);
- this.Controls.SetChildIndex(this.panel1, 0);
- this.Controls.SetChildIndex(this.metroTabControl1, 0);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.toolStrip2.ResumeLayout(false);
- this.toolStrip2.PerformLayout();
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.metroTabControl1.ResumeLayout(false);
- this.tbgBase.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.tabPage4.ResumeLayout(false);
- this.groupBox4.ResumeLayout(false);
- this.groupBox4.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox cmbConfig;
- private System.Windows.Forms.ComboBox cmbCamera;
- // private System.Windows.Forms.TabControl metroTabControl1;
- private System.Windows.Forms.TabControl metroTabControl1;
- private System.Windows.Forms.TabPage tabPageCamera;
- private System.Windows.Forms.TabPage tabPageImage;
- private System.Windows.Forms.TabPage tbgBase;
- private System.Windows.Forms.TabPage tabPage4;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Button btnCross;
- private System.Windows.Forms.Button btnCircle;
- private System.Windows.Forms.Button btnRect;
- private System.Windows.Forms.Button btnGrid;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.CheckBox ckbCapFocus;
- private System.Windows.Forms.CheckBox ckbCapRuler;
- private System.Windows.Forms.CheckBox ckbCapClose;
- private System.Windows.Forms.Timer timer1;
- private PaintDotNet.Preview2.ToolkitEditControl toolkitEditControlL;
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton btnSave;
- private System.Windows.Forms.ToolStripButton btnAdd;
- private System.Windows.Forms.ToolStripButton btnDel;
- private System.Windows.Forms.TextBox txbNameEx;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.CheckBox ckbR;
- private System.Windows.Forms.CheckBox ckbL;
- private System.Windows.Forms.RadioButton rdbR;
- private System.Windows.Forms.RadioButton rdbL;
- private ToolkitEditControl toolkitEditControlR;
- private System.Windows.Forms.Button btnGridSet;
- private System.Windows.Forms.Button btnRulerSet;
- private System.Windows.Forms.ToolStrip toolStrip2;
- private System.Windows.Forms.ToolStripButton btnCamRefresh;
- }
- }
|