The ComponentResourceManager is a resource manager object that provides simple functionality for enumerating resources for a component or object.
Inheritance: System.Resources.ResourceManager
        /// <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(FlashView));
            this.flashMovie = new AxShockwaveFlashObjects.AxShockwaveFlash();
            ((System.ComponentModel.ISupportInitialize)(this.flashMovie)).BeginInit();
            this.SuspendLayout();
            // 
            // flashMovie
            // 
            this.flashMovie.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flashMovie.Enabled = true;
            this.flashMovie.Location = new System.Drawing.Point(0, 0);
            this.flashMovie.Name = "flashMovie";
            this.flashMovie.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("flashMovie.OcxState")));
            this.flashMovie.Size = new System.Drawing.Size(571, 367);
            this.flashMovie.TabIndex = 0;
            // 
            // FlashView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.flashMovie);
            this.Name = "FlashView";
            this.Load += new EventHandler(this.FlashViewLoad);
            this.Size = new System.Drawing.Size(571, 367);
            ((System.ComponentModel.ISupportInitialize)(this.flashMovie)).EndInit();
            this.ResumeLayout(false);

        }
示例#2
1
 /// <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(AboutForm));
     this.label1 = new System.Windows.Forms.Label();
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(64, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(248, 32);
     this.label1.TabIndex = 1;
     this.label1.Text = "HyperLoad 2.0";
     //
     // listBox1
     //
     this.listBox1.Items.AddRange(new object[] {
     "This program is completely free to use!",
     "",
     "Hyperload is an open-source program that can be used to",
     "program *.HEX files to your microcontroller.",
     "",
     "The Hyperload Protocol & related information can be found at:",
     "www.sociaLLedge.com/sjsu"});
     this.listBox1.Location = new System.Drawing.Point(14, 84);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(304, 108);
     this.listBox1.TabIndex = 5;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.listBox1);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(320, 210);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     //
     // AboutForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(338, 225);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "AboutForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "About";
     this.Deactivate += new System.EventHandler(this.AboutForm_Deactivate);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void ChangeUILanguage()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsForm));
     MainForm.ApplyResources(this,resources);
     if (MainForm != null)
         MainForm.Reload();
 }
        /// <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(FindSymbolDialog));
            this.elementHost1 = new System.Windows.Forms.Integration.ElementHost();
            this.findSymbolControl1 = new Rubberduck.UI.FindSymbol.FindSymbolControl();
            this.SuspendLayout();
            // 
            // elementHost1
            // 
            this.elementHost1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.elementHost1.Location = new System.Drawing.Point(0, 0);
            this.elementHost1.Name = "elementHost1";
            this.elementHost1.Size = new System.Drawing.Size(287, 24);
            this.elementHost1.TabIndex = 2;
            this.elementHost1.Child = this.findSymbolControl1;
            // 
            // FindSymbolDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(287, 24);
            this.Controls.Add(this.elementHost1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = (System.Drawing.Icon)RubberduckUI.Ducky;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FindSymbolDialog";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Rubberduck - Find Symbol";
            this.ResumeLayout(false);

        }
示例#5
0
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(frmCommSiRFAwarePic));
     this.label1 = new Label();
     this.button_OK = new Button();
     this.pictureBox1 = new PictureBox();
     this.label2 = new Label();
     ((ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.label1.AutoSize = true;
     this.label1.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label1.Location = new Point(0x31, 0xf9);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x19b, 0x10);
     this.label1.TabIndex = 1;
     this.label1.Text = "For 4e EVK: Toggle the Pulse switch to return to normal power mode.";
     this.button_OK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button_OK.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.button_OK.Location = new Point(0xd9, 0x137);
     this.button_OK.Name = "button_OK";
     this.button_OK.Size = new Size(0x48, 0x17);
     this.button_OK.TabIndex = 3;
     this.button_OK.Text = "&OK";
     this.button_OK.UseVisualStyleBackColor = true;
     this.button_OK.Click += new EventHandler(this.button_OK_Click);
     this.pictureBox1.BackgroundImage = Resources.EVK4e_Arrows;
     this.pictureBox1.ErrorImage = null;
     this.pictureBox1.InitialImage = null;
     this.pictureBox1.Location = new Point(0x24, 0x18);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new Size(0x1b4, 0xc9);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.label2.AutoSize = true;
     this.label2.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label2.Location = new Point(0x7b, 0x112);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0x11b, 0x10);
     this.label2.TabIndex = 4;
     this.label2.Text = "Press OK and then Exit the SiRFaware window.";
     base.AcceptButton = this.button_OK;
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize = new Size(0x1fd, 0x15f);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.button_OK);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.pictureBox1);
     base.Icon = (Icon) manager.GetObject("$this.Icon");
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "frmCommSiRFAwarePic";
     base.ShowInTaskbar = false;
     base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     base.StartPosition = FormStartPosition.CenterScreen;
     this.Text = "Switching from SiRFaware to Full Power Mode on 4e";
     ((ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
		public void ApplyResources_ObjectName_Null ()
		{
			ComponentResourceManager crm = new ComponentResourceManager ();
			try {
				crm.ApplyResources (new object (), (string) null);
				Assert.Fail ("#A1");
			} catch (ArgumentNullException ex) {
				Assert.AreEqual (typeof (ArgumentNullException), ex.GetType (), "#A2");
				Assert.IsNull (ex.InnerException, "#A3");
				Assert.IsNotNull (ex.Message, "#A4");
				Assert.IsNotNull (ex.ParamName, "#A5");
				Assert.AreEqual ("objectName", ex.ParamName, "#A6");
			}

			try {
				crm.ApplyResources (new object (), (string) null, CultureInfo.InvariantCulture);
				Assert.Fail ("#B1");
			} catch (ArgumentNullException ex) {
				Assert.AreEqual (typeof (ArgumentNullException), ex.GetType (), "#B2");
				Assert.IsNull (ex.InnerException, "#B3");
				Assert.IsNotNull (ex.Message, "#B4");
				Assert.IsNotNull (ex.ParamName, "#B5");
				Assert.AreEqual ("objectName", ex.ParamName, "#B6");
			}
		}
 public ActivityBindForm(IServiceProvider serviceProvider, ITypeDescriptorContext context)
 {
     this.context = context;
     this.serviceProvider = serviceProvider;
     this.InitializeComponent();
     this.createProperty.Checked = true;
     this.helpTextBox.Multiline = true;
     IUIService service = (IUIService) this.serviceProvider.GetService(typeof(IUIService));
     if (service != null)
     {
         this.Font = (Font) service.Styles["DialogFont"];
     }
     ComponentResourceManager manager = new ComponentResourceManager(typeof(ActivityBindForm));
     this.ActivityBindDialogTitleFormat = manager.GetString("ActivityBindDialogTitleFormat");
     this.PropertyAssignableFormat = manager.GetString("PropertyAssignableFormat");
     this.DescriptionFormat = manager.GetString("DescriptionFormat");
     this.EditIndex = manager.GetString("EditIndex");
     this.PleaseSelectCorrectActivityProperty = manager.GetString("PleaseSelectCorrectActivityProperty");
     this.PleaseSelectActivityProperty = manager.GetString("PleaseSelectActivityProperty");
     this.IncorrectIndexChange = manager.GetString("IncorrectIndexChange");
     this.CreateNewMemberHelpFormat = manager.GetString("CreateNewMemberHelpFormat");
     this.memberTypes = new ImageList();
     this.memberTypes.ImageStream = (ImageListStreamer) manager.GetObject("memberTypes.ImageStream");
     this.memberTypes.TransparentColor = AmbientTheme.TransparentColor;
     this.properties = CustomActivityDesignerHelper.GetCustomProperties(context);
 }
示例#8
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Labelled));
     this.groupBox1 = new GroupBox();
     this.textBox1 = new TextBox();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Location = new Point(13, 10);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new Size(0x128, 0x189);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "标签说明:";
     this.textBox1.Location = new Point(7, 0x15);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new Size(0x11b, 0x162);
     this.textBox1.TabIndex = 0;
     this.textBox1.Text = resources.GetString("textBox1.Text");
     base.AutoScaleDimensions = new SizeF(6f, 12f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x141, 0x199);
     base.Controls.Add(this.groupBox1);
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "Labelled";
     base.StartPosition = FormStartPosition.CenterScreen;
     this.Text = "Labelled";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
示例#9
0
 private void InitializeComponent()
 {
     ComponentResourceManager resources = new ComponentResourceManager(typeof(HelpForm));
     this.docViewer = new WebBrowser();
     base.SuspendLayout();
     this.docViewer.AllowWebBrowserDrop = false;
     this.docViewer.Dock = DockStyle.Fill;
     this.docViewer.IsWebBrowserContextMenuEnabled = false;
     this.docViewer.Location = new Point(0, 0);
     this.docViewer.MinimumSize = new Size(20, 20);
     this.docViewer.Name = "docViewer";
     this.docViewer.Size = new Size(0x124, 0x252);
     this.docViewer.TabIndex = 2;
     this.docViewer.TabStop = false;
     this.docViewer.Url = new Uri("", UriKind.Relative);
     this.docViewer.WebBrowserShortcutsEnabled = false;
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize = new Size(0x124, 0x252);
     base.Controls.Add(this.docViewer);
     base.Icon = (Icon) resources.GetObject("$this.Icon");
     base.Name = "HelpForm";
     base.StartPosition = FormStartPosition.Manual;
     this.Text = "HelpForm";
     base.ResumeLayout(false);
 }
示例#10
0
        public Manager(String fileName)
        {
            localization = new System.ComponentModel.ComponentResourceManager(typeof(WorkerTimeStrings));
            this.fileName = fileName;
            if (File.Exists(fileName)) {
                this.sqlConnection = new SQLiteConnection("Data Source=" + fileName );
                this.sqlCommand = this.sqlConnection.CreateCommand();
                sqlConnection.Open();
            } else {
                this.sqlConnection = new SQLiteConnection("Data Source=" + fileName);
                this.sqlCommand = this.sqlConnection.CreateCommand();
                sqlConnection.Open();

                ExecuteNonQuery("CREATE TABLE Tracks ([ID] INTEGER PRIMARY KEY AUTOINCREMENT, [ProjectID] INTEGER, [ActivityID] INTEGER, [Start] DATETIME, [End] DATETIME, [Duration] INTEGER)");
                ExecuteNonQuery("CREATE TABLE Projects ([ID] INTEGER PRIMARY KEY AUTOINCREMENT, [Name] TEXT)");
                ExecuteNonQuery("CREATE TABLE Activity ([ID] INTEGER PRIMARY KEY AUTOINCREMENT, [Name] TEXT, [ProjectID] INTEGER)");

                if (MessageBox.Show(localization.GetString("String10"), localization.GetString("String3"), MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes )
                {
                    ExecuteNonQuery("INSERT INTO Projects (Name) VALUES ('" + localization.GetString("String12") + " 1')");
                    ExecuteNonQuery("INSERT INTO Projects (Name) VALUES ('" + localization.GetString("String12") + " 2')");
                    ExecuteNonQuery("INSERT INTO Projects (Name) VALUES ('" + localization.GetString("String12") + " 3')");
                    ExecuteNonQuery("INSERT INTO Activity (Name,ProjectID) VALUES ('" + localization.GetString("String13") + " 1',1)");
                    ExecuteNonQuery("INSERT INTO Activity (Name,ProjectID) VALUES ('" + localization.GetString("String13") + " 2',1)");
                    ExecuteNonQuery("INSERT INTO Activity (Name,ProjectID) VALUES ('" + localization.GetString("String13") + " 3',1)");
                    ExecuteNonQuery("INSERT INTO Activity (Name,ProjectID) VALUES ('" + localization.GetString("String13") + " 1',2)");
                    ExecuteNonQuery("INSERT INTO Activity (Name,ProjectID) VALUES ('" + localization.GetString("String13") + " 2',2)");
                    ExecuteNonQuery("INSERT INTO Activity (Name,ProjectID) VALUES ('" + localization.GetString("String13") + " 3',2)");
                }
            }

            Update1();
        }
示例#11
0
        public CecButtonConfigUI(CecButtonConfigItem button)
        {
            _button = button;
              InitializeComponent();

              var keys = Enum.GetValues(typeof (WindowsAPI.VirtualKeyCode));
              string[] friendlyNames = new string[keys.Length];
              for (int i = 0; i < keys.Length; i++)
            friendlyNames[i] = WindowsAPI.GetVirtualKeyName((WindowsAPI.VirtualKeyCode)keys.GetValue(i));
              Array.Sort(friendlyNames);
              foreach (var item in friendlyNames)
            cbAddKey.Items.Add(item);

              button.SettingChanged += delegate
                                 {
                                   _lastSelectedText = 0;
                                   tbAction.Text = button.Value.AsFriendlyString().Trim();
                                 };

              lButtonName.Text = button.Label.Text;
              tbAction.Text = button.Value.AsFriendlyString().Trim();

              //TODO
              cbAddAction.Items.Add(ApplicationInput.FriendlyActionName(ActionType.CloseControllerApplication));
              cbAddAction.Items.Add(ApplicationInput.FriendlyActionName(ActionType.StartApplication));

              // take the icon of the main window
              ComponentResourceManager resources = new ComponentResourceManager(typeof(CECTray));
              Icon = resources.GetObject("$this.Icon") as Icon;
        }
示例#12
0
 public void ChangeResources()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( this.GetType() );
     resources.ApplyResources( this._tabControl, "_tabControl" );
     resources.ApplyResources( this._tabGeneral, "_tabGeneral" );
     resources.ApplyResources( this._groupBoxLanguage, "_groupBoxLanguage" );
     resources.ApplyResources( this._comboLanguage, "_comboLanguage" );
     resources.ApplyResources( this._groupBoxSpeed, "_groupBoxSpeed" );
     resources.ApplyResources( this._trackSpeed, "_trackSpeed" );
     resources.ApplyResources( this._groupBoxNames, "_groupBoxNames" );
     resources.ApplyResources( this._boxWestName, "_boxWestName" );
     resources.ApplyResources( this._labelWestName, "_labelWestName" );
     resources.ApplyResources( this._boxEastName, "_boxEastName" );
     resources.ApplyResources( this._labelSouthName, "_labelSouthName" );
     resources.ApplyResources( this._boxSouthName, "_boxSouthName" );
     resources.ApplyResources( this._boxNorthName, "_boxNorthName" );
     resources.ApplyResources( this._labelNorthName, "_labelNorthName" );
     resources.ApplyResources( this._labelEastName, "_labelEastName" );
     resources.ApplyResources( this._tabAdvanced, "_tabAdvanced" );
     resources.ApplyResources( this._groupBoxCards, "_groupBoxCards" );
     resources.ApplyResources( this._groupBoxRules, "_groupBoxRules" );
     resources.ApplyResources( this._labelExtraDouble, "_labelExtraDouble" );
     resources.ApplyResources( this._labelCapotDouble, "_labelCapotDouble" );
     resources.ApplyResources( this._checkCapotDouble, "_checkCapotDouble" );
     resources.ApplyResources( this._checkExtraDouble, "_checkExtraDouble" );
     resources.ApplyResources( this._gbDlls, "_gbDlls" );
     resources.ApplyResources( this._labelWest, "_labelWest" );
     resources.ApplyResources( this._labelNorth, "_labelNorth" );
     resources.ApplyResources( this._labelEast, "_labelEast" );
     resources.ApplyResources( this._buttonCancel, "_buttonCancel" );
     resources.ApplyResources( this._buttonOK, "_buttonOK" );
     resources.ApplyResources( this, "$this" );
 }
        /// <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(GetUDiskInfo));
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.SuspendLayout();
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(46, 30);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(120, 88);
            this.listBox1.TabIndex = 0;
            this.listBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseDoubleClick);
            // 
            // GetUDiskInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.ClientSize = new System.Drawing.Size(584, 441);
            this.Controls.Add(this.listBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "GetUDiskInfo";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "选择安全U盘";
            this.Load += new System.EventHandler(this.GetUDiskInfo_Load);
            this.ResumeLayout(false);

        }
示例#14
0
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZoomTo));
			this.label1 = new System.Windows.Forms.Label();
			this.cbMagnify = new System.Windows.Forms.ComboBox();
			this.bOK = new System.Windows.Forms.Button();
			this.bCancel = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// cbMagnify
			// 
			resources.ApplyResources(this.cbMagnify, "cbMagnify");
			this.cbMagnify.Items.AddRange(new object[] {
            resources.GetString("cbMagnify.Items"),
            resources.GetString("cbMagnify.Items1"),
            resources.GetString("cbMagnify.Items2"),
            resources.GetString("cbMagnify.Items3"),
            resources.GetString("cbMagnify.Items4"),
            resources.GetString("cbMagnify.Items5"),
            resources.GetString("cbMagnify.Items6"),
            resources.GetString("cbMagnify.Items7"),
            resources.GetString("cbMagnify.Items8"),
            resources.GetString("cbMagnify.Items9"),
            resources.GetString("cbMagnify.Items10")});
			this.cbMagnify.Name = "cbMagnify";
			// 
			// bOK
			// 
			resources.ApplyResources(this.bOK, "bOK");
			this.bOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.bOK.Name = "bOK";
			this.bOK.Click += new System.EventHandler(this.bOK_Click);
			// 
			// bCancel
			// 
			resources.ApplyResources(this.bCancel, "bCancel");
			this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.bCancel.Name = "bCancel";
			this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
			// 
			// ZoomTo
			// 
			resources.ApplyResources(this, "$this");
			this.Controls.Add(this.bCancel);
			this.Controls.Add(this.bOK);
			this.Controls.Add(this.cbMagnify);
			this.Controls.Add(this.label1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "ZoomTo";
			this.ShowInTaskbar = false;
			this.ResumeLayout(false);

		}
示例#15
0
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DoubleBox));
            this.lblCaption = new System.Windows.Forms.Label();
            this.txtValue = new System.Windows.Forms.TextBox();
            this.ttHelp = new System.Windows.Forms.ToolTip(this.components);
            this.SuspendLayout();
            // 
            // lblCaption
            // 
            resources.ApplyResources(this.lblCaption, "lblCaption");
            this.lblCaption.Name = "lblCaption";
            // 
            // txtValue
            // 
            resources.ApplyResources(this.txtValue, "txtValue");
            this.txtValue.Name = "txtValue";
            this.txtValue.TextChanged += new System.EventHandler(this.txtValue_TextChanged);
            // 
            // DoubleBox
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.txtValue);
            this.Controls.Add(this.lblCaption);
            this.Name = "DoubleBox";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <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(InformacjaOProdukcie));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     this.label1.Click += new System.EventHandler(this.label1_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label2);
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // InformacjaOProdukcie
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "InformacjaOProdukcie";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Load += new System.EventHandler(this.InformacjaOProdukcie_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#17
0
 private static void LocalizeForm(Form frm)
 {
     var manager = new ComponentResourceManager(frm.GetType());
     manager.ApplyResources(frm, "$this");
     ApplyResources(manager, frm.Controls);
     
 }
示例#18
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(todayDeviceID));
     this.label1 = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(35, 4);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(150, 28);
     this.label1.Text = "label1";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(4, 4);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(25, 28);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     //
     // todayDeviceID
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label1);
     this.Name = "todayDeviceID";
     this.Size = new System.Drawing.Size(230, 37);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.todayDeviceID_Paint);
     this.ResumeLayout(false);
 }
示例#19
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.picApp = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.picApp)).BeginInit();
     this.SuspendLayout();
     //
     // picApp
     //
     this.picApp.Location = new System.Drawing.Point(0, 0);
     this.picApp.Name = "picApp";
     this.picApp.Size = new System.Drawing.Size(292, 136);
     this.picApp.TabIndex = 0;
     this.picApp.TabStop = false;
     this.picApp.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // frmMain
     //
     this.ClientSize = new System.Drawing.Size(292, 136);
     this.Controls.Add(this.picApp);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmMain";
     this.Text = "In Game";
     ((System.ComponentModel.ISupportInitialize)(this.picApp)).EndInit();
     this.ResumeLayout(false);
 }
示例#20
0
 private void btnAddSave_Click(object sender, EventArgs e)
 {
     int saveSelectedIndex = listBox.SelectedIndex;
     System.ComponentModel.ComponentResourceManager localResources = new System.ComponentModel.ComponentResourceManager(typeof(CustomEventsForm));
     if (txtCmd.Text == "")
     {
         MessageBox.Show(localResources.GetString("enterCommand"));
         return;
     }
     int selectedIndex = listBox.SelectedIndex;
     if (listBox.SelectedIndex == -1)
     {
         CustomEvent customEvent = new CustomEvent(
             txtCmd.Text, txtArgs.Text, boxWait.Checked);
         curCustomEvents.Add(customEvent);
     }
     else
     {
         CustomEvent customEvent = curCustomEvents[listBox.SelectedIndex];
         customEvent.cmd = txtCmd.Text;
         customEvent.args = txtArgs.Text;
         customEvent.execWait = boxWait.Checked;
     }
     RefreshDisplay();
     listBox.SelectedIndex = -1;   // Force refresh
     listBox.SelectedIndex = saveSelectedIndex;   // Re-select edited item
     ActiveControl = comboBox;
 }
示例#21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ComponentResourceManager resources = new ComponentResourceManager(typeof(AttributeDialog));
     this.btnClose = new Button();
     this.tableEditorControl1 = new TableEditorControl();
     this.SuspendLayout();
     //
     // btnClose
     //
     resources.ApplyResources(this.btnClose, "btnClose");
     this.btnClose.Name = "btnClose";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new EventHandler(this.btnClose_Click_1);
     //
     // tableEditorControl1
     //
     resources.ApplyResources(this.tableEditorControl1, "tableEditorControl1");
     this.tableEditorControl1.IgnoreSelectionChanged = false;
     this.tableEditorControl1.IsEditable = true;
     this.tableEditorControl1.Name = "tableEditorControl1";
     this.tableEditorControl1.ShowFileName = true;
     this.tableEditorControl1.ShowMenuStrip = true;
     this.tableEditorControl1.ShowProgressBar = false;
     this.tableEditorControl1.ShowSelectedRowsOnly = false;
     this.tableEditorControl1.ShowToolStrip = true;
     //
     // AttributeDialog
     //
     resources.ApplyResources(this, "$this");
     //
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.tableEditorControl1);
     this.Name = "AttributeDialog";
     this.ResumeLayout(false);
 }
示例#22
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(DavidTheCreator));
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
			this.SuspendLayout();
			// 
			// pictureBox1
			// 
			this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Location = new System.Drawing.Point(0, 0);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(300, 400);
			this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.pictureBox1.TabIndex = 0;
			this.pictureBox1.TabStop = false;
			this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
			// 
			// DavidTheCreator
			// 
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
			this.ClientSize = new System.Drawing.Size(300, 400);
			this.Controls.Add(this.pictureBox1);
			this.Font = new System.Drawing.Font("Tahoma", 8.25F);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
			this.Name = "DavidTheCreator";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "David is the creator of a history";
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();
		}
示例#23
0
 private void InitializeComponent()
 {
     ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmLHXZ));
     this.btnClose = new Button();
     this.txt = new TextBox();
     base.SuspendLayout();
     this.btnClose.Location = new Point(150, 217);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new Size(113, 29);
     this.btnClose.TabIndex = 12;
     this.btnClose.Text = "关闭";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new EventHandler(this.btnClose_Click);
     this.txt.Location = new Point(0, 0);
     this.txt.Multiline = true;
     this.txt.Name = "txt";
     this.txt.Size = new Size(424, 211);
     this.txt.TabIndex = 13;
     base.AutoScaleMode = AutoScaleMode.None;
     base.ClientSize = new Size(422, 256);
     base.Controls.Add(this.txt);
     base.Controls.Add(this.btnClose);
     this.Font = new Font("宋体", 10f, FontStyle.Regular, GraphicsUnit.Point, 134);
     base.Icon = (Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox = false;
     this.MaximumSize = new Size(430, 290);
     this.MinimumSize = new Size(430, 290);
     base.Name = "frmLHXZ";
     base.StartPosition = FormStartPosition.CenterScreen;
     this.Text = "理化性质";
     base.ResumeLayout(false);
     base.PerformLayout();
 }
示例#24
0
 /// <summary>
 /// �f�U�C�i �T�|�[�g�ɕK�v�ȃ��\�b�h�ł��B���̃��\�b�h�̓�e��
 /// �R�[�h �G�f�B�^�ŕύX���Ȃ��ł��������B
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormOptions));
     this.PropertyGridOptions = new System.Windows.Forms.PropertyGrid();
     this.SuspendLayout();
     //
     // PropertyGridOptions
     //
     this.PropertyGridOptions.Dock = System.Windows.Forms.DockStyle.Fill;
     this.PropertyGridOptions.LineColor = System.Drawing.SystemColors.ScrollBar;
     this.PropertyGridOptions.Location = new System.Drawing.Point(0, 0);
     this.PropertyGridOptions.Name = "PropertyGridOptions";
     this.PropertyGridOptions.Size = new System.Drawing.Size(472, 454);
     this.PropertyGridOptions.TabIndex = 0;
     //
     // FormOptions
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
     this.ClientSize = new System.Drawing.Size(472, 454);
     this.Controls.Add(this.PropertyGridOptions);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FormOptions";
     this.Text = "�I�v�V����";
     this.ResumeLayout(false);
 }
示例#25
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(UpdatesWindow));
            this.webBrowser1 = new System.Windows.Forms.WebBrowser();
            this.SuspendLayout();
            // 
            // webBrowser1
            // 
            this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webBrowser1.Location = new System.Drawing.Point(0, 0);
            this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser1.Name = "webBrowser1";
            this.webBrowser1.Size = new System.Drawing.Size(794, 572);
            this.webBrowser1.TabIndex = 0;
            this.webBrowser1.Url = new System.Uri("", System.UriKind.Relative);
            // 
            // UpdatesWindow
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(794, 572);
            this.Controls.Add(this.webBrowser1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "UpdatesWindow";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Update Notice";
            this.ResumeLayout(false);

		}
        /// <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(Main));
            this.btnCapture = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // btnCapture
            // 
            this.btnCapture.BackgroundImage = global::digioz.desktop.capture.Properties.Resources.Record;
            this.btnCapture.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnCapture.Location = new System.Drawing.Point(119, 2);
            this.btnCapture.Name = "btnCapture";
            this.btnCapture.Size = new System.Drawing.Size(54, 53);
            this.btnCapture.TabIndex = 0;
            this.btnCapture.UseVisualStyleBackColor = true;
            this.btnCapture.Click += new System.EventHandler(this.btnCapture_Click);
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(298, 58);
            this.Controls.Add(this.btnCapture);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Main";
            this.ShowIcon = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "DigiOz Screen Capture";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.ResumeLayout(false);

        }
示例#27
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoadingControl));
     this.labelMessage = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // labelMessage
     //
     this.labelMessage.BackColor = System.Drawing.Color.Transparent;
     this.labelMessage.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelMessage.ForeColor = System.Drawing.Color.White;
     this.labelMessage.Location = new System.Drawing.Point(35, -4);
     this.labelMessage.Name = "labelMessage";
     this.labelMessage.Size = new System.Drawing.Size(249, 27);
     this.labelMessage.TabIndex = 0;
     this.labelMessage.Text = "Loading...";
     this.labelMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelMessage.Paint += new System.Windows.Forms.PaintEventHandler(this.labelMessage_Paint);
     //
     // LoadingControl
     //
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.Controls.Add(this.labelMessage);
     this.DoubleBuffered = true;
     this.Name = "LoadingControl";
     this.Size = new System.Drawing.Size(600, 140);
     this.ResumeLayout(false);
 }
示例#28
0
        public void updateCulture(String cultureName)
        {


            CultureInfo _newCulture = new CultureInfo(cultureName);
            
            ComponentResourceManager resources = new ComponentResourceManager(typeof(MainForm));
            if(_currentCulture != _newCulture)
            {
                _currentCulture = _newCulture;
                if (_parentControl != null)
                {
                    Thread.CurrentThread.CurrentUICulture = _newCulture;

                    //Changes the resources (text) of all controls to the new locale
                    updateControls(resources, _parentControl);

                    //Applies the same changes to all menus
                    updateMenus(resources, _parentControl);


                }
            }

            
            
        }
