Exemplo n.º 1
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormImagingSetup));
			this.label12 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.radioScanDocUseOptionsBelow = new System.Windows.Forms.RadioButton();
			this.radioScanDocShowOptions = new System.Windows.Forms.RadioButton();
			this.groupScanningOptions = new System.Windows.Forms.GroupBox();
			this.checkScanDocDuplex = new System.Windows.Forms.CheckBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.textScanDocResolution = new OpenDental.ValidNum();
			this.checkScanDocGrayscale = new System.Windows.Forms.CheckBox();
			this.checkScanDocSelectSource = new System.Windows.Forms.CheckBox();
			this.label7 = new System.Windows.Forms.Label();
			this.textScanDocQuality = new OpenDental.ValidNum();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label25 = new System.Windows.Forms.Label();
			this.slider = new OpenDental.UI.ContrWindowingSlider();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.label37 = new System.Windows.Forms.Label();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.checkBinned = new System.Windows.Forms.CheckBox();
			this.comboType = new System.Windows.Forms.ComboBox();
			this.upDownPort = new System.Windows.Forms.NumericUpDown();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.upDownExposure = new System.Windows.Forms.NumericUpDown();
			this.butSetScanner = new OpenDental.UI.Button();
			this.butMounts = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.label8 = new System.Windows.Forms.Label();
			this.groupBox1.SuspendLayout();
			this.groupScanningOptions.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupBox4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.upDownPort)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.upDownExposure)).BeginInit();
			this.SuspendLayout();
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(17, 42);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(254, 15);
			this.label12.TabIndex = 14;
			this.label12.Text = "JPEG Compression - Quality After Scanning";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.radioScanDocUseOptionsBelow);
			this.groupBox1.Controls.Add(this.radioScanDocShowOptions);
			this.groupBox1.Controls.Add(this.groupScanningOptions);
			this.groupBox1.Controls.Add(this.checkScanDocSelectSource);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.textScanDocQuality);
			this.groupBox1.Controls.Add(this.label12);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(20, 45);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(622, 197);
			this.groupBox1.TabIndex = 17;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Documents - Settings apply only to this workstation";
			// 
			// radioScanDocUseOptionsBelow
			// 
			this.radioScanDocUseOptionsBelow.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioScanDocUseOptionsBelow.Location = new System.Drawing.Point(85, 81);
			this.radioScanDocUseOptionsBelow.Name = "radioScanDocUseOptionsBelow";
			this.radioScanDocUseOptionsBelow.Size = new System.Drawing.Size(202, 18);
			this.radioScanDocUseOptionsBelow.TabIndex = 26;
			this.radioScanDocUseOptionsBelow.TabStop = true;
			this.radioScanDocUseOptionsBelow.Text = "Use the Options Below";
			this.radioScanDocUseOptionsBelow.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioScanDocUseOptionsBelow.UseVisualStyleBackColor = true;
			// 
			// radioScanDocShowOptions
			// 
			this.radioScanDocShowOptions.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioScanDocShowOptions.Location = new System.Drawing.Point(67, 63);
			this.radioScanDocShowOptions.Name = "radioScanDocShowOptions";
			this.radioScanDocShowOptions.Size = new System.Drawing.Size(220, 18);
			this.radioScanDocShowOptions.TabIndex = 25;
			this.radioScanDocShowOptions.TabStop = true;
			this.radioScanDocShowOptions.Text = "Show Scanner Options Window";
			this.radioScanDocShowOptions.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioScanDocShowOptions.UseVisualStyleBackColor = true;
			this.radioScanDocShowOptions.CheckedChanged += new System.EventHandler(this.radioScanDocShowOptions_CheckedChanged);
			// 
			// groupScanningOptions
			// 
			this.groupScanningOptions.Controls.Add(this.label8);
			this.groupScanningOptions.Controls.Add(this.checkScanDocDuplex);
			this.groupScanningOptions.Controls.Add(this.label5);
			this.groupScanningOptions.Controls.Add(this.label6);
			this.groupScanningOptions.Controls.Add(this.textScanDocResolution);
			this.groupScanningOptions.Controls.Add(this.checkScanDocGrayscale);
			this.groupScanningOptions.Location = new System.Drawing.Point(32, 100);
			this.groupScanningOptions.Name = "groupScanningOptions";
			this.groupScanningOptions.Size = new System.Drawing.Size(584, 90);
			this.groupScanningOptions.TabIndex = 24;
			this.groupScanningOptions.TabStop = false;
			this.groupScanningOptions.Text = "Scanning Options";
			// 
			// checkScanDocDuplex
			// 
			this.checkScanDocDuplex.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkScanDocDuplex.Location = new System.Drawing.Point(9, 19);
			this.checkScanDocDuplex.Name = "checkScanDocDuplex";
			this.checkScanDocDuplex.Size = new System.Drawing.Size(247, 18);
			this.checkScanDocDuplex.TabIndex = 21;
			this.checkScanDocDuplex.Text = "Multipage Scans Duplex (both sides)";
			this.checkScanDocDuplex.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkScanDocDuplex.UseVisualStyleBackColor = true;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(52, 66);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(186, 19);
			this.label5.TabIndex = 15;
			this.label5.Text = "Resolution";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(313, 65);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(180, 19);
			this.label6.TabIndex = 15;
			this.label6.Text = "> 50. Typical setting: 150 dpi";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textScanDocResolution
			// 
			this.textScanDocResolution.Location = new System.Drawing.Point(241, 65);
			this.textScanDocResolution.MaxVal = 1000;
			this.textScanDocResolution.MinVal = 51;
			this.textScanDocResolution.Name = "textScanDocResolution";
			this.textScanDocResolution.Size = new System.Drawing.Size(68, 20);
			this.textScanDocResolution.TabIndex = 20;
			// 
			// checkScanDocGrayscale
			// 
			this.checkScanDocGrayscale.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkScanDocGrayscale.Location = new System.Drawing.Point(110, 47);
			this.checkScanDocGrayscale.Name = "checkScanDocGrayscale";
			this.checkScanDocGrayscale.Size = new System.Drawing.Size(146, 18);
			this.checkScanDocGrayscale.TabIndex = 22;
			this.checkScanDocGrayscale.Text = "Grayscale";
			this.checkScanDocGrayscale.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkScanDocGrayscale.UseVisualStyleBackColor = true;
			// 
			// checkScanDocSelectSource
			// 
			this.checkScanDocSelectSource.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkScanDocSelectSource.Location = new System.Drawing.Point(32, 19);
			this.checkScanDocSelectSource.Name = "checkScanDocSelectSource";
			this.checkScanDocSelectSource.Size = new System.Drawing.Size(256, 18);
			this.checkScanDocSelectSource.TabIndex = 23;
			this.checkScanDocSelectSource.Text = "Show Select Scanner Window";
			this.checkScanDocSelectSource.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkScanDocSelectSource.UseVisualStyleBackColor = true;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(345, 42);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(246, 15);
			this.label7.TabIndex = 23;
			this.label7.Text = "0-100. 100=No compression.  Typical setting: 40";
			this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textScanDocQuality
			// 
			this.textScanDocQuality.Location = new System.Drawing.Point(273, 40);
			this.textScanDocQuality.MaxVal = 100;
			this.textScanDocQuality.MinVal = 0;
			this.textScanDocQuality.Name = "textScanDocQuality";
			this.textScanDocQuality.Size = new System.Drawing.Size(68, 20);
			this.textScanDocQuality.TabIndex = 20;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.label1);
			this.groupBox2.Controls.Add(this.label25);
			this.groupBox2.Controls.Add(this.slider);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(20, 251);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(484, 96);
			this.groupBox2.TabIndex = 18;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Radiographs";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(13, 14);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(425, 19);
			this.label1.TabIndex = 22;
			this.label1.Text = "Default pixel windowing for new radiographs, both scanned and digital";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label25
			// 
			this.label25.Location = new System.Drawing.Point(13, 65);
			this.label25.Name = "label25";
			this.label25.Size = new System.Drawing.Size(465, 24);
			this.label25.TabIndex = 15;
			this.label25.Text = "Suggested setting for scanning panos is Greyscale, 300 dpi.  For BWs, 400dpi.";
			// 
			// slider
			// 
			this.slider.Location = new System.Drawing.Point(14, 38);
			this.slider.MaxVal = 128;
			this.slider.Name = "slider";
			this.slider.Size = new System.Drawing.Size(194, 14);
			this.slider.TabIndex = 21;
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.label37);
			this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox3.Location = new System.Drawing.Point(20, 353);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(484, 43);
			this.groupBox3.TabIndex = 19;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Photos";
			// 
			// label37
			// 
			this.label37.Location = new System.Drawing.Point(14, 18);
			this.label37.Name = "label37";
			this.label37.Size = new System.Drawing.Size(464, 20);
			this.label37.TabIndex = 15;
			this.label37.Text = "Suggested setting for scanning photos is Color, 300 dpi.";
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.checkBinned);
			this.groupBox4.Controls.Add(this.comboType);
			this.groupBox4.Controls.Add(this.upDownPort);
			this.groupBox4.Controls.Add(this.label4);
			this.groupBox4.Controls.Add(this.label3);
			this.groupBox4.Controls.Add(this.label2);
			this.groupBox4.Controls.Add(this.upDownExposure);
			this.groupBox4.Location = new System.Drawing.Point(21, 402);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(484, 137);
			this.groupBox4.TabIndex = 21;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "Suni Imaging";
			// 
			// checkBinned
			// 
			this.checkBinned.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkBinned.Location = new System.Drawing.Point(81, 96);
			this.checkBinned.Name = "checkBinned";
			this.checkBinned.Size = new System.Drawing.Size(206, 17);
			this.checkBinned.TabIndex = 8;
			this.checkBinned.Text = "Binned (not normally used)";
			this.checkBinned.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkBinned.UseVisualStyleBackColor = true;
			// 
			// comboType
			// 
			this.comboType.FormattingEnabled = true;
			this.comboType.Location = new System.Drawing.Point(273, 69);
			this.comboType.Name = "comboType";
			this.comboType.Size = new System.Drawing.Size(37, 21);
			this.comboType.TabIndex = 7;
			this.comboType.Text = "D";
			// 
			// upDownPort
			// 
			this.upDownPort.Location = new System.Drawing.Point(273, 43);
			this.upDownPort.Maximum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.upDownPort.Name = "upDownPort";
			this.upDownPort.Size = new System.Drawing.Size(33, 20);
			this.upDownPort.TabIndex = 6;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(28, 45);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(239, 13);
			this.label4.TabIndex = 5;
			this.label4.Text = "Sensor Port (place where sensor connects)";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(14, 72);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(253, 13);
			this.label3.TabIndex = 3;
			this.label3.Text = "Sensor Type (last serial letter on sensor cable)";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(28, 20);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(239, 13);
			this.label2.TabIndex = 2;
			this.label2.Text = "Exposure Level (1-7) for New Captures";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// upDownExposure
			// 
			this.upDownExposure.Location = new System.Drawing.Point(273, 17);
			this.upDownExposure.Maximum = new decimal(new int[] {
            7,
            0,
            0,
            0});
			this.upDownExposure.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.upDownExposure.Name = "upDownExposure";
			this.upDownExposure.Size = new System.Drawing.Size(33, 20);
			this.upDownExposure.TabIndex = 1;
			this.upDownExposure.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
			// 
			// butSetScanner
			// 
			this.butSetScanner.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butSetScanner.Autosize = true;
			this.butSetScanner.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSetScanner.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSetScanner.CornerRadius = 4F;
			this.butSetScanner.Location = new System.Drawing.Point(21, 12);
			this.butSetScanner.Name = "butSetScanner";
			this.butSetScanner.Size = new System.Drawing.Size(110, 24);
			this.butSetScanner.TabIndex = 22;
			this.butSetScanner.Text = "Set Default Scanner";
			this.butSetScanner.Click += new System.EventHandler(this.butSetScanner_Click);
			// 
			// butMounts
			// 
			this.butMounts.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butMounts.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butMounts.Autosize = true;
			this.butMounts.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butMounts.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butMounts.CornerRadius = 4F;
			this.butMounts.Location = new System.Drawing.Point(656, 12);
			this.butMounts.Name = "butMounts";
			this.butMounts.Size = new System.Drawing.Size(79, 24);
			this.butMounts.TabIndex = 20;
			this.butMounts.Text = "Setup Mounts";
			this.butMounts.Visible = false;
			this.butMounts.Click += new System.EventHandler(this.butMounts_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(660, 639);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 24);
			this.butCancel.TabIndex = 3;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(660, 601);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 24);
			this.butOK.TabIndex = 2;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(260, 9);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(260, 34);
			this.label8.TabIndex = 23;
			this.label8.Text = "If this setting causes your scanner to malfunction, use the \"Show Scanner Options" +
    " Window\" instead";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// FormImagingSetup
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(762, 687);
			this.Controls.Add(this.butSetScanner);
			this.Controls.Add(this.groupBox4);
			this.Controls.Add(this.butMounts);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormImagingSetup";
			this.ShowInTaskbar = false;
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Imaging Setup";
			this.Load += new System.EventHandler(this.FormImagingSetup_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupScanningOptions.ResumeLayout(false);
			this.groupScanningOptions.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.groupBox4.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.upDownPort)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.upDownExposure)).EndInit();
			this.ResumeLayout(false);

		}