示例#29
0
 private void InitializeComponent()
 {
     ComponentResourceManager resources = new ComponentResourceManager(typeof(Win_DataFilterBlockDiagram));
     this.pictureBox1 = new PictureBox();
     this.btnClose = new Button();
     ((ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.pictureBox1.BackColor = Color.Transparent;
     this.pictureBox1.Image = (Image) resources.GetObject("pictureBox1.Image");
     this.pictureBox1.Location = new Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new Size(0x223, 460);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.btnClose.Location = new Point(0xea, 0x1d0);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new Size(0x61, 0x17);
     this.btnClose.TabIndex = 2;
     this.btnClose.Text = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new EventHandler(this.btnClose_Click);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor = SystemColors.Control;
     base.ClientSize = new Size(0x224, 0x1f0);
     base.Controls.Add(this.btnClose);
     base.Controls.Add(this.pictureBox1);
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "Win_DataFilterBlockDiagram";
     base.ShowIcon = false;
     this.Text = "Data Filter Block Diagram";
     ((ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
 }
		public ConfigurarVelocidadMaxima ()
		{
			Label texto = new Label();
			texto.Location = new Point (10,10);
			texto.Size = new Size (110, 20);
			texto.Text = "Velocidad Maxima:";
			texto.Anchor = ((AnchorStyles)(AnchorStyles.Left | AnchorStyles.Top));

			entrada = new TextBox ();
			entrada.Location = new Point (130, 10);
			entrada.Size = new Size (200, 20);
			entrada.Text = "50";
			entrada.Anchor = ((AnchorStyles)(AnchorStyles.Left | AnchorStyles.Top | AnchorStyles.Right | AnchorStyles.Bottom));

			aceptar = new Button ();
			aceptar.Text = "Aceptar";
			aceptar.Location = new Point (280,40);
			aceptar.Size = new Size (50, 23);
			aceptar.Anchor = ((AnchorStyles)(AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top | AnchorStyles.Bottom));
			aceptar.Click += new EventHandler (eventoAceptar);

			this.Text = "Configuración - Velocidad Maxima";
			this.ClientSize = new Size (340 , 70);
			ComponentResourceManager recurso = new ComponentResourceManager(typeof(Ventana));
			this.Icon = (Icon)(recurso.GetObject("$this.Icon"));

			Controls.Add (texto);
			Controls.Add (entrada);
			Controls.Add (aceptar);
		}
示例#31
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(frmThthbn));
     this.label1      = new System.Windows.Forms.Label();
     this.tu          = new System.Windows.Forms.DateTimePicker();
     this.den         = new System.Windows.Forms.DateTimePicker();
     this.label2      = new System.Windows.Forms.Label();
     this.butIn       = new System.Windows.Forms.Button();
     this.butKetthuc  = new System.Windows.Forms.Button();
     this.label3      = new System.Windows.Forms.Label();
     this.makp        = new System.Windows.Forms.ComboBox();
     this.time        = new System.Windows.Forms.CheckBox();
     this.chkDoituong = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(3, 19);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tu
     //
     this.tu.CustomFormat = "dd/MM/yyyy";
     this.tu.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.tu.Location     = new System.Drawing.Point(60, 19);
     this.tu.Name         = "tu";
     this.tu.Size         = new System.Drawing.Size(80, 21);
     this.tu.TabIndex     = 1;
     this.tu.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // den
     //
     this.den.CustomFormat = "dd/MM/yyyy";
     this.den.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.den.Location     = new System.Drawing.Point(172, 19);
     this.den.Name         = "den";
     this.den.Size         = new System.Drawing.Size(80, 21);
     this.den.TabIndex     = 3;
     this.den.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.den_KeyDown);
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.WindowText;
     this.label2.Location  = new System.Drawing.Point(140, 19);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(32, 23);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "đến :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butIn
     //
     this.butIn.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butIn.Image      = ((System.Drawing.Image)(resources.GetObject("butIn.Image")));
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(59, 114);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(70, 25);
     this.butIn.TabIndex   = 6;
     this.butIn.Text       = "     &In";
     this.butIn.Click     += new System.EventHandler(this.butIn_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butKetthuc.Image      = ((System.Drawing.Image)(resources.GetObject("butKetthuc.Image")));
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(131, 114);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(70, 25);
     this.butKetthuc.TabIndex   = 7;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location  = new System.Drawing.Point(3, 43);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(56, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Khoa :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // makp
     //
     this.makp.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.makp.Location = new System.Drawing.Point(60, 43);
     this.makp.Name     = "makp";
     this.makp.Size     = new System.Drawing.Size(191, 21);
     this.makp.TabIndex = 5;
     this.makp.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // time
     //
     this.time.ForeColor = System.Drawing.SystemColors.ControlText;
     this.time.Location  = new System.Drawing.Point(59, 71);
     this.time.Name      = "time";
     this.time.Size      = new System.Drawing.Size(156, 16);
     this.time.TabIndex  = 105;
     this.time.Text      = "checkBox1";
     //
     // chkDoituong
     //
     this.chkDoituong.ForeColor = System.Drawing.SystemColors.ControlText;
     this.chkDoituong.Location  = new System.Drawing.Point(59, 92);
     this.chkDoituong.Name      = "chkDoituong";
     this.chkDoituong.Size      = new System.Drawing.Size(156, 16);
     this.chkDoituong.TabIndex  = 106;
     this.chkDoituong.Text      = "Theo đối tượng";
     //
     // frmThthbn
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(256, 151);
     this.Controls.Add(this.chkDoituong);
     this.Controls.Add(this.time);
     this.Controls.Add(this.makp);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.den);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmThthbn";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Tổng hợp tình hình người bệnh";
     this.Load           += new System.EventHandler(this.frmThthbn_Load);
     this.ResumeLayout(false);
 }
 /// <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(PasswordPromptForm));
     this.groupBox_PasswordVerivicationForm_Login = new System.Windows.Forms.GroupBox();
     this.button_PasswordPromptForm_Cancel        = new System.Windows.Forms.Button();
     this.textBox_PasswordPromptForm_Password     = new System.Windows.Forms.TextBox();
     this.label_PasswordPromptForm_Password       = new System.Windows.Forms.Label();
     this.button_PasswordPromptForm_Accept        = new System.Windows.Forms.Button();
     this.label_PasswordPromptForm_Descpription   = new System.Windows.Forms.Label();
     this.groupBox_PasswordVerivicationForm_Login.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox_PasswordVerivicationForm_Login
     //
     this.groupBox_PasswordVerivicationForm_Login.Controls.Add(this.button_PasswordPromptForm_Cancel);
     this.groupBox_PasswordVerivicationForm_Login.Controls.Add(this.textBox_PasswordPromptForm_Password);
     this.groupBox_PasswordVerivicationForm_Login.Controls.Add(this.label_PasswordPromptForm_Password);
     this.groupBox_PasswordVerivicationForm_Login.Controls.Add(this.button_PasswordPromptForm_Accept);
     this.groupBox_PasswordVerivicationForm_Login.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox_PasswordVerivicationForm_Login.Location  = new System.Drawing.Point(16, 64);
     this.groupBox_PasswordVerivicationForm_Login.Name      = "groupBox_PasswordVerivicationForm_Login";
     this.groupBox_PasswordVerivicationForm_Login.Size      = new System.Drawing.Size(208, 112);
     this.groupBox_PasswordVerivicationForm_Login.TabIndex  = 10;
     this.groupBox_PasswordVerivicationForm_Login.TabStop   = false;
     //
     // button_PasswordPromptForm_Cancel
     //
     this.button_PasswordPromptForm_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button_PasswordPromptForm_Cancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.button_PasswordPromptForm_Cancel.Location     = new System.Drawing.Point(112, 72);
     this.button_PasswordPromptForm_Cancel.Name         = "button_PasswordPromptForm_Cancel";
     this.button_PasswordPromptForm_Cancel.Size         = new System.Drawing.Size(80, 23);
     this.button_PasswordPromptForm_Cancel.TabIndex     = 2;
     this.button_PasswordPromptForm_Cancel.Text         = "Cancel";
     this.button_PasswordPromptForm_Cancel.Click       += new System.EventHandler(this.button_PasswordPromptForm_Cancel_Click);
     //
     // textBox_PasswordPromptForm_Password
     //
     this.textBox_PasswordPromptForm_Password.Location     = new System.Drawing.Point(16, 40);
     this.textBox_PasswordPromptForm_Password.Name         = "textBox_PasswordPromptForm_Password";
     this.textBox_PasswordPromptForm_Password.PasswordChar = '*';
     this.textBox_PasswordPromptForm_Password.Size         = new System.Drawing.Size(176, 20);
     this.textBox_PasswordPromptForm_Password.TabIndex     = 0;
     //
     // label_PasswordPromptForm_Password
     //
     this.label_PasswordPromptForm_Password.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label_PasswordPromptForm_Password.Location  = new System.Drawing.Point(16, 24);
     this.label_PasswordPromptForm_Password.Name      = "label_PasswordPromptForm_Password";
     this.label_PasswordPromptForm_Password.Size      = new System.Drawing.Size(176, 16);
     this.label_PasswordPromptForm_Password.TabIndex  = 3;
     this.label_PasswordPromptForm_Password.Text      = "Password:"******"button_PasswordPromptForm_Accept";
     this.button_PasswordPromptForm_Accept.Size         = new System.Drawing.Size(80, 23);
     this.button_PasswordPromptForm_Accept.TabIndex     = 1;
     this.button_PasswordPromptForm_Accept.Text         = "Accept";
     this.button_PasswordPromptForm_Accept.Click       += new System.EventHandler(this.button_PasswordPromptForm_Accept_Click);
     //
     // label_PasswordPromptForm_Descpription
     //
     this.label_PasswordPromptForm_Descpription.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label_PasswordPromptForm_Descpription.Location  = new System.Drawing.Point(16, 8);
     this.label_PasswordPromptForm_Descpription.Name      = "label_PasswordPromptForm_Descpription";
     this.label_PasswordPromptForm_Descpription.Size      = new System.Drawing.Size(216, 48);
     this.label_PasswordPromptForm_Descpription.TabIndex  = 11;
     this.label_PasswordPromptForm_Descpription.Text      = "Selected DataBase file was encrypted. Please enter password to decrypt data.";
     this.label_PasswordPromptForm_Descpription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PasswordPromptForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(242, 192);
     this.Controls.Add(this.label_PasswordPromptForm_Descpription);
     this.Controls.Add(this.groupBox_PasswordVerivicationForm_Login);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "PasswordPromptForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.groupBox_PasswordVerivicationForm_Login.ResumeLayout(false);
     this.groupBox_PasswordVerivicationForm_Login.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddThread));
     this.button1         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.textNext        = new System.Windows.Forms.TextBox();
     this.textPrev        = new System.Windows.Forms.TextBox();
     this.label5          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.textNumber      = new System.Windows.Forms.TextBox();
     this.label3          = new System.Windows.Forms.Label();
     this.textUid         = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.textName        = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.comboDirection  = new System.Windows.Forms.ComboBox();
     this.label10         = new System.Windows.Forms.Label();
     this.groupBox4       = new System.Windows.Forms.GroupBox();
     this.textFinishY     = new System.Windows.Forms.TextBox();
     this.textFinishX     = new System.Windows.Forms.TextBox();
     this.label8          = new System.Windows.Forms.Label();
     this.label9          = new System.Windows.Forms.Label();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.textStartY      = new System.Windows.Forms.TextBox();
     this.textStartX      = new System.Windows.Forms.TextBox();
     this.label7          = new System.Windows.Forms.Label();
     this.label6          = new System.Windows.Forms.Label();
     this.timer1          = new System.Windows.Forms.Timer(this.components);
     this.checkStopAtEnds = new System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.button1.Location                = new System.Drawing.Point(210, 182);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(75, 23);
     this.button1.TabIndex                = 12;
     this.button1.Text                    = "OK";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click                  += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Location                = new System.Drawing.Point(321, 182);
     this.button2.Name                    = "button2";
     this.button2.Size                    = new System.Drawing.Size(75, 23);
     this.button2.TabIndex                = 13;
     this.button2.Text                    = "Отмена";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click                  += new System.EventHandler(this.button2_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textNext);
     this.groupBox1.Controls.Add(this.textPrev);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textNumber);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.textUid);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.textName);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(370, 114);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Общие параметры";
     //
     // textNext
     //
     this.textNext.Location = new System.Drawing.Point(281, 81);
     this.textNext.Name     = "textNext";
     this.textNext.Size     = new System.Drawing.Size(74, 20);
     this.textNext.TabIndex = 5;
     //
     // textPrev
     //
     this.textPrev.Location = new System.Drawing.Point(112, 81);
     this.textPrev.Name     = "textPrev";
     this.textPrev.Size     = new System.Drawing.Size(64, 20);
     this.textPrev.TabIndex = 4;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(200, 84);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(75, 20);
     this.label5.TabIndex = 15;
     this.label5.Text     = "Следующая:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(14, 84);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(92, 19);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Предыдущая:";
     //
     // textNumber
     //
     this.textNumber.Location = new System.Drawing.Point(294, 28);
     this.textNumber.Name     = "textNumber";
     this.textNumber.Size     = new System.Drawing.Size(61, 20);
     this.textNumber.TabIndex = 2;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(216, 31);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(72, 18);
     this.label3.TabIndex = 12;
     this.label3.Text     = "Номер нити:";
     //
     // textUid
     //
     this.textUid.Location = new System.Drawing.Point(112, 29);
     this.textUid.Name     = "textUid";
     this.textUid.Size     = new System.Drawing.Size(87, 20);
     this.textUid.TabIndex = 1;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(14, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(92, 21);
     this.label2.TabIndex = 10;
     this.label2.Text     = "Идентификатор:";
     //
     // textName
     //
     this.textName.Location = new System.Drawing.Point(112, 55);
     this.textName.Name     = "textName";
     this.textName.Size     = new System.Drawing.Size(243, 20);
     this.textName.TabIndex = 3;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(14, 58);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(92, 19);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Наименование:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.comboDirection);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.groupBox4);
     this.groupBox2.Controls.Add(this.groupBox3);
     this.groupBox2.Location = new System.Drawing.Point(398, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(233, 143);
     this.groupBox2.TabIndex = 9;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Позиция";
     //
     // comboDirection
     //
     this.comboDirection.DisplayMember     = "0";
     this.comboDirection.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDirection.FormattingEnabled = true;
     this.comboDirection.Items.AddRange(new object[] { "Горизонтально", "Вертикально" });
     this.comboDirection.Location = new System.Drawing.Point(92, 108);
     this.comboDirection.Name     = "comboDirection";
     this.comboDirection.Size     = new System.Drawing.Size(132, 21);
     this.comboDirection.TabIndex = 11;
     this.comboDirection.Tag      = "0";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(6, 111);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(80, 17);
     this.label10.TabIndex = 2;
     this.label10.Text     = "Направление:";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.textFinishY);
     this.groupBox4.Controls.Add(this.textFinishX);
     this.groupBox4.Controls.Add(this.label8);
     this.groupBox4.Controls.Add(this.label9);
     this.groupBox4.Location = new System.Drawing.Point(120, 19);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(104, 78);
     this.groupBox4.TabIndex = 1;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Завершение";
     //
     // textFinishY
     //
     this.textFinishY.Location = new System.Drawing.Point(34, 45);
     this.textFinishY.Name     = "textFinishY";
     this.textFinishY.Size     = new System.Drawing.Size(58, 20);
     this.textFinishY.TabIndex = 10;
     //
     // textFinishX
     //
     this.textFinishX.Location = new System.Drawing.Point(34, 19);
     this.textFinishX.Name     = "textFinishX";
     this.textFinishX.Size     = new System.Drawing.Size(58, 20);
     this.textFinishX.TabIndex = 9;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(6, 48);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(22, 18);
     this.label8.TabIndex = 5;
     this.label8.Text     = "Y:";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(6, 22);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(22, 17);
     this.label9.TabIndex = 4;
     this.label9.Text     = "X:";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textStartY);
     this.groupBox3.Controls.Add(this.textStartX);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Location = new System.Drawing.Point(6, 19);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(108, 78);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Начало";
     //
     // textStartY
     //
     this.textStartY.Location = new System.Drawing.Point(34, 48);
     this.textStartY.Name     = "textStartY";
     this.textStartY.Size     = new System.Drawing.Size(58, 20);
     this.textStartY.TabIndex = 8;
     //
     // textStartX
     //
     this.textStartX.Location = new System.Drawing.Point(34, 22);
     this.textStartX.Name     = "textStartX";
     this.textStartX.Size     = new System.Drawing.Size(58, 20);
     this.textStartX.TabIndex = 7;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(6, 51);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(22, 18);
     this.label7.TabIndex = 1;
     this.label7.Text     = "Y:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(6, 25);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(22, 17);
     this.label6.TabIndex = 0;
     this.label6.Text     = "X:";
     //
     // checkStopAtEnds
     //
     this.checkStopAtEnds.Location = new System.Drawing.Point(26, 132);
     this.checkStopAtEnds.Name     = "checkStopAtEnds";
     this.checkStopAtEnds.Size     = new System.Drawing.Size(166, 22);
     this.checkStopAtEnds.TabIndex = 6;
     this.checkStopAtEnds.Text     = "Останавливать на концах";
     this.checkStopAtEnds.UseVisualStyleBackColor = true;
     //
     // AddThread
     //
     this.AcceptButton        = this.button1;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.button2;
     this.ClientSize          = new System.Drawing.Size(639, 217);
     this.Controls.Add(this.checkStopAtEnds);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AddThread";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Добавить линию производства";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
示例#34
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddShapeForm));
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.btnAddPoint    = new System.Windows.Forms.Button();
     this.ErrorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.txtX           = new System.Windows.Forms.TextBox();
     this.txtY           = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.ErrorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // btnAddPoint
     //
     resources.ApplyResources(this.btnAddPoint, "btnAddPoint");
     this.btnAddPoint.Name   = "btnAddPoint";
     this.btnAddPoint.Click += new System.EventHandler(this.btnAddPoint_Click);
     //
     // ErrorProvider1
     //
     this.ErrorProvider1.ContainerControl = this;
     resources.ApplyResources(this.ErrorProvider1, "ErrorProvider1");
     //
     // txtX
     //
     resources.ApplyResources(this.txtX, "txtX");
     this.txtX.Name         = "txtX";
     this.txtX.TextChanged += new System.EventHandler(this.txt_TextChanged);
     //
     // txtY
     //
     resources.ApplyResources(this.txtY, "txtY");
     this.txtY.Name         = "txtY";
     this.txtY.TextChanged += new System.EventHandler(this.txt_TextChanged);
     //
     // AddShapeForm
     //
     this.AcceptButton = this.btnAddPoint;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.btnAddPoint);
     this.Controls.Add(this.txtY);
     this.Controls.Add(this.txtX);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "AddShapeForm";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.AddShapeForm_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.ErrorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#35
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AssetCategoriesReport));
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell8      = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.pageHeaderBand1   = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell7      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell4      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6      = new DevExpress.XtraReports.UI.XRTableCell();
     this.pageFooterBand1   = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.User              = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.Title             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.FieldCaption      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DataField         = new DevExpress.XtraReports.UI.XRControlStyle();
     this.GroupHeader1      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel17         = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     resources.ApplyResources(this.Detail, "Detail");
     this.Detail.Name    = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // xrTable2
     //
     this.xrTable2.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     resources.ApplyResources(this.xrTable2, "xrTable2");
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow4
     });
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell8
     });
     this.xrTableRow4.Name = "xrTableRow4";
     resources.ApplyResources(this.xrTableRow4, "xrTableRow4");
     //
     // xrTableCell8
     //
     this.xrTableCell8.CanGrow = false;
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "name")
     });
     this.xrTableCell8.Name      = "xrTableCell8";
     this.xrTableCell8.StyleName = "DataField";
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     resources.ApplyResources(this.xrTableCell8, "xrTableCell8");
     //
     // TopMargin
     //
     this.TopMargin.Name    = "TopMargin";
     this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     resources.ApplyResources(this.TopMargin, "TopMargin");
     //
     // BottomMargin
     //
     this.BottomMargin.Name    = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     resources.ApplyResources(this.BottomMargin, "BottomMargin");
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = typeof(Model.Employees.Profile.AssetCategory);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // pageHeaderBand1
     //
     this.pageHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     resources.ApplyResources(this.pageHeaderBand1, "pageHeaderBand1");
     this.pageHeaderBand1.Name = "pageHeaderBand1";
     //
     // xrTable1
     //
     this.xrTable1.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom;
     resources.ApplyResources(this.xrTable1, "xrTable1");
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3
     });
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell7
     });
     this.xrTableRow3.Name = "xrTableRow3";
     resources.ApplyResources(this.xrTableRow3, "xrTableRow3");
     //
     // xrTableCell7
     //
     this.xrTableCell7.CanGrow   = false;
     this.xrTableCell7.Name      = "xrTableCell7";
     this.xrTableCell7.StyleName = "FieldCaption";
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     resources.ApplyResources(this.xrTableCell7, "xrTableCell7");
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3
     });
     this.xrTableRow1.Name = "xrTableRow1";
     resources.ApplyResources(this.xrTableRow1, "xrTableRow1");
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name = "xrTableCell1";
     resources.ApplyResources(this.xrTableCell1, "xrTableCell1");
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name = "xrTableCell2";
     resources.ApplyResources(this.xrTableCell2, "xrTableCell2");
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name = "xrTableCell3";
     resources.ApplyResources(this.xrTableCell3, "xrTableCell3");
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6
     });
     this.xrTableRow2.Name = "xrTableRow2";
     resources.ApplyResources(this.xrTableRow2, "xrTableRow2");
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name = "xrTableCell4";
     resources.ApplyResources(this.xrTableCell4, "xrTableCell4");
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name = "xrTableCell5";
     resources.ApplyResources(this.xrTableCell5, "xrTableCell5");
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name = "xrTableCell6";
     resources.ApplyResources(this.xrTableCell6, "xrTableCell6");
     //
     // pageFooterBand1
     //
     this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.xrLabel3,
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     resources.ApplyResources(this.pageFooterBand1, "pageFooterBand1");
     this.pageFooterBand1.Name = "pageFooterBand1";
     //
     // xrLabel2
     //
     resources.ApplyResources(this.xrLabel2, "xrLabel2");
     this.xrLabel2.Name    = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.User, "Text", "")
     });
     resources.ApplyResources(this.xrLabel3, "xrLabel3");
     this.xrLabel3.Name    = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     //
     // User
     //
     this.User.Name    = "User";
     this.User.Visible = false;
     //
     // xrPageInfo1
     //
     resources.ApplyResources(this.xrPageInfo1, "xrPageInfo1");
     this.xrPageInfo1.Name      = "xrPageInfo1";
     this.xrPageInfo1.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo  = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.StyleName = "PageInfo";
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     //
     // xrPageInfo2
     //
     resources.ApplyResources(this.xrPageInfo2, "xrPageInfo2");
     this.xrPageInfo2.Name      = "xrPageInfo2";
     this.xrPageInfo2.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.StyleName = "PageInfo";
     this.xrPageInfo2.StylePriority.UseTextAlignment = false;
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1
     });
     resources.ApplyResources(this.reportHeaderBand1, "reportHeaderBand1");
     this.reportHeaderBand1.Name = "reportHeaderBand1";
     //
     // xrLabel1
     //
     resources.ApplyResources(this.xrLabel1, "xrLabel1");
     this.xrLabel1.Name      = "xrLabel1";
     this.xrLabel1.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.StyleName = "Title";
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     //
     // Title
     //
     this.Title.BackColor   = System.Drawing.Color.Transparent;
     this.Title.BorderColor = System.Drawing.Color.Black;
     this.Title.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.Title.BorderWidth = 1F;
     this.Title.Font        = new System.Drawing.Font("Times New Roman", 21F);
     this.Title.ForeColor   = System.Drawing.Color.Black;
     this.Title.Name        = "Title";
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor   = System.Drawing.Color.Transparent;
     this.FieldCaption.BorderColor = System.Drawing.Color.Black;
     this.FieldCaption.Borders     = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.FieldCaption.BorderWidth = 1F;
     this.FieldCaption.Font        = new System.Drawing.Font("Times New Roman", 10F);
     this.FieldCaption.ForeColor   = System.Drawing.Color.Black;
     this.FieldCaption.Name        = "FieldCaption";
     //
     // PageInfo
     //
     this.PageInfo.BackColor   = System.Drawing.Color.Transparent;
     this.PageInfo.BorderColor = System.Drawing.Color.Black;
     this.PageInfo.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1F;
     this.PageInfo.Font        = new System.Drawing.Font("Arial", 8F);
     this.PageInfo.ForeColor   = System.Drawing.Color.Black;
     this.PageInfo.Name        = "PageInfo";
     //
     // DataField
     //
     this.DataField.BackColor   = System.Drawing.Color.Transparent;
     this.DataField.BorderColor = System.Drawing.Color.Black;
     this.DataField.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1F;
     this.DataField.Font        = new System.Drawing.Font("Arial", 9F);
     this.DataField.ForeColor   = System.Drawing.Color.Black;
     this.DataField.Name        = "DataField";
     this.DataField.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel17
     });
     resources.ApplyResources(this.GroupHeader1, "GroupHeader1");
     this.GroupHeader1.Name = "GroupHeader1";
     //
     // xrLabel17
     //
     resources.ApplyResources(this.xrLabel17, "xrLabel17");
     this.xrLabel17.Name    = "xrLabel17";
     this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrLabel17_BeforePrint);
     //
     // AssetCategoriesReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.pageHeaderBand1,
         this.pageFooterBand1,
         this.reportHeaderBand1,
         this.GroupHeader1
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     resources.ApplyResources(this, "$this");
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.User
     });
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "18.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
示例#36
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Syncfusion.Windows.Forms.Edit.Implementation.Config.Config config1   = new Syncfusion.Windows.Forms.Edit.Implementation.Config.Config();
            System.ComponentModel.ComponentResourceManager             resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.editControl1         = new Syncfusion.Windows.Forms.Edit.EditControl();
            this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this);
            this.bar1           = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "Menu");
            this.parentBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem1       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem2       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem3       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem4       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem5       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem6       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem7       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem8       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem9       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem10      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem11      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem12      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem13      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit();
            this.SuspendLayout();
            //
            // editControl1
            //
            this.editControl1.AutoIndentMode         = Syncfusion.Windows.Forms.Edit.Enums.AutoIndentMode.Smart;
            this.editControl1.BackColor              = System.Drawing.SystemColors.Window;
            this.editControl1.BorderStyle            = System.Windows.Forms.BorderStyle.Fixed3D;
            this.editControl1.CodeSnipptSize         = new System.Drawing.Size(100, 100);
            this.editControl1.Configurator           = config1;
            this.editControl1.ContextChoiceForeColor = System.Drawing.SystemColors.InfoText;
            this.editControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.editControl1.IndicatorMarginBackColor = System.Drawing.Color.Empty;
            this.editControl1.LineNumbersFont          = new System.Drawing.Font("Segoe UI", 8.25F);
            this.editControl1.Location                                = new System.Drawing.Point(10, 42);
            this.editControl1.Name                                    = "editControl1";
            this.editControl1.RenderRightToLeft                       = false;
            this.editControl1.SaveOnClose                             = false;
            this.editControl1.ScrollPosition                          = new System.Drawing.Point(0, 0);
            this.editControl1.ScrollVisualStyle                       = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro;
            this.editControl1.ShowHorizontalSplitters                 = false;
            this.editControl1.ShowIndicatorMargin                     = false;
            this.editControl1.ShowLineNumbers                         = false;
            this.editControl1.ShowOutliningCollapsers                 = false;
            this.editControl1.ShowVerticalSplitters                   = false;
            this.editControl1.Size                                    = new System.Drawing.Size(522, 394);
            this.editControl1.StatusBarSettings.CoordsPanel.Width     = 150;
            this.editControl1.StatusBarSettings.EncodingPanel.Width   = 100;
            this.editControl1.StatusBarSettings.FileNamePanel.Width   = 100;
            this.editControl1.StatusBarSettings.InsertPanel.Width     = 33;
            this.editControl1.StatusBarSettings.Offcie2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Blue;
            this.editControl1.StatusBarSettings.Offcie2010ColorScheme = Syncfusion.Windows.Forms.Office2010Theme.Blue;
            this.editControl1.StatusBarSettings.StatusPanel.Width     = 70;
            this.editControl1.StatusBarSettings.TextPanel.Width       = 80;
            this.editControl1.StatusBarSettings.VisualStyle           = Syncfusion.Windows.Forms.Tools.Controls.StatusBar.VisualStyle.Default;
            this.editControl1.TabIndex                                = 0;
            this.editControl1.Text                                    = "";
            this.editControl1.TransferFocusOnTab                      = true;
            this.editControl1.UseXPStyleBorder                        = true;
            this.editControl1.VisualColumn                            = 1;
            //
            // mainFrameBarManager1
            //
#if !NETCORE
            this.mainFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("mainFrameBarManager1.BarPositionInfo")));
#endif
            this.mainFrameBarManager1.Bars.Add(this.bar1);
            this.mainFrameBarManager1.Categories.Add("File");
            this.mainFrameBarManager1.Categories.Add("Edit");
            this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm";
            this.mainFrameBarManager1.EnableMenuMerge     = true;
            this.mainFrameBarManager1.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.mainFrameBarManager1.Form = this;
            this.mainFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.parentBarItem1,
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.barItem5,
                this.barItem6,
                this.parentBarItem2,
                this.barItem7,
                this.barItem8,
                this.barItem9,
                this.barItem10,
                this.barItem11,
                this.barItem13,
                this.barItem12
            });
            this.mainFrameBarManager1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(110)))), ((int)(((byte)(218)))));
            this.mainFrameBarManager1.ResetCustomization = false;
            this.mainFrameBarManager1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.mainFrameBarManager1.UseBackwardCompatiblity = false;
            //
            // bar1
            //
            this.bar1.BarName = "Menu";
            this.bar1.Caption = "Menu";
            this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.parentBarItem1,
                this.parentBarItem2
            });
            this.bar1.Manager = this.mainFrameBarManager1;
            //
            // parentBarItem1
            //
            this.parentBarItem1.BarName       = "parentBarItem1";
            this.parentBarItem1.CategoryIndex = 0;
            this.parentBarItem1.ID            = "&File";
            this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.barItem5,
                this.barItem6
            });
            this.parentBarItem1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(110)))), ((int)(((byte)(218)))));
            this.parentBarItem1.ShowToolTipInPopUp = false;
            this.parentBarItem1.SizeToFit          = true;
            this.parentBarItem1.Text       = "&File";
            this.parentBarItem1.WrapLength = 20;
            //
            // barItem1
            //
            this.barItem1.BarName            = "barItem1";
            this.barItem1.CategoryIndex      = 0;
            this.barItem1.ID                 = "&New";
            this.barItem1.ShowToolTipInPopUp = false;
            this.barItem1.SizeToFit          = true;
            this.barItem1.Text               = "&New";
            this.barItem1.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem2
            //
            this.barItem2.BarName            = "barItem2";
            this.barItem2.CategoryIndex      = 0;
            this.barItem2.ID                 = "&Open";
            this.barItem2.ShowToolTipInPopUp = false;
            this.barItem2.SizeToFit          = true;
            this.barItem2.Text               = "&Open";
            this.barItem2.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem3
            //
            this.barItem3.BarName            = "barItem3";
            this.barItem3.CategoryIndex      = 0;
            this.barItem3.ID                 = "&Save";
            this.barItem3.ShowToolTipInPopUp = false;
            this.barItem3.SizeToFit          = true;
            this.barItem3.Text               = "&Save";
            this.barItem3.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem4
            //
            this.barItem4.BarName            = "barItem4";
            this.barItem4.CategoryIndex      = 0;
            this.barItem4.ID                 = "Save&As";
            this.barItem4.ShowToolTipInPopUp = false;
            this.barItem4.SizeToFit          = true;
            this.barItem4.Text               = "Save&As";
            this.barItem4.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem5
            //
            this.barItem5.BarName            = "barItem5";
            this.barItem5.CategoryIndex      = 0;
            this.barItem5.ID                 = "&Close";
            this.barItem5.ShowToolTipInPopUp = false;
            this.barItem5.SizeToFit          = true;
            this.barItem5.Text               = "&Close";
            this.barItem5.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem6
            //
            this.barItem6.BarName            = "barItem6";
            this.barItem6.CategoryIndex      = 0;
            this.barItem6.ID                 = "&Exit";
            this.barItem6.ShowToolTipInPopUp = false;
            this.barItem6.SizeToFit          = true;
            this.barItem6.Text               = "&Exit";
            this.barItem6.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // parentBarItem2
            //
            this.parentBarItem2.BarName       = "parentBarItem2";
            this.parentBarItem2.CategoryIndex = 1;
            this.parentBarItem2.ID            = "&Edit";
            this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem7,
                this.barItem8,
                this.barItem9,
                this.barItem10,
                this.barItem11,
                this.barItem12,
                this.barItem13
            });
            this.parentBarItem2.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(110)))), ((int)(((byte)(218)))));
            this.parentBarItem2.ShowToolTipInPopUp = false;
            this.parentBarItem2.SizeToFit          = true;
            this.parentBarItem2.Text       = "&Edit";
            this.parentBarItem2.WrapLength = 20;
            //
            // barItem7
            //
            this.barItem7.BarName            = "barItem7";
            this.barItem7.CategoryIndex      = 1;
            this.barItem7.ID                 = "&Undo";
            this.barItem7.ShowToolTipInPopUp = false;
            this.barItem7.SizeToFit          = true;
            this.barItem7.Text               = "&Undo";
            this.barItem7.Click             += new System.EventHandler(this.EditMenuClick);
            //
            // barItem8
            //
            this.barItem8.BarName            = "barItem8";
            this.barItem8.CategoryIndex      = 1;
            this.barItem8.ID                 = "&Redo";
            this.barItem8.ShowToolTipInPopUp = false;
            this.barItem8.SizeToFit          = true;
            this.barItem8.Text               = "&Redo";
            this.barItem8.Click             += new System.EventHandler(this.EditMenuClick);
            //
            // barItem9
            //
            this.barItem9.BarName            = "barItem9";
            this.barItem9.CategoryIndex      = 1;
            this.barItem9.ID                 = "&Cut";
            this.barItem9.ShowToolTipInPopUp = false;
            this.barItem9.SizeToFit          = true;
            this.barItem9.Text               = "&Cut";
            this.barItem9.Click             += new System.EventHandler(this.EditMenuClick);
            //
            // barItem10
            //
            this.barItem10.BarName            = "barItem10";
            this.barItem10.CategoryIndex      = 1;
            this.barItem10.ID                 = "C&opy";
            this.barItem10.ShowToolTipInPopUp = false;
            this.barItem10.SizeToFit          = true;
            this.barItem10.Text               = "C&opy";
            this.barItem10.Click             += new System.EventHandler(this.EditMenuClick);
            //
            // barItem11
            //
            this.barItem11.BarName            = "barItem11";
            this.barItem11.CategoryIndex      = 1;
            this.barItem11.ID                 = "&Paste";
            this.barItem11.ShowToolTipInPopUp = false;
            this.barItem11.SizeToFit          = true;
            this.barItem11.Text               = "&Paste";
            this.barItem11.Click             += new System.EventHandler(this.EditMenuClick);
            //
            // barItem12
            //
            this.barItem12.BarName            = "barItem12";
            this.barItem12.CategoryIndex      = 1;
            this.barItem12.ID                 = "&Select All";
            this.barItem12.ShowToolTipInPopUp = false;
            this.barItem12.SizeToFit          = true;
            this.barItem12.Text               = "&Select All";
            this.barItem12.Click             += new System.EventHandler(this.EditMenuClick);
            //
            // barItem13
            //
            this.barItem13.BarName            = "barItem13";
            this.barItem13.CategoryIndex      = 1;
            this.barItem13.ID                 = "Ca&ncel Selection";
            this.barItem13.ShowToolTipInPopUp = false;
            this.barItem13.SizeToFit          = true;
            this.barItem13.Text               = "Ca&ncel Selection";
            this.barItem13.Click             += new System.EventHandler(this.EditMenuClick);
            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.ClientSize        = new System.Drawing.Size(542, 446);
            this.Controls.Add(this.editControl1);
            this.Font          = new System.Drawing.Font("Segoe UI", 8.25F);
            this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize   = new System.Drawing.Size(554, 482);
            this.Name          = "Form1";
            this.Padding       = new System.Windows.Forms.Padding(10);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Clipboard Functions";
            this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit();
            this.ResumeLayout(false);
        }
示例#37
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(MainForm));
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.generateMapButton   = new System.Windows.Forms.Button();
     this.citiesCountBox      = new System.Windows.Forms.TextBox();
     this.label1              = new System.Windows.Forms.Label();
     this.mapControl          = new AForge.Controls.Chart();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.greedyCrossoverBox  = new System.Windows.Forms.CheckBox();
     this.label5              = new System.Windows.Forms.Label();
     this.iterationsBox       = new System.Windows.Forms.TextBox();
     this.label4              = new System.Windows.Forms.Label();
     this.selectionBox        = new System.Windows.Forms.ComboBox();
     this.label3              = new System.Windows.Forms.Label();
     this.populationSizeBox   = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.groupBox3           = new System.Windows.Forms.GroupBox();
     this.pathLengthBox       = new System.Windows.Forms.TextBox();
     this.label7              = new System.Windows.Forms.Label();
     this.currentIterationBox = new System.Windows.Forms.TextBox();
     this.label6              = new System.Windows.Forms.Label();
     this.startButton         = new System.Windows.Forms.Button();
     this.stopButton          = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.generateMapButton);
     this.groupBox1.Controls.Add(this.citiesCountBox);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.mapControl);
     this.groupBox1.Location = new System.Drawing.Point(16, 15);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(480, 497);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Map";
     //
     // generateMapButton
     //
     this.generateMapButton.Location = new System.Drawing.Point(176, 452);
     this.generateMapButton.Name     = "generateMapButton";
     this.generateMapButton.Size     = new System.Drawing.Size(120, 32);
     this.generateMapButton.TabIndex = 3;
     this.generateMapButton.Text     = "&Generate";
     this.generateMapButton.Click   += new System.EventHandler(this.generateMapButton_Click);
     //
     // citiesCountBox
     //
     this.citiesCountBox.Location = new System.Drawing.Point(80, 453);
     this.citiesCountBox.Name     = "citiesCountBox";
     this.citiesCountBox.Size     = new System.Drawing.Size(80, 26);
     this.citiesCountBox.TabIndex = 2;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 456);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 23);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Cities:";
     //
     // mapControl
     //
     this.mapControl.Location = new System.Drawing.Point(16, 29);
     this.mapControl.Name     = "mapControl";
     this.mapControl.RangeX   = ((AForge.Range)(resources.GetObject("mapControl.RangeX")));
     this.mapControl.RangeY   = ((AForge.Range)(resources.GetObject("mapControl.RangeY")));
     this.mapControl.Size     = new System.Drawing.Size(448, 409);
     this.mapControl.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.greedyCrossoverBox);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.iterationsBox);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.selectionBox);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.populationSizeBox);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Location = new System.Drawing.Point(512, 15);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(296, 328);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Settings";
     //
     // greedyCrossoverBox
     //
     this.greedyCrossoverBox.Location = new System.Drawing.Point(16, 102);
     this.greedyCrossoverBox.Name     = "greedyCrossoverBox";
     this.greedyCrossoverBox.Size     = new System.Drawing.Size(192, 35);
     this.greedyCrossoverBox.TabIndex = 7;
     this.greedyCrossoverBox.Text     = "Greedy crossover";
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(200, 292);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(93, 22);
     this.label5.TabIndex = 6;
     this.label5.Text     = "( 0 - inifinity )";
     //
     // iterationsBox
     //
     this.iterationsBox.Location = new System.Drawing.Point(200, 263);
     this.iterationsBox.Name     = "iterationsBox";
     this.iterationsBox.Size     = new System.Drawing.Size(80, 26);
     this.iterationsBox.TabIndex = 5;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 266);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(96, 23);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Iterations:";
     //
     // selectionBox
     //
     this.selectionBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.selectionBox.Items.AddRange(new object[] {
         "Elite",
         "Rank",
         "Roulette"
     });
     this.selectionBox.Location = new System.Drawing.Point(176, 66);
     this.selectionBox.Name     = "selectionBox";
     this.selectionBox.Size     = new System.Drawing.Size(104, 28);
     this.selectionBox.TabIndex = 3;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 69);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(160, 23);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Selection method:";
     //
     // populationSizeBox
     //
     this.populationSizeBox.Location = new System.Drawing.Point(200, 29);
     this.populationSizeBox.Name     = "populationSizeBox";
     this.populationSizeBox.Size     = new System.Drawing.Size(80, 26);
     this.populationSizeBox.TabIndex = 1;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(144, 24);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Population size:";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.pathLengthBox);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.currentIterationBox);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Location = new System.Drawing.Point(512, 351);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(296, 109);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Current iteration";
     //
     // pathLengthBox
     //
     this.pathLengthBox.Location = new System.Drawing.Point(200, 66);
     this.pathLengthBox.Name     = "pathLengthBox";
     this.pathLengthBox.ReadOnly = true;
     this.pathLengthBox.Size     = new System.Drawing.Size(80, 26);
     this.pathLengthBox.TabIndex = 3;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(16, 69);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(128, 23);
     this.label7.TabIndex = 2;
     this.label7.Text     = "Path length:";
     //
     // currentIterationBox
     //
     this.currentIterationBox.Location = new System.Drawing.Point(200, 29);
     this.currentIterationBox.Name     = "currentIterationBox";
     this.currentIterationBox.ReadOnly = true;
     this.currentIterationBox.Size     = new System.Drawing.Size(80, 26);
     this.currentIterationBox.TabIndex = 1;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 32);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(80, 24);
     this.label6.TabIndex = 0;
     this.label6.Text     = "Iteration:";
     //
     // startButton
     //
     this.startButton.Location = new System.Drawing.Point(544, 475);
     this.startButton.Name     = "startButton";
     this.startButton.Size     = new System.Drawing.Size(120, 34);
     this.startButton.TabIndex = 3;
     this.startButton.Text     = "&Start";
     this.startButton.Click   += new System.EventHandler(this.startButton_Click);
     //
     // stopButton
     //
     this.stopButton.Enabled  = false;
     this.stopButton.Location = new System.Drawing.Point(688, 475);
     this.stopButton.Name     = "stopButton";
     this.stopButton.Size     = new System.Drawing.Size(120, 34);
     this.stopButton.TabIndex = 4;
     this.stopButton.Text     = "S&top";
     this.stopButton.Click   += new System.EventHandler(this.stopButton_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(824, 530);
     this.Controls.Add(this.stopButton);
     this.Controls.Add(this.startButton);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "MainForm";
     this.Text            = "Traveling Salesman Problem using Genetic Algorithms";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
示例#38
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(Form1));
     this.htmluiControl1 = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl();
     this.panel1         = new System.Windows.Forms.Panel();
     this.panel2         = new System.Windows.Forms.Panel();
     this.panel3         = new System.Windows.Forms.Panel();
     this.label3         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.panel4         = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // htmluiControl1
     //
     this.htmluiControl1.AutoScroll                    = true;
     this.htmluiControl1.AutoScrollMinSize             = new System.Drawing.Size(442, 427);
     this.htmluiControl1.BackColor                     = System.Drawing.Color.White;
     this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control;
     this.htmluiControl1.DefaultFormat.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.htmluiControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.htmluiControl1.Location      = new System.Drawing.Point(0, 0);
     this.htmluiControl1.Name          = "htmluiControl1";
     this.htmluiControl1.ShowTitle     = false;
     this.htmluiControl1.Size          = new System.Drawing.Size(459, 442);
     this.htmluiControl1.TabIndex      = 0;
     this.htmluiControl1.Text          = resources.GetString("htmluiControl1.Text");
     this.htmluiControl1.LoadFinished += new System.EventHandler(this.htmluiControl1_LoadFinished);
     this.htmluiControl1.Paint        += new System.Windows.Forms.PaintEventHandler(this.htmluiControl1_Paint);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor   = System.Drawing.Color.White;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.panel1.Location  = new System.Drawing.Point(480, 10);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(168, 446);
     this.panel1.TabIndex  = 1;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Location = new System.Drawing.Point(8, 16);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(152, 256);
     this.panel2.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Location = new System.Drawing.Point(2, 2);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(148, 252);
     this.panel3.TabIndex = 0;
     //
     // label3
     //
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label3.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Maroon;
     this.label3.Location  = new System.Drawing.Point(2, 162);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(144, 88);
     this.label3.TabIndex  = 9;
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label2.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Maroon;
     this.label2.Location  = new System.Drawing.Point(2, 70);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(144, 84);
     this.label2.TabIndex  = 8;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label1.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(148, 56);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "Click on the product descriptions to get their coordinates";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel4
     //
     this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.htmluiControl1);
     this.panel4.Location = new System.Drawing.Point(13, 10);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(461, 444);
     this.panel4.TabIndex = 2;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ClientSize        = new System.Drawing.Size(658, 467);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel1);
     this.DropShadow    = true;
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(670, 503);
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(10);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Element Coordinates";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.button1          = new Syncfusion.Windows.Forms.ButtonAdv();
     this.label3           = new System.Windows.Forms.Label();
     this.comboBox1        = new System.Windows.Forms.ComboBox();
     this.label4           = new System.Windows.Forms.Label();
     this.numericUpDown1   = new System.Windows.Forms.NumericUpDown();
     this.label20          = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.checkBox1        = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox2        = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.label1           = new System.Windows.Forms.Label();
     this.toolTip1         = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.wordDocxRadioBtn = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.wordDocRadioBtn  = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.pdfRadioBtn      = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.wordDocxRadioBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wordDocRadioBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pdfRadioBtn)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Appearance         = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.button1.BeforeTouchSize    = new System.Drawing.Size(108, 23);
     this.button1.BorderStyleAdv     = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Dashed;
     this.button1.ComboEditBackColor = System.Drawing.Color.Silver;
     this.button1.Font                    = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor               = System.Drawing.Color.White;
     this.button1.IsBackStageButton       = false;
     this.button1.KeepFocusRectangle      = false;
     this.button1.Location                = new System.Drawing.Point(269, 325);
     this.button1.Name                    = "button1";
     this.button1.Office2007ColorScheme   = Syncfusion.Windows.Forms.Office2007Theme.Managed;
     this.button1.Size                    = new System.Drawing.Size(108, 23);
     this.button1.TabIndex                = 26;
     this.button1.Text                    = "Generate";
     this.button1.UseVisualStyle          = true;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click                  += new System.EventHandler(this.button1_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(196, 156);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(87, 13);
     this.label3.TabIndex = 30;
     this.label3.Text     = "Number Format";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(284, 153);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(93, 21);
     this.comboBox1.TabIndex = 31;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(196, 192);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(47, 13);
     this.label4.TabIndex = 32;
     this.label4.Text     = "Start at:";
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(284, 190);
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(93, 22);
     this.numericUpDown1.TabIndex = 33;
     this.numericUpDown1.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label20
     //
     this.label20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(143)))), ((int)(((byte)(164)))), ((int)(((byte)(190)))));
     this.label20.Location  = new System.Drawing.Point(199, 133);
     this.label20.Name      = "label20";
     this.label20.Size      = new System.Drawing.Size(178, 1);
     this.label20.TabIndex  = 34;
     //
     // label5
     //
     this.label5.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor  = System.Drawing.Color.Black;
     this.label5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label5.Location   = new System.Drawing.Point(199, 103);
     this.label5.Name       = "label5";
     this.label5.Size       = new System.Drawing.Size(102, 27);
     this.label5.TabIndex   = 35;
     this.label5.Text       = "Page Number";
     this.label5.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor  = System.Drawing.Color.Black;
     this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label2.Location   = new System.Drawing.Point(7, 103);
     this.label2.Name       = "label2";
     this.label2.Size       = new System.Drawing.Size(132, 27);
     this.label2.TabIndex   = 37;
     this.label2.Text       = "Header And Footer";
     this.label2.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(143)))), ((int)(((byte)(164)))), ((int)(((byte)(190)))));
     this.label6.Location  = new System.Drawing.Point(7, 133);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(170, 1);
     this.label6.TabIndex  = 36;
     //
     // checkBox1
     //
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(186, 29);
     this.checkBox1.Border3DStyle      = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.checkBox1.BorderColor        = System.Drawing.Color.Black;
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.GradientEnd   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.checkBox1.GradientStart = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.checkBox1.Location      = new System.Drawing.Point(6, 155);
     this.checkBox1.MetroColor    = System.Drawing.Color.Gray;
     this.checkBox1.Name          = "checkBox1";
     this.checkBox1.Size          = new System.Drawing.Size(186, 29);
     this.checkBox1.StretchImage  = false;
     this.checkBox1.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.TabIndex      = 38;
     this.checkBox1.Tag           = "scrolls";
     this.checkBox1.Text          = "Header and Footer For First Page";
     this.checkBox1.ThemesEnabled = false;
     //
     // checkBox2
     //
     this.checkBox2.BeforeTouchSize    = new System.Drawing.Size(182, 32);
     this.checkBox2.Border3DStyle      = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.checkBox2.BorderColor        = System.Drawing.Color.Black;
     this.checkBox2.Checked            = true;
     this.checkBox2.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox2.DrawFocusRectangle = false;
     this.checkBox2.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox2.GradientEnd   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.checkBox2.GradientStart = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.checkBox2.Location      = new System.Drawing.Point(6, 190);
     this.checkBox2.MetroColor    = System.Drawing.Color.Gray;
     this.checkBox2.Name          = "checkBox2";
     this.checkBox2.Size          = new System.Drawing.Size(182, 32);
     this.checkBox2.StretchImage  = false;
     this.checkBox2.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox2.TabIndex      = 39;
     this.checkBox2.Tag           = "scrolls";
     this.checkBox2.Text          = "Header and Footer For All Pages";
     this.checkBox2.ThemesEnabled = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(389, 82);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 61;
     this.pictureBox1.TabStop  = false;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.label1.Location  = new System.Drawing.Point(4, 237);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(373, 56);
     this.label1.TabIndex  = 27;
     this.label1.Text      = "Click the button to view the generated Word document or PDF. Please note that Microsoft Word Viewer or Microsoft Word is required to view the resultant Word document and PDF viewer is required to view the resultant PDF.";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.wordDocxRadioBtn);
     this.groupBox1.Controls.Add(this.wordDocRadioBtn);
     this.groupBox1.Controls.Add(this.pdfRadioBtn);
     this.groupBox1.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(6, 308);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(237, 51);
     this.groupBox1.TabIndex = 101;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Save As";
     //
     // worddocxRadioBtn
     //
     this.wordDocxRadioBtn.BeforeTouchSize = new System.Drawing.Size(54, 20);
     this.wordDocxRadioBtn.Border3DStyle   = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.wordDocxRadioBtn.Checked         = true;
     this.wordDocxRadioBtn.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.wordDocxRadioBtn.GradientEnd     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.wordDocxRadioBtn.GradientStart   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.wordDocxRadioBtn.Location        = new System.Drawing.Point(93, 20);
     this.wordDocxRadioBtn.MetroColor      = System.Drawing.Color.Empty;
     this.wordDocxRadioBtn.Name            = "wordDocxRadioBtn";
     this.wordDocxRadioBtn.Size            = new System.Drawing.Size(54, 20);
     this.wordDocxRadioBtn.TabIndex        = 103;
     this.wordDocxRadioBtn.Text            = "DOCX";
     this.wordDocxRadioBtn.ThemesEnabled   = true;
     //
     // worddocRadioBtn
     //
     this.wordDocRadioBtn.BeforeTouchSize = new System.Drawing.Size(47, 20);
     this.wordDocRadioBtn.Border3DStyle   = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.wordDocRadioBtn.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.wordDocRadioBtn.GradientEnd     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.wordDocRadioBtn.GradientStart   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.wordDocRadioBtn.Location        = new System.Drawing.Point(6, 20);
     this.wordDocRadioBtn.MetroColor      = System.Drawing.Color.Empty;
     this.wordDocRadioBtn.Name            = "wordDocRadioBtn";
     this.wordDocRadioBtn.Size            = new System.Drawing.Size(47, 20);
     this.wordDocRadioBtn.TabIndex        = 44;
     this.wordDocRadioBtn.Text            = "DOC";
     this.wordDocRadioBtn.ThemesEnabled   = true;
     //
     // pdfRadioBtn
     //
     this.pdfRadioBtn.BeforeTouchSize = new System.Drawing.Size(45, 20);
     this.pdfRadioBtn.Border3DStyle   = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.pdfRadioBtn.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.pdfRadioBtn.GradientEnd     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.pdfRadioBtn.GradientStart   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.pdfRadioBtn.Location        = new System.Drawing.Point(192, 20);
     this.pdfRadioBtn.MetroColor      = System.Drawing.Color.Empty;
     this.pdfRadioBtn.Name            = "pdfRadioBtn";
     this.pdfRadioBtn.Size            = new System.Drawing.Size(45, 20);
     this.pdfRadioBtn.TabIndex        = 45;
     this.pdfRadioBtn.Text            = "PDF";
     this.pdfRadioBtn.ThemesEnabled   = true;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.BackColor         = System.Drawing.Color.White;
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.ClientSize        = new System.Drawing.Size(389, 373);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label20);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.DropShadow      = true;
     this.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Header and Footer";
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.wordDocxRadioBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wordDocRadioBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pdfRadioBtn)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#40
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(frmDSBacsi));
     this.label1     = new System.Windows.Forms.Label();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.label3     = new System.Windows.Forms.Label();
     this.butXem     = new System.Windows.Forms.Button();
     this.tu         = new System.Windows.Forms.DateTimePicker();
     this.den        = new System.Windows.Forms.DateTimePicker();
     this.quay       = new System.Windows.Forms.CheckedListBox();
     this.label2     = new System.Windows.Forms.Label();
     this.tyle       = new System.Windows.Forms.NumericUpDown();
     this.label4     = new System.Windows.Forms.Label();
     this.butExcel   = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.tyle)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(10, 5);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butKetthuc
     //
     this.butKetthuc.Image      = global::Duoc.Properties.Resources.close_r;
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(169, 208);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(70, 25);
     this.butKetthuc.TabIndex   = 6;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(135, 5);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(40, 23);
     this.label3.TabIndex  = 12;
     this.label3.Text      = "đến :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butXem
     //
     this.butXem.Image      = global::Duoc.Properties.Resources.Print1;
     this.butXem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butXem.Location   = new System.Drawing.Point(29, 208);
     this.butXem.Name       = "butXem";
     this.butXem.Size       = new System.Drawing.Size(70, 25);
     this.butXem.TabIndex   = 4;
     this.butXem.Text       = "     &In";
     this.butXem.Click     += new System.EventHandler(this.butXem_Click);
     //
     // tu
     //
     this.tu.CalendarFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.CustomFormat = "dd/MM/yyyy";
     this.tu.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.tu.Location     = new System.Drawing.Point(65, 5);
     this.tu.Name         = "tu";
     this.tu.Size         = new System.Drawing.Size(80, 21);
     this.tu.TabIndex     = 0;
     this.tu.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // den
     //
     this.den.CalendarFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.CustomFormat = "dd/MM/yyyy";
     this.den.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.den.Location     = new System.Drawing.Point(177, 5);
     this.den.Name         = "den";
     this.den.Size         = new System.Drawing.Size(80, 21);
     this.den.TabIndex     = 1;
     this.den.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // quay
     //
     this.quay.CheckOnClick = true;
     this.quay.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.quay.Location     = new System.Drawing.Point(65, 28);
     this.quay.Name         = "quay";
     this.quay.Size         = new System.Drawing.Size(192, 148);
     this.quay.TabIndex     = 2;
     this.quay.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(-9, 176);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 23);
     this.label2.TabIndex  = 13;
     this.label2.Text      = "Trích thưởng :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tyle
     //
     this.tyle.Location = new System.Drawing.Point(65, 178);
     this.tyle.Name     = "tyle";
     this.tyle.Size     = new System.Drawing.Size(167, 20);
     this.tyle.TabIndex = 3;
     this.tyle.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.tyle.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(237, 176);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(16, 23);
     this.label4.TabIndex  = 15;
     this.label4.Text      = "%";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // butExcel
     //
     this.butExcel.Image      = global::Duoc.Properties.Resources.Export;
     this.butExcel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butExcel.Location   = new System.Drawing.Point(99, 208);
     this.butExcel.Name       = "butExcel";
     this.butExcel.Size       = new System.Drawing.Size(70, 25);
     this.butExcel.TabIndex   = 5;
     this.butExcel.Text       = "     &Excel";
     this.butExcel.Click     += new System.EventHandler(this.butExcel_Click);
     //
     // frmDSBacsi
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(266, 247);
     this.Controls.Add(this.butExcel);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.tyle);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.den);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.butXem);
     this.Controls.Add(this.quay);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmDSBacsi";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Báo cáo doanh thu theo bác sĩ";
     this.Load           += new System.EventHandler(this.frmDSBacsi_Load);
     ((System.ComponentModel.ISupportInitialize)(this.tyle)).EndInit();
     this.ResumeLayout(false);
 }