Exemplo n.º 2
0
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContrImages));
			this.treeDocuments = new System.Windows.Forms.TreeView();
			this.contextTree = new System.Windows.Forms.ContextMenu();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.menuItem4 = new System.Windows.Forms.MenuItem();
			this.imageListTree = new System.Windows.Forms.ImageList(this.components);
			this.imageListTools2 = new System.Windows.Forms.ImageList(this.components);
			this.pictureBoxMain = new System.Windows.Forms.PictureBox();
			this.MountMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuExit = new System.Windows.Forms.MenuItem();
			this.menuPrefs = new System.Windows.Forms.MenuItem();
			this.panelNote = new System.Windows.Forms.Panel();
			this.labelInvalidSig = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.textNote = new System.Windows.Forms.TextBox();
			this.panelUnderline = new System.Windows.Forms.Panel();
			this.panelVertLine = new System.Windows.Forms.Panel();
			this.ToolBarMain = new OpenDental.UI.ODToolBar();
			this.ToolBarPaint = new OpenDental.UI.ODToolBar();
			this.sliderBrightnessContrast = new OpenDental.UI.ContrWindowingSlider();
			this.sigBox = new OpenDental.UI.SignatureBox();
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxMain)).BeginInit();
			this.panelNote.SuspendLayout();
			this.SuspendLayout();
			// 
			// treeDocuments
			// 
			this.treeDocuments.ContextMenu = this.contextTree;
			this.treeDocuments.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.treeDocuments.FullRowSelect = true;
			this.treeDocuments.HideSelection = false;
			this.treeDocuments.ImageIndex = 2;
			this.treeDocuments.ImageList = this.imageListTree;
			this.treeDocuments.Indent = 20;
			this.treeDocuments.Location = new System.Drawing.Point(0, 29);
			this.treeDocuments.Name = "treeDocuments";
			this.treeDocuments.SelectedImageIndex = 2;
			this.treeDocuments.Size = new System.Drawing.Size(228, 519);
			this.treeDocuments.TabIndex = 0;
			this.treeDocuments.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.TreeDocuments_AfterCollapse);
			this.treeDocuments.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.TreeDocuments_AfterExpand);
			this.treeDocuments.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TreeDocuments_MouseDoubleClick);
			this.treeDocuments.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TreeDocuments_MouseDown);
			this.treeDocuments.MouseLeave += new System.EventHandler(this.TreeDocuments_MouseLeave);
			this.treeDocuments.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TreeDocuments_MouseMove);
			this.treeDocuments.MouseUp += new System.Windows.Forms.MouseEventHandler(this.TreeDocuments_MouseUp);
			// 
			// contextTree
			// 
			this.contextTree.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItem2,
            this.menuItem3,
            this.menuItem4});
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 0;
			this.menuItem2.Text = "Print";
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 1;
			this.menuItem3.Text = "Delete";
			// 
			// menuItem4
			// 
			this.menuItem4.Index = 2;
			this.menuItem4.Text = "Info";
			// 
			// imageListTree
			// 
			this.imageListTree.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTree.ImageStream")));
			this.imageListTree.TransparentColor = System.Drawing.Color.Transparent;
			this.imageListTree.Images.SetKeyName(0, "");
			this.imageListTree.Images.SetKeyName(1, "");
			this.imageListTree.Images.SetKeyName(2, "");
			this.imageListTree.Images.SetKeyName(3, "");
			this.imageListTree.Images.SetKeyName(4, "");
			this.imageListTree.Images.SetKeyName(5, "");
			this.imageListTree.Images.SetKeyName(6, "");
			// 
			// imageListTools2
			// 
			this.imageListTools2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTools2.ImageStream")));
			this.imageListTools2.TransparentColor = System.Drawing.Color.Transparent;
			this.imageListTools2.Images.SetKeyName(0, "Pat.gif");
			this.imageListTools2.Images.SetKeyName(1, "print.gif");
			this.imageListTools2.Images.SetKeyName(2, "deleteX.gif");
			this.imageListTools2.Images.SetKeyName(3, "info.gif");
			this.imageListTools2.Images.SetKeyName(4, "scan.gif");
			this.imageListTools2.Images.SetKeyName(5, "import.gif");
			this.imageListTools2.Images.SetKeyName(6, "paste.gif");
			this.imageListTools2.Images.SetKeyName(7, "");
			this.imageListTools2.Images.SetKeyName(8, "ZoomIn.gif");
			this.imageListTools2.Images.SetKeyName(9, "ZoomOut.gif");
			this.imageListTools2.Images.SetKeyName(10, "Hand.gif");
			this.imageListTools2.Images.SetKeyName(11, "flip.gif");
			this.imageListTools2.Images.SetKeyName(12, "rotateL.gif");
			this.imageListTools2.Images.SetKeyName(13, "rotateR.gif");
			this.imageListTools2.Images.SetKeyName(14, "scanDoc.gif");
			this.imageListTools2.Images.SetKeyName(15, "scanPhoto.gif");
			this.imageListTools2.Images.SetKeyName(16, "scanXray.gif");
			this.imageListTools2.Images.SetKeyName(17, "copy.gif");
			this.imageListTools2.Images.SetKeyName(18, "ScanMulti.gif");
			this.imageListTools2.Images.SetKeyName(19, "Export.gif");
			// 
			// pictureBoxMain
			// 
			this.pictureBoxMain.BackColor = System.Drawing.SystemColors.Window;
			this.pictureBoxMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
			this.pictureBoxMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.pictureBoxMain.ContextMenuStrip = this.MountMenu;
			this.pictureBoxMain.Cursor = System.Windows.Forms.Cursors.Hand;
			this.pictureBoxMain.InitialImage = null;
			this.pictureBoxMain.Location = new System.Drawing.Point(233, 54);
			this.pictureBoxMain.Name = "pictureBoxMain";
			this.pictureBoxMain.Size = new System.Drawing.Size(703, 370);
			this.pictureBoxMain.TabIndex = 6;
			this.pictureBoxMain.TabStop = false;
			this.pictureBoxMain.SizeChanged += new System.EventHandler(this.PictureBox1_SizeChanged);
			this.pictureBoxMain.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseDown);
			this.pictureBoxMain.MouseHover += new System.EventHandler(this.PictureBox1_MouseHover);
			this.pictureBoxMain.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseMove);
			this.pictureBoxMain.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseUp);
			// 
			// MountMenu
			// 
			this.MountMenu.Name = "MountMenu";
			this.MountMenu.Size = new System.Drawing.Size(61, 4);
			this.MountMenu.Opening += new System.ComponentModel.CancelEventHandler(this.MountMenu_Opening);
			// 
			// mainMenu1
			// 
			this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItem1,
            this.menuPrefs});
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 0;
			this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuExit});
			this.menuItem1.Text = "File";
			// 
			// menuExit
			// 
			this.menuExit.Index = 0;
			this.menuExit.Text = "Exit";
			// 
			// menuPrefs
			// 
			this.menuPrefs.Index = 1;
			this.menuPrefs.Text = "Preferences";
			// 
			// panelNote
			// 
			this.panelNote.Controls.Add(this.labelInvalidSig);
			this.panelNote.Controls.Add(this.sigBox);
			this.panelNote.Controls.Add(this.label15);
			this.panelNote.Controls.Add(this.label1);
			this.panelNote.Controls.Add(this.textNote);
			this.panelNote.Location = new System.Drawing.Point(234, 485);
			this.panelNote.Name = "panelNote";
			this.panelNote.Size = new System.Drawing.Size(705, 64);
			this.panelNote.TabIndex = 11;
			this.panelNote.Visible = false;
			this.panelNote.DoubleClick += new System.EventHandler(this.panelNote_DoubleClick);
			// 
			// labelInvalidSig
			// 
			this.labelInvalidSig.BackColor = System.Drawing.SystemColors.Window;
			this.labelInvalidSig.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelInvalidSig.Location = new System.Drawing.Point(398, 31);
			this.labelInvalidSig.Name = "labelInvalidSig";
			this.labelInvalidSig.Size = new System.Drawing.Size(196, 59);
			this.labelInvalidSig.TabIndex = 94;
			this.labelInvalidSig.Text = "Invalid Signature -  Document or note has changed since it was signed.";
			this.labelInvalidSig.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.labelInvalidSig.DoubleClick += new System.EventHandler(this.labelInvalidSig_DoubleClick);
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(305, 0);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(63, 18);
			this.label15.TabIndex = 87;
			this.label15.Text = "Signature";
			this.label15.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			this.label15.DoubleClick += new System.EventHandler(this.label15_DoubleClick);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(0, 0);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(38, 18);
			this.label1.TabIndex = 1;
			this.label1.Text = "Note";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			this.label1.DoubleClick += new System.EventHandler(this.label1_DoubleClick);
			// 
			// textNote
			// 
			this.textNote.BackColor = System.Drawing.SystemColors.Window;
			this.textNote.Location = new System.Drawing.Point(0, 20);
			this.textNote.Multiline = true;
			this.textNote.Name = "textNote";
			this.textNote.ReadOnly = true;
			this.textNote.Size = new System.Drawing.Size(302, 79);
			this.textNote.TabIndex = 0;
			this.textNote.DoubleClick += new System.EventHandler(this.textNote_DoubleClick);
			this.textNote.MouseHover += new System.EventHandler(this.textNote_MouseHover);
			// 
			// panelUnderline
			// 
			this.panelUnderline.BackColor = System.Drawing.SystemColors.ControlDark;
			this.panelUnderline.Location = new System.Drawing.Point(236, 48);
			this.panelUnderline.Name = "panelUnderline";
			this.panelUnderline.Size = new System.Drawing.Size(702, 2);
			this.panelUnderline.TabIndex = 15;
			// 
			// panelVertLine
			// 
			this.panelVertLine.BackColor = System.Drawing.SystemColors.ControlDark;
			this.panelVertLine.Location = new System.Drawing.Point(233, 25);
			this.panelVertLine.Name = "panelVertLine";
			this.panelVertLine.Size = new System.Drawing.Size(2, 25);
			this.panelVertLine.TabIndex = 16;
			// 
			// ToolBarMain
			// 
			this.ToolBarMain.Dock = System.Windows.Forms.DockStyle.Top;
			this.ToolBarMain.ImageList = this.imageListTools2;
			this.ToolBarMain.Location = new System.Drawing.Point(0, 0);
			this.ToolBarMain.Name = "ToolBarMain";
			this.ToolBarMain.Size = new System.Drawing.Size(939, 25);
			this.ToolBarMain.TabIndex = 10;
			this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick);
			// 
			// ToolBarPaint
			// 
			this.ToolBarPaint.ImageList = this.imageListTools2;
			this.ToolBarPaint.Location = new System.Drawing.Point(440, 24);
			this.ToolBarPaint.Name = "ToolBarPaint";
			this.ToolBarPaint.Size = new System.Drawing.Size(499, 25);
			this.ToolBarPaint.TabIndex = 14;
			this.ToolBarPaint.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.paintTools_ButtonClick);
			// 
			// sliderBrightnessContrast
			// 
			this.sliderBrightnessContrast.Enabled = false;
			this.sliderBrightnessContrast.Location = new System.Drawing.Point(240, 32);
			this.sliderBrightnessContrast.MaxVal = 255;
			this.sliderBrightnessContrast.MinVal = 0;
			this.sliderBrightnessContrast.Name = "sliderBrightnessContrast";
			this.sliderBrightnessContrast.Size = new System.Drawing.Size(194, 14);
			this.sliderBrightnessContrast.TabIndex = 12;
			this.sliderBrightnessContrast.Text = "contrWindowingSlider1";
			this.sliderBrightnessContrast.Scroll += new System.EventHandler(this.brightnessContrastSlider_Scroll);
			this.sliderBrightnessContrast.ScrollComplete += new System.EventHandler(this.brightnessContrastSlider_ScrollComplete);
			// 
			// sigBox
			// 
			this.sigBox.Location = new System.Drawing.Point(308, 20);
			this.sigBox.Name = "sigBox";
			this.sigBox.Size = new System.Drawing.Size(362, 79);
			this.sigBox.TabIndex = 90;
			this.sigBox.DoubleClick += new System.EventHandler(this.sigBox_DoubleClick);
			// 
			// ContrImages
			// 
			this.Controls.Add(this.panelVertLine);
			this.Controls.Add(this.panelUnderline);
			this.Controls.Add(this.ToolBarMain);
			this.Controls.Add(this.ToolBarPaint);
			this.Controls.Add(this.sliderBrightnessContrast);
			this.Controls.Add(this.panelNote);
			this.Controls.Add(this.pictureBoxMain);
			this.Controls.Add(this.treeDocuments);
			this.Name = "ContrImages";
			this.Size = new System.Drawing.Size(939, 585);
			this.Resize += new System.EventHandler(this.ContrImages_Resize);
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxMain)).EndInit();
			this.panelNote.ResumeLayout(false);
			this.panelNote.PerformLayout();
			this.ResumeLayout(false);

		}
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormImagingSetup));
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textDoc = new OpenDental.ValidNum();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.slider = new OpenDental.UI.ContrWindowingSlider();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label37 = new System.Windows.Forms.Label();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.checkBinned = new System.Windows.Forms.CheckBox();
     this.comboType = new System.Windows.Forms.ComboBox();
     this.upDownPort = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.upDownExposure = new System.Windows.Forms.NumericUpDown();
     this.butMounts = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.groupBoxMultiPageScan = new System.Windows.Forms.GroupBox();
     this.textScanningResolution = new OpenDental.ValidNum();
     this.checkBoxSuppressScanDialog = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.butSetScanner = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.upDownPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.upDownExposure)).BeginInit();
     this.groupBoxMultiPageScan.SuspendLayout();
     this.SuspendLayout();
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(14,15);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(467,15);
     this.label12.TabIndex = 14;
     this.label12.Text = "JPEG Compression - Quality After Scanning, 0-100. 100=No compression.  Typical se" +
     "tting: 40.";
     this.label12.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(14,58);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(464,19);
     this.label13.TabIndex = 15;
     this.label13.Text = "Suggested setting for scanning documents is Greyscale, 150 dpi.";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textDoc);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(20,45);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(484,79);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Documents";
     //
     // textDoc
     //
     this.textDoc.Location = new System.Drawing.Point(16,35);
     this.textDoc.MaxVal = 255;
     this.textDoc.MinVal = 0;
     this.textDoc.Name = "textDoc";
     this.textDoc.Size = new System.Drawing.Size(68,20);
     this.textDoc.TabIndex = 20;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label25);
     this.groupBox2.Controls.Add(this.slider);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(20,222);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(484,96);
     this.groupBox2.TabIndex = 18;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Radiographs";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(13,14);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(425,19);
     this.label1.TabIndex = 22;
     this.label1.Text = "Default pixel windowing for new radiographs, both scanned and digital";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label25
     //
     this.label25.Location = new System.Drawing.Point(13,65);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(465,24);
     this.label25.TabIndex = 15;
     this.label25.Text = "Suggested setting for scanning panos is Greyscale, 300 dpi.  For BWs, 400dpi.";
     //
     // slider
     //
     this.slider.Location = new System.Drawing.Point(14,38);
     this.slider.MaxVal = 128;
     this.slider.Name = "slider";
     this.slider.Size = new System.Drawing.Size(194,14);
     this.slider.TabIndex = 21;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label37);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location = new System.Drawing.Point(20,324);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(484,43);
     this.groupBox3.TabIndex = 19;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Photos";
     //
     // label37
     //
     this.label37.Location = new System.Drawing.Point(14,18);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(464,20);
     this.label37.TabIndex = 15;
     this.label37.Text = "Suggested setting for scanning photos is Color, 300 dpi.";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.checkBinned);
     this.groupBox4.Controls.Add(this.comboType);
     this.groupBox4.Controls.Add(this.upDownPort);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.Controls.Add(this.upDownExposure);
     this.groupBox4.Location = new System.Drawing.Point(21,373);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(484,137);
     this.groupBox4.TabIndex = 21;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Suni Imaging";
     //
     // checkBinned
     //
     this.checkBinned.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBinned.Location = new System.Drawing.Point(81,96);
     this.checkBinned.Name = "checkBinned";
     this.checkBinned.Size = new System.Drawing.Size(206,17);
     this.checkBinned.TabIndex = 8;
     this.checkBinned.Text = "Binned (not normally used)";
     this.checkBinned.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBinned.UseVisualStyleBackColor = true;
     //
     // comboType
     //
     this.comboType.FormattingEnabled = true;
     this.comboType.Location = new System.Drawing.Point(273,69);
     this.comboType.Name = "comboType";
     this.comboType.Size = new System.Drawing.Size(37,21);
     this.comboType.TabIndex = 7;
     this.comboType.Text = "D";
     //
     // upDownPort
     //
     this.upDownPort.Location = new System.Drawing.Point(273,43);
     this.upDownPort.Maximum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.upDownPort.Name = "upDownPort";
     this.upDownPort.Size = new System.Drawing.Size(33,20);
     this.upDownPort.TabIndex = 6;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(28,45);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(239,13);
     this.label4.TabIndex = 5;
     this.label4.Text = "Sensor Port (place where sensor connects)";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(14,72);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(253,13);
     this.label3.TabIndex = 3;
     this.label3.Text = "Sensor Type (last serial letter on sensor cable)";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(28,20);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(239,13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Exposure Level (1-7) for New Captures";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // upDownExposure
     //
     this.upDownExposure.Location = new System.Drawing.Point(273,17);
     this.upDownExposure.Maximum = new decimal(new int[] {
     7,
     0,
     0,
     0});
     this.upDownExposure.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.upDownExposure.Name = "upDownExposure";
     this.upDownExposure.Size = new System.Drawing.Size(33,20);
     this.upDownExposure.TabIndex = 1;
     this.upDownExposure.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // butMounts
     //
     this.butMounts.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butMounts.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butMounts.Autosize = true;
     this.butMounts.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butMounts.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butMounts.CornerRadius = 4F;
     this.butMounts.Location = new System.Drawing.Point(544,53);
     this.butMounts.Name = "butMounts";
     this.butMounts.Size = new System.Drawing.Size(79,24);
     this.butMounts.TabIndex = 20;
     this.butMounts.Text = "Setup Mounts";
     this.butMounts.Visible = false;
     this.butMounts.Click += new System.EventHandler(this.butMounts_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(548,484);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 3;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(548,446);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 2;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // groupBoxMultiPageScan
     //
     this.groupBoxMultiPageScan.Controls.Add(this.textScanningResolution);
     this.groupBoxMultiPageScan.Controls.Add(this.checkBoxSuppressScanDialog);
     this.groupBoxMultiPageScan.Controls.Add(this.label7);
     this.groupBoxMultiPageScan.Controls.Add(this.label6);
     this.groupBoxMultiPageScan.Controls.Add(this.label5);
     this.groupBoxMultiPageScan.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBoxMultiPageScan.Location = new System.Drawing.Point(20,130);
     this.groupBoxMultiPageScan.Name = "groupBoxMultiPageScan";
     this.groupBoxMultiPageScan.Size = new System.Drawing.Size(484,86);
     this.groupBoxMultiPageScan.TabIndex = 17;
     this.groupBoxMultiPageScan.TabStop = false;
     this.groupBoxMultiPageScan.Text = "Multi-Page Scanning";
     //
     // textScanningResolution
     //
     this.textScanningResolution.Location = new System.Drawing.Point(273,41);
     this.textScanningResolution.MaxVal = 1000;
     this.textScanningResolution.MinVal = 51;
     this.textScanningResolution.Name = "textScanningResolution";
     this.textScanningResolution.Size = new System.Drawing.Size(68,20);
     this.textScanningResolution.TabIndex = 20;
     //
     // checkBoxSuppressScanDialog
     //
     this.checkBoxSuppressScanDialog.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBoxSuppressScanDialog.Location = new System.Drawing.Point(6,19);
     this.checkBoxSuppressScanDialog.Name = "checkBoxSuppressScanDialog";
     this.checkBoxSuppressScanDialog.Size = new System.Drawing.Size(281,18);
     this.checkBoxSuppressScanDialog.TabIndex = 8;
     this.checkBoxSuppressScanDialog.Text = "Suppress Scanner Dialog (normally checked)";
     this.checkBoxSuppressScanDialog.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBoxSuppressScanDialog.UseVisualStyleBackColor = true;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(17,65);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(464,19);
     this.label7.TabIndex = 15;
     this.label7.Text = "JPEG Compression from Documents will be used when scanning multiple pages.";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(342,41);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(52,19);
     this.label6.TabIndex = 15;
     this.label6.Text = "dpi";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(4,41);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(263,19);
     this.label5.TabIndex = 15;
     this.label5.Text = "Scanning Resolution (suggested 150 dpi)";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butSetScanner
     //
     this.butSetScanner.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butSetScanner.Autosize = true;
     this.butSetScanner.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butSetScanner.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butSetScanner.CornerRadius = 4F;
     this.butSetScanner.Location = new System.Drawing.Point(21,12);
     this.butSetScanner.Name = "butSetScanner";
     this.butSetScanner.Size = new System.Drawing.Size(110,24);
     this.butSetScanner.TabIndex = 22;
     this.butSetScanner.Text = "Set Default Scanner";
     this.butSetScanner.Click += new System.EventHandler(this.butSetScanner_Click);
     //
     // FormImagingSetup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(650,532);
     this.Controls.Add(this.butSetScanner);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.butMounts);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBoxMultiPageScan);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormImagingSetup";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Imaging Setup";
     this.Load += new System.EventHandler(this.FormImagingSetup_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.upDownPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.upDownExposure)).EndInit();
     this.groupBoxMultiPageScan.ResumeLayout(false);
     this.groupBoxMultiPageScan.PerformLayout();
     this.ResumeLayout(false);
 }