示例#41
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(fSceltaTipoModificaCalendario));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.rbSingolo = new System.Windows.Forms.RadioButton();
     this.rbSerie   = new System.Windows.Forms.RadioButton();
     this.bOK       = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rbSerie);
     this.groupBox1.Controls.Add(this.rbSingolo);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(232, 50);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Cosa vuoi modificare?";
     //
     // rbSingolo
     //
     this.rbSingolo.AutoSize = true;
     this.rbSingolo.Checked  = true;
     this.rbSingolo.Location = new System.Drawing.Point(11, 22);
     this.rbSingolo.Name     = "rbSingolo";
     this.rbSingolo.Size     = new System.Drawing.Size(127, 17);
     this.rbSingolo.TabIndex = 0;
     this.rbSingolo.TabStop  = true;
     this.rbSingolo.Text     = "Solo questo elemento";
     this.rbSingolo.UseVisualStyleBackColor = true;
     //
     // rbSerie
     //
     this.rbSerie.AutoSize = true;
     this.rbSerie.Location = new System.Drawing.Point(144, 22);
     this.rbSerie.Name     = "rbSerie";
     this.rbSerie.Size     = new System.Drawing.Size(86, 17);
     this.rbSerie.TabIndex = 1;
     this.rbSerie.Text     = "Tutta la serie";
     this.rbSerie.UseVisualStyleBackColor = true;
     //
     // bOK
     //
     this.bOK.Image                   = global::RationesCurare7.Properties.Resources.accept;
     this.bOK.Location                = new System.Drawing.Point(12, 68);
     this.bOK.Name                    = "bOK";
     this.bOK.Size                    = new System.Drawing.Size(75, 25);
     this.bOK.TabIndex                = 1;
     this.bOK.Text                    = "Ok";
     this.bOK.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.bOK.UseVisualStyleBackColor = true;
     this.bOK.Click                  += new System.EventHandler(this.bOK_Click);
     //
     // fSceltaTipoModificaCalendario
     //
     this.AcceptButton        = this.bOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(255, 101);
     this.Controls.Add(this.bOK);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "fSceltaTipoModificaCalendario";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Scelta modalità";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#42
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(ExtensionDialog));
     this.extensionListView                = new System.Windows.Forms.ListView();
     this.extensionNameColumn              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extensionStatusColumn            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extensionPointDescriptionTextBox = new System.Windows.Forms.TextBox();
     this.label1  = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.extensionPointsListBox = new System.Windows.Forms.ListBox();
     this.groupBox1                   = new System.Windows.Forms.GroupBox();
     this.groupBox2                   = new System.Windows.Forms.GroupBox();
     this.propertiesTextBox           = new System.Windows.Forms.TextBox();
     this.label3                      = new System.Windows.Forms.Label();
     this.extensionDescriptionTextBox = new System.Windows.Forms.TextBox();
     this.label2                      = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // extensionListView
     //
     this.extensionListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.extensionListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.extensionNameColumn,
         this.extensionStatusColumn
     });
     this.extensionListView.FullRowSelect = true;
     this.extensionListView.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.extensionListView.HideSelection = false;
     this.extensionListView.Location      = new System.Drawing.Point(7, 23);
     this.extensionListView.MultiSelect   = false;
     this.extensionListView.Name          = "extensionListView";
     this.extensionListView.Size          = new System.Drawing.Size(432, 59);
     this.extensionListView.TabIndex      = 0;
     this.extensionListView.UseCompatibleStateImageBehavior = false;
     this.extensionListView.View = System.Windows.Forms.View.Details;
     this.extensionListView.SelectedIndexChanged += new System.EventHandler(this.extensionListView_SelectedIndexChanged);
     this.extensionListView.Resize += new System.EventHandler(this.extensionListView_Resize);
     //
     // extensionNameColumn
     //
     this.extensionNameColumn.Text  = "Extension";
     this.extensionNameColumn.Width = 357;
     //
     // extensionStatusColumn
     //
     this.extensionStatusColumn.Text  = "Status";
     this.extensionStatusColumn.Width = 71;
     //
     // extensionPointDescriptionTextBox
     //
     this.extensionPointDescriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.extensionPointDescriptionTextBox.Location  = new System.Drawing.Point(9, 128);
     this.extensionPointDescriptionTextBox.Multiline = true;
     this.extensionPointDescriptionTextBox.Name      = "extensionPointDescriptionTextBox";
     this.extensionPointDescriptionTextBox.Size      = new System.Drawing.Size(432, 31);
     this.extensionPointDescriptionTextBox.TabIndex  = 1;
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Location = new System.Drawing.Point(6, 109);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(211, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Description:";
     //
     // button1
     //
     this.button1.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.button1.Location = new System.Drawing.Point(192, 420);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 3;
     this.button1.Text     = "OK";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // extensionPointsListBox
     //
     this.extensionPointsListBox.FormattingEnabled = true;
     this.extensionPointsListBox.Location          = new System.Drawing.Point(9, 19);
     this.extensionPointsListBox.Name                  = "extensionPointsListBox";
     this.extensionPointsListBox.Size                  = new System.Drawing.Size(432, 82);
     this.extensionPointsListBox.TabIndex              = 6;
     this.extensionPointsListBox.SelectedIndexChanged += new System.EventHandler(this.extensionPointsListBox_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.extensionPointDescriptionTextBox);
     this.groupBox1.Controls.Add(this.extensionPointsListBox);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(5, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(450, 165);
     this.groupBox1.TabIndex = 7;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Extension Points";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.propertiesTextBox);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.extensionDescriptionTextBox);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.extensionListView);
     this.groupBox2.Location = new System.Drawing.Point(5, 184);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(450, 230);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Installed Extensions";
     //
     // propertiesTextBox
     //
     this.propertiesTextBox.Location  = new System.Drawing.Point(7, 179);
     this.propertiesTextBox.Multiline = true;
     this.propertiesTextBox.Name      = "propertiesTextBox";
     this.propertiesTextBox.Size      = new System.Drawing.Size(432, 41);
     this.propertiesTextBox.TabIndex  = 6;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(7, 157);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(54, 13);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Properties";
     //
     // extensionDescriptionTextBox
     //
     this.extensionDescriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.extensionDescriptionTextBox.Location  = new System.Drawing.Point(7, 115);
     this.extensionDescriptionTextBox.Multiline = true;
     this.extensionDescriptionTextBox.Name      = "extensionDescriptionTextBox";
     this.extensionDescriptionTextBox.Size      = new System.Drawing.Size(432, 31);
     this.extensionDescriptionTextBox.TabIndex  = 4;
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location = new System.Drawing.Point(6, 94);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(211, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Description:";
     //
     // ExtensionDialog
     //
     this.ClientSize = new System.Drawing.Size(464, 449);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.button1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "ExtensionDialog";
     this.ShowInTaskbar = false;
     this.Text          = "Engine Extensions";
     this.Load         += new System.EventHandler(this.ExtensionDialog_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <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(SeriesType_ImagePoint));
            this.imagePoint1    = new Steema.TeeChart.Styles.ImagePoint();
            this.label1         = new System.Windows.Forms.Label();
            this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
            this.label2         = new System.Windows.Forms.Label();
            this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
            this.pictureBox1    = new System.Windows.Forms.PictureBox();
            this.label3         = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
#if VS2005
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
#endif
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Text = "The ImagePoint style uses custom image to paint individual points.\r\nSize is contr" +
                                 "olled using the ImagePoint.Pointer properties.";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Controls.Add(this.numericUpDown2);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.numericUpDown1);
            this.panel1.Controls.Add(this.label1);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Legend.Title.Pen.Visible = false;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Panel.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(21)))), ((int)(((byte)(60)))), ((int)(((byte)(89)))));
            this.tChart1.Panel.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Panel.Brush.Gradient.Sigma       = true;
            this.tChart1.Panel.Brush.Gradient.SigmaFocus  = 1F;
            this.tChart1.Panel.Brush.Gradient.SigmaScale  = 0.8F;
            this.tChart1.Panel.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Series.Add(this.imagePoint1);
            this.tChart1.Size = new System.Drawing.Size(440, 205);
            //
            // imagePoint1
            //
            this.imagePoint1.ColorEach = false;
            //
            //
            //
            //
            //
            //
            this.imagePoint1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
            this.imagePoint1.Marks.Callout.ArrowHeadSize = 8;
            //
            //
            //
            this.imagePoint1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
            this.imagePoint1.Marks.Callout.Distance    = 0;
            this.imagePoint1.Marks.Callout.Draw3D      = false;
            this.imagePoint1.Marks.Callout.Length      = 0;
            this.imagePoint1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            //
            //
            //
            this.imagePoint1.Pointer.HorizSize = 8;
            this.imagePoint1.Pointer.Style     = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.imagePoint1.Pointer.VertSize  = 8;
            this.imagePoint1.Pointer.Visible   = true;
            this.imagePoint1.PointImage        = ((System.Drawing.Image)(resources.GetObject("imagePoint1.PointImage")));
            this.imagePoint1.Title             = "point1";
            this.imagePoint1.Transparent       = true;
            //
            //
            //
            this.imagePoint1.XValues.DataMember = "X";
            this.imagePoint1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            //
            //
            this.imagePoint1.YValues.DataMember = "Y";
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(119, 14);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(35, 13);
            this.label1.TabIndex = 0;
            this.label1.Text     = "Width";
            //
            // numericUpDown1
            //
            this.numericUpDown1.Location = new System.Drawing.Point(160, 12);
            this.numericUpDown1.Name     = "numericUpDown1";
            this.numericUpDown1.Size     = new System.Drawing.Size(42, 20);
            this.numericUpDown1.TabIndex = 1;
            this.numericUpDown1.Value    = new decimal(new int[] {
                8,
                0,
                0,
                0
            });
            this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(221, 14);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(38, 13);
            this.label2.TabIndex = 2;
            this.label2.Text     = "Height";
            //
            // numericUpDown2
            //
            this.numericUpDown2.Location = new System.Drawing.Point(265, 12);
            this.numericUpDown2.Name     = "numericUpDown2";
            this.numericUpDown2.Size     = new System.Drawing.Size(42, 20);
            this.numericUpDown2.TabIndex = 3;
            this.numericUpDown2.Value    = new decimal(new int[] {
                8,
                0,
                0,
                0
            });
            this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
            //
            // pictureBox1
            //
            this.pictureBox1.Location = new System.Drawing.Point(52, 6);
            this.pictureBox1.Name     = "pictureBox1";
            this.pictureBox1.Size     = new System.Drawing.Size(34, 30);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 4;
            this.pictureBox1.TabStop  = false;
            this.pictureBox1.Click   += new System.EventHandler(this.pictureBox1_Click);
            //
            // label3
            //
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(10, 11);
            this.label3.Name     = "label3";
            this.label3.Size     = new System.Drawing.Size(36, 13);
            this.label3.TabIndex = 5;
            this.label3.Text     = "Image";
            //
            // SeriesType_ImagePoint
            //
            this.ClientSize = new System.Drawing.Size(440, 317);
            this.Name       = "SeriesType_ImagePoint";
            this.Load      += new System.EventHandler(this.SeriesType_ImagePoint_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.chartContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
#if VS2005
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
#endif
            this.ResumeLayout(false);
            this.PerformLayout();
        }
示例#44
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(Form1));
     this.panel1         = new System.Windows.Forms.Panel();
     this.panel2         = new System.Windows.Forms.Panel();
     this.panel3         = new System.Windows.Forms.Panel();
     this.label1         = new System.Windows.Forms.Label();
     this.radioButton2   = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.radioButton1   = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.htmluiControl1 = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl();
     this.gradientPanel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radioButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
     this.gradientPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.White;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Font     = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.Location = new System.Drawing.Point(10, 10);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(211, 475);
     this.panel1.TabIndex = 3;
     //
     // panel2
     //
     this.panel2.BackColor   = System.Drawing.Color.White;
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Location = new System.Drawing.Point(14, 52);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(179, 136);
     this.panel2.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.radioButton2);
     this.panel3.Controls.Add(this.radioButton1);
     this.panel3.Location = new System.Drawing.Point(4, 4);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(172, 132);
     this.panel3.TabIndex = 5;
     this.panel3.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
     //
     // label1
     //
     this.label1.BackColor   = System.Drawing.Color.White;
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.label1.Font        = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor   = System.Drawing.Color.Black;
     this.label1.Location    = new System.Drawing.Point(0, 0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(209, 24);
     this.label1.TabIndex    = 6;
     this.label1.Text        = "Styles";
     this.label1.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // radioButton2
     //
     this.radioButton2.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.radioButton2.DrawFocusRectangle = false;
     this.radioButton2.Font                 = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioButton2.ForeColor            = System.Drawing.Color.Black;
     this.radioButton2.Location             = new System.Drawing.Point(24, 74);
     this.radioButton2.MetroColor           = System.Drawing.Color.DarkGray;
     this.radioButton2.Name                 = "radioButton2";
     this.radioButton2.Size                 = new System.Drawing.Size(115, 40);
     this.radioButton2.Style                = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
     this.radioButton2.TabIndex             = 5;
     this.radioButton2.TabStop              = false;
     this.radioButton2.Text                 = "Style Black";
     this.radioButton2.TextContentAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.radioButton2.ThemesEnabled        = false;
     //
     // radioButton1
     //
     this.radioButton1.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.radioButton1.Checked            = true;
     this.radioButton1.DrawFocusRectangle = false;
     this.radioButton1.Font                 = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioButton1.ForeColor            = System.Drawing.Color.Black;
     this.radioButton1.Location             = new System.Drawing.Point(24, 36);
     this.radioButton1.MetroColor           = System.Drawing.Color.DarkGray;
     this.radioButton1.Name                 = "radioButton1";
     this.radioButton1.Size                 = new System.Drawing.Size(100, 32);
     this.radioButton1.Style                = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
     this.radioButton1.TabIndex             = 4;
     this.radioButton1.Text                 = "Style Red";
     this.radioButton1.TextContentAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.radioButton1.ThemesEnabled        = false;
     //
     // htmluiControl1
     //
     this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control;
     this.htmluiControl1.DefaultFormat.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.htmluiControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.htmluiControl1.Location   = new System.Drawing.Point(0, 0);
     this.htmluiControl1.Name       = "htmluiControl1";
     this.htmluiControl1.Size       = new System.Drawing.Size(543, 473);
     this.htmluiControl1.TabIndex   = 4;
     this.htmluiControl1.Text       = resources.GetString("htmluiControl1.Text");
     this.htmluiControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.htmluiControl1_MouseDown);
     //
     // gradientPanel1
     //
     this.gradientPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel1.Controls.Add(this.htmluiControl1);
     this.gradientPanel1.Location = new System.Drawing.Point(227, 11);
     this.gradientPanel1.Name     = "gradientPanel1";
     this.gradientPanel1.Size     = new System.Drawing.Size(545, 475);
     this.gradientPanel1.TabIndex = 5;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.CaptionAlign      = System.Windows.Forms.HorizontalAlignment.Center;
     this.ClientSize        = new System.Drawing.Size(776, 495);
     this.Controls.Add(this.gradientPanel1);
     this.Controls.Add(this.panel1);
     this.DropShadow       = true;
     this.Icon             = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IconAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.IconTextRelation = System.Windows.Forms.LeftRightAlignment.Left;
     this.MetroColor       = System.Drawing.Color.White;
     this.MinimumSize      = new System.Drawing.Size(788, 531);
     this.Name             = "Form1";
     this.Padding          = new System.Windows.Forms.Padding(10);
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text             = "Element CSS";
     this.Load            += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radioButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
     this.gradientPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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();
     System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Node1", 0, 0);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MogControl_GameDataDestinationTreeView));
     this.GameDataTreeView       = new System.Windows.Forms.TreeView();
     this.GameDataContextMenu    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.GameDataCreateMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GameDataRenameMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GameDataDeleteMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.DefaultImageList       = new System.Windows.Forms.ImageList(this.components);
     this.NoLocalDataLabel       = new System.Windows.Forms.Label();
     this.GameDataContextMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // GameDataTreeView
     //
     this.GameDataTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.GameDataTreeView.ContextMenuStrip = this.GameDataContextMenu;
     this.GameDataTreeView.HideSelection    = false;
     this.GameDataTreeView.ImageIndex       = 0;
     this.GameDataTreeView.ImageList        = this.DefaultImageList;
     this.GameDataTreeView.Indent           = 19;
     this.GameDataTreeView.Location         = new System.Drawing.Point(0, 0);
     this.GameDataTreeView.Name             = "GameDataTreeView";
     treeNode1.ImageIndex         = 0;
     treeNode1.Name               = "";
     treeNode1.SelectedImageIndex = 0;
     treeNode1.Text               = "Node1";
     this.GameDataTreeView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode1
     });
     this.GameDataTreeView.SelectedImageIndex = 0;
     this.GameDataTreeView.Size            = new System.Drawing.Size(146, 124);
     this.GameDataTreeView.Sorted          = true;
     this.GameDataTreeView.TabIndex        = 0;
     this.GameDataTreeView.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.GameDataTreeView_AfterLabelEdit);
     this.GameDataTreeView.BeforeExpand   += new System.Windows.Forms.TreeViewCancelEventHandler(this.GameDataTreeView_BeforeExpand);
     this.GameDataTreeView.AfterSelect    += new System.Windows.Forms.TreeViewEventHandler(this.GameDataTreeView_AfterSelect);
     this.GameDataTreeView.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.GameDataTreeView_MouseDown);
     //
     // GameDataContextMenu
     //
     this.GameDataContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.GameDataCreateMenuItem,
         this.GameDataRenameMenuItem,
         this.GameDataDeleteMenuItem
     });
     this.GameDataContextMenu.Name     = "GameDataContextMenu";
     this.GameDataContextMenu.Size     = new System.Drawing.Size(172, 92);
     this.GameDataContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.GameDataContextMenu_Opening);
     //
     // GameDataCreateMenuItem
     //
     this.GameDataCreateMenuItem.Enabled = false;
     this.GameDataCreateMenuItem.Name    = "GameDataCreateMenuItem";
     this.GameDataCreateMenuItem.Size    = new System.Drawing.Size(171, 22);
     this.GameDataCreateMenuItem.Text    = "Create directory";
     this.GameDataCreateMenuItem.Click  += new System.EventHandler(this.GameDataCreateMenuItem_Click);
     //
     // GameDataRenameMenuItem
     //
     this.GameDataRenameMenuItem.Enabled = false;
     this.GameDataRenameMenuItem.Name    = "GameDataRenameMenuItem";
     this.GameDataRenameMenuItem.Size    = new System.Drawing.Size(171, 22);
     this.GameDataRenameMenuItem.Text    = "Rename Directory";
     this.GameDataRenameMenuItem.Click  += new System.EventHandler(this.GameDataRenameMenuItem_Click);
     //
     // GameDataDeleteMenuItem
     //
     this.GameDataDeleteMenuItem.Enabled = false;
     this.GameDataDeleteMenuItem.Name    = "GameDataDeleteMenuItem";
     this.GameDataDeleteMenuItem.Size    = new System.Drawing.Size(171, 22);
     this.GameDataDeleteMenuItem.Text    = "Delete Directory";
     this.GameDataDeleteMenuItem.Click  += new System.EventHandler(this.GameDataDeleteMenuItem_Click);
     //
     // DefaultImageList
     //
     this.DefaultImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("DefaultImageList.ImageStream")));
     this.DefaultImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.DefaultImageList.Images.SetKeyName(0, "");
     //
     // NoLocalDataLabel
     //
     this.NoLocalDataLabel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.NoLocalDataLabel.Location = new System.Drawing.Point(0, 0);
     this.NoLocalDataLabel.Name     = "NoLocalDataLabel";
     this.NoLocalDataLabel.Size     = new System.Drawing.Size(144, 130);
     this.NoLocalDataLabel.TabIndex = 1;
     this.NoLocalDataLabel.Text     = "Derned Text Message";
     //
     // MogControl_GameDataDestinationTreeView
     //
     this.Controls.Add(this.GameDataTreeView);
     this.Controls.Add(this.NoLocalDataLabel);
     this.Name = "MogControl_GameDataDestinationTreeView";
     this.Size = new System.Drawing.Size(144, 130);
     this.GameDataContextMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#46
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(r_internalescapes));
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView1         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery1           = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery2           = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery3           = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery4           = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.XtraCharts.XYDiagram                xyDiagram2                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView3  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel2         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView4  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.XYDiagram                xyDiagram3                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series5                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView5  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series6                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel3         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView2           = new DevExpress.XtraCharts.LineSeriesView();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel4       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.xrPictureBox1  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2        = new DevExpress.XtraReports.UI.XRLine();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel6       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrChart3       = new DevExpress.XtraReports.UI.XRChart();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.xrLabel3       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable2       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrColumn1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrColumn2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrColumn3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrColumn4      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrColumn5      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrColumn6      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrChart2       = new DevExpress.XtraReports.UI.XRChart();
     this.xrChart1       = new DevExpress.XtraReports.UI.XRChart();
     this.xrTable1       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6   = new DevExpress.XtraReports.UI.XRTableCell();
     this.DetailReport   = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1        = new DevExpress.XtraReports.UI.DetailBand();
     this.ReportFooter   = new DevExpress.XtraReports.UI.ReportFooterBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel4,
         this.xrLine1,
         this.xrPictureBox1
     });
     this.TopMargin.HeightF = 65F;
     this.TopMargin.Name    = "TopMargin";
     //
     // xrLabel4
     //
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(598.9583F, 25.33332F);
     this.xrLabel4.Multiline     = true;
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(391.0416F, 23F);
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text          = "INTERNAL ESCAPES";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLine1
     //
     this.xrLine1.BorderColor   = System.Drawing.Color.Empty;
     this.xrLine1.ForeColor     = System.Drawing.Color.Gray;
     this.xrLine1.LineWidth     = 5F;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 48.33333F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(996.875F, 16.66667F);
     this.xrLine1.StylePriority.UseBorderColor = false;
     this.xrLine1.StylePriority.UseForeColor   = false;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 8.75F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(153.125F, 39.58333F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLine2
     });
     this.BottomMargin.HeightF = 54F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // xrLabel1
     //
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(598.9583F, 16.66667F);
     this.xrLabel1.Multiline     = true;
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(401.0417F, 23F);
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "xrLabel1";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLine2
     //
     this.xrLine2.BorderColor   = System.Drawing.Color.Empty;
     this.xrLine2.ForeColor     = System.Drawing.Color.Gray;
     this.xrLine2.LineWidth     = 5F;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(996.875F, 16.66667F);
     this.xrLine2.StylePriority.UseBorderColor = false;
     this.xrLine2.StylePriority.UseForeColor   = false;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel6,
         this.xrChart3,
         this.xrLabel3,
         this.xrLabel5,
         this.xrLabel2,
         this.xrTable2,
         this.xrChart2,
         this.xrChart1
     });
     this.Detail.HeightF = 582.7084F;
     this.Detail.Name    = "Detail";
     //
     // xrLabel6
     //
     this.xrLabel6.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 534.7084F);
     this.xrLabel6.Multiline                      = true;
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(153.125F, 23F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "ACTIONS RAIL";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrChart3
     //
     this.xrChart3.AutoLayout     = true;
     this.xrChart3.BackColor      = System.Drawing.Color.White;
     this.xrChart3.BorderColor    = System.Drawing.Color.Black;
     this.xrChart3.Borders        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart3.DataSource     = this.sqlDataSource1;
     xyDiagram1.AxisX.Label.Angle = 270;
     xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.MinIndent = 1;
     xyDiagram1.AxisX.MinorCount = 1;
     xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart3.Diagram = xyDiagram1;
     this.xrChart3.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChart3.Legend.BackColor           = System.Drawing.Color.Transparent;
     this.xrChart3.Legend.Border.Color        = System.Drawing.SystemColors.ActiveBorder;
     this.xrChart3.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.True;
     this.xrChart3.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.xrChart3.Legend.MarkerSize          = new System.Drawing.Size(20, 10);
     this.xrChart3.Legend.Name       = "Default Legend";
     this.xrChart3.Legend.Title.Text = "Actual";
     this.xrChart3.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart3.LocationFloat     = new DevExpress.Utils.PointFloat(0F, 375.625F);
     this.xrChart3.Name = "xrChart3";
     this.xrChart3.PaletteBaseColorNumber         = 2;
     this.xrChart3.PaletteName                    = "Grayscale";
     series1.ArgumentDataMember                   = "Query_4.scause";
     sideBySideBarSeriesLabel1.Border.Visibility  = DevExpress.Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel1.LineVisibility     = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel1.TextColor          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(73)))), ((int)(((byte)(125)))));
     sideBySideBarSeriesLabel1.TextOrientation    = DevExpress.XtraCharts.TextOrientation.BottomToTop;
     series1.Label                         = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series1.LegendName                    = "Default Legend";
     series1.Name                          = "Actual";
     series1.ValueDataMembersSerializable  = "Query_4.factual";
     sideBySideBarSeriesView1.Color        = System.Drawing.Color.SteelBlue;
     sideBySideBarSeriesView1.Transparency = ((byte)(135));
     series1.View                          = sideBySideBarSeriesView1;
     series2.ArgumentDataMember            = "Query_4.scause";
     pointSeriesLabel1.BackColor           = System.Drawing.Color.White;
     pointSeriesLabel1.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel1.EnableAntialiasing  = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel1.LineVisibility      = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel1.TextColor           = System.Drawing.Color.Black;
     series2.Label                         = pointSeriesLabel1;
     series2.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                          = "Goal";
     series2.ShowInLegend                  = false;
     series2.ValueDataMembersSerializable  = "Query_4.fsum";
     splineSeriesView1.Color               = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(89)))), ((int)(((byte)(89)))));
     series2.View                          = splineSeriesView1;
     this.xrChart3.SeriesSerializable      = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     sideBySideBarSeriesView2.Transparency = ((byte)(135));
     this.xrChart3.SeriesTemplate.View     = sideBySideBarSeriesView2;
     this.xrChart3.SizeF = new System.Drawing.SizeF(601.0417F, 159.0834F);
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "DB_1033_DashboardConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     customSqlQuery1.Name = "Query_1";
     customSqlQuery1.Sql  = resources.GetString("customSqlQuery1.Sql");
     customSqlQuery2.Name = "Query_2";
     customSqlQuery2.Sql  = resources.GetString("customSqlQuery2.Sql");
     customSqlQuery3.Name = "Query_3";
     customSqlQuery3.Sql  = "select top 5 * from [tbl_actions]\r\nwhere report = \'internal escapes\'\r\n";
     customSqlQuery4.Name = "Query_4";
     customSqlQuery4.Sql  = resources.GetString("customSqlQuery4.Sql");
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         customSqlQuery1,
         customSqlQuery2,
         customSqlQuery3,
         customSqlQuery4
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // xrLabel3
     //
     this.xrLabel3.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(259.9998F, 352.625F);
     this.xrLabel3.Multiline                      = true;
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "FORECAST";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(259.9998F, 0F);
     this.xrLabel5.Multiline                      = true;
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "TREND";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(748.9583F, 0F);
     this.xrLabel2.Multiline                      = true;
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "PARETO";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTable2
     //
     this.xrTable2.BackColor = System.Drawing.Color.IndianRed;
     this.xrTable2.Borders   = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                       | DevExpress.XtraPrinting.BorderSide.Right)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.BorderWidth   = 1F;
     this.xrTable2.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTable2.ForeColor     = System.Drawing.Color.White;
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 557.7084F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(996.875F, 25F);
     this.xrTable2.StylePriority.UseBackColor     = false;
     this.xrTable2.StylePriority.UseBorders       = false;
     this.xrTable2.StylePriority.UseBorderWidth   = false;
     this.xrTable2.StylePriority.UseFont          = false;
     this.xrTable2.StylePriority.UseForeColor     = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrColumn1,
         this.xrColumn2,
         this.xrColumn3,
         this.xrColumn4,
         this.xrColumn5,
         this.xrColumn6
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrColumn1
     //
     this.xrColumn1.Multiline = true;
     this.xrColumn1.Name      = "xrColumn1";
     this.xrColumn1.Text      = "RESPONSIBLE";
     this.xrColumn1.Weight    = 0.92163030833659876D;
     //
     // xrColumn2
     //
     this.xrColumn2.Multiline = true;
     this.xrColumn2.Name      = "xrColumn2";
     this.xrColumn2.Text      = "ISSUE";
     this.xrColumn2.Weight    = 1.4858934475411441D;
     //
     // xrColumn3
     //
     this.xrColumn3.Multiline = true;
     this.xrColumn3.Name      = "xrColumn3";
     this.xrColumn3.Text      = "ACTION";
     this.xrColumn3.Weight    = 1.8025078982170846D;
     //
     // xrColumn4
     //
     this.xrColumn4.Multiline = true;
     this.xrColumn4.Name      = "xrColumn4";
     this.xrColumn4.Text      = "STATUS";
     this.xrColumn4.Weight    = 0.60501558214145756D;
     //
     // xrColumn5
     //
     this.xrColumn5.Multiline = true;
     this.xrColumn5.Name      = "xrColumn5";
     this.xrColumn5.Text      = "START_DATE";
     this.xrColumn5.Weight    = 0.5987462345709248D;
     //
     // xrColumn6
     //
     this.xrColumn6.Multiline = true;
     this.xrColumn6.Name      = "xrColumn6";
     this.xrColumn6.Text      = "DUE_DATE";
     this.xrColumn6.Weight    = 0.58620652919279D;
     //
     // xrChart2
     //
     this.xrChart2.AutoLayout     = true;
     this.xrChart2.BackColor      = System.Drawing.Color.White;
     this.xrChart2.BorderColor    = System.Drawing.Color.Black;
     this.xrChart2.Borders        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart2.DataSource     = this.sqlDataSource1;
     xyDiagram2.AxisX.Label.Angle = 270;
     xyDiagram2.AxisX.Label.ResolveOverlappingOptions.AllowHide    = false;
     xyDiagram2.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram2.AxisX.Label.ResolveOverlappingOptions.MinIndent    = 0;
     xyDiagram2.AxisX.MinorCount = 1;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram2.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram2.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram2.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram2.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart2.Diagram = xyDiagram2;
     this.xrChart2.IndicatorsPaletteName      = "Grayscale";
     this.xrChart2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChart2.Legend.BackColor           = System.Drawing.Color.Transparent;
     this.xrChart2.Legend.Border.Color        = System.Drawing.SystemColors.ActiveBorder;
     this.xrChart2.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.True;
     this.xrChart2.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.xrChart2.Legend.MarkerSize          = new System.Drawing.Size(20, 10);
     this.xrChart2.Legend.Name       = "Default Legend";
     this.xrChart2.Legend.Title.Text = "Actual";
     this.xrChart2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart2.LocationFloat     = new DevExpress.Utils.PointFloat(611.4583F, 23.00002F);
     this.xrChart2.Name = "xrChart2";
     this.xrChart2.PaletteBaseColorNumber         = 2;
     this.xrChart2.PaletteName                    = "Grayscale";
     series3.ArgumentDataMember                   = "Query_2.causecode";
     sideBySideBarSeriesLabel2.Border.Visibility  = DevExpress.Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel2.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel2.LineVisibility     = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel2.TextColor          = System.Drawing.Color.Black;
     sideBySideBarSeriesLabel2.TextOrientation    = DevExpress.XtraCharts.TextOrientation.BottomToTop;
     series3.Label      = sideBySideBarSeriesLabel2;
     series3.LegendName = "Default Legend";
     series3.Name       = "Actual";
     series3.ValueDataMembersSerializable  = "Query_2.cValue";
     sideBySideBarSeriesView3.Color        = System.Drawing.Color.Firebrick;
     sideBySideBarSeriesView3.Transparency = ((byte)(135));
     series3.View = sideBySideBarSeriesView3;
     series4.ArgumentDataMember           = "Query_2.causecode";
     pointSeriesLabel2.Border.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel2.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel2.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     pointSeriesLabel2.LineVisibility     = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel2.TextColor          = System.Drawing.Color.Black;
     series4.Label                        = pointSeriesLabel2;
     series4.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series4.Name                         = "Goal";
     series4.ShowInLegend                 = false;
     series4.ValueDataMembersSerializable = "Query_2.Acum";
     lineSeriesView1.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     series4.View                         = lineSeriesView1;
     this.xrChart2.SeriesSerializable     = new DevExpress.XtraCharts.Series[] {
         series3,
         series4
     };
     sideBySideBarSeriesView4.Transparency = ((byte)(135));
     this.xrChart2.SeriesTemplate.View     = sideBySideBarSeriesView4;
     this.xrChart2.SizeF = new System.Drawing.SizeF(378.5416F, 511.7083F);
     //
     // xrChart1
     //
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.DataSource  = this.sqlDataSource1;
     xyDiagram3.AxisX.AutoScaleBreaks.MaxCount = 1;
     xyDiagram3.AxisX.InterlacedColor          = System.Drawing.Color.DimGray;
     xyDiagram3.AxisX.MinorCount                 = 1;
     xyDiagram3.AxisX.Tickmarks.MinorVisible     = false;
     xyDiagram3.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram3.AxisX.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram3.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram3.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram3.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram3.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram3.RuntimePaneCollapse              = false;
     this.xrChart1.Diagram = xyDiagram3;
     this.xrChart1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChart1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.xrChart1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.xrChart1.Legend.MarkerSize          = new System.Drawing.Size(10, 10);
     this.xrChart1.Legend.Name       = "Default Legend";
     this.xrChart1.Legend.Title.Text = "ESCAPES";
     this.xrChart1.LocationFloat     = new DevExpress.Utils.PointFloat(0F, 23.00002F);
     this.xrChart1.Name         = "xrChart1";
     this.xrChart1.PaletteName  = "Grayscale";
     series5.ArgumentDataMember = "Query_1.sdesc";
     series5.Name = "Actual";
     series5.ValueDataMembersSerializable = "Query_1.factual";
     sideBySideBarSeriesView5.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     series5.View = sideBySideBarSeriesView5;
     series6.ArgumentDataMember           = "Query_1.sdesc";
     pointSeriesLabel3.Border.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel3.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel3.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     pointSeriesLabel3.LineVisibility     = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel3.TextColor          = System.Drawing.Color.Black;
     series6.Label = pointSeriesLabel3;
     series6.Name  = "Goal";
     series6.ValueDataMembersSerializable = "Query_1.fgoal";
     lineSeriesView2.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series6.View                     = lineSeriesView2;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5,
         series6
     };
     this.xrChart1.SizeF = new System.Drawing.SizeF(601.0417F, 326.5833F);
     //
     // xrTable1
     //
     this.xrTable1.BackColor     = System.Drawing.Color.WhiteSmoke;
     this.xrTable1.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(996.875F, 25F);
     this.xrTable1.StylePriority.UseBackColor     = false;
     this.xrTable1.StylePriority.UseBorders       = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[responsible]")
     });
     this.xrTableCell1.Multiline = true;
     this.xrTableCell1.Name      = "xrTableCell1";
     this.xrTableCell1.Text      = "xrTableCell1";
     this.xrTableCell1.Weight    = 0.92163007873726477D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[issue]")
     });
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name      = "xrTableCell2";
     this.xrTableCell2.Text      = "xrTableCell2";
     this.xrTableCell2.Weight    = 1.4858935393808777D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[action]")
     });
     this.xrTableCell3.Multiline = true;
     this.xrTableCell3.Name      = "xrTableCell3";
     this.xrTableCell3.Text      = "xrTableCell3";
     this.xrTableCell3.Weight    = 1.8025080359766852D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[open_close]")
     });
     this.xrTableCell4.Multiline = true;
     this.xrTableCell4.Name      = "xrTableCell4";
     this.xrTableCell4.Text      = "xrTableCell4";
     this.xrTableCell4.Weight    = 0.60501558214145756D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[creation_date]")
     });
     this.xrTableCell5.Multiline        = true;
     this.xrTableCell5.Name             = "xrTableCell5";
     this.xrTableCell5.Text             = "xrTableCell5";
     this.xrTableCell5.TextFormatString = "{0:MM/dd/yyyy}";
     this.xrTableCell5.Weight           = 0.5987462345709248D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[due_date]")
     });
     this.xrTableCell6.Multiline        = true;
     this.xrTableCell6.Name             = "xrTableCell6";
     this.xrTableCell6.Text             = "xrTableCell6";
     this.xrTableCell6.TextFormatString = "{0:MM/dd/yyyy}";
     this.xrTableCell6.Weight           = 0.58620652919279D;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1,
         this.ReportFooter
     });
     this.DetailReport.DataMember = "Query_3";
     this.DetailReport.DataSource = this.sqlDataSource1;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.Detail1.HeightF = 29.37495F;
     this.Detail1.Name    = "Detail1";
     //
     // ReportFooter
     //
     this.ReportFooter.HeightF = 2.708689F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // r_internalescapes
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail,
         this.DetailReport
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataSource        = this.sqlDataSource1;
     this.Font              = new System.Drawing.Font("Arial", 9.75F);
     this.Landscape         = true;
     this.Margins           = new System.Drawing.Printing.Margins(48, 50, 65, 54);
     this.PageColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.PageHeight        = 850;
     this.PageWidth         = 1100;
     this.RequestParameters = false;
     this.Version           = "20.1";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProcCodeEdit));
     this.label1               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.label5               = new System.Windows.Forms.Label();
     this.label6               = new System.Windows.Forms.Label();
     this.label7               = new System.Windows.Forms.Label();
     this.label8               = new System.Windows.Forms.Label();
     this.label10              = new System.Windows.Forms.Label();
     this.textProcCode         = new System.Windows.Forms.TextBox();
     this.textAbbrev           = new System.Windows.Forms.TextBox();
     this.textDescription      = new System.Windows.Forms.TextBox();
     this.listTreatArea        = new System.Windows.Forms.ListBox();
     this.checkSetRecall       = new System.Windows.Forms.CheckBox();
     this.checkNoBillIns       = new System.Windows.Forms.CheckBox();
     this.listCategory         = new System.Windows.Forms.ListBox();
     this.label3               = new System.Windows.Forms.Label();
     this.label9               = new System.Windows.Forms.Label();
     this.butSlider            = new System.Windows.Forms.Button();
     this.textTime2            = new System.Windows.Forms.TextBox();
     this.label11              = new System.Windows.Forms.Label();
     this.checkIsHygiene       = new System.Windows.Forms.CheckBox();
     this.textAlternateCode1   = new System.Windows.Forms.TextBox();
     this.label12              = new System.Windows.Forms.Label();
     this.label13              = new System.Windows.Forms.Label();
     this.checkIsProsth        = new System.Windows.Forms.CheckBox();
     this.textMedicalCode      = new System.Windows.Forms.TextBox();
     this.label14              = new System.Windows.Forms.Label();
     this.label15              = new System.Windows.Forms.Label();
     this.listPaintType        = new System.Windows.Forms.ListBox();
     this.labelColor           = new System.Windows.Forms.Label();
     this.butColor             = new System.Windows.Forms.Button();
     this.textLaymanTerm       = new System.Windows.Forms.TextBox();
     this.label2               = new System.Windows.Forms.Label();
     this.checkIsCanadianLab   = new System.Windows.Forms.CheckBox();
     this.label16              = new System.Windows.Forms.Label();
     this.textBaseUnits        = new System.Windows.Forms.TextBox();
     this.label17              = new System.Windows.Forms.Label();
     this.label18              = new System.Windows.Forms.Label();
     this.textSubstitutionCode = new System.Windows.Forms.TextBox();
     this.label19              = new System.Windows.Forms.Label();
     this.comboSubstOnlyIf     = new System.Windows.Forms.ComboBox();
     this.butAddNote           = new OpenDental.UI.Button();
     this.gridNotes            = new OpenDental.UI.ODGrid();
     this.tbTime               = new OpenDental.TableTimeBar();
     this.butColorClear        = new OpenDental.UI.Button();
     this.gridFees             = new OpenDental.UI.ODGrid();
     this.textNote             = new OpenDental.ODtextBox();
     this.butCancel            = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(97, 14);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(82, 14);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Proc Code";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(474, 234);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 14);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Treatment Area";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(600, 13);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 14);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Category";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(2, 58);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(53, 39);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "Time Pattern";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(83, 118);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(94, 16);
     this.label7.TabIndex  = 6;
     this.label7.Text      = "Abbreviation";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(83, 98);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(94, 14);
     this.label8.TabIndex  = 7;
     this.label8.Text      = "Description";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(43, 354);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(148, 14);
     this.label10.TabIndex  = 9;
     this.label10.Text      = "Default Note";
     this.label10.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textProcCode
     //
     this.textProcCode.Location = new System.Drawing.Point(179, 12);
     this.textProcCode.Name     = "textProcCode";
     this.textProcCode.ReadOnly = true;
     this.textProcCode.Size     = new System.Drawing.Size(100, 20);
     this.textProcCode.TabIndex = 14;
     //
     // textAbbrev
     //
     this.textAbbrev.Location  = new System.Drawing.Point(179, 117);
     this.textAbbrev.MaxLength = 20;
     this.textAbbrev.Name      = "textAbbrev";
     this.textAbbrev.Size      = new System.Drawing.Size(100, 20);
     this.textAbbrev.TabIndex  = 1;
     //
     // textDescription
     //
     this.textDescription.Location  = new System.Drawing.Point(179, 96);
     this.textDescription.MaxLength = 255;
     this.textDescription.Name      = "textDescription";
     this.textDescription.Size      = new System.Drawing.Size(287, 20);
     this.textDescription.TabIndex  = 0;
     //
     // listTreatArea
     //
     this.listTreatArea.Items.AddRange(new object[] {
         "Surface",
         "Tooth",
         "Mouth",
         "Quadrant",
         "Sextant",
         "Arch",
         "Tooth Range"
     });
     this.listTreatArea.Location = new System.Drawing.Point(476, 252);
     this.listTreatArea.Name     = "listTreatArea";
     this.listTreatArea.Size     = new System.Drawing.Size(118, 95);
     this.listTreatArea.TabIndex = 2;
     //
     // checkSetRecall
     //
     this.checkSetRecall.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkSetRecall.Location  = new System.Drawing.Point(45, 251);
     this.checkSetRecall.Name      = "checkSetRecall";
     this.checkSetRecall.Size      = new System.Drawing.Size(284, 18);
     this.checkSetRecall.TabIndex  = 5;
     this.checkSetRecall.Text      = "Triggers Recall";
     //
     // checkNoBillIns
     //
     this.checkNoBillIns.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkNoBillIns.Location  = new System.Drawing.Point(45, 271);
     this.checkNoBillIns.Name      = "checkNoBillIns";
     this.checkNoBillIns.Size      = new System.Drawing.Size(284, 18);
     this.checkNoBillIns.TabIndex  = 6;
     this.checkNoBillIns.Text      = "Do not usually bill to insurance";
     //
     // listCategory
     //
     this.listCategory.Location = new System.Drawing.Point(600, 31);
     this.listCategory.Name     = "listCategory";
     this.listCategory.Size     = new System.Drawing.Size(120, 238);
     this.listCategory.TabIndex = 3;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(184, 669);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(388, 29);
     this.label3.TabIndex = 28;
     this.label3.Text     = "There is no way to delete a code once created because it might have been used som" +
                            "eplace.  Instead, move it to a category like \"obsolete\"";
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(750, 670);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(178, 28);
     this.label9.TabIndex  = 29;
     this.label9.Text      = "Even if you press cancel, changes to fees will not be undone.";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butSlider
     //
     this.butSlider.BackColor = System.Drawing.SystemColors.ControlDark;
     this.butSlider.Location  = new System.Drawing.Point(12, 113);
     this.butSlider.Name      = "butSlider";
     this.butSlider.Size      = new System.Drawing.Size(12, 15);
     this.butSlider.TabIndex  = 31;
     this.butSlider.UseVisualStyleBackColor = false;
     this.butSlider.MouseDown += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseDown);
     this.butSlider.MouseMove += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseMove);
     this.butSlider.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseUp);
     //
     // textTime2
     //
     this.textTime2.Location = new System.Drawing.Point(10, 674);
     this.textTime2.Name     = "textTime2";
     this.textTime2.Size     = new System.Drawing.Size(60, 20);
     this.textTime2.TabIndex = 32;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(76, 678);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(102, 16);
     this.label11.TabIndex = 33;
     this.label11.Text     = "Minutes";
     //
     // checkIsHygiene
     //
     this.checkIsHygiene.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIsHygiene.Location  = new System.Drawing.Point(45, 291);
     this.checkIsHygiene.Name      = "checkIsHygiene";
     this.checkIsHygiene.Size      = new System.Drawing.Size(284, 18);
     this.checkIsHygiene.TabIndex  = 7;
     this.checkIsHygiene.Text      = "Is Hygiene procedure";
     //
     // textAlternateCode1
     //
     this.textAlternateCode1.Location  = new System.Drawing.Point(179, 33);
     this.textAlternateCode1.MaxLength = 15;
     this.textAlternateCode1.Name      = "textAlternateCode1";
     this.textAlternateCode1.Size      = new System.Drawing.Size(100, 20);
     this.textAlternateCode1.TabIndex  = 38;
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(100, 35);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(79, 14);
     this.label12.TabIndex  = 37;
     this.label12.Text      = "Alt Code";
     this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(285, 35);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(161, 19);
     this.label13.TabIndex = 39;
     this.label13.Text     = "(For some Medicaid)";
     //
     // checkIsProsth
     //
     this.checkIsProsth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIsProsth.Location  = new System.Drawing.Point(45, 311);
     this.checkIsProsth.Name      = "checkIsProsth";
     this.checkIsProsth.Size      = new System.Drawing.Size(284, 18);
     this.checkIsProsth.TabIndex  = 41;
     this.checkIsProsth.Text      = "Is Prosthesis (Crown,Bridge,Denture,RPD)";
     //
     // textMedicalCode
     //
     this.textMedicalCode.Location  = new System.Drawing.Point(179, 54);
     this.textMedicalCode.MaxLength = 15;
     this.textMedicalCode.Name      = "textMedicalCode";
     this.textMedicalCode.Size      = new System.Drawing.Size(100, 20);
     this.textMedicalCode.TabIndex  = 43;
     //
     // label14
     //
     this.label14.Location  = new System.Drawing.Point(100, 56);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(79, 14);
     this.label14.TabIndex  = 42;
     this.label14.Text      = "Medical Code";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label15
     //
     this.label15.Location  = new System.Drawing.Point(474, 10);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(100, 18);
     this.label15.TabIndex  = 46;
     this.label15.Text      = "Paint Type";
     this.label15.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listPaintType
     //
     this.listPaintType.Location = new System.Drawing.Point(476, 31);
     this.listPaintType.Name     = "listPaintType";
     this.listPaintType.Size     = new System.Drawing.Size(118, 199);
     this.listPaintType.TabIndex = 45;
     //
     // labelColor
     //
     this.labelColor.Location  = new System.Drawing.Point(75, 197);
     this.labelColor.Name      = "labelColor";
     this.labelColor.Size      = new System.Drawing.Size(293, 16);
     this.labelColor.TabIndex  = 48;
     this.labelColor.Text      = "Color override instead of using status colors.";
     this.labelColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // butColor
     //
     this.butColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.butColor.Location  = new System.Drawing.Point(44, 194);
     this.butColor.Name      = "butColor";
     this.butColor.Size      = new System.Drawing.Size(30, 20);
     this.butColor.TabIndex  = 47;
     this.butColor.Click    += new System.EventHandler(this.butColor_Click);
     //
     // textLaymanTerm
     //
     this.textLaymanTerm.Location  = new System.Drawing.Point(179, 138);
     this.textLaymanTerm.MaxLength = 255;
     this.textLaymanTerm.Name      = "textLaymanTerm";
     this.textLaymanTerm.Size      = new System.Drawing.Size(178, 20);
     this.textLaymanTerm.TabIndex  = 50;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(53, 139);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(124, 16);
     this.label2.TabIndex  = 51;
     this.label2.Text      = "Layman\'s Term";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkIsCanadianLab
     //
     this.checkIsCanadianLab.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIsCanadianLab.Location  = new System.Drawing.Point(45, 331);
     this.checkIsCanadianLab.Name      = "checkIsCanadianLab";
     this.checkIsCanadianLab.Size      = new System.Drawing.Size(284, 18);
     this.checkIsCanadianLab.TabIndex  = 52;
     this.checkIsCanadianLab.Text      = "Is Lab Fee";
     //
     // label16
     //
     this.label16.Location  = new System.Drawing.Point(74, 162);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(103, 13);
     this.label16.TabIndex  = 53;
     this.label16.Text      = "Base Units";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBaseUnits
     //
     this.textBaseUnits.Location = new System.Drawing.Point(179, 159);
     this.textBaseUnits.Name     = "textBaseUnits";
     this.textBaseUnits.Size     = new System.Drawing.Size(30, 20);
     this.textBaseUnits.TabIndex = 54;
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(215, 162);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(202, 19);
     this.label17.TabIndex = 55;
     this.label17.Text     = "(For some medical claims)";
     //
     // label18
     //
     this.label18.Location  = new System.Drawing.Point(56, 78);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(121, 13);
     this.label18.TabIndex  = 56;
     this.label18.Text      = "Ins. Subst Code";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textSubstitutionCode
     //
     this.textSubstitutionCode.Location  = new System.Drawing.Point(179, 75);
     this.textSubstitutionCode.MaxLength = 255;
     this.textSubstitutionCode.Name      = "textSubstitutionCode";
     this.textSubstitutionCode.Size      = new System.Drawing.Size(100, 20);
     this.textSubstitutionCode.TabIndex  = 57;
     //
     // label19
     //
     this.label19.Location  = new System.Drawing.Point(280, 76);
     this.label19.Name      = "label19";
     this.label19.Size      = new System.Drawing.Size(46, 18);
     this.label19.TabIndex  = 58;
     this.label19.Text      = "Only if";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // comboSubstOnlyIf
     //
     this.comboSubstOnlyIf.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboSubstOnlyIf.FormattingEnabled = true;
     this.comboSubstOnlyIf.Location          = new System.Drawing.Point(321, 74);
     this.comboSubstOnlyIf.Name     = "comboSubstOnlyIf";
     this.comboSubstOnlyIf.Size     = new System.Drawing.Size(145, 21);
     this.comboSubstOnlyIf.TabIndex = 61;
     //
     // butAddNote
     //
     this.butAddNote.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAddNote.Autosize            = true;
     this.butAddNote.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAddNote.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAddNote.CornerRadius        = 4F;
     this.butAddNote.Image      = global::OpenDental.Properties.Resources.Add;
     this.butAddNote.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAddNote.Location   = new System.Drawing.Point(600, 450);
     this.butAddNote.Name       = "butAddNote";
     this.butAddNote.Size       = new System.Drawing.Size(88, 26);
     this.butAddNote.TabIndex   = 60;
     this.butAddNote.Text       = "Add Note";
     this.butAddNote.Click     += new System.EventHandler(this.butAddNote_Click);
     //
     // gridNotes
     //
     this.gridNotes.HScrollVisible   = false;
     this.gridNotes.Location         = new System.Drawing.Point(44, 482);
     this.gridNotes.Name             = "gridNotes";
     this.gridNotes.ScrollValue      = 0;
     this.gridNotes.Size             = new System.Drawing.Size(676, 180);
     this.gridNotes.TabIndex         = 59;
     this.gridNotes.Title            = "Notes and Times for Specific Providers";
     this.gridNotes.TranslationName  = "TableProcedureNotes";
     this.gridNotes.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridNotes_CellDoubleClick);
     //
     // tbTime
     //
     this.tbTime.BackColor       = System.Drawing.SystemColors.Window;
     this.tbTime.Location        = new System.Drawing.Point(10, 108);
     this.tbTime.Name            = "tbTime";
     this.tbTime.ScrollValue     = 150;
     this.tbTime.SelectedIndices = new int[0];
     this.tbTime.SelectionMode   = System.Windows.Forms.SelectionMode.None;
     this.tbTime.Size            = new System.Drawing.Size(15, 561);
     this.tbTime.TabIndex        = 30;
     //
     // butColorClear
     //
     this.butColorClear.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butColorClear.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butColorClear.Autosize     = true;
     this.butColorClear.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butColorClear.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butColorClear.CornerRadius = 4F;
     this.butColorClear.Location     = new System.Drawing.Point(44, 220);
     this.butColorClear.Name         = "butColorClear";
     this.butColorClear.Size         = new System.Drawing.Size(75, 20);
     this.butColorClear.TabIndex     = 49;
     this.butColorClear.Text         = "Clear Color";
     this.butColorClear.Click       += new System.EventHandler(this.butColorClear_Click);
     //
     // gridFees
     //
     this.gridFees.HScrollVisible   = false;
     this.gridFees.Location         = new System.Drawing.Point(726, 31);
     this.gridFees.Name             = "gridFees";
     this.gridFees.ScrollValue      = 0;
     this.gridFees.Size             = new System.Drawing.Size(199, 445);
     this.gridFees.TabIndex         = 44;
     this.gridFees.Title            = "Fees";
     this.gridFees.TranslationName  = "TableProcFee";
     this.gridFees.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridFees_CellDoubleClick);
     //
     // textNote
     //
     this.textNote.AcceptsReturn  = true;
     this.textNote.Location       = new System.Drawing.Point(44, 372);
     this.textNote.Multiline      = true;
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Procedure;
     this.textNote.ScrollBars     = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(550, 104);
     this.textNote.TabIndex       = 40;
     //
     // 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(850, 636);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 11;
     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(850, 600);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 10;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // FormProcCodeEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(941, 707);
     this.Controls.Add(this.comboSubstOnlyIf);
     this.Controls.Add(this.butAddNote);
     this.Controls.Add(this.gridNotes);
     this.Controls.Add(this.label19);
     this.Controls.Add(this.textSubstitutionCode);
     this.Controls.Add(this.butSlider);
     this.Controls.Add(this.tbTime);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.textBaseUnits);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.checkIsCanadianLab);
     this.Controls.Add(this.textLaymanTerm);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butColorClear);
     this.Controls.Add(this.labelColor);
     this.Controls.Add(this.butColor);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.listPaintType);
     this.Controls.Add(this.gridFees);
     this.Controls.Add(this.textMedicalCode);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.checkIsProsth);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.textAlternateCode1);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.checkIsHygiene);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.textTime2);
     this.Controls.Add(this.textDescription);
     this.Controls.Add(this.textAbbrev);
     this.Controls.Add(this.textProcCode);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.listCategory);
     this.Controls.Add(this.checkNoBillIns);
     this.Controls.Add(this.checkSetRecall);
     this.Controls.Add(this.listTreatArea);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormProcCodeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Procedure Code";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormProcCodeEdit_Closing);
     this.Load         += new System.EventHandler(this.FormProcCodeEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(SqlQueryControl));
     this.lblMax             = new System.Windows.Forms.Label();
     this.lblMin             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.lblFields          = new System.Windows.Forms.Label();
     this.lblUniqueValues    = new System.Windows.Forms.Label();
     this.lblSelectPrecursor = new System.Windows.Forms.Label();
     this.rtbFilterText      = new System.Windows.Forms.RichTextBox();
     this.btnGetUniqueValues = new System.Windows.Forms.Button();
     this.btnNot             = new System.Windows.Forms.Button();
     this.btnParenthasis     = new System.Windows.Forms.Button();
     this.btnAsterix         = new System.Windows.Forms.Button();
     this.btnOr = new System.Windows.Forms.Button();
     this.btnLessThanOrEqual    = new System.Windows.Forms.Button();
     this.btnLessThan           = new System.Windows.Forms.Button();
     this.btnAnd                = new System.Windows.Forms.Button();
     this.btnGreaterThanOrEqual = new System.Windows.Forms.Button();
     this.btnGreaterThan        = new System.Windows.Forms.Button();
     this.btnLike               = new System.Windows.Forms.Button();
     this.btnNotEqual           = new System.Windows.Forms.Button();
     this.btnEquals             = new System.Windows.Forms.Button();
     this.lbxUniqueValues       = new System.Windows.Forms.ListBox();
     this.lbxFields             = new System.Windows.Forms.ListBox();
     this.btnNull               = new System.Windows.Forms.Button();
     this.btnNotNull            = new System.Windows.Forms.Button();
     this.btnValidate           = new System.Windows.Forms.Button();
     this.lblResult             = new System.Windows.Forms.Label();
     this.label3                = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // lblMax
     //
     resources.ApplyResources(this.lblMax, "lblMax");
     this.lblMax.AutoEllipsis = true;
     this.lblMax.BackColor    = System.Drawing.Color.White;
     this.lblMax.BorderStyle  = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblMax.Name         = "lblMax";
     //
     // lblMin
     //
     resources.ApplyResources(this.lblMin, "lblMin");
     this.lblMin.AutoEllipsis = true;
     this.lblMin.BackColor    = System.Drawing.Color.White;
     this.lblMin.BorderStyle  = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblMin.Name         = "lblMin";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // lblFields
     //
     resources.ApplyResources(this.lblFields, "lblFields");
     this.lblFields.Name = "lblFields";
     //
     // lblUniqueValues
     //
     resources.ApplyResources(this.lblUniqueValues, "lblUniqueValues");
     this.lblUniqueValues.Name = "lblUniqueValues";
     //
     // lblSelectPrecursor
     //
     resources.ApplyResources(this.lblSelectPrecursor, "lblSelectPrecursor");
     this.lblSelectPrecursor.Name = "lblSelectPrecursor";
     //
     // rtbFilterText
     //
     resources.ApplyResources(this.rtbFilterText, "rtbFilterText");
     this.rtbFilterText.Name         = "rtbFilterText";
     this.rtbFilterText.TextChanged += new System.EventHandler(this.RtbFilterTextTextChanged);
     //
     // btnGetUniqueValues
     //
     resources.ApplyResources(this.btnGetUniqueValues, "btnGetUniqueValues");
     this.btnGetUniqueValues.Name = "btnGetUniqueValues";
     this.btnGetUniqueValues.UseVisualStyleBackColor = true;
     this.btnGetUniqueValues.Click += new System.EventHandler(this.BtnGetUniqueValuesClick);
     //
     // btnNot
     //
     resources.ApplyResources(this.btnNot, "btnNot");
     this.btnNot.Name = "btnNot";
     this.btnNot.UseVisualStyleBackColor = true;
     this.btnNot.Click += new System.EventHandler(this.BtnNotClick);
     //
     // btnParenthasis
     //
     resources.ApplyResources(this.btnParenthasis, "btnParenthasis");
     this.btnParenthasis.Name = "btnParenthasis";
     this.btnParenthasis.UseVisualStyleBackColor = true;
     this.btnParenthasis.Click += new System.EventHandler(this.BtnParenthasisClick);
     //
     // btnAsterix
     //
     resources.ApplyResources(this.btnAsterix, "btnAsterix");
     this.btnAsterix.Name = "btnAsterix";
     this.btnAsterix.UseVisualStyleBackColor = true;
     this.btnAsterix.Click += new System.EventHandler(this.BtnAsterixClick);
     //
     // btnOr
     //
     resources.ApplyResources(this.btnOr, "btnOr");
     this.btnOr.Name = "btnOr";
     this.btnOr.UseVisualStyleBackColor = true;
     this.btnOr.Click += new System.EventHandler(this.BtnOrClick);
     //
     // btnLessThanOrEqual
     //
     resources.ApplyResources(this.btnLessThanOrEqual, "btnLessThanOrEqual");
     this.btnLessThanOrEqual.Name = "btnLessThanOrEqual";
     this.btnLessThanOrEqual.UseVisualStyleBackColor = true;
     this.btnLessThanOrEqual.Click += new System.EventHandler(this.BtnLessThanOrEqualClick);
     //
     // btnLessThan
     //
     resources.ApplyResources(this.btnLessThan, "btnLessThan");
     this.btnLessThan.Name = "btnLessThan";
     this.btnLessThan.UseVisualStyleBackColor = true;
     this.btnLessThan.Click += new System.EventHandler(this.BtnLessThanClick);
     //
     // btnAnd
     //
     resources.ApplyResources(this.btnAnd, "btnAnd");
     this.btnAnd.Name = "btnAnd";
     this.btnAnd.UseVisualStyleBackColor = true;
     this.btnAnd.Click += new System.EventHandler(this.BtnAndClick);
     //
     // btnGreaterThanOrEqual
     //
     resources.ApplyResources(this.btnGreaterThanOrEqual, "btnGreaterThanOrEqual");
     this.btnGreaterThanOrEqual.Name = "btnGreaterThanOrEqual";
     this.btnGreaterThanOrEqual.UseVisualStyleBackColor = true;
     this.btnGreaterThanOrEqual.Click += new System.EventHandler(this.BtnGreaterThanOrEqualClick);
     //
     // btnGreaterThan
     //
     resources.ApplyResources(this.btnGreaterThan, "btnGreaterThan");
     this.btnGreaterThan.Name = "btnGreaterThan";
     this.btnGreaterThan.UseVisualStyleBackColor = true;
     this.btnGreaterThan.Click += new System.EventHandler(this.BtnGreaterThanClick);
     //
     // btnLike
     //
     resources.ApplyResources(this.btnLike, "btnLike");
     this.btnLike.Name = "btnLike";
     this.btnLike.UseVisualStyleBackColor = true;
     this.btnLike.Click += new System.EventHandler(this.BtnLikeClick);
     //
     // btnNotEqual
     //
     resources.ApplyResources(this.btnNotEqual, "btnNotEqual");
     this.btnNotEqual.Name = "btnNotEqual";
     this.btnNotEqual.UseVisualStyleBackColor = true;
     this.btnNotEqual.Click += new System.EventHandler(this.BtnNotEqualClick);
     //
     // btnEquals
     //
     resources.ApplyResources(this.btnEquals, "btnEquals");
     this.btnEquals.Name = "btnEquals";
     this.btnEquals.UseVisualStyleBackColor = true;
     this.btnEquals.Click += new System.EventHandler(this.BtnEqualsClick);
     //
     // lbxUniqueValues
     //
     resources.ApplyResources(this.lbxUniqueValues, "lbxUniqueValues");
     this.lbxUniqueValues.BackColor         = System.Drawing.SystemColors.Control;
     this.lbxUniqueValues.FormattingEnabled = true;
     this.lbxUniqueValues.Name         = "lbxUniqueValues";
     this.lbxUniqueValues.DoubleClick += new System.EventHandler(this.LbxUniqueValuesDoubleClick);
     //
     // lbxFields
     //
     resources.ApplyResources(this.lbxFields, "lbxFields");
     this.lbxFields.FormattingEnabled = true;
     this.lbxFields.Name = "lbxFields";
     this.lbxFields.SelectedIndexChanged += new System.EventHandler(this.LbxFieldsSelectedIndexChanged);
     this.lbxFields.DoubleClick          += new System.EventHandler(this.LbxFieldsDoubleClick);
     //
     // btnNull
     //
     resources.ApplyResources(this.btnNull, "btnNull");
     this.btnNull.Name = "btnNull";
     this.btnNull.UseVisualStyleBackColor = true;
     this.btnNull.Click += new System.EventHandler(this.BtnNullClick);
     //
     // btnNotNull
     //
     resources.ApplyResources(this.btnNotNull, "btnNotNull");
     this.btnNotNull.Name = "btnNotNull";
     this.btnNotNull.UseVisualStyleBackColor = true;
     this.btnNotNull.Click += new System.EventHandler(this.BtnNotNullClick);
     //
     // btnValidate
     //
     resources.ApplyResources(this.btnValidate, "btnValidate");
     this.btnValidate.Name = "btnValidate";
     this.btnValidate.UseVisualStyleBackColor = true;
     this.btnValidate.Click += new System.EventHandler(this.BtnValidateClick);
     //
     // lblResult
     //
     resources.ApplyResources(this.lblResult, "lblResult");
     this.lblResult.Name = "lblResult";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // SQLQueryControl
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.label3);
     this.Controls.Add(this.lblResult);
     this.Controls.Add(this.btnValidate);
     this.Controls.Add(this.btnNotNull);
     this.Controls.Add(this.btnNull);
     this.Controls.Add(this.lblMax);
     this.Controls.Add(this.lblMin);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lblFields);
     this.Controls.Add(this.lblUniqueValues);
     this.Controls.Add(this.lblSelectPrecursor);
     this.Controls.Add(this.rtbFilterText);
     this.Controls.Add(this.btnGetUniqueValues);
     this.Controls.Add(this.btnNot);
     this.Controls.Add(this.btnParenthasis);
     this.Controls.Add(this.btnAsterix);
     this.Controls.Add(this.btnOr);
     this.Controls.Add(this.btnLessThanOrEqual);
     this.Controls.Add(this.btnLessThan);
     this.Controls.Add(this.btnAnd);
     this.Controls.Add(this.btnGreaterThanOrEqual);
     this.Controls.Add(this.btnGreaterThan);
     this.Controls.Add(this.btnLike);
     this.Controls.Add(this.btnNotEqual);
     this.Controls.Add(this.btnEquals);
     this.Controls.Add(this.lbxUniqueValues);
     this.Controls.Add(this.lbxFields);
     this.Name = "SqlQueryControl";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSectionLizerSearch02));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     this.tstName             = new System.Windows.Forms.ToolStripTextBox();
     this.tsbSearch           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel2     = new System.Windows.Forms.ToolStripButton();
     this.gvProduct           = new System.Windows.Forms.DataGridView();
     this.button1             = new System.Windows.Forms.Button();
     this.Column1             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.COLNO   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gvProduct)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.tstName,
         this.tsbSearch,
         this.toolStripSeparator1,
         this.toolStripLabel2
     });
     this.toolStrip1.Location    = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name        = "toolStrip1";
     this.toolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStrip1.Size        = new System.Drawing.Size(765, 25);
     this.toolStrip1.TabIndex    = 6;
     this.toolStrip1.Text        = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(27, 22);
     this.toolStripLabel1.Text = "نام :";
     //
     // tstName
     //
     this.tstName.Name = "tstName";
     this.tstName.Size = new System.Drawing.Size(230, 25);
     //
     // tsbSearch
     //
     this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
     this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSearch.Name   = "tsbSearch";
     this.tsbSearch.Size   = new System.Drawing.Size(62, 22);
     this.tsbSearch.Text   = "جستجو";
     this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Image  = ((System.Drawing.Image)(resources.GetObject("toolStripLabel2.Image")));
     this.toolStripLabel2.Name   = "toolStripLabel2";
     this.toolStripLabel2.Size   = new System.Drawing.Size(51, 22);
     this.toolStripLabel2.Text   = "خروج";
     this.toolStripLabel2.Click += new System.EventHandler(this.toolStripLabel2_Click);
     //
     // gvProduct
     //
     this.gvProduct.AllowUserToAddRows              = false;
     this.gvProduct.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(243)))), ((int)(((byte)(249)))));
     this.gvProduct.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.gvProduct.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.gvProduct.BackgroundColor             = System.Drawing.Color.White;
     this.gvProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gvProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.COLNO,
         this.Column2,
         this.Column3,
         this.Column4
     });
     this.gvProduct.Dock              = System.Windows.Forms.DockStyle.Bottom;
     this.gvProduct.GridColor         = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214)))));
     this.gvProduct.Location          = new System.Drawing.Point(0, 28);
     this.gvProduct.MultiSelect       = false;
     this.gvProduct.Name              = "gvProduct";
     this.gvProduct.RightToLeft       = System.Windows.Forms.RightToLeft.Yes;
     this.gvProduct.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.gvProduct.Size              = new System.Drawing.Size(765, 431);
     this.gvProduct.TabIndex          = 7;
     this.gvProduct.DoubleClick      += new System.EventHandler(this.gvProduct_DoubleClick_1);
     this.gvProduct.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gvProduct_CellContentClick);
     //
     // button1
     //
     this.button1.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button1.Location                = new System.Drawing.Point(0, 0);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(75, 23);
     this.button1.TabIndex                = 8;
     this.button1.Text                    = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible                 = false;
     this.button1.Click                  += new System.EventHandler(this.toolStripLabel2_Click);
     //
     // Column1
     //
     this.Column1.DataPropertyName = "XCode";
     this.Column1.HeaderText       = "Column1";
     this.Column1.Name             = "Column1";
     this.Column1.Visible          = false;
     //
     // COLNO
     //
     this.COLNO.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.COLNO.FillWeight   = 50F;
     this.COLNO.HeaderText   = "ردیف";
     this.COLNO.Name         = "COLNO";
     this.COLNO.Width        = 54;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "Name";
     this.Column2.HeaderText       = "نام تجهیز";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "Amper";
     this.Column3.FillWeight       = 50F;
     this.Column3.HeaderText       = "آمپر";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     //
     // Column4
     //
     this.Column4.DataPropertyName = "Volt";
     this.Column4.FillWeight       = 50F;
     this.Column4.HeaderText       = "ولتاژ";
     this.Column4.Name             = "Column4";
     //
     // frmSectionLizerSearch02
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.button1;
     this.ClientSize          = new System.Drawing.Size(765, 459);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.gvProduct);
     this.Controls.Add(this.toolStrip1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmSectionLizerSearch02";
     this.RightToLeft     = System.Windows.Forms.RightToLeft.Yes;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "جستجو";
     this.Load           += new System.EventHandler(this.frmSectionLizerSearch_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gvProduct)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#50
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(MainForm));
     System.Windows.Forms.TableLayoutPanel          tableTopRight;
     System.Windows.Forms.TableLayoutPanel          tableTopLeft;
     System.Windows.Forms.Label lblEnOld;
     System.Windows.Forms.Label lblEnNew;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
     System.Windows.Forms.StatusStrip        statusStrip;
     this.tableTopAll    = new System.Windows.Forms.TableLayoutPanel();
     this.txtEnNew       = new System.Windows.Forms.TextBox();
     this.btnEnNew       = new System.Windows.Forms.Button();
     this.txtEnOld       = new System.Windows.Forms.TextBox();
     this.btnEnOld       = new System.Windows.Forms.Button();
     this.lblStatus      = new System.Windows.Forms.ToolStripStatusLabel();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.menuStrip      = new System.Windows.Forms.MenuStrip();
     this.changeFontToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.exportChangesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.fontDialog     = new System.Windows.Forms.FontDialog();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.btnDoWork      = new System.Windows.Forms.Button();
     this.editor         = new Updater.Common.EditorTabControl();
     tableTopRight       = new System.Windows.Forms.TableLayoutPanel();
     tableTopLeft        = new System.Windows.Forms.TableLayoutPanel();
     lblEnOld            = new System.Windows.Forms.Label();
     lblEnNew            = new System.Windows.Forms.Label();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     statusStrip         = new System.Windows.Forms.StatusStrip();
     this.tableTopAll.SuspendLayout();
     tableTopRight.SuspendLayout();
     tableTopLeft.SuspendLayout();
     statusStrip.SuspendLayout();
     this.menuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // tableTopAll
     //
     resources.ApplyResources(this.tableTopAll, "tableTopAll");
     this.tableTopAll.Controls.Add(tableTopRight, 1, 1);
     this.tableTopAll.Controls.Add(tableTopLeft, 0, 1);
     this.tableTopAll.Controls.Add(lblEnOld, 0, 0);
     this.tableTopAll.Controls.Add(lblEnNew, 1, 0);
     this.tableTopAll.Name = "tableTopAll";
     //
     // tableTopRight
     //
     resources.ApplyResources(tableTopRight, "tableTopRight");
     tableTopRight.Controls.Add(this.txtEnNew, 0, 0);
     tableTopRight.Controls.Add(this.btnEnNew, 1, 0);
     tableTopRight.Name = "tableTopRight";
     //
     // txtEnNew
     //
     resources.ApplyResources(this.txtEnNew, "txtEnNew");
     this.txtEnNew.Name     = "txtEnNew";
     this.txtEnNew.ReadOnly = true;
     //
     // btnEnNew
     //
     resources.ApplyResources(this.btnEnNew, "btnEnNew");
     this.btnEnNew.Name = "btnEnNew";
     this.btnEnNew.UseVisualStyleBackColor = true;
     this.btnEnNew.Click += new System.EventHandler(this.btnEnNew_Click);
     //
     // tableTopLeft
     //
     resources.ApplyResources(tableTopLeft, "tableTopLeft");
     tableTopLeft.Controls.Add(this.txtEnOld, 0, 0);
     tableTopLeft.Controls.Add(this.btnEnOld, 1, 0);
     tableTopLeft.Name = "tableTopLeft";
     //
     // txtEnOld
     //
     resources.ApplyResources(this.txtEnOld, "txtEnOld");
     this.txtEnOld.Name     = "txtEnOld";
     this.txtEnOld.ReadOnly = true;
     //
     // btnEnOld
     //
     resources.ApplyResources(this.btnEnOld, "btnEnOld");
     this.btnEnOld.Name = "btnEnOld";
     this.btnEnOld.UseVisualStyleBackColor = true;
     this.btnEnOld.Click += new System.EventHandler(this.btnEnOld_Click);
     //
     // lblEnOld
     //
     resources.ApplyResources(lblEnOld, "lblEnOld");
     lblEnOld.Name = "lblEnOld";
     lblEnOld.Text = global::Updater.Common.Properties.Settings.Default.StepOneExplanation;
     //
     // lblEnNew
     //
     resources.ApplyResources(lblEnNew, "lblEnNew");
     lblEnNew.Name = "lblEnNew";
     lblEnNew.Text = global::Updater.Common.Properties.Settings.Default.StepTwoExplanation;
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2");
     //
     // statusStrip
     //
     statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblStatus
     });
     resources.ApplyResources(statusStrip, "statusStrip");
     statusStrip.Name = "statusStrip";
     //
     // lblStatus
     //
     this.lblStatus.ForeColor = System.Drawing.Color.Red;
     this.lblStatus.Margin    = new System.Windows.Forms.Padding(10, 3, 0, 2);
     this.lblStatus.Name      = "lblStatus";
     resources.ApplyResources(this.lblStatus, "lblStatus");
     this.lblStatus.Spring = true;
     //
     // openFileDialog
     //
     resources.ApplyResources(this.openFileDialog, "openFileDialog");
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.changeFontToolStripMenuItem,
         this.exportChangesToolStripMenuItem
     });
     resources.ApplyResources(this.menuStrip, "menuStrip");
     this.menuStrip.Name = "menuStrip";
     //
     // changeFontToolStripMenuItem
     //
     this.changeFontToolStripMenuItem.Name = "changeFontToolStripMenuItem";
     resources.ApplyResources(this.changeFontToolStripMenuItem, "changeFontToolStripMenuItem");
     this.changeFontToolStripMenuItem.Text   = global::Updater.Common.Properties.Settings.Default.ChangeFont;
     this.changeFontToolStripMenuItem.Click += new System.EventHandler(this.changeFontToolStripMenuItem_Click);
     //
     // exportChangesToolStripMenuItem
     //
     resources.ApplyResources(this.exportChangesToolStripMenuItem, "exportChangesToolStripMenuItem");
     this.exportChangesToolStripMenuItem.Name   = "exportChangesToolStripMenuItem";
     this.exportChangesToolStripMenuItem.Text   = global::Updater.Common.Properties.Settings.Default.ExportChanges;
     this.exportChangesToolStripMenuItem.Click += new System.EventHandler(this.exportChangesToolStripMenuItem_Click);
     //
     // saveFileDialog
     //
     this.saveFileDialog.DefaultExt = "xml";
     resources.ApplyResources(this.saveFileDialog, "saveFileDialog");
     //
     // btnDoWork
     //
     resources.ApplyResources(this.btnDoWork, "btnDoWork");
     this.btnDoWork.Name = "btnDoWork";
     this.btnDoWork.Text = global::Updater.Common.Properties.Settings.Default.StepThreeExplanation;
     this.btnDoWork.UseVisualStyleBackColor = true;
     this.btnDoWork.Click += new System.EventHandler(this.btnDoWork_Click);
     //
     // editor
     //
     resources.ApplyResources(this.editor, "editor");
     this.editor.Name            = "editor";
     this.editor.NewFilePath     = null;
     this.editor.OldFilePath     = null;
     this.editor.UpdatedFilePath = null;
     this.editor.UpdatePaneFont  = new System.Drawing.Font("Verdana", 8.25F);
     //
     // MainForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnDoWork);
     this.Controls.Add(this.editor);
     this.Controls.Add(statusStrip);
     this.Controls.Add(this.menuStrip);
     this.Controls.Add(this.tableTopAll);
     this.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Updater.Common.Properties.Settings.Default, "FormTitle", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.DoubleBuffered = true;
     this.MainMenuStrip  = this.menuStrip;
     this.Name           = "MainForm";
     this.Text           = global::Updater.Common.Properties.Settings.Default.FormTitle;
     this.ResizeBegin   += new System.EventHandler(this.form_ResizeBegin);
     this.tableTopAll.ResumeLayout(false);
     this.tableTopAll.PerformLayout();
     tableTopRight.ResumeLayout(false);
     tableTopRight.PerformLayout();
     tableTopLeft.ResumeLayout(false);
     tableTopLeft.PerformLayout();
     statusStrip.ResumeLayout(false);
     statusStrip.PerformLayout();
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#51
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(frmPhieuxuat_ng));
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.butIn      = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.kho        = new System.Windows.Forms.CheckedListBox();
     this.tu         = new System.Windows.Forms.DateTimePicker();
     this.den        = new System.Windows.Forms.DateTimePicker();
     this.makp       = new System.Windows.Forms.CheckedListBox();
     this.loai       = new System.Windows.Forms.CheckedListBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(4, 6);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(136, 6);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(34, 23);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "đến :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butIn
     //
     this.butIn.Image      = global::Duoc.Properties.Resources.Print1;
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(87, 189);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(70, 25);
     this.butIn.TabIndex   = 7;
     this.butIn.Text       = "      &In";
     this.butIn.Click     += new System.EventHandler(this.butIn_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.Image      = global::Duoc.Properties.Resources.close_r;
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(157, 189);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(70, 25);
     this.butKetthuc.TabIndex   = 8;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // kho
     //
     this.kho.CheckOnClick = true;
     this.kho.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kho.Location     = new System.Drawing.Point(59, 100);
     this.kho.Name         = "kho";
     this.kho.Size         = new System.Drawing.Size(192, 84);
     this.kho.TabIndex     = 5;
     this.kho.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // tu
     //
     this.tu.CustomFormat = "dd/MM/yyyy";
     this.tu.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.tu.Location     = new System.Drawing.Point(59, 6);
     this.tu.Name         = "tu";
     this.tu.Size         = new System.Drawing.Size(80, 21);
     this.tu.TabIndex     = 1;
     this.tu.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // den
     //
     this.den.CustomFormat = "dd/MM/yyyy";
     this.den.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.den.Location     = new System.Drawing.Point(171, 6);
     this.den.Name         = "den";
     this.den.Size         = new System.Drawing.Size(80, 21);
     this.den.TabIndex     = 3;
     this.den.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // makp
     //
     this.makp.CheckOnClick = true;
     this.makp.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.makp.Location     = new System.Drawing.Point(254, 5);
     this.makp.Name         = "makp";
     this.makp.Size         = new System.Drawing.Size(192, 212);
     this.makp.TabIndex     = 6;
     this.makp.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // loai
     //
     this.loai.CheckOnClick = true;
     this.loai.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.loai.Location     = new System.Drawing.Point(59, 30);
     this.loai.Name         = "loai";
     this.loai.Size         = new System.Drawing.Size(192, 68);
     this.loai.TabIndex     = 4;
     this.loai.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // frmPhieuxuat_ng
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(458, 223);
     this.Controls.Add(this.loai);
     this.Controls.Add(this.makp);
     this.Controls.Add(this.den);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.kho);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmPhieuxuat_ng";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "In phiếu xuất";
     this.Load           += new System.EventHandler(this.frmPhieuxuat_ng_Load);
     this.ResumeLayout(false);
 }
示例#52
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Unidad));
     System.Configuration.AppSettingsReader         configurationAppSettings = new System.Configuration.AppSettingsReader();
     this.panel2            = new System.Windows.Forms.Panel();
     this.buscaBtn1         = new Soluciones2000.Tools.WinLib.BuscaBtn();
     this.dsUnidad1         = new LancNeo.dsUnidad();
     this.label2            = new System.Windows.Forms.Label();
     this.txtUfrevenimiento = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.txtfUagregado     = new System.Windows.Forms.TextBox();
     this.txtIdUnidad       = new System.Windows.Forms.TextBox();
     this.lblIdUnidad       = new System.Windows.Forms.Label();
     this.lblUnidad         = new System.Windows.Forms.Label();
     this.lblFactor         = new System.Windows.Forms.Label();
     this.lblUnAgreg        = new System.Windows.Forms.Label();
     this.lblUnReven        = new System.Windows.Forms.Label();
     this.txtUnidad         = new System.Windows.Forms.TextBox();
     this.txtFactor         = new System.Windows.Forms.TextBox();
     this.txtUniAgreg       = new System.Windows.Forms.TextBox();
     this.txtUniReven       = new System.Windows.Forms.TextBox();
     this.sqlDAUnidad       = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
     this.sqlConn           = new System.Data.SqlClient.SqlConnection();
     this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
     this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
     this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
     this.panelToolBar.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsUnidad1)).BeginInit();
     this.SuspendLayout();
     //
     // statusBar1
     //
     this.statusBar1.ShowPanels = true;
     this.statusBar1.Size       = new System.Drawing.Size(576, 22);
     //
     // panelToolBar
     //
     this.panelToolBar.Size = new System.Drawing.Size(576, 64);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.buscaBtn1);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.txtUfrevenimiento);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.txtfUagregado);
     this.panel2.Controls.Add(this.txtIdUnidad);
     this.panel2.Controls.Add(this.lblIdUnidad);
     this.panel2.Controls.Add(this.lblUnidad);
     this.panel2.Controls.Add(this.lblFactor);
     this.panel2.Controls.Add(this.lblUnAgreg);
     this.panel2.Controls.Add(this.lblUnReven);
     this.panel2.Controls.Add(this.txtUnidad);
     this.panel2.Controls.Add(this.txtFactor);
     this.panel2.Controls.Add(this.txtUniAgreg);
     this.panel2.Controls.Add(this.txtUniReven);
     this.panel2.Location = new System.Drawing.Point(72, 83);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(432, 277);
     this.panel2.TabIndex = 4;
     //
     // buscaBtn1
     //
     this.buscaBtn1.AnchoDlgBusq = 0;
     this.buscaBtn1.BackColor    = System.Drawing.Color.Transparent;
     this.buscaBtn1.Datos        = this.dsUnidad1.Unidad;
     this.buscaBtn1.Icon         = ((System.Drawing.Icon)(resources.GetObject("buscaBtn1.Icon")));
     this.buscaBtn1.Location     = new System.Drawing.Point(304, 8);
     this.buscaBtn1.Name         = "buscaBtn1";
     this.buscaBtn1.Size         = new System.Drawing.Size(64, 64);
     this.buscaBtn1.TabIndex     = 2;
     this.toolTip1.SetToolTip(this.buscaBtn1, "Buscar");
     //
     // dsUnidad1
     //
     this.dsUnidad1.DataSetName             = "dsUnidad";
     this.dsUnidad1.Locale                  = new System.Globalization.CultureInfo("es-MX");
     this.dsUnidad1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 232);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(176, 23);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "Conversión unidad revenimiento:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtUfrevenimiento
     //
     this.txtUfrevenimiento.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsUnidad1, "Unidad.FacRev", true));
     this.txtUfrevenimiento.Location = new System.Drawing.Point(200, 232);
     this.txtUfrevenimiento.Name     = "txtUfrevenimiento";
     this.txtUfrevenimiento.Size     = new System.Drawing.Size(100, 20);
     this.txtUfrevenimiento.TabIndex = 6;
     this.txtUfrevenimiento.Text     = "txtUrevenimiento";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(24, 200);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(160, 23);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Conversión unidad agregado:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtfUagregado
     //
     this.txtfUagregado.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsUnidad1, "Unidad.FacMax", true));
     this.txtfUagregado.Location = new System.Drawing.Point(200, 200);
     this.txtfUagregado.Name     = "txtfUagregado";
     this.txtfUagregado.Size     = new System.Drawing.Size(100, 20);
     this.txtfUagregado.TabIndex = 4;
     this.txtfUagregado.Text     = "txtUrevenimiento";
     //
     // txtIdUnidad
     //
     this.txtIdUnidad.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsUnidad1, "Unidad.IdUnidad", true));
     this.txtIdUnidad.Location = new System.Drawing.Point(200, 40);
     this.txtIdUnidad.Name     = "txtIdUnidad";
     this.txtIdUnidad.Size     = new System.Drawing.Size(100, 20);
     this.txtIdUnidad.TabIndex = 1;
     this.txtIdUnidad.Text     = "textBox1";
     //
     // lblIdUnidad
     //
     this.lblIdUnidad.Location  = new System.Drawing.Point(48, 35);
     this.lblIdUnidad.Name      = "lblIdUnidad";
     this.lblIdUnidad.Size      = new System.Drawing.Size(136, 23);
     this.lblIdUnidad.TabIndex  = 0;
     this.lblIdUnidad.Text      = "Id Unidad:";
     this.lblIdUnidad.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblUnidad
     //
     this.lblUnidad.Location  = new System.Drawing.Point(48, 64);
     this.lblUnidad.Name      = "lblUnidad";
     this.lblUnidad.Size      = new System.Drawing.Size(136, 23);
     this.lblUnidad.TabIndex  = 0;
     this.lblUnidad.Text      = "Descripción:";
     this.lblUnidad.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblFactor
     //
     this.lblFactor.Location  = new System.Drawing.Point(48, 96);
     this.lblFactor.Name      = "lblFactor";
     this.lblFactor.Size      = new System.Drawing.Size(136, 23);
     this.lblFactor.TabIndex  = 0;
     this.lblFactor.Text      = "Factor a Kg f/ cm ²:";
     this.lblFactor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblUnAgreg
     //
     this.lblUnAgreg.Location  = new System.Drawing.Point(48, 128);
     this.lblUnAgreg.Name      = "lblUnAgreg";
     this.lblUnAgreg.Size      = new System.Drawing.Size(136, 23);
     this.lblUnAgreg.TabIndex  = 0;
     this.lblUnAgreg.Text      = "Unidad del agregado:";
     this.lblUnAgreg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblUnReven
     //
     this.lblUnReven.Location  = new System.Drawing.Point(48, 160);
     this.lblUnReven.Name      = "lblUnReven";
     this.lblUnReven.Size      = new System.Drawing.Size(136, 23);
     this.lblUnReven.TabIndex  = 0;
     this.lblUnReven.Text      = "Unidad del revenimiento:";
     this.lblUnReven.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtUnidad
     //
     this.txtUnidad.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsUnidad1, "Unidad.Undescr", true));
     this.txtUnidad.Location = new System.Drawing.Point(200, 72);
     this.txtUnidad.Name     = "txtUnidad";
     this.txtUnidad.Size     = new System.Drawing.Size(100, 20);
     this.txtUnidad.TabIndex = 1;
     this.txtUnidad.Text     = "textBox1";
     //
     // txtFactor
     //
     this.txtFactor.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsUnidad1, "Unidad.Factor", true));
     this.txtFactor.Location = new System.Drawing.Point(200, 104);
     this.txtFactor.Name     = "txtFactor";
     this.txtFactor.Size     = new System.Drawing.Size(100, 20);
     this.txtFactor.TabIndex = 1;
     this.txtFactor.Text     = "textBox1";
     //
     // txtUniAgreg
     //
     this.txtUniAgreg.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsUnidad1, "Unidad.MaxagrUn", true));
     this.txtUniAgreg.Location = new System.Drawing.Point(200, 136);
     this.txtUniAgreg.Name     = "txtUniAgreg";
     this.txtUniAgreg.Size     = new System.Drawing.Size(100, 20);
     this.txtUniAgreg.TabIndex = 1;
     this.txtUniAgreg.Text     = "textBox1";
     //
     // txtUniReven
     //
     this.txtUniReven.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsUnidad1, "Unidad.RevenUn", true));
     this.txtUniReven.Location = new System.Drawing.Point(200, 168);
     this.txtUniReven.Name     = "txtUniReven";
     this.txtUniReven.Size     = new System.Drawing.Size(100, 20);
     this.txtUniReven.TabIndex = 1;
     this.txtUniReven.Text     = "txtUagregado";
     //
     // sqlDAUnidad
     //
     this.sqlDAUnidad.DeleteCommand = this.sqlDeleteCommand1;
     this.sqlDAUnidad.InsertCommand = this.sqlInsertCommand1;
     this.sqlDAUnidad.SelectCommand = this.sqlSelectCommand1;
     this.sqlDAUnidad.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Unidad", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("IdUnidad", "IdUnidad"),
             new System.Data.Common.DataColumnMapping("Undescr", "Undescr"),
             new System.Data.Common.DataColumnMapping("Factor", "Factor"),
             new System.Data.Common.DataColumnMapping("MaxagrUn", "MaxagrUn"),
             new System.Data.Common.DataColumnMapping("RevenUn", "RevenUn"),
             new System.Data.Common.DataColumnMapping("FacMax", "FacMax"),
             new System.Data.Common.DataColumnMapping("FacRev", "FacRev")
         })
     });
     this.sqlDAUnidad.UpdateCommand = this.sqlUpdateCommand1;
     //
     // sqlDeleteCommand1
     //
     this.sqlDeleteCommand1.CommandText = resources.GetString("sqlDeleteCommand1.CommandText");
     this.sqlDeleteCommand1.Connection  = this.sqlConn;
     this.sqlDeleteCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@Original_IdUnidad", System.Data.SqlDbType.SmallInt, 2, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "IdUnidad", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_FacMax", System.Data.SqlDbType.Real, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "FacMax", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_FacRev", System.Data.SqlDbType.Real, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "FacRev", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Factor", System.Data.SqlDbType.Real, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Factor", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_MaxagrUn", System.Data.SqlDbType.NVarChar, 2, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "MaxagrUn", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_RevenUn", System.Data.SqlDbType.NVarChar, 2, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "RevenUn", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Undescr", System.Data.SqlDbType.NVarChar, 7, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Undescr", System.Data.DataRowVersion.Original, null)
     });
     //
     // sqlConn
     //
     this.sqlConn.ConnectionString = ((string)(configurationAppSettings.GetValue("sqlConn.ConnectionString", typeof(string))));
     this.sqlConn.FireInfoMessageEventOnUserErrors = false;
     //
     // sqlInsertCommand1
     //
     this.sqlInsertCommand1.CommandText = resources.GetString("sqlInsertCommand1.CommandText");
     this.sqlInsertCommand1.Connection  = this.sqlConn;
     this.sqlInsertCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@IdUnidad", System.Data.SqlDbType.SmallInt, 2, "IdUnidad"),
         new System.Data.SqlClient.SqlParameter("@Undescr", System.Data.SqlDbType.NVarChar, 7, "Undescr"),
         new System.Data.SqlClient.SqlParameter("@Factor", System.Data.SqlDbType.Real, 4, "Factor"),
         new System.Data.SqlClient.SqlParameter("@MaxagrUn", System.Data.SqlDbType.NVarChar, 2, "MaxagrUn"),
         new System.Data.SqlClient.SqlParameter("@RevenUn", System.Data.SqlDbType.NVarChar, 2, "RevenUn"),
         new System.Data.SqlClient.SqlParameter("@FacMax", System.Data.SqlDbType.Real, 4, "FacMax"),
         new System.Data.SqlClient.SqlParameter("@FacRev", System.Data.SqlDbType.Real, 4, "FacRev")
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText = "SELECT IdUnidad, Undescr, Factor, MaxagrUn, RevenUn, FacMax, FacRev FROM Unidad";
     this.sqlSelectCommand1.Connection  = this.sqlConn;
     //
     // sqlUpdateCommand1
     //
     this.sqlUpdateCommand1.CommandText = resources.GetString("sqlUpdateCommand1.CommandText");
     this.sqlUpdateCommand1.Connection  = this.sqlConn;
     this.sqlUpdateCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@IdUnidad", System.Data.SqlDbType.SmallInt, 2, "IdUnidad"),
         new System.Data.SqlClient.SqlParameter("@Undescr", System.Data.SqlDbType.NVarChar, 7, "Undescr"),
         new System.Data.SqlClient.SqlParameter("@Factor", System.Data.SqlDbType.Real, 4, "Factor"),
         new System.Data.SqlClient.SqlParameter("@MaxagrUn", System.Data.SqlDbType.NVarChar, 2, "MaxagrUn"),
         new System.Data.SqlClient.SqlParameter("@RevenUn", System.Data.SqlDbType.NVarChar, 2, "RevenUn"),
         new System.Data.SqlClient.SqlParameter("@FacMax", System.Data.SqlDbType.Real, 4, "FacMax"),
         new System.Data.SqlClient.SqlParameter("@FacRev", System.Data.SqlDbType.Real, 4, "FacRev"),
         new System.Data.SqlClient.SqlParameter("@Original_IdUnidad", System.Data.SqlDbType.SmallInt, 2, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "IdUnidad", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_FacMax", System.Data.SqlDbType.Real, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "FacMax", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_FacRev", System.Data.SqlDbType.Real, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "FacRev", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Factor", System.Data.SqlDbType.Real, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Factor", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_MaxagrUn", System.Data.SqlDbType.NVarChar, 2, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "MaxagrUn", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_RevenUn", System.Data.SqlDbType.NVarChar, 2, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "RevenUn", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Undescr", System.Data.SqlDbType.NVarChar, 7, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Undescr", System.Data.DataRowVersion.Original, null)
     });
     //
     // Unidad
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(576, 423);
     this.Controls.Add(this.panel2);
     this.DAGeneral   = this.sqlDAUnidad;
     this.dsGeneral   = this.dsUnidad1;
     this.Name        = "Unidad";
     this.NombreTabla = "Unidad";
     this.Text        = "Catálogo de Unidad de Medida";
     this.Load       += new System.EventHandler(this.Unidad_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.Controls.SetChildIndex(this.statusBar1, 0);
     this.Controls.SetChildIndex(this.panelToolBar, 0);
     this.panelToolBar.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsUnidad1)).EndInit();
     this.ResumeLayout(false);
 }
示例#53
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Nivel));
     System.Configuration.AppSettingsReader         configurationAppSettings = new System.Configuration.AppSettingsReader();
     this.panel2            = new System.Windows.Forms.Panel();
     this.buscaBtn1         = new Soluciones2000.Tools.WinLib.BuscaBtn();
     this.dsNivel1          = new LancNeo.dsNivel();
     this.txtIdNivel        = new System.Windows.Forms.TextBox();
     this.lblIdNivel        = new System.Windows.Forms.Label();
     this.lblNivel          = new System.Windows.Forms.Label();
     this.txtNivel          = new System.Windows.Forms.TextBox();
     this.sqlDANivel        = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
     this.sqlConn           = new System.Data.SqlClient.SqlConnection();
     this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
     this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
     this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
     this.panelToolBar.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsNivel1)).BeginInit();
     this.SuspendLayout();
     //
     // statusBar1
     //
     this.statusBar1.ShowPanels = true;
     this.statusBar1.Size       = new System.Drawing.Size(576, 22);
     //
     // panelToolBar
     //
     this.panelToolBar.Size = new System.Drawing.Size(576, 64);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.buscaBtn1);
     this.panel2.Controls.Add(this.txtIdNivel);
     this.panel2.Controls.Add(this.lblIdNivel);
     this.panel2.Controls.Add(this.lblNivel);
     this.panel2.Controls.Add(this.txtNivel);
     this.panel2.Location = new System.Drawing.Point(136, 115);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(304, 192);
     this.panel2.TabIndex = 5;
     //
     // buscaBtn1
     //
     this.buscaBtn1.AnchoDlgBusq = 0;
     this.buscaBtn1.BackColor    = System.Drawing.Color.Transparent;
     this.buscaBtn1.Datos        = this.dsNivel1.Nivel;
     this.buscaBtn1.Icon         = ((System.Drawing.Icon)(resources.GetObject("buscaBtn1.Icon")));
     this.buscaBtn1.Location     = new System.Drawing.Point(208, 32);
     this.buscaBtn1.Name         = "buscaBtn1";
     this.buscaBtn1.Size         = new System.Drawing.Size(64, 64);
     this.buscaBtn1.TabIndex     = 2;
     this.toolTip1.SetToolTip(this.buscaBtn1, "Buscar");
     //
     // dsNivel1
     //
     this.dsNivel1.DataSetName             = "dsNivel";
     this.dsNivel1.Locale                  = new System.Globalization.CultureInfo("es-MX");
     this.dsNivel1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // txtIdNivel
     //
     this.txtIdNivel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsNivel1, "Nivel.IdNivel", true));
     this.txtIdNivel.Location = new System.Drawing.Point(104, 64);
     this.txtIdNivel.Name     = "txtIdNivel";
     this.txtIdNivel.Size     = new System.Drawing.Size(100, 20);
     this.txtIdNivel.TabIndex = 1;
     this.txtIdNivel.Text     = "textBox1";
     //
     // lblIdNivel
     //
     this.lblIdNivel.Location  = new System.Drawing.Point(40, 60);
     this.lblIdNivel.Name      = "lblIdNivel";
     this.lblIdNivel.Size      = new System.Drawing.Size(56, 23);
     this.lblIdNivel.TabIndex  = 0;
     this.lblIdNivel.Text      = "Id Nivel:";
     this.lblIdNivel.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // lblNivel
     //
     this.lblNivel.Location  = new System.Drawing.Point(40, 100);
     this.lblNivel.Name      = "lblNivel";
     this.lblNivel.Size      = new System.Drawing.Size(56, 23);
     this.lblNivel.TabIndex  = 0;
     this.lblNivel.Text      = "Nivel:";
     this.lblNivel.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // txtNivel
     //
     this.txtNivel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsNivel1, "Nivel.Nivel", true));
     this.txtNivel.Location  = new System.Drawing.Point(104, 104);
     this.txtNivel.MaxLength = 50;
     this.txtNivel.Name      = "txtNivel";
     this.txtNivel.Size      = new System.Drawing.Size(150, 20);
     this.txtNivel.TabIndex  = 1;
     this.txtNivel.Text      = "textBox1";
     //
     // sqlDANivel
     //
     this.sqlDANivel.DeleteCommand = this.sqlDeleteCommand1;
     this.sqlDANivel.InsertCommand = this.sqlInsertCommand1;
     this.sqlDANivel.SelectCommand = this.sqlSelectCommand1;
     this.sqlDANivel.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Nivel", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("IdNivel", "IdNivel"),
             new System.Data.Common.DataColumnMapping("Nivel", "Nivel")
         })
     });
     this.sqlDANivel.UpdateCommand = this.sqlUpdateCommand1;
     //
     // sqlDeleteCommand1
     //
     this.sqlDeleteCommand1.CommandText = "DELETE FROM Nivel WHERE (IdNivel = @Original_IdNivel) AND (Nivel = @Original_Nive" +
                                          "l OR @Original_Nivel IS NULL AND Nivel IS NULL)";
     this.sqlDeleteCommand1.Connection = this.sqlConn;
     this.sqlDeleteCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@Original_IdNivel", System.Data.SqlDbType.SmallInt, 2, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "IdNivel", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Nivel", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Nivel", System.Data.DataRowVersion.Original, null)
     });
     //
     // sqlConn
     //
     this.sqlConn.ConnectionString = ((string)(configurationAppSettings.GetValue("sqlConn.ConnectionString", typeof(string))));
     this.sqlConn.FireInfoMessageEventOnUserErrors = false;
     //
     // sqlInsertCommand1
     //
     this.sqlInsertCommand1.CommandText = "INSERT INTO Nivel(IdNivel, Nivel) VALUES (@IdNivel, @Nivel); SELECT IdNivel, Nive" +
                                          "l FROM Nivel WHERE (IdNivel = @IdNivel) ORDER BY IdNivel";
     this.sqlInsertCommand1.Connection = this.sqlConn;
     this.sqlInsertCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@IdNivel", System.Data.SqlDbType.SmallInt, 2, "IdNivel"),
         new System.Data.SqlClient.SqlParameter("@Nivel", System.Data.SqlDbType.NVarChar, 50, "Nivel")
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText = "SELECT IdNivel, Nivel FROM Nivel ORDER BY IdNivel";
     this.sqlSelectCommand1.Connection  = this.sqlConn;
     //
     // sqlUpdateCommand1
     //
     this.sqlUpdateCommand1.CommandText = resources.GetString("sqlUpdateCommand1.CommandText");
     this.sqlUpdateCommand1.Connection  = this.sqlConn;
     this.sqlUpdateCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@IdNivel", System.Data.SqlDbType.SmallInt, 2, "IdNivel"),
         new System.Data.SqlClient.SqlParameter("@Nivel", System.Data.SqlDbType.NVarChar, 50, "Nivel"),
         new System.Data.SqlClient.SqlParameter("@Original_IdNivel", System.Data.SqlDbType.SmallInt, 2, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "IdNivel", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Nivel", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Nivel", System.Data.DataRowVersion.Original, null)
     });
     //
     // Nivel
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(576, 423);
     this.Controls.Add(this.panel2);
     this.DAGeneral   = this.sqlDANivel;
     this.dsGeneral   = this.dsNivel1;
     this.Name        = "Nivel";
     this.NombreTabla = "Nivel";
     this.Text        = "Nivel";
     this.Load       += new System.EventHandler(this.Nivel_Load);
     this.Controls.SetChildIndex(this.statusBar1, 0);
     this.Controls.SetChildIndex(this.panelToolBar, 0);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panelToolBar.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsNivel1)).EndInit();
     this.ResumeLayout(false);
 }
示例#54
0
 /// <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();
     System.Windows.Forms.ToolTip m_toolTip;
     System.Windows.Forms.Button  buttonOk;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SAAboutDlg));
     System.Windows.Forms.Label      lblAvailableMemory;
     System.Windows.Forms.Label      lblAvailableDiskSpace;
     System.Windows.Forms.PictureBox fieldWorksIcon;
     this.panel1                     = new System.Windows.Forms.Panel();
     this.lnkWebsite                 = new System.Windows.Forms.LinkLabel();
     this.lnkFeedback                = new System.Windows.Forms.LinkLabel();
     this.lblBuild                   = new System.Windows.Forms.Label();
     this.lblAppVersion              = new System.Windows.Forms.Label();
     this.lblAvailableMemoryValue    = new System.Windows.Forms.Label();
     this.lblAvailableDiskSpaceValue = new System.Windows.Forms.Label();
     this.lblCopyright               = new System.Windows.Forms.Label();
     this.lblName                    = new System.Windows.Forms.Label();
     m_toolTip             = new System.Windows.Forms.ToolTip(this.components);
     buttonOk              = new System.Windows.Forms.Button();
     lblAvailableMemory    = new System.Windows.Forms.Label();
     lblAvailableDiskSpace = new System.Windows.Forms.Label();
     fieldWorksIcon        = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(fieldWorksIcon)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_toolTip
     //
     m_toolTip.AutomaticDelay = 100;
     m_toolTip.AutoPopDelay   = 1000;
     m_toolTip.InitialDelay   = 100;
     m_toolTip.ReshowDelay    = 100;
     //
     // buttonOk
     //
     buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(buttonOk, "buttonOk");
     buttonOk.Name = "buttonOk";
     m_toolTip.SetToolTip(buttonOk, resources.GetString("buttonOk.ToolTip"));
     buttonOk.UseVisualStyleBackColor = true;
     //
     // lblAvailableMemory
     //
     resources.ApplyResources(lblAvailableMemory, "lblAvailableMemory");
     lblAvailableMemory.Name = "lblAvailableMemory";
     //
     // lblAvailableDiskSpace
     //
     resources.ApplyResources(lblAvailableDiskSpace, "lblAvailableDiskSpace");
     lblAvailableDiskSpace.Name = "lblAvailableDiskSpace";
     //
     // fieldWorksIcon
     //
     resources.ApplyResources(fieldWorksIcon, "fieldWorksIcon");
     fieldWorksIcon.Image   = global::SIL.SpeechAnalyzer.Properties.Resources.kimidSilLogo;
     fieldWorksIcon.Name    = "fieldWorksIcon";
     fieldWorksIcon.TabStop = false;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.lnkWebsite);
     this.panel1.Controls.Add(this.lnkFeedback);
     this.panel1.Controls.Add(this.lblBuild);
     this.panel1.Controls.Add(this.lblAppVersion);
     this.panel1.Controls.Add(this.lblAvailableMemoryValue);
     this.panel1.Controls.Add(this.lblAvailableDiskSpaceValue);
     this.panel1.Controls.Add(lblAvailableMemory);
     this.panel1.Controls.Add(lblAvailableDiskSpace);
     this.panel1.Controls.Add(this.lblCopyright);
     this.panel1.Controls.Add(fieldWorksIcon);
     this.panel1.Controls.Add(this.lblName);
     this.panel1.Controls.Add(buttonOk);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // lnkWebsite
     //
     resources.ApplyResources(this.lnkWebsite, "lnkWebsite");
     this.lnkWebsite.Name    = "lnkWebsite";
     this.lnkWebsite.TabStop = true;
     this.lnkWebsite.UseCompatibleTextRendering = true;
     this.lnkWebsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HandleWebsiteLinkClicked);
     //
     // lnkFeedback
     //
     resources.ApplyResources(this.lnkFeedback, "lnkFeedback");
     this.lnkFeedback.Name    = "lnkFeedback";
     this.lnkFeedback.TabStop = true;
     this.lnkFeedback.UseCompatibleTextRendering = true;
     this.lnkFeedback.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HandleFeedbackLinkClicked);
     //
     // lblBuild
     //
     resources.ApplyResources(this.lblBuild, "lblBuild");
     this.lblBuild.Name = "lblBuild";
     //
     // lblAppVersion
     //
     resources.ApplyResources(this.lblAppVersion, "lblAppVersion");
     this.lblAppVersion.Name = "lblAppVersion";
     //
     // lblAvailableMemoryValue
     //
     this.lblAvailableMemoryValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     resources.ApplyResources(this.lblAvailableMemoryValue, "lblAvailableMemoryValue");
     this.lblAvailableMemoryValue.Name = "lblAvailableMemoryValue";
     //
     // lblAvailableDiskSpaceValue
     //
     this.lblAvailableDiskSpaceValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     resources.ApplyResources(this.lblAvailableDiskSpaceValue, "lblAvailableDiskSpaceValue");
     this.lblAvailableDiskSpaceValue.Name = "lblAvailableDiskSpaceValue";
     //
     // lblCopyright
     //
     resources.ApplyResources(this.lblCopyright, "lblCopyright");
     this.lblCopyright.Name = "lblCopyright";
     //
     // lblName
     //
     resources.ApplyResources(this.lblName, "lblName");
     this.lblName.Name = "lblName";
     //
     // SAAboutDlg
     //
     this.AcceptButton = buttonOk;
     resources.ApplyResources(this, "$this");
     this.BackColor  = System.Drawing.Color.White;
     this.ControlBox = false;
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SAAboutDlg";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     ((System.ComponentModel.ISupportInitialize)(fieldWorksIcon)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TrainPlacementController));
     this.buttonRemove    = new System.Windows.Forms.RadioButton();
     this.buttonPlace     = new System.Windows.Forms.RadioButton();
     this.tree            = new freetrain.util.controls.DDTreeView();
     this.treeMenu        = new System.Windows.Forms.ContextMenu();
     this.miAddGroup      = new System.Windows.Forms.MenuItem();
     this.imageList       = new System.Windows.Forms.ImageList(this.components);
     this.panel2          = new System.Windows.Forms.Panel();
     this.typeBox         = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.controllerCombo = new System.Windows.Forms.ComboBox();
     this.label2          = new System.Windows.Forms.Label();
     this.nameBox         = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.panel1          = new System.Windows.Forms.Panel();
     this.miSell          = new System.Windows.Forms.MenuItem();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonRemove
     //
     this.buttonRemove.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonRemove.Appearance = System.Windows.Forms.Appearance.Button;
     this.buttonRemove.Location   = new System.Drawing.Point(187, 182);
     this.buttonRemove.Name       = "buttonRemove";
     this.buttonRemove.Size       = new System.Drawing.Size(89, 26);
     this.buttonRemove.TabIndex   = 5;
     this.buttonRemove.Text       = "Remove";
     //! this.buttonRemove.Text = "撤去";
     this.buttonRemove.TextAlign       = System.Drawing.ContentAlignment.MiddleCenter;
     this.buttonRemove.CheckedChanged += new System.EventHandler(this.onModeChange);
     //
     // buttonPlace
     //
     this.buttonPlace.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonPlace.Appearance = System.Windows.Forms.Appearance.Button;
     this.buttonPlace.Checked    = true;
     this.buttonPlace.Location   = new System.Drawing.Point(110, 182);
     this.buttonPlace.Name       = "buttonPlace";
     this.buttonPlace.Size       = new System.Drawing.Size(71, 26);
     this.buttonPlace.TabIndex   = 4;
     this.buttonPlace.TabStop    = true;
     this.buttonPlace.Text       = "Place";
     //! this.buttonPlace.Text = "配置";
     this.buttonPlace.TextAlign       = System.Drawing.ContentAlignment.MiddleCenter;
     this.buttonPlace.CheckedChanged += new System.EventHandler(this.onModeChange);
     //
     // tree
     //
     this.tree.AllowDrop          = true;
     this.tree.ContextMenu        = this.treeMenu;
     this.tree.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.tree.FullRowSelect      = true;
     this.tree.ImageIndex         = 0;
     this.tree.ImageList          = this.imageList;
     this.tree.Location           = new System.Drawing.Point(0, 0);
     this.tree.Name               = "tree";
     this.tree.SelectedImageIndex = 0;
     this.tree.Size               = new System.Drawing.Size(176, 220);
     this.tree.TabIndex           = 1;
     this.tree.AfterExpand       += new System.Windows.Forms.TreeViewEventHandler(this.onNodeExpanded);
     this.tree.AfterCollapse     += new System.Windows.Forms.TreeViewEventHandler(this.onNodeCollapsed);
     this.tree.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.onTrainChange);
     this.tree.DoubleClick       += new System.EventHandler(this.onDoubleClick);
     //
     // treeMenu
     //
     this.treeMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.miAddGroup,
         this.miSell
     });
     this.treeMenu.Popup += new System.EventHandler(this.treeMenu_Popup);
     //
     // miAddGroup
     //
     this.miAddGroup.Index = 0;
     this.miAddGroup.Text  = "&Add new group";
     //! this.miAddGroup.Text = "新しいグループの追加(&A)";
     //
     // imageList
     //
     this.imageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     //
     // panel2
     //
     this.panel2.Controls.Add(this.typeBox);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.controllerCombo);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.nameBox);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.buttonPlace);
     this.panel2.Controls.Add(this.buttonRemove);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location = new System.Drawing.Point(176, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(284, 220);
     this.panel2.TabIndex = 3;
     //
     // typeBox
     //
     this.typeBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.typeBox.Enabled  = false;
     this.typeBox.Location = new System.Drawing.Point(90, 78);
     this.typeBox.Name     = "typeBox";
     this.typeBox.Size     = new System.Drawing.Size(186, 101);
     this.typeBox.TabIndex = 13;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(6, 73);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(78, 22);
     this.label3.TabIndex  = 12;
     this.label3.Text      = "&Type:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //! this.label3.Text = "種類(&T):";
     //
     // controllerCombo
     //
     this.controllerCombo.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.controllerCombo.Enabled               = false;
     this.controllerCombo.Location              = new System.Drawing.Point(90, 43);
     this.controllerCombo.Name                  = "controllerCombo";
     this.controllerCombo.Size                  = new System.Drawing.Size(166, 21);
     this.controllerCombo.TabIndex              = 3;
     this.controllerCombo.SelectedIndexChanged += new System.EventHandler(this.controllerCombo_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(3, 43);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(81, 21);
     this.label2.TabIndex = 10;
     this.label2.Text     = "&Diagram:";
     //! this.label2.Text = "ダイヤ(&T):";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // nameBox
     //
     this.nameBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.nameBox.Enabled      = false;
     this.nameBox.Location     = new System.Drawing.Point(90, 9);
     this.nameBox.Name         = "nameBox";
     this.nameBox.Size         = new System.Drawing.Size(186, 20);
     this.nameBox.TabIndex     = 2;
     this.nameBox.TextChanged += new System.EventHandler(this.onNameChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(3, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(81, 21);
     this.label1.TabIndex = 8;
     this.label1.Text     = "&Name:";
     //! this.label1.Text = "名前(&N):";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tree);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(176, 220);
     this.panel1.TabIndex = 7;
     //
     // miSell
     //
     this.miSell.Index = 1;
     this.miSell.Text  = "&Sell...";
     //! this.miSell.Text = "売却(&S)...";
     //
     // TrainPlacementController
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(460, 220);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MinimumSize     = new System.Drawing.Size(416, 195);
     this.Name            = "TrainPlacementController";
     this.Text            = "Place Train";
     //! this.Text = "車両の配置";
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#56
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.cmdReloadImage        = new System.Windows.Forms.Button();
     this.TabControl1           = new System.Windows.Forms.TabControl();
     this.docAutoColorBalance   = new System.Windows.Forms.TabPage();
     this.cmdAutoColorbalance   = new System.Windows.Forms.Button();
     this.docAdjustColorBalance = new System.Windows.Forms.TabPage();
     this.lblColorVal           = new System.Windows.Forms.Label();
     this.hscrColor             = new System.Windows.Forms.HScrollBar();
     this.cmdAdjustColorBalance = new System.Windows.Forms.Button();
     this.lblBlueVal            = new System.Windows.Forms.Label();
     this.lblGreenVal           = new System.Windows.Forms.Label();
     this.lblRedVal             = new System.Windows.Forms.Label();
     this.hscrBlue              = new System.Windows.Forms.HScrollBar();
     this.hscrGreen             = new System.Windows.Forms.HScrollBar();
     this.hscrRed               = new System.Windows.Forms.HScrollBar();
     this.lblBlue               = new System.Windows.Forms.Label();
     this.lblGreen              = new System.Windows.Forms.Label();
     this.lblRed                = new System.Windows.Forms.Label();
     this.lblColor              = new System.Windows.Forms.Label();
     this.tabPage1              = new System.Windows.Forms.TabPage();
     this.button1               = new System.Windows.Forms.Button();
     this.lblError              = new System.Windows.Forms.Label();
     this.lblLastError          = new System.Windows.Forms.Label();
     this.lstInfo               = new System.Windows.Forms.ListBox();
     this.mainMenu1             = new System.Windows.Forms.MainMenu(this.components);
     this.mnuFile               = new System.Windows.Forms.MenuItem();
     this.mnuFileOpen           = new System.Windows.Forms.MenuItem();
     this.mnuReloadCurrentImage = new System.Windows.Forms.MenuItem();
     this.menuItem4             = new System.Windows.Forms.MenuItem();
     this.mnuQuit               = new System.Windows.Forms.MenuItem();
     this.mnuToolbar            = new System.Windows.Forms.MenuItem();
     this.mnuToolbarShow        = new System.Windows.Forms.MenuItem();
     this.mnuAbout              = new System.Windows.Forms.MenuItem();
     this.imagXpress1           = new Accusoft.ImagXpressSdk.ImagXpress(this.components);
     this.processor1            = new Accusoft.ImagXpressSdk.Processor(this.components);
     this.imageXView1           = new Accusoft.ImagXpressSdk.ImageXView(this.components);
     this.TabControl1.SuspendLayout();
     this.docAutoColorBalance.SuspendLayout();
     this.docAdjustColorBalance.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // cmdReloadImage
     //
     this.cmdReloadImage.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdReloadImage.Location = new System.Drawing.Point(560, 88);
     this.cmdReloadImage.Name     = "cmdReloadImage";
     this.cmdReloadImage.Size     = new System.Drawing.Size(168, 32);
     this.cmdReloadImage.TabIndex = 46;
     this.cmdReloadImage.Text     = "Reload Image";
     this.cmdReloadImage.Click   += new System.EventHandler(this.cmdReloadImage_Click);
     //
     // TabControl1
     //
     this.TabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.TabControl1.Controls.Add(this.docAutoColorBalance);
     this.TabControl1.Controls.Add(this.docAdjustColorBalance);
     this.TabControl1.Controls.Add(this.tabPage1);
     this.TabControl1.Location      = new System.Drawing.Point(440, 136);
     this.TabControl1.Name          = "TabControl1";
     this.TabControl1.SelectedIndex = 0;
     this.TabControl1.Size          = new System.Drawing.Size(408, 248);
     this.TabControl1.TabIndex      = 45;
     //
     // docAutoColorBalance
     //
     this.docAutoColorBalance.BackColor = System.Drawing.SystemColors.Control;
     this.docAutoColorBalance.Controls.Add(this.cmdAutoColorbalance);
     this.docAutoColorBalance.Location = new System.Drawing.Point(4, 22);
     this.docAutoColorBalance.Name     = "docAutoColorBalance";
     this.docAutoColorBalance.Size     = new System.Drawing.Size(400, 222);
     this.docAutoColorBalance.TabIndex = 1;
     this.docAutoColorBalance.Text     = "AutoColorBalance";
     this.docAutoColorBalance.Visible  = false;
     //
     // cmdAutoColorbalance
     //
     this.cmdAutoColorbalance.Location = new System.Drawing.Point(136, 184);
     this.cmdAutoColorbalance.Name     = "cmdAutoColorbalance";
     this.cmdAutoColorbalance.Size     = new System.Drawing.Size(128, 32);
     this.cmdAutoColorbalance.TabIndex = 0;
     this.cmdAutoColorbalance.Text     = "Apply";
     this.cmdAutoColorbalance.Click   += new System.EventHandler(this.cmdAutoColorbalance_Click);
     //
     // docAdjustColorBalance
     //
     this.docAdjustColorBalance.BackColor = System.Drawing.SystemColors.Control;
     this.docAdjustColorBalance.Controls.Add(this.lblColorVal);
     this.docAdjustColorBalance.Controls.Add(this.hscrColor);
     this.docAdjustColorBalance.Controls.Add(this.cmdAdjustColorBalance);
     this.docAdjustColorBalance.Controls.Add(this.lblBlueVal);
     this.docAdjustColorBalance.Controls.Add(this.lblGreenVal);
     this.docAdjustColorBalance.Controls.Add(this.lblRedVal);
     this.docAdjustColorBalance.Controls.Add(this.hscrBlue);
     this.docAdjustColorBalance.Controls.Add(this.hscrGreen);
     this.docAdjustColorBalance.Controls.Add(this.hscrRed);
     this.docAdjustColorBalance.Controls.Add(this.lblBlue);
     this.docAdjustColorBalance.Controls.Add(this.lblGreen);
     this.docAdjustColorBalance.Controls.Add(this.lblRed);
     this.docAdjustColorBalance.Controls.Add(this.lblColor);
     this.docAdjustColorBalance.Location = new System.Drawing.Point(4, 22);
     this.docAdjustColorBalance.Name     = "docAdjustColorBalance";
     this.docAdjustColorBalance.Size     = new System.Drawing.Size(400, 222);
     this.docAdjustColorBalance.TabIndex = 2;
     this.docAdjustColorBalance.Text     = "AdjustColorBalance";
     this.docAdjustColorBalance.Visible  = false;
     //
     // lblColorVal
     //
     this.lblColorVal.Location = new System.Drawing.Point(336, 16);
     this.lblColorVal.Name     = "lblColorVal";
     this.lblColorVal.Size     = new System.Drawing.Size(48, 24);
     this.lblColorVal.TabIndex = 13;
     //
     // hscrColor
     //
     this.hscrColor.LargeChange = 1;
     this.hscrColor.Location    = new System.Drawing.Point(104, 16);
     this.hscrColor.Name        = "hscrColor";
     this.hscrColor.Size        = new System.Drawing.Size(224, 16);
     this.hscrColor.TabIndex    = 12;
     this.hscrColor.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.hscrColor_Scroll);
     //
     // cmdAdjustColorBalance
     //
     this.cmdAdjustColorBalance.Location = new System.Drawing.Point(136, 184);
     this.cmdAdjustColorBalance.Name     = "cmdAdjustColorBalance";
     this.cmdAdjustColorBalance.Size     = new System.Drawing.Size(128, 32);
     this.cmdAdjustColorBalance.TabIndex = 11;
     this.cmdAdjustColorBalance.Text     = "Apply";
     this.cmdAdjustColorBalance.Click   += new System.EventHandler(this.cmdAdjustColorBalance_Click);
     //
     // lblBlueVal
     //
     this.lblBlueVal.Location = new System.Drawing.Point(336, 144);
     this.lblBlueVal.Name     = "lblBlueVal";
     this.lblBlueVal.Size     = new System.Drawing.Size(48, 16);
     this.lblBlueVal.TabIndex = 10;
     //
     // lblGreenVal
     //
     this.lblGreenVal.Location = new System.Drawing.Point(336, 96);
     this.lblGreenVal.Name     = "lblGreenVal";
     this.lblGreenVal.Size     = new System.Drawing.Size(48, 24);
     this.lblGreenVal.TabIndex = 9;
     //
     // lblRedVal
     //
     this.lblRedVal.Location = new System.Drawing.Point(336, 56);
     this.lblRedVal.Name     = "lblRedVal";
     this.lblRedVal.Size     = new System.Drawing.Size(48, 24);
     this.lblRedVal.TabIndex = 8;
     //
     // hscrBlue
     //
     this.hscrBlue.LargeChange = 1;
     this.hscrBlue.Location    = new System.Drawing.Point(104, 144);
     this.hscrBlue.Minimum     = -100;
     this.hscrBlue.Name        = "hscrBlue";
     this.hscrBlue.Size        = new System.Drawing.Size(224, 16);
     this.hscrBlue.TabIndex    = 7;
     this.hscrBlue.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.hscrBlue_Scroll);
     //
     // hscrGreen
     //
     this.hscrGreen.LargeChange = 1;
     this.hscrGreen.Location    = new System.Drawing.Point(104, 96);
     this.hscrGreen.Minimum     = -100;
     this.hscrGreen.Name        = "hscrGreen";
     this.hscrGreen.Size        = new System.Drawing.Size(224, 16);
     this.hscrGreen.TabIndex    = 6;
     this.hscrGreen.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.hscrGreen_Scroll);
     //
     // hscrRed
     //
     this.hscrRed.LargeChange = 1;
     this.hscrRed.Location    = new System.Drawing.Point(104, 56);
     this.hscrRed.Minimum     = -100;
     this.hscrRed.Name        = "hscrRed";
     this.hscrRed.Size        = new System.Drawing.Size(224, 16);
     this.hscrRed.TabIndex    = 5;
     this.hscrRed.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.hscrRed_Scroll);
     //
     // lblBlue
     //
     this.lblBlue.Location = new System.Drawing.Point(16, 144);
     this.lblBlue.Name     = "lblBlue";
     this.lblBlue.Size     = new System.Drawing.Size(72, 24);
     this.lblBlue.TabIndex = 3;
     this.lblBlue.Text     = "Blue:";
     //
     // lblGreen
     //
     this.lblGreen.Location = new System.Drawing.Point(16, 96);
     this.lblGreen.Name     = "lblGreen";
     this.lblGreen.Size     = new System.Drawing.Size(64, 24);
     this.lblGreen.TabIndex = 2;
     this.lblGreen.Text     = "Green:";
     //
     // lblRed
     //
     this.lblRed.Location = new System.Drawing.Point(16, 56);
     this.lblRed.Name     = "lblRed";
     this.lblRed.Size     = new System.Drawing.Size(64, 24);
     this.lblRed.TabIndex = 1;
     this.lblRed.Text     = "Red:";
     //
     // lblColor
     //
     this.lblColor.Location = new System.Drawing.Point(16, 16);
     this.lblColor.Name     = "lblColor";
     this.lblColor.Size     = new System.Drawing.Size(64, 24);
     this.lblColor.TabIndex = 0;
     this.lblColor.Text     = "Color:";
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
     this.tabPage1.Controls.Add(this.button1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(400, 222);
     this.tabPage1.TabIndex = 3;
     this.tabPage1.Text     = "AutoLightness";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(136, 184);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(128, 32);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Apply";
     this.button1.Click   += new System.EventHandler(this.cmdAutoLightness_Click);
     //
     // lblError
     //
     this.lblError.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.lblError.Location = new System.Drawing.Point(501, 415);
     this.lblError.Name     = "lblError";
     this.lblError.Size     = new System.Drawing.Size(171, 79);
     this.lblError.TabIndex = 42;
     //
     // lblLastError
     //
     this.lblLastError.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.lblLastError.AutoSize = true;
     this.lblLastError.Location = new System.Drawing.Point(437, 415);
     this.lblLastError.Name     = "lblLastError";
     this.lblLastError.Size     = new System.Drawing.Size(58, 13);
     this.lblLastError.TabIndex = 41;
     this.lblLastError.Text     = "Last Error:";
     //
     // lstInfo
     //
     this.lstInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lstInfo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstInfo.Items.AddRange(new object[] {
         "This sample demonstrates the following functionality:",
         "1) Adjusting the image color using the AutoLightness, AutoColorBalance, and Adjus" +
         "tColorBalance methods."
     });
     this.lstInfo.Location = new System.Drawing.Point(16, 8);
     this.lstInfo.Name     = "lstInfo";
     this.lstInfo.Size     = new System.Drawing.Size(832, 30);
     this.lstInfo.TabIndex = 40;
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFile,
         this.mnuToolbar,
         this.mnuAbout
     });
     //
     // mnuFile
     //
     this.mnuFile.Index = 0;
     this.mnuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFileOpen,
         this.mnuReloadCurrentImage,
         this.menuItem4,
         this.mnuQuit
     });
     this.mnuFile.Text = "&File";
     //
     // mnuFileOpen
     //
     this.mnuFileOpen.Index  = 0;
     this.mnuFileOpen.Text   = "&Open Image...";
     this.mnuFileOpen.Click += new System.EventHandler(this.mnuFileOpen_Click);
     //
     // mnuReloadCurrentImage
     //
     this.mnuReloadCurrentImage.Index  = 1;
     this.mnuReloadCurrentImage.Text   = "Reload Current Image";
     this.mnuReloadCurrentImage.Click += new System.EventHandler(this.mnuReloadCurrentImage_Click);
     //
     // menuItem4
     //
     this.menuItem4.Index = 2;
     this.menuItem4.Text  = "-";
     //
     // mnuQuit
     //
     this.mnuQuit.Index  = 3;
     this.mnuQuit.Text   = "&Quit";
     this.mnuQuit.Click += new System.EventHandler(this.mnuQuit_Click);
     //
     // mnuToolbar
     //
     this.mnuToolbar.Index = 1;
     this.mnuToolbar.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuToolbarShow
     });
     this.mnuToolbar.Text = "&Toolbar";
     //
     // mnuToolbarShow
     //
     this.mnuToolbarShow.Index  = 0;
     this.mnuToolbarShow.Text   = "&Show";
     this.mnuToolbarShow.Click += new System.EventHandler(this.mnuToolbarShow_Click);
     //
     // mnuAbout
     //
     this.mnuAbout.Index  = 2;
     this.mnuAbout.Text   = "&About";
     this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click);
     //
     // imageXView1
     //
     this.imageXView1.AutoResize = Accusoft.ImagXpressSdk.AutoResizeType.BestFit;
     this.imageXView1.Location   = new System.Drawing.Point(13, 45);
     this.imageXView1.Name       = "imageXView1";
     this.imageXView1.Size       = new System.Drawing.Size(418, 525);
     this.imageXView1.TabIndex   = 47;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(872, 582);
     this.Controls.Add(this.imageXView1);
     this.Controls.Add(this.cmdReloadImage);
     this.Controls.Add(this.TabControl1);
     this.Controls.Add(this.lblError);
     this.Controls.Add(this.lblLastError);
     this.Controls.Add(this.lstInfo);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Menu            = this.mainMenu1;
     this.Name            = "MainForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "ColorBalance";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.TabControl1.ResumeLayout(false);
     this.docAutoColorBalance.ResumeLayout(false);
     this.docAdjustColorBalance.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#57
0
 /// <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();
     OpenDental.UI.Button butSave;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpBirthday));
     this.label3          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.butCancel       = new OpenDental.UI.Button();
     this.butOK           = new OpenDental.UI.Button();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.textDateTo      = new System.Windows.Forms.TextBox();
     this.butRight        = new OpenDental.UI.Button();
     this.butMonth        = new OpenDental.UI.Button();
     this.butLeft         = new OpenDental.UI.Button();
     this.textDateFrom    = new System.Windows.Forms.TextBox();
     this.errorProvider1  = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox4       = new System.Windows.Forms.GroupBox();
     this.label4          = new System.Windows.Forms.Label();
     this.butPostcards    = new OpenDental.UI.Button();
     this.textPostcardMsg = new System.Windows.Forms.TextBox();
     butSave = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // butSave
     //
     butSave.AdjustImageLocation = new System.Drawing.Point(0, 0);
     butSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     butSave.Autosize = true;
     butSave.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     butSave.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     butSave.Location = new System.Drawing.Point(202, 30);
     butSave.Name     = "butSave";
     butSave.Size     = new System.Drawing.Size(87, 26);
     butSave.TabIndex = 44;
     butSave.Text     = "Save Msg";
     butSave.Click   += new System.EventHandler(this.butSave_Click);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(20, 99);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(82, 18);
     this.label3.TabIndex  = 39;
     this.label3.Text      = "To";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(22, 73);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(82, 18);
     this.label2.TabIndex  = 37;
     this.label2.Text      = "From";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // 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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(546, 216);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 44;
     this.butCancel.Text         = "&Cancel";
     //
     // 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.Location = new System.Drawing.Point(546, 176);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 43;
     this.butOK.Text     = "Report";
     this.butOK.Click   += new System.EventHandler(this.butReport_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textDateTo);
     this.groupBox1.Controls.Add(this.butRight);
     this.groupBox1.Controls.Add(this.butMonth);
     this.groupBox1.Controls.Add(this.butLeft);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.textDateFrom);
     this.groupBox1.Location = new System.Drawing.Point(21, 22);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(286, 131);
     this.groupBox1.TabIndex = 45;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Date Range (without the year)";
     //
     // textDateTo
     //
     this.textDateTo.Location    = new System.Drawing.Point(110, 97);
     this.textDateTo.Name        = "textDateTo";
     this.textDateTo.Size        = new System.Drawing.Size(71, 20);
     this.textDateTo.TabIndex    = 50;
     this.textDateTo.Validating += new System.ComponentModel.CancelEventHandler(this.textDateTo_Validating);
     //
     // butRight
     //
     this.butRight.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butRight.Autosize            = true;
     this.butRight.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRight.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRight.Image    = ((System.Drawing.Image)(resources.GetObject("butRight.Image")));
     this.butRight.Location = new System.Drawing.Point(206, 28);
     this.butRight.Name     = "butRight";
     this.butRight.Size     = new System.Drawing.Size(45, 26);
     this.butRight.TabIndex = 49;
     this.butRight.Click   += new System.EventHandler(this.butRight_Click);
     //
     // butMonth
     //
     this.butMonth.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butMonth.Autosize            = true;
     this.butMonth.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butMonth.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butMonth.Location            = new System.Drawing.Point(96, 28);
     this.butMonth.Name     = "butMonth";
     this.butMonth.Size     = new System.Drawing.Size(101, 26);
     this.butMonth.TabIndex = 48;
     this.butMonth.Text     = "Next Month";
     this.butMonth.Click   += new System.EventHandler(this.butMonth_Click);
     //
     // butLeft
     //
     this.butLeft.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butLeft.Autosize            = true;
     this.butLeft.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butLeft.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butLeft.Image    = ((System.Drawing.Image)(resources.GetObject("butLeft.Image")));
     this.butLeft.Location = new System.Drawing.Point(42, 28);
     this.butLeft.Name     = "butLeft";
     this.butLeft.Size     = new System.Drawing.Size(45, 26);
     this.butLeft.TabIndex = 47;
     this.butLeft.Click   += new System.EventHandler(this.butLeft_Click);
     //
     // textDateFrom
     //
     this.textDateFrom.Location    = new System.Drawing.Point(110, 70);
     this.textDateFrom.Name        = "textDateFrom";
     this.textDateFrom.Size        = new System.Drawing.Size(71, 20);
     this.textDateFrom.TabIndex    = 46;
     this.textDateFrom.Validating += new System.ComponentModel.CancelEventHandler(this.textDateFrom_Validating);
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.textPostcardMsg);
     this.groupBox4.Controls.Add(butSave);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.butPostcards);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location  = new System.Drawing.Point(332, 22);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(306, 131);
     this.groupBox4.TabIndex  = 46;
     this.groupBox4.TabStop   = false;
     this.groupBox4.Text      = "Postcards";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(7, 12);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(158, 17);
     this.label4.TabIndex  = 18;
     this.label4.Text      = "Message";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butPostcards
     //
     this.butPostcards.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPostcards.Autosize            = true;
     this.butPostcards.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPostcards.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPostcards.Image      = ((System.Drawing.Image)(resources.GetObject("butPostcards.Image")));
     this.butPostcards.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPostcards.Location   = new System.Drawing.Point(202, 91);
     this.butPostcards.Name       = "butPostcards";
     this.butPostcards.Size       = new System.Drawing.Size(87, 26);
     this.butPostcards.TabIndex   = 16;
     this.butPostcards.Text       = "Preview";
     this.butPostcards.Click     += new System.EventHandler(this.butPostcards_Click);
     //
     // textPostcardMsg
     //
     this.textPostcardMsg.AcceptsReturn = true;
     this.textPostcardMsg.Location      = new System.Drawing.Point(10, 30);
     this.textPostcardMsg.Multiline     = true;
     this.textPostcardMsg.Name          = "textPostcardMsg";
     this.textPostcardMsg.Size          = new System.Drawing.Size(186, 87);
     this.textPostcardMsg.TabIndex      = 45;
     this.textPostcardMsg.Text          = "Dear ?FName,  Happy ?AgeOrdinal Birthday!  Now, you\'re ?Age years old.";
     //
     // FormRpBirthday
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(660, 264);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Name          = "FormRpBirthday";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Birthday Report";
     this.Load         += new System.EventHandler(this.FormRpBirthday_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <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(AddMemberInfoDlg));
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.btnCancel    = new System.Windows.Forms.Button();
     this.btnOk        = new System.Windows.Forms.Button();
     this.tbMemberName = new System.Windows.Forms.TextBox();
     this.tbTitle      = new System.Windows.Forms.TextBox();
     this.label3       = new System.Windows.Forms.Label();
     this.comboBox1    = new System.Windows.Forms.ComboBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(3, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(43, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Name:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(3, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(32, 16);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Role:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnCancel.Location     = new System.Drawing.Point(112, 109);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(64, 24);
     this.btnCancel.TabIndex     = 5;
     this.btnCancel.Text         = "Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOk
     //
     this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnOk.Location  = new System.Drawing.Point(40, 109);
     this.btnOk.Name      = "btnOk";
     this.btnOk.Size      = new System.Drawing.Size(46, 24);
     this.btnOk.TabIndex  = 4;
     this.btnOk.Text      = "OK";
     this.btnOk.Click    += new System.EventHandler(this.btnOk_Click);
     //
     // tbMemberName
     //
     this.tbMemberName.Location = new System.Drawing.Point(100, 15);
     this.tbMemberName.Name     = "tbMemberName";
     this.tbMemberName.Size     = new System.Drawing.Size(112, 20);
     this.tbMemberName.TabIndex = 1;
     //
     // tbTitle
     //
     this.tbTitle.Location = new System.Drawing.Point(100, 46);
     this.tbTitle.Name     = "tbTitle";
     this.tbTitle.Size     = new System.Drawing.Size(112, 20);
     this.tbTitle.TabIndex = 3;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(3, 76);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(83, 16);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Parent Name:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(100, 75);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(112, 21);
     this.comboBox1.TabIndex = 7;
     //
     // AddMemberInfoDlg
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(217, 136);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.tbTitle);
     this.Controls.Add(this.tbMemberName);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "AddMemberInfoDlg";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Member Information";
     this.Load           += new System.EventHandler(this.OrgMemberInfoDlg_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#59
0
 private void Diseño_Forma()
 {
     pic_Logo   = new System.Windows.Forms.PictureBox();
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Caja));
     menuStrip1 = new System.Windows.Forms.MenuStrip();
     archivoToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     nuevoToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator             = new System.Windows.Forms.ToolStripSeparator();
     guardarToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator2            = new System.Windows.Forms.ToolStripSeparator();
     salirToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     movimientoToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     retirarToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     ingresarToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     realizarCorteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ayudaToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     acercadeToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     pic_Caja         = new System.Windows.Forms.PictureBox();
     groupBoxdatos    = new System.Windows.Forms.GroupBox();
     dateTime_Fecha   = new System.Windows.Forms.DateTimePicker();
     combo_Concepto   = new System.Windows.Forms.ComboBox();
     lbl_Unidad       = new System.Windows.Forms.Label();
     txt_DineroActual = new System.Windows.Forms.TextBox();
     txt_Movimiento   = new System.Windows.Forms.TextBox();
     txt_DineroCaja   = new System.Windows.Forms.TextBox();
     lbl_Fecha        = new System.Windows.Forms.Label();
     lbl_Concepto     = new System.Windows.Forms.Label();
     lbl_Movimiento   = new System.Windows.Forms.Label();
     lbl_MontoInicial = new System.Windows.Forms.Label();
     errorProvider1   = new System.Windows.Forms.ErrorProvider(components);
     menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(pic_Caja)).BeginInit();
     groupBoxdatos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit();
     SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82)))));
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         archivoToolStripMenuItem,
         movimientoToolStripMenuItem,
         ayudaToolStripMenuItem
     });
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(572, 24);
     menuStrip1.TabIndex = 1;
     menuStrip1.Text     = "menuStrip1";
     //
     // archivoToolStripMenuItem
     //
     archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         nuevoToolStripMenuItem,
         toolStripSeparator,
         guardarToolStripMenuItem,
         toolStripSeparator2,
         salirToolStripMenuItem
     });
     archivoToolStripMenuItem.Name = "archivoToolStripMenuItem";
     archivoToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
     archivoToolStripMenuItem.Text = "&Archivo";
     //
     // nuevoToolStripMenuItem
     //
     nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image")));
     nuevoToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Nuevo;
     nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     nuevoToolStripMenuItem.Name         = "nuevoToolStripMenuItem";
     nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     nuevoToolStripMenuItem.Size         = new System.Drawing.Size(156, 22);
     nuevoToolStripMenuItem.Text         = "&Nuevo";
     nuevoToolStripMenuItem.Click       += new System.EventHandler(nuevoToolStripMenuItem_Click);
     //
     // toolStripSeparator
     //
     toolStripSeparator.Name = "toolStripSeparator";
     toolStripSeparator.Size = new System.Drawing.Size(153, 6);
     //
     // guardarToolStripMenuItem
     //
     guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image")));
     guardarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Guardar;
     guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     guardarToolStripMenuItem.Name         = "guardarToolStripMenuItem";
     guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     guardarToolStripMenuItem.Size         = new System.Drawing.Size(156, 22);
     guardarToolStripMenuItem.Text         = "&Guardar";
     guardarToolStripMenuItem.Click       += new System.EventHandler(guardarToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(153, 6);
     //
     // salirToolStripMenuItem
     //
     salirToolStripMenuItem.Name   = "salirToolStripMenuItem";
     salirToolStripMenuItem.Size   = new System.Drawing.Size(156, 22);
     salirToolStripMenuItem.Text   = "&Salir";
     salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click);
     //
     // movimientoToolStripMenuItem
     //
     movimientoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         retirarToolStripMenuItem,
         ingresarToolStripMenuItem,
         realizarCorteToolStripMenuItem
     });
     movimientoToolStripMenuItem.Name = "movimientoToolStripMenuItem";
     movimientoToolStripMenuItem.Size = new System.Drawing.Size(84, 20);
     movimientoToolStripMenuItem.Text = "Movimiento";
     //
     // retirarToolStripMenuItem
     //
     retirarToolStripMenuItem.Name   = "retirarToolStripMenuItem";
     retirarToolStripMenuItem.Image  = global::Sistema_Shajobe.Properties.Resources.Retirar;
     retirarToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     retirarToolStripMenuItem.Text   = "Retirar";
     retirarToolStripMenuItem.Click += new System.EventHandler(retirarToolStripMenuItem_Click);
     //
     // ingresarToolStripMenuItem
     //
     ingresarToolStripMenuItem.Name   = "ingresarToolStripMenuItem";
     ingresarToolStripMenuItem.Image  = global::Sistema_Shajobe.Properties.Resources.Ingresar;
     ingresarToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     ingresarToolStripMenuItem.Text   = "Ingresar";
     ingresarToolStripMenuItem.Click += new System.EventHandler(ingresarToolStripMenuItem_Click);
     //
     // realizarCorteToolStripMenuItem
     //
     realizarCorteToolStripMenuItem.Name   = "realizarCorteToolStripMenuItem";
     realizarCorteToolStripMenuItem.Image  = global::Sistema_Shajobe.Properties.Resources.Calcular;
     realizarCorteToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     realizarCorteToolStripMenuItem.Text   = "Realizar corte";
     realizarCorteToolStripMenuItem.Click += new System.EventHandler(CorteCajaToolStripMenuItem_Click);
     //
     // ayudaToolStripMenuItem
     //
     ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         acercadeToolStripMenuItem
     });
     ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem";
     ayudaToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
     ayudaToolStripMenuItem.Text = "Ay&uda";
     //
     // acercadeToolStripMenuItem
     //
     acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem";
     acercadeToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     acercadeToolStripMenuItem.Text = "&Acerca de...";
     //
     // pic_Caja
     //
     pic_Caja.BackgroundImage       = global::Sistema_Shajobe.Properties.Resources.Caja;
     pic_Caja.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Caja.Location = new System.Drawing.Point(473, 25);
     pic_Caja.Name     = "pic_Caja";
     pic_Caja.Size     = new System.Drawing.Size(85, 67);
     pic_Caja.TabIndex = 23;
     pic_Caja.TabStop  = false;
     //
     // groupBoxdatos
     //
     groupBoxdatos.Controls.Add(dateTime_Fecha);
     groupBoxdatos.Controls.Add(pic_Logo);
     groupBoxdatos.Controls.Add(combo_Concepto);
     groupBoxdatos.Controls.Add(lbl_Unidad);
     groupBoxdatos.Controls.Add(txt_DineroActual);
     groupBoxdatos.Controls.Add(txt_Movimiento);
     groupBoxdatos.Controls.Add(txt_DineroCaja);
     groupBoxdatos.Controls.Add(lbl_Fecha);
     groupBoxdatos.Controls.Add(lbl_Concepto);
     groupBoxdatos.Controls.Add(lbl_Movimiento);
     groupBoxdatos.Controls.Add(lbl_MontoInicial);
     groupBoxdatos.Location = new System.Drawing.Point(4, 43);
     groupBoxdatos.Name     = "groupBoxdatos";
     groupBoxdatos.Size     = new System.Drawing.Size(555, 186);
     groupBoxdatos.TabIndex = 22;
     groupBoxdatos.TabStop  = false;
     groupBoxdatos.Text     = "Datos de movimientos de caja";
     //
     // dateTime_Fecha
     //
     dateTime_Fecha.Location = new System.Drawing.Point(126, 89);
     dateTime_Fecha.Name     = "dateTime_Fecha";
     dateTime_Fecha.Size     = new System.Drawing.Size(200, 20);
     dateTime_Fecha.TabIndex = 58;
     dateTime_Fecha.Enabled  = false;
     //
     // combo_Concepto
     //
     combo_Concepto.FormattingEnabled = true;
     combo_Concepto.Location          = new System.Drawing.Point(126, 116);
     combo_Concepto.Name     = "combo_Concepto";
     combo_Concepto.Size     = new System.Drawing.Size(156, 21);
     combo_Concepto.TabIndex = 57;
     combo_Concepto.Enabled  = false;
     //
     // lbl_Unidad
     //
     lbl_Unidad.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                               | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Unidad.AutoSize = true;
     lbl_Unidad.Location = new System.Drawing.Point(27, 151);
     lbl_Unidad.Name     = "lbl_Unidad";
     lbl_Unidad.Size     = new System.Drawing.Size(70, 13);
     lbl_Unidad.TabIndex = 55;
     lbl_Unidad.Text     = "Dinero actual";
     //
     // txt_DineroActual
     //
     txt_DineroActual.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)));
     txt_DineroActual.Enabled   = false;
     txt_DineroActual.Location  = new System.Drawing.Point(126, 144);
     txt_DineroActual.MaxLength = 9;
     txt_DineroActual.Name      = "txt_DineroActual";
     txt_DineroActual.Size      = new System.Drawing.Size(127, 20);
     txt_DineroActual.TabIndex  = 53;
     //
     // txt_Movimiento
     //
     txt_Movimiento.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     txt_Movimiento.Enabled   = false;
     txt_Movimiento.Location  = new System.Drawing.Point(126, 62);
     txt_Movimiento.MaxLength = 25;
     txt_Movimiento.Name      = "txt_Movimiento";
     txt_Movimiento.Size      = new System.Drawing.Size(127, 20);
     txt_Movimiento.TabIndex  = 46;
     //
     // txt_DineroCaja
     //
     txt_DineroCaja.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     txt_DineroCaja.Enabled   = false;
     txt_DineroCaja.Location  = new System.Drawing.Point(126, 35);
     txt_DineroCaja.MaxLength = 8;
     txt_DineroCaja.Name      = "txt_DineroCaja";
     txt_DineroCaja.Size      = new System.Drawing.Size(127, 20);
     txt_DineroCaja.TabIndex  = 37;
     //
     // lbl_Fecha
     //
     lbl_Fecha.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                              | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Fecha.AutoSize = true;
     lbl_Fecha.Location = new System.Drawing.Point(27, 96);
     lbl_Fecha.Name     = "lbl_Fecha";
     lbl_Fecha.Size     = new System.Drawing.Size(37, 13);
     lbl_Fecha.TabIndex = 44;
     lbl_Fecha.Text     = "Fecha";
     //
     // lbl_Concepto
     //
     lbl_Concepto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Concepto.AutoSize = true;
     lbl_Concepto.Location = new System.Drawing.Point(27, 124);
     lbl_Concepto.Name     = "lbl_Concepto";
     lbl_Concepto.Size     = new System.Drawing.Size(53, 13);
     lbl_Concepto.TabIndex = 38;
     lbl_Concepto.Text     = "Concepto";
     //
     // lbl_Movimiento
     //
     lbl_Movimiento.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     lbl_Movimiento.AutoSize = true;
     lbl_Movimiento.Location = new System.Drawing.Point(27, 69);
     lbl_Movimiento.Name     = "lbl_Movimiento";
     lbl_Movimiento.Size     = new System.Drawing.Size(61, 13);
     lbl_Movimiento.TabIndex = 36;
     lbl_Movimiento.Text     = "Movimiento";
     //
     // lbl_MontoInicial
     //
     lbl_MontoInicial.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)));
     lbl_MontoInicial.AutoSize = true;
     lbl_MontoInicial.Location = new System.Drawing.Point(27, 42);
     lbl_MontoInicial.Name     = "lbl_MontoInicial";
     lbl_MontoInicial.Size     = new System.Drawing.Size(76, 13);
     lbl_MontoInicial.TabIndex = 35;
     lbl_MontoInicial.Text     = "Dinero en caja";
     //
     // errorProvider1
     //
     errorProvider1.ContainerControl = this;
     //
     // pic_Logo
     //
     pic_Logo.BackgroundImage       = global::Sistema_Shajobe.Properties.Resources.Logo_Shajobe;
     pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Logo.Location = new System.Drawing.Point(380, 80);
     pic_Logo.Name     = "pic_Logo";
     pic_Logo.Size     = new System.Drawing.Size(166, 84);
     pic_Logo.TabIndex = 13;
     pic_Logo.TabStop  = false;
     //
     // Caja
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196)))));
     ClientSize          = new System.Drawing.Size(572, 238);
     Controls.Add(pic_Caja);
     Controls.Add(groupBoxdatos);
     Controls.Add(menuStrip1);
     Icon          = global::Sistema_Shajobe.Properties.Resources.Caja_ICO;
     MaximizeBox   = false;
     Name          = "Caja";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text          = "Caja";
     Load         += new System.EventHandler(Caja_Load);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(pic_Caja)).EndInit();
     groupBoxdatos.ResumeLayout(false);
     groupBoxdatos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit();
     AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER);
     AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER | AnimateWindowFlags.AW_SLIDE);
     ResumeLayout(false);
     PerformLayout();
 }
示例#60
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(frmTktresosinh));
     this.label1     = new System.Windows.Forms.Label();
     this.tu         = new System.Windows.Forms.DateTimePicker();
     this.den        = new System.Windows.Forms.DateTimePicker();
     this.label2     = new System.Windows.Forms.Label();
     this.butIn      = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.ditat      = new System.Windows.Forms.ComboBox();
     this.tinhtrang  = new System.Windows.Forms.ComboBox();
     this.phai       = new System.Windows.Forms.ComboBox();
     this.label5     = new System.Windows.Forms.Label();
     this.label4     = new System.Windows.Forms.Label();
     this.label3     = new System.Windows.Forms.Label();
     this.cn1        = new MaskedTextBox.MaskedTextBox();
     this.label7     = new System.Windows.Forms.Label();
     this.label6     = new System.Windows.Forms.Label();
     this.cn2        = new MaskedTextBox.MaskedTextBox();
     this.label8     = new System.Windows.Forms.Label();
     this.cboLanSinh = new System.Windows.Forms.ComboBox();
     this.label9     = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(12, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tu
     //
     this.tu.CustomFormat = "dd/MM/yyyy";
     this.tu.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.tu.Location     = new System.Drawing.Point(68, 7);
     this.tu.Name         = "tu";
     this.tu.Size         = new System.Drawing.Size(80, 21);
     this.tu.TabIndex     = 1;
     this.tu.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tu_KeyDown);
     //
     // den
     //
     this.den.CustomFormat = "dd/MM/yyyy";
     this.den.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.den.Location     = new System.Drawing.Point(184, 7);
     this.den.Name         = "den";
     this.den.Size         = new System.Drawing.Size(80, 21);
     this.den.TabIndex     = 3;
     this.den.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.den_KeyDown);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(152, 7);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(32, 23);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "đến :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butIn
     //
     this.butIn.Image      = ((System.Drawing.Image)(resources.GetObject("butIn.Image")));
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(66, 155);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(70, 25);
     this.butIn.TabIndex   = 15;
     this.butIn.Text       = "     &In";
     this.butIn.Click     += new System.EventHandler(this.butIn_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.Image      = ((System.Drawing.Image)(resources.GetObject("butKetthuc.Image")));
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(137, 155);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(70, 25);
     this.butKetthuc.TabIndex   = 16;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // ditat
     //
     this.ditat.BackColor = System.Drawing.SystemColors.HighlightText;
     this.ditat.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ditat.Items.AddRange(new object[] {
         "Không",
         "Có"
     });
     this.ditat.Location = new System.Drawing.Point(68, 76);
     this.ditat.Name     = "ditat";
     this.ditat.Size     = new System.Drawing.Size(196, 21);
     this.ditat.TabIndex = 9;
     this.ditat.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ditat_KeyDown);
     //
     // tinhtrang
     //
     this.tinhtrang.BackColor = System.Drawing.SystemColors.HighlightText;
     this.tinhtrang.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tinhtrang.Items.AddRange(new object[] {
         "Sống",
         "Chết",
         "Thai chết lưu"
     });
     this.tinhtrang.Location = new System.Drawing.Point(68, 53);
     this.tinhtrang.Name     = "tinhtrang";
     this.tinhtrang.Size     = new System.Drawing.Size(196, 21);
     this.tinhtrang.TabIndex = 7;
     this.tinhtrang.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tinhtrang_KeyDown);
     //
     // phai
     //
     this.phai.BackColor = System.Drawing.SystemColors.HighlightText;
     this.phai.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.phai.Items.AddRange(new object[] {
         "Nam",
         "Nữ"
     });
     this.phai.Location = new System.Drawing.Point(68, 30);
     this.phai.Name     = "phai";
     this.phai.Size     = new System.Drawing.Size(196, 21);
     this.phai.TabIndex = 5;
     this.phai.KeyDown += new System.Windows.Forms.KeyEventHandler(this.phai_KeyDown);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(12, 76);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(56, 23);
     this.label5.TabIndex  = 8;
     this.label5.Text      = "Dị tật :";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(-4, 54);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(72, 23);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Tình trạng :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(12, 30);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(56, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Giới tính :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cn1
     //
     this.cn1.BackColor = System.Drawing.SystemColors.HighlightText;
     this.cn1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cn1.Location  = new System.Drawing.Point(68, 99);
     this.cn1.Masked    = MaskedTextBox.MaskedTextBox.Mask.Digit;
     this.cn1.MaxLength = 4;
     this.cn1.Name      = "cn1";
     this.cn1.Size      = new System.Drawing.Size(40, 21);
     this.cn1.TabIndex  = 11;
     //
     // label7
     //
     this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label7.Location  = new System.Drawing.Point(185, 97);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(36, 23);
     this.label7.TabIndex  = 14;
     this.label7.Text      = "gram";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label6.Location  = new System.Drawing.Point(4, 99);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(64, 23);
     this.label6.TabIndex  = 10;
     this.label6.Text      = "Cân nặng :";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cn2
     //
     this.cn2.BackColor = System.Drawing.SystemColors.HighlightText;
     this.cn2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cn2.Location  = new System.Drawing.Point(144, 99);
     this.cn2.Masked    = MaskedTextBox.MaskedTextBox.Mask.Digit;
     this.cn2.MaxLength = 4;
     this.cn2.Name      = "cn2";
     this.cn2.Size      = new System.Drawing.Size(40, 21);
     this.cn2.TabIndex  = 13;
     //
     // label8
     //
     this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label8.Location  = new System.Drawing.Point(110, 99);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(28, 23);
     this.label8.TabIndex  = 12;
     this.label8.Text      = "đến";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cboLanSinh
     //
     this.cboLanSinh.BackColor = System.Drawing.SystemColors.HighlightText;
     this.cboLanSinh.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboLanSinh.Items.AddRange(new object[] {
         "sinh lần 1",
         "sinh lần 2 ",
         "sinh >= 3 lần"
     });
     this.cboLanSinh.Location = new System.Drawing.Point(68, 122);
     this.cboLanSinh.Name     = "cboLanSinh";
     this.cboLanSinh.Size     = new System.Drawing.Size(116, 21);
     this.cboLanSinh.TabIndex = 18;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(12, 122);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(56, 23);
     this.label9.TabIndex  = 17;
     this.label9.Text      = "Lần sinh :";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // frmTktresosinh
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(272, 195);
     this.Controls.Add(this.cboLanSinh);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.cn2);
     this.Controls.Add(this.cn1);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.ditat);
     this.Controls.Add(this.tinhtrang);
     this.Controls.Add(this.phai);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.den);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmTktresosinh";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Danh sách trẻ sơ sinh";
     this.Load         += new System.EventHandler(this.frmTktresosinh_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }