Beispiel #1
1
	public MainForm ()
	{
		components = new Container ();
		ComponentResourceManager resources = new ComponentResourceManager (typeof (MainForm));
		menuStrip = new MenuStrip ();
		fileMenu = new ToolStripMenuItem ();
		openToolStripMenuItem = new ToolStripMenuItem ();
		reopenToolStripMenuItem = new ToolStripMenuItem ();
		closeToolStripMenuItem = new ToolStripMenuItem ();
		snipperToolStripMenuItem = new ToolStripMenuItem ();
		toolStripSeparator4 = new ToolStripSeparator ();
		exitToolStripMenuItem = new ToolStripMenuItem ();
		copyToolStripMenuItem = new ToolStripMenuItem ();
		viewMenu = new ToolStripMenuItem ();
		editMenu = new ToolStripMenuItem ();
		toolBarToolStripMenuItem = new ToolStripMenuItem ();
		statusBarToolStripMenuItem = new ToolStripMenuItem ();
		sourceViewToolStripMenuItem = new ToolStripMenuItem ();
		timeZoneToolStripMenuItem = new ToolStripMenuItem ();
		timeZoneMyLocalToolStripMenuItem = new ToolStripMenuItem ();
		timeZoneLogLocalToolStripMenuItem = new ToolStripMenuItem ();
		timeZoneUniversalToolStripMenuItem = new ToolStripMenuItem ();
		timeZoneCycleToolStripMenuItem = new ToolStripMenuItem ();
		toolsMenu = new ToolStripMenuItem ();
		optionsToolStripMenuItem = new ToolStripMenuItem ();
		traceConfigToolStripMenuItem = new ToolStripMenuItem ();
		windowsMenu = new ToolStripMenuItem ();
		cascadeToolStripMenuItem = new ToolStripMenuItem ();
		tileVerticalToolStripMenuItem = new ToolStripMenuItem ();
		tileHorizontalToolStripMenuItem = new ToolStripMenuItem ();
		closeAllToolStripMenuItem = new ToolStripMenuItem ();
		arrangeIconsToolStripMenuItem = new ToolStripMenuItem ();
		helpMenu = new ToolStripMenuItem ();
		contentsToolStripMenuItem = new ToolStripMenuItem ();
		indexToolStripMenuItem = new ToolStripMenuItem ();
		searchToolStripMenuItem = new ToolStripMenuItem ();
		toolStripSeparator8 = new ToolStripSeparator ();
		aboutToolStripMenuItem = new ToolStripMenuItem ();
		toolStrip = new ToolStrip ();
		newToolStripButton = new ToolStripButton ();
		openToolStripButton = new ToolStripButton ();
		saveToolStripButton = new ToolStripButton ();
		toolStripSeparator1 = new ToolStripSeparator ();
		printToolStripButton = new ToolStripButton ();
		printPreviewToolStripButton = new ToolStripButton ();
		helpToolStripButton = new ToolStripButton ();
		statusStrip = new StatusStrip ();
		toolStripStatusLabel = new ToolStripStatusLabel ();
		menuStrip.SuspendLayout ();
		toolStrip.SuspendLayout ();
		statusStrip.SuspendLayout ();
		SuspendLayout ();
		// 
		// menuStrip
		// 
		menuStrip.Items.AddRange (new ToolStripItem [] {
			fileMenu,
			editMenu,
			viewMenu,
			toolsMenu,
			windowsMenu,
			helpMenu});
		menuStrip.Location = new Point (0, 0);
		menuStrip.MdiWindowListItem = windowsMenu;
		menuStrip.Size = new Size (632, 24);
		menuStrip.TabIndex = 0;
		menuStrip.Text = "MenuStrip";
		// 
		// fileMenu
		// 
		fileMenu.DropDownItems.AddRange (new ToolStripItem [] {
			openToolStripMenuItem,
			reopenToolStripMenuItem,
			closeToolStripMenuItem,
			snipperToolStripMenuItem,
			toolStripSeparator4,
			exitToolStripMenuItem});
		fileMenu.ImageTransparentColor = SystemColors.ActiveBorder;
		fileMenu.Size = new Size (35, 20);
		fileMenu.MergeAction = MergeAction.Append;
		fileMenu.MergeIndex = 1;
		fileMenu.Text = "&File";
		// 
		// openToolStripMenuItem
		// 
		openToolStripMenuItem.Image = ((Image) (resources.GetObject ("openToolStripMenuItem.Image")));
		openToolStripMenuItem.ImageTransparentColor = Color.Black;
		openToolStripMenuItem.ShortcutKeys = ((Keys) ((Keys.Control | Keys.O)));
		openToolStripMenuItem.Size = new Size (151, 22);
		openToolStripMenuItem.Text = "&Open";
		openToolStripMenuItem.Click += new System.EventHandler (OpenFile);
		openToolStripMenuItem.MergeAction = MergeAction.Append;
		openToolStripMenuItem.MergeIndex = 2;
		// 
		// reopenToolStripMenuItem
		// 
		reopenToolStripMenuItem.Image = ((Image) (resources.GetObject ("openToolStripMenuItem.Image")));
		reopenToolStripMenuItem.ImageTransparentColor = Color.Black;
		reopenToolStripMenuItem.Size = new Size (151, 22);
		reopenToolStripMenuItem.Text = "&Reopen";
		reopenToolStripMenuItem.MergeAction = MergeAction.Append;
		reopenToolStripMenuItem.MergeIndex = 3;
		// 
		// closeToolStripMenuItem
		// 
		//is.closeToolStripMenuItem.Image = ((Image)(resources.GetObject("saveToolStripMenuItem.Image")));
		closeToolStripMenuItem.ImageTransparentColor = Color.Black;
		//is.closeToolStripMenuItem.ShortcutKeys = ((Keys)((Keys.Control | Keys.S)));
		closeToolStripMenuItem.Size = new Size (151, 22);
		closeToolStripMenuItem.Text = "&Close";
		closeToolStripMenuItem.MergeAction = MergeAction.Append;
		closeToolStripMenuItem.MergeIndex = 5;
		// 
		// snipperToolStripMenuItem
		// 
		snipperToolStripMenuItem.Size = new Size (151, 22);
		snipperToolStripMenuItem.Text = "Snip/Merge Log File(s)...";
		snipperToolStripMenuItem.MergeAction = MergeAction.Append;
		snipperToolStripMenuItem.MergeIndex = 6;
		// 
		// toolStripSeparator4
		// 
		toolStripSeparator4.Size = new Size (148, 6);
		toolStripSeparator4.MergeAction = MergeAction.Append;
		toolStripSeparator4.MergeIndex = 7;
		// 
		// exitToolStripMenuItem
		// 
		exitToolStripMenuItem.Size = new Size (151, 22);
		exitToolStripMenuItem.Text = "E&xit";
		exitToolStripMenuItem.Click += new System.EventHandler (ExitToolsStripMenuItem_Click);
		exitToolStripMenuItem.MergeAction = MergeAction.Append;
		exitToolStripMenuItem.MergeIndex = 11;
		// 
		// editMenu
		// 
		editMenu.DropDownItems.Add (copyToolStripMenuItem);
		editMenu.Size = new Size (41, 20);
		editMenu.Text = "&Edit";
		editMenu.MergeAction = MergeAction.Append;
		// 
		// copyToolStripMenuItem
		// 
		copyToolStripMenuItem.MergeAction = MergeAction.Append;
		copyToolStripMenuItem.MergeIndex = 1;
		copyToolStripMenuItem.Size = new Size (190, 22);
		copyToolStripMenuItem.Text = "Copy";
		copyToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+C";
		copyToolStripMenuItem.ShowShortcutKeys = true;
		copyToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.C;
		// 
		// viewMenu
		// 
		viewMenu.DropDownItems.AddRange (new ToolStripItem [] {
			toolBarToolStripMenuItem,
			statusBarToolStripMenuItem,
			sourceViewToolStripMenuItem,
			timeZoneToolStripMenuItem});
		viewMenu.Size = new Size (41, 20);
		viewMenu.Text = "&View";
		viewMenu.MergeAction = MergeAction.Append;
		// 
		// toolBarToolStripMenuItem
		// 
		toolBarToolStripMenuItem.Checked = true;
		toolBarToolStripMenuItem.CheckOnClick = true;
		toolBarToolStripMenuItem.CheckState = CheckState.Checked;
		toolBarToolStripMenuItem.Size = new Size (135, 22);
		toolBarToolStripMenuItem.Text = "&Toolbar";
		toolBarToolStripMenuItem.Click += new System.EventHandler (ToolBarToolStripMenuItem_Click);
		toolBarToolStripMenuItem.MergeAction = MergeAction.Append;
		toolBarToolStripMenuItem.MergeIndex = 68;
		// 
		// statusBarToolStripMenuItem
		// 
		statusBarToolStripMenuItem.Checked = true;
		statusBarToolStripMenuItem.CheckOnClick = true;
		statusBarToolStripMenuItem.CheckState = CheckState.Checked;
		statusBarToolStripMenuItem.Size = new Size (135, 22);
		statusBarToolStripMenuItem.Text = "&Status Bar";
		statusBarToolStripMenuItem.Click += new System.EventHandler (StatusBarToolStripMenuItem_Click);
		statusBarToolStripMenuItem.MergeAction = MergeAction.Append;
		statusBarToolStripMenuItem.MergeIndex = 99;
		// 
		// sourceViewToolStripMenuItem
		// 
		sourceViewToolStripMenuItem.Checked = true;
		sourceViewToolStripMenuItem.CheckOnClick = true;
		sourceViewToolStripMenuItem.CheckState = CheckState.Checked;
		sourceViewToolStripMenuItem.Size = new Size (135, 22);
		sourceViewToolStripMenuItem.Text = "Source &View";
		sourceViewToolStripMenuItem.MergeAction = MergeAction.Append;
		sourceViewToolStripMenuItem.MergeIndex = 100;
		//
		// timeZoneToolStripMenuItem
		//
		timeZoneToolStripMenuItem.DropDownItems.AddRange (new ToolStripItem [] {
			timeZoneMyLocalToolStripMenuItem,
			timeZoneLogLocalToolStripMenuItem,
			timeZoneUniversalToolStripMenuItem,
			timeZoneCycleToolStripMenuItem});
		timeZoneToolStripMenuItem.Size = new Size (41, 20);
		timeZoneToolStripMenuItem.Text = "Time Zone Setting";
		timeZoneToolStripMenuItem.MergeAction = MergeAction.Append;
		timeZoneToolStripMenuItem.MergeIndex = 10;
		//
		// timeZoneMyLocalToolStripMenuItem
		//
		timeZoneMyLocalToolStripMenuItem.Size = new Size (135, 22);
		timeZoneMyLocalToolStripMenuItem.Text = "My &Local Time Zone";
		timeZoneMyLocalToolStripMenuItem.MergeAction = MergeAction.Append;
		timeZoneMyLocalToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+Shift+T";
		timeZoneMyLocalToolStripMenuItem.ShowShortcutKeys = true;
		timeZoneMyLocalToolStripMenuItem.ShortcutKeys = Keys.None;
		//
		// timeZoneLogLocalToolStripMenuItem
		//
		timeZoneLogLocalToolStripMenuItem.Size = new Size (135, 22);
		timeZoneLogLocalToolStripMenuItem.Text = "Log &Creator's Time Zone";
		timeZoneLogLocalToolStripMenuItem.MergeAction = MergeAction.Append;
		timeZoneLogLocalToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+Shift+T";
		timeZoneLogLocalToolStripMenuItem.ShowShortcutKeys = true;
		timeZoneLogLocalToolStripMenuItem.ShortcutKeys = Keys.None;
		//
		// timeZoneUniversalToolStripMenuItem
		//
		timeZoneUniversalToolStripMenuItem.Size = new Size (135, 22);
		timeZoneUniversalToolStripMenuItem.Text = "&Universal Coordinated Time";
		timeZoneUniversalToolStripMenuItem.MergeAction = MergeAction.Append;
		timeZoneUniversalToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+Shift+T";
		timeZoneUniversalToolStripMenuItem.ShowShortcutKeys = true;
		timeZoneUniversalToolStripMenuItem.ShortcutKeys = Keys.None;
		//
		// timeZoneCycleToolStripMenuItem 
		//
		timeZoneCycleToolStripMenuItem.Size = new Size (135, 22);
		timeZoneCycleToolStripMenuItem.Text = "Cycle Time Zones";
		timeZoneCycleToolStripMenuItem.MergeAction = MergeAction.Append;
		timeZoneCycleToolStripMenuItem.Visible = false;
		timeZoneCycleToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+Shift+T";
		timeZoneCycleToolStripMenuItem.ShowShortcutKeys = true;
		timeZoneCycleToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.Shift | Keys.T;
		// 
		// toolsMenu
		// 
		toolsMenu.DropDownItems.AddRange (new ToolStripItem [] {
			optionsToolStripMenuItem,
			traceConfigToolStripMenuItem});
		toolsMenu.Size = new Size (44, 20);
		toolsMenu.Text = "&Tools";
		// 
		// optionsToolStripMenuItem
		// 
		optionsToolStripMenuItem.Size = new Size (122, 22);
		optionsToolStripMenuItem.Text = "&Options...";
		// 
		// traceConfigToolStripMenuItem
		// 
		traceConfigToolStripMenuItem.Size = new Size (122, 22);
		traceConfigToolStripMenuItem.Text = "Launch Trace&Config";
		// 
		// windowsMenu
		// 
		windowsMenu.DropDownItems.AddRange (new ToolStripItem [] {
			cascadeToolStripMenuItem,
			tileVerticalToolStripMenuItem,
			tileHorizontalToolStripMenuItem,
			closeAllToolStripMenuItem,
			arrangeIconsToolStripMenuItem});
		windowsMenu.Size = new Size (62, 20);
		windowsMenu.Text = "&Windows";
		// 
		// cascadeToolStripMenuItem
		// 
		cascadeToolStripMenuItem.Size = new Size (153, 22);
		cascadeToolStripMenuItem.Text = "&Cascade";
		cascadeToolStripMenuItem.Click += new System.EventHandler (CascadeToolStripMenuItem_Click);
		// 
		// tileVerticalToolStripMenuItem
		// 
		tileVerticalToolStripMenuItem.Size = new Size (153, 22);
		tileVerticalToolStripMenuItem.Text = "Tile &Vertical";
		// 
		// tileHorizontalToolStripMenuItem
		// 
		tileHorizontalToolStripMenuItem.Size = new Size (153, 22);
		tileHorizontalToolStripMenuItem.Text = "Tile &Horizontal";
		tileHorizontalToolStripMenuItem.Click += new System.EventHandler (TileHorizontalToolStripMenuItem_Click);
		// 
		// closeAllToolStripMenuItem
		// 
		closeAllToolStripMenuItem.Size = new Size (153, 22);
		closeAllToolStripMenuItem.Text = "C&lose All";
		closeAllToolStripMenuItem.Click += new System.EventHandler (CloseAllToolStripMenuItem_Click);
		// 
		// arrangeIconsToolStripMenuItem
		// 
		arrangeIconsToolStripMenuItem.Size = new Size (153, 22);
		arrangeIconsToolStripMenuItem.Text = "&Arrange Icons";
		arrangeIconsToolStripMenuItem.Click += new System.EventHandler (ArrangeIconsToolStripMenuItem_Click);
		// 
		// helpMenu
		// 
		helpMenu.DropDownItems.AddRange (new ToolStripItem [] {
			contentsToolStripMenuItem,
			indexToolStripMenuItem,
			searchToolStripMenuItem,
			toolStripSeparator8,
			aboutToolStripMenuItem});
		helpMenu.Size = new Size (40, 20);
		helpMenu.Text = "&Help";
		// 
		// contentsToolStripMenuItem
		// 
		contentsToolStripMenuItem.ShortcutKeys = ((Keys) ((Keys.Control | Keys.F1)));
		contentsToolStripMenuItem.Size = new Size (173, 22);
		contentsToolStripMenuItem.Text = "&Contents";
		// 
		// indexToolStripMenuItem
		// 
		indexToolStripMenuItem.Image = ((Image) (resources.GetObject ("indexToolStripMenuItem.Image")));
		indexToolStripMenuItem.ImageTransparentColor = Color.Black;
		indexToolStripMenuItem.Size = new Size (173, 22);
		indexToolStripMenuItem.Text = "&Index";
		// 
		// searchToolStripMenuItem
		// 
		searchToolStripMenuItem.Image = ((Image) (resources.GetObject ("searchToolStripMenuItem.Image")));
		searchToolStripMenuItem.ImageTransparentColor = Color.Black;
		searchToolStripMenuItem.Size = new Size (173, 22);
		searchToolStripMenuItem.Text = "&Search";
		// 
		// toolStripSeparator8
		// 
		toolStripSeparator8.Size = new Size (170, 6);
		// 
		// aboutToolStripMenuItem
		// 
		aboutToolStripMenuItem.Size = new Size (173, 22);
		aboutToolStripMenuItem.Text = "&About ...";
		// 
		// toolStrip
		// 
		toolStrip.Items.AddRange (new ToolStripItem [] {
			newToolStripButton,
			openToolStripButton,
			saveToolStripButton,
			toolStripSeparator1,
			printToolStripButton,
			printPreviewToolStripButton,
			helpToolStripButton});
		toolStrip.Location = new Point (0, 24);
		toolStrip.Size = new Size (632, 25);
		toolStrip.TabIndex = 1;
		toolStrip.Text = "ToolStrip";
		// 
		// newToolStripButton
		// 
		newToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
		newToolStripButton.Image = ((Image) (resources.GetObject ("newToolStripButton.Image")));
		newToolStripButton.ImageTransparentColor = Color.Black;
		newToolStripButton.Text = "New";
		newToolStripButton.Click += new System.EventHandler (ShowNewForm);
		// 
		// openToolStripButton
		// 
		openToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
		openToolStripButton.Image = ((Image) (resources.GetObject ("openToolStripButton.Image")));
		openToolStripButton.ImageTransparentColor = Color.Black;
		openToolStripButton.Text = "Open";
		openToolStripButton.Click += new System.EventHandler (OpenFile);
		// 
		// saveToolStripButton
		// 
		saveToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
		saveToolStripButton.Image = ((Image) (resources.GetObject ("saveToolStripButton.Image")));
		saveToolStripButton.ImageTransparentColor = Color.Black;
		saveToolStripButton.Text = "Save";
		// 
		// toolStripSeparator1
		// 

		// 
		// printToolStripButton
		// 
		printToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
		printToolStripButton.Image = ((Image) (resources.GetObject ("printToolStripButton.Image")));
		printToolStripButton.ImageTransparentColor = Color.Black;
		printToolStripButton.Text = "Print";
		// 
		// printPreviewToolStripButton
		// 
		printPreviewToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
		printPreviewToolStripButton.Image = ((Image) (resources.GetObject ("printPreviewToolStripButton.Image")));
		printPreviewToolStripButton.ImageTransparentColor = Color.Black;
		printPreviewToolStripButton.Text = "Print Preview";
		// 
		// helpToolStripButton
		// 
		helpToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
		helpToolStripButton.Image = ((Image) (resources.GetObject ("helpToolStripButton.Image")));
		helpToolStripButton.ImageTransparentColor = Color.Black;
		helpToolStripButton.Text = "Help";
		// 
		// statusStrip
		// 
		statusStrip.Items.Add (toolStripStatusLabel);
		statusStrip.LayoutStyle = ToolStripLayoutStyle.Table;
		statusStrip.Location = new Point (0, 433);
		statusStrip.Size = new Size (632, 20);
		statusStrip.TabIndex = 2;
		statusStrip.Text = "StatusStrip";
		// 
		// toolStripStatusLabel
		// 
		toolStripStatusLabel.Text = "Status";
		// 
		// MainForm
		// 
		AutoScaleDimensions = new SizeF (6F, 13F);
		AutoScaleMode = AutoScaleMode.Font;
		ClientSize = new Size (400, 300);
		Controls.Add (statusStrip);
		Controls.Add (toolStrip);
		Controls.Add (menuStrip);
		IsMdiContainer = true;
		Location = new Point (200, 100);
		MainMenuStrip = menuStrip;
		StartPosition = FormStartPosition.Manual;
		Text = "bug #81477";
		menuStrip.ResumeLayout (false);
		toolStrip.ResumeLayout (false);
		statusStrip.ResumeLayout (false);
		ResumeLayout (false);
		PerformLayout ();
		Load += new EventHandler (MainForm_Load);
	}
Beispiel #2
0
	public MainForm ()
	{
		ComponentResourceManager resources = new ComponentResourceManager (typeof (MainForm));
		SuspendLayout ();
		// 
		// _toolStrip
		// 
		_toolStrip = new ToolStrip ();
		_toolStrip.Location = new Point (0, 24);
		_toolStrip.Name = "_toolStrip";
		_toolStrip.Size = new Size (632, 25);
		_toolStrip.TabIndex = 1;
		_toolStrip.Text = "ToolStrip";
		Controls.Add (_toolStrip);
		// 
		// _newButton
		// 
		_newButton = new ToolStripButton ();
		_newButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
		_newButton.Image = ((Image) (resources.GetObject ("_newButton.Image")));
		_newButton.ImageTransparentColor = Color.Black;
		_newButton.Text = "New";
		_toolStrip.Items.Add (_newButton);
		// 
		// _openButton
		// 
		_openButton = new ToolStripButton ();
		_openButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
		_openButton.Image = ((Image) (resources.GetObject ("_openButton.Image")));
		_openButton.ImageTransparentColor = Color.Black;
		_openButton.Text = "Open";
		_openButton.Click += new System.EventHandler (OpenFile);
		_toolStrip.Items.Add (_openButton);
		// 
		// MainForm
		// 
		AutoScaleDimensions = new SizeF (6F, 13F);
		AutoScaleMode = AutoScaleMode.Font;
		ClientSize = new Size (300, 300);
		IsMdiContainer = true;
		Location = new Point (250, 100);
		StartPosition = FormStartPosition.Manual;
		Text = "bug #81568";
		Load += new EventHandler (MainForm_Load);
		ResumeLayout (false);
		PerformLayout ();
	}
Beispiel #3
0
 private void SetControlProperties(ButtonXP button, string buttonName, Point location, int tabIndex, EventHandler eventHandler, ComponentResourceManager resources)
 {
     button.DefaultScheme = false;
     button.Image         = resources?.GetObject($"{buttonName}.Image") as System.Drawing.Image;
     button.Scheme        = ButtonXP.Schemes.Silver;
     button.SizeImgButton = new Size(0, 0);
     SetControlProperties(button, buttonName, location, new Size(25, 25), tabIndex);
     button.Click += eventHandler;
 }
Beispiel #4
0
        private void InitializeComponent()
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(itmSetPass));

            this.grpPassword         = new GroupBox();
            this.pnlPassword         = new Panel();
            this.pnlColor3           = new Panel();
            this.pnlColor2           = new Panel();
            this.pnlNG               = new Panel();
            this.pnlOK               = new Panel();
            this.pnlColor1           = new Panel();
            this.lblOldPassword      = new Label();
            this.txtConfirmPassword  = new TextBox();
            this.txtOldPassword      = new TextBox();
            this.lblValidatePassword = new Label();
            this.lblNewPassword      = new Label();
            this.txtNewPassword      = new TextBox();
            this.pnlUserId           = new Panel();
            this.lblUserId           = new Label();
            this.txtUserId           = new TextBox();
            this.btnOK               = new Button();
            this.btnCancel           = new Button();
            this.grpPassword.SuspendLayout();
            this.pnlPassword.SuspendLayout();
            this.pnlUserId.SuspendLayout();
            base.SuspendLayout();
            this.grpPassword.Controls.Add(this.pnlPassword);
            this.grpPassword.Controls.Add(this.pnlUserId);
            this.grpPassword.Location  = new Point(13, 12);
            this.grpPassword.Name      = "grpPassword";
            this.grpPassword.Size      = new Size(396, 168);
            this.grpPassword.TabIndex  = 0;
            this.grpPassword.TabStop   = false;
            this.pnlPassword.BackColor = Color.Transparent;
            this.pnlPassword.Controls.Add(this.pnlColor3);
            this.pnlPassword.Controls.Add(this.pnlColor2);
            this.pnlPassword.Controls.Add(this.pnlNG);
            this.pnlPassword.Controls.Add(this.pnlOK);
            this.pnlPassword.Controls.Add(this.pnlColor1);
            this.pnlPassword.Controls.Add(this.lblOldPassword);
            this.pnlPassword.Controls.Add(this.txtConfirmPassword);
            this.pnlPassword.Controls.Add(this.txtOldPassword);
            this.pnlPassword.Controls.Add(this.lblValidatePassword);
            this.pnlPassword.Controls.Add(this.lblNewPassword);
            this.pnlPassword.Controls.Add(this.txtNewPassword);
            this.pnlPassword.Dock                = DockStyle.Top;
            this.pnlPassword.Location            = new Point(3, 51);
            this.pnlPassword.Name                = "pnlPassword";
            this.pnlPassword.Size                = new Size(390, 117);
            this.pnlPassword.TabIndex            = 2;
            this.pnlColor3.BackColor             = Color.Transparent;
            this.pnlColor3.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlColor3.Location              = new Point(335, 44);
            this.pnlColor3.Name                  = "pnlColor3";
            this.pnlColor3.Size                  = new Size(16, 16);
            this.pnlColor3.TabIndex              = 3;
            this.pnlColor3.Tag                   = "9999";
            this.pnlColor2.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlColor2.Location              = new Point(318, 44);
            this.pnlColor2.Name                  = "pnlColor2";
            this.pnlColor2.Size                  = new Size(16, 16);
            this.pnlColor2.TabIndex              = 3;
            this.pnlColor2.Tag                   = "9999";
            this.pnlNG.BackgroundImage           = Resources.mAlarm;
            this.pnlNG.Location                  = new Point(301, 77);
            this.pnlNG.Name                      = "pnlNG";
            this.pnlNG.Size                      = new Size(16, 16);
            this.pnlNG.TabIndex                  = 3;
            this.pnlNG.Tag                       = "9999";
            this.pnlNG.Visible                   = false;
            this.pnlOK.Location                  = new Point(301, 77);
            this.pnlOK.Name                      = "pnlOK";
            this.pnlOK.Size                      = new Size(16, 16);
            this.pnlOK.TabIndex                  = 3;
            this.pnlOK.Tag                       = "9999";
            this.pnlColor1.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlColor1.Location              = new Point(301, 44);
            this.pnlColor1.Name                  = "pnlColor1";
            this.pnlColor1.Size                  = new Size(16, 16);
            this.pnlColor1.TabIndex              = 3;
            this.pnlColor1.Tag                   = "9999";
            this.lblOldPassword.AutoSize         = true;
            this.lblOldPassword.Location         = new Point(71, 11);
            this.lblOldPassword.Name             = "lblOldPassword";
            this.lblOldPassword.Size             = new Size(53, 12);
            this.lblOldPassword.TabIndex         = 0;
            this.lblOldPassword.Text             = "原密码:";
            this.txtConfirmPassword.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtConfirmPassword.Location     = new Point(130, 76);
            this.txtConfirmPassword.MaxLength    = 32;
            this.txtConfirmPassword.Name         = "txtConfirmPassword";
            this.txtConfirmPassword.PasswordChar = '*';
            this.txtConfirmPassword.Size         = new Size(161, 21);
            this.txtConfirmPassword.TabIndex     = 2;
            this.txtConfirmPassword.TextChanged += new EventHandler(this.txtNewPassword_TextChanged);
            this.txtOldPassword.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtOldPassword.Location         = new Point(130, 8);
            this.txtOldPassword.MaxLength        = 32;
            this.txtOldPassword.Name             = "txtOldPassword";
            this.txtOldPassword.PasswordChar     = '*';
            this.txtOldPassword.Size             = new Size(161, 21);
            this.txtOldPassword.TabIndex         = 0;
            this.lblValidatePassword.AutoSize    = true;
            this.lblValidatePassword.Location    = new Point(59, 81);
            this.lblValidatePassword.Name        = "lblValidatePassword";
            this.lblValidatePassword.Size        = new Size(65, 12);
            this.lblValidatePassword.TabIndex    = 0;
            this.lblValidatePassword.Text        = "确认密码:";
            this.lblNewPassword.AutoSize         = true;
            this.lblNewPassword.Location         = new Point(71, 48);
            this.lblNewPassword.Name             = "lblNewPassword";
            this.lblNewPassword.Size             = new Size(53, 12);
            this.lblNewPassword.TabIndex         = 0;
            this.lblNewPassword.Text             = "新密码:";
            this.txtNewPassword.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtNewPassword.Location         = new Point(130, 42);
            this.txtNewPassword.MaxLength        = 32;
            this.txtNewPassword.Name             = "txtNewPassword";
            this.txtNewPassword.PasswordChar     = '*';
            this.txtNewPassword.Size             = new Size(161, 21);
            this.txtNewPassword.TabIndex         = 1;
            this.txtNewPassword.TextChanged     += new EventHandler(this.txtNewPassword_TextChanged);
            this.pnlUserId.Controls.Add(this.lblUserId);
            this.pnlUserId.Controls.Add(this.txtUserId);
            this.pnlUserId.Dock                    = DockStyle.Top;
            this.pnlUserId.Location                = new Point(3, 17);
            this.pnlUserId.Name                    = "pnlUserId";
            this.pnlUserId.Size                    = new Size(390, 34);
            this.pnlUserId.TabIndex                = 1;
            this.lblUserId.AutoSize                = true;
            this.lblUserId.Location                = new Point(71, 10);
            this.lblUserId.Name                    = "lblUserId";
            this.lblUserId.Size                    = new Size(53, 12);
            this.lblUserId.TabIndex                = 0;
            this.lblUserId.Text                    = "用户名:";
            this.txtUserId.BorderStyle             = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtUserId.Location                = new Point(130, 7);
            this.txtUserId.MaxLength               = 20;
            this.txtUserId.Name                    = "txtUserId";
            this.txtUserId.Size                    = new Size(161, 21);
            this.txtUserId.TabIndex                = 0;
            this.btnOK.Location                    = new Point(253, 186);
            this.btnOK.Name                        = "btnOK";
            this.btnOK.Size                        = new Size(75, 23);
            this.btnOK.TabIndex                    = 0;
            this.btnOK.Text                        = "确定";
            this.btnOK.UseVisualStyleBackColor     = true;
            this.btnOK.Click                      += new EventHandler(this.btnOK_Click);
            this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location                = new Point(331, 186);
            this.btnCancel.Name                    = "btnCancel";
            this.btnCancel.Size                    = new Size(75, 23);
            this.btnCancel.TabIndex                = 1;
            this.btnCancel.Text                    = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click                  += new EventHandler(this.btnCancel_Click);
            base.AcceptButton                      = this.btnOK;
            base.AutoScaleDimensions               = new SizeF(6f, 12f);
            base.AutoScaleMode                     = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize     = true;
            base.CancelButton = this.btnCancel;
            base.ClientSize   = new Size(422, 222);
            base.Controls.Add(this.btnCancel);
            base.Controls.Add(this.btnOK);
            base.Controls.Add(this.grpPassword);
            base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            base.Icon            = (Icon)resources.GetObject("$this.Icon");
            base.Name            = "itmSetPass";
            base.Padding         = new Padding(10);
            this.Text            = "修改密码";
            this.grpPassword.ResumeLayout(false);
            this.pnlPassword.ResumeLayout(false);
            this.pnlPassword.PerformLayout();
            this.pnlUserId.ResumeLayout(false);
            this.pnlUserId.PerformLayout();
            base.ResumeLayout(false);
        }
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(GlobalMapGenerator));

            this.toolStrip1           = new ToolStrip();
            this.toolStripButton1     = new ToolStripButton();
            this.toolStripButton2     = new ToolStripButton();
            this.toolStripButton3     = new ToolStripButton();
            this.toolStripButton4     = new ToolStripButton();
            this.toolStripButton5     = new ToolStripButton();
            this.toolStripSeparator1  = new ToolStripSeparator();
            this.toolStripButton6     = new ToolStripButton();
            this.toolStripButton7     = new ToolStripButton();
            this.openFileDialog1      = new OpenFileDialog();
            this.simpleOpenGlControl1 = new SimpleOpenGlControl();
            this.textBox1             = new TextBox();
            this.textBox2             = new TextBox();
            this.textBox3             = new TextBox();
            this.label1              = new Label();
            this.label2              = new Label();
            this.label3              = new Label();
            this.label4              = new Label();
            this.textBox4            = new TextBox();
            this.saveFileDialog1     = new SaveFileDialog();
            this.saveFileDialog2     = new SaveFileDialog();
            this.toolStripSeparator2 = new ToolStripSeparator();
            this.toolStripButton8    = new ToolStripButton();
            this.openFileDialog2     = new OpenFileDialog();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            this.toolStrip1.Items.AddRange(new ToolStripItem[10]
            {
                (ToolStripItem)this.toolStripButton1,
                (ToolStripItem)this.toolStripButton2,
                (ToolStripItem)this.toolStripButton8,
                (ToolStripItem)this.toolStripSeparator2,
                (ToolStripItem)this.toolStripButton3,
                (ToolStripItem)this.toolStripButton4,
                (ToolStripItem)this.toolStripButton5,
                (ToolStripItem)this.toolStripSeparator1,
                (ToolStripItem)this.toolStripButton6,
                (ToolStripItem)this.toolStripButton7
            });
            this.toolStrip1.Location                    = new Point(0, 0);
            this.toolStrip1.Name                        = "toolStrip1";
            this.toolStrip1.Size                        = new Size(430, 25);
            this.toolStrip1.TabIndex                    = 0;
            this.toolStrip1.Text                        = "toolStrip1";
            this.toolStripButton1.DisplayStyle          = ToolStripItemDisplayStyle.Image;
            this.toolStripButton1.Image                 = (Image)componentResourceManager.GetObject("toolStripButton1.Image");
            this.toolStripButton1.ImageTransparentColor = Color.Magenta;
            this.toolStripButton1.Name                  = "toolStripButton1";
            this.toolStripButton1.Size                  = new Size(23, 22);
            this.toolStripButton1.Text                  = "toolStripButton1";
            this.toolStripButton1.Click                += new EventHandler(this.toolStripButton1_Click);
            this.toolStripButton2.Alignment             = ToolStripItemAlignment.Right;
            this.toolStripButton2.DisplayStyle          = ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image                 = (Image)componentResourceManager.GetObject("toolStripButton2.Image");
            this.toolStripButton2.ImageTransparentColor = Color.Magenta;
            this.toolStripButton2.Name                  = "toolStripButton2";
            this.toolStripButton2.Size                  = new Size(23, 22);
            this.toolStripButton2.Text                  = "toolStripButton2";
            this.toolStripButton2.Click                += new EventHandler(this.toolStripButton2_Click);
            this.toolStripButton3.CheckOnClick          = true;
            this.toolStripButton3.DisplayStyle          = ToolStripItemDisplayStyle.Image;
            this.toolStripButton3.Enabled               = false;
            this.toolStripButton3.Image                 = (Image)componentResourceManager.GetObject("toolStripButton3.Image");
            this.toolStripButton3.ImageTransparentColor = Color.Magenta;
            this.toolStripButton3.Name                  = "toolStripButton3";
            this.toolStripButton3.Size                  = new Size(23, 22);
            this.toolStripButton3.Text                  = "toolStripButton3";
            this.toolStripButton4.CheckOnClick          = true;
            this.toolStripButton4.DisplayStyle          = ToolStripItemDisplayStyle.Image;
            this.toolStripButton4.Enabled               = false;
            this.toolStripButton4.Image                 = (Image)componentResourceManager.GetObject("toolStripButton4.Image");
            this.toolStripButton4.ImageTransparentColor = Color.Magenta;
            this.toolStripButton4.Name                  = "toolStripButton4";
            this.toolStripButton4.Size                  = new Size(23, 22);
            this.toolStripButton4.Text                  = "toolStripButton4";
            this.toolStripButton5.CheckOnClick          = true;
            this.toolStripButton5.DisplayStyle          = ToolStripItemDisplayStyle.Image;
            this.toolStripButton5.Enabled               = false;
            this.toolStripButton5.Image                 = (Image)componentResourceManager.GetObject("toolStripButton5.Image");
            this.toolStripButton5.ImageTransparentColor = Color.Magenta;
            this.toolStripButton5.Name                  = "toolStripButton5";
            this.toolStripButton5.Size                  = new Size(23, 22);
            this.toolStripButton5.Text                  = "toolStripButton5";
            this.toolStripSeparator1.Name               = "toolStripSeparator1";
            this.toolStripSeparator1.Size               = new Size(6, 25);
            this.toolStripButton6.DisplayStyle          = ToolStripItemDisplayStyle.Image;
            this.toolStripButton6.Image                 = (Image)componentResourceManager.GetObject("toolStripButton6.Image");
            this.toolStripButton6.ImageTransparentColor = Color.Magenta;
            this.toolStripButton6.Name                  = "toolStripButton6";
            this.toolStripButton6.Size                  = new Size(23, 22);
            this.toolStripButton6.Text                  = "toolStripButton6";
            this.toolStripButton6.Click                += new EventHandler(this.toolStripButton6_Click);
            this.toolStripButton7.DisplayStyle          = ToolStripItemDisplayStyle.Image;
            this.toolStripButton7.Image                 = (Image)componentResourceManager.GetObject("toolStripButton7.Image");
            this.toolStripButton7.ImageTransparentColor = Color.Magenta;
            this.toolStripButton7.Name                  = "toolStripButton7";
            this.toolStripButton7.Size                  = new Size(23, 22);
            this.toolStripButton7.Text                  = "toolStripButton7";
            this.toolStripButton7.Click                += new EventHandler(this.toolStripButton7_Click);
            this.openFileDialog1.DefaultExt             = "kcl";
            this.openFileDialog1.FileName               = "openFileDialog1";
            this.openFileDialog1.Filter                 = "Nintendo Collision Files(*.kcl)|*.kcl";
            this.simpleOpenGlControl1.AccumBits         = (byte)0;
            this.simpleOpenGlControl1.AutoCheckErrors   = false;
            this.simpleOpenGlControl1.AutoFinish        = false;
            this.simpleOpenGlControl1.AutoMakeCurrent   = true;
            this.simpleOpenGlControl1.AutoSwapBuffers   = true;
            this.simpleOpenGlControl1.BackColor         = SystemColors.Control;
            this.simpleOpenGlControl1.ColorBits         = (byte)32;
            this.simpleOpenGlControl1.DepthBits         = (byte)24;
            this.simpleOpenGlControl1.Location          = new Point(158, 28);
            this.simpleOpenGlControl1.Name              = "simpleOpenGlControl1";
            this.simpleOpenGlControl1.Size              = new Size(256, 192);
            this.simpleOpenGlControl1.StencilBits       = (byte)0;
            this.simpleOpenGlControl1.TabIndex          = 2;
            this.textBox1.Location                      = new Point(52, 28);
            this.textBox1.Name                          = "textBox1";
            this.textBox1.ReadOnly                      = true;
            this.textBox1.Size                          = new Size(100, 20);
            this.textBox1.TabIndex                      = 3;
            this.textBox2.Location                      = new Point(52, 89);
            this.textBox2.Name                          = "textBox2";
            this.textBox2.ReadOnly                      = true;
            this.textBox2.Size                          = new Size(100, 20);
            this.textBox2.TabIndex                      = 4;
            this.textBox3.Location                      = new Point(52, 54);
            this.textBox3.Name                          = "textBox3";
            this.textBox3.ReadOnly                      = true;
            this.textBox3.Size                          = new Size(100, 20);
            this.textBox3.TabIndex                      = 5;
            this.label1.AutoSize                        = true;
            this.label1.Location                        = new Point(12, 31);
            this.label1.Name                            = "label1";
            this.label1.Size                            = new Size(34, 13);
            this.label1.TabIndex                        = 6;
            this.label1.Text                            = "Min X";
            this.label2.AutoSize                        = true;
            this.label2.Location                        = new Point(9, 57);
            this.label2.Name                            = "label2";
            this.label2.Size                            = new Size(37, 13);
            this.label2.TabIndex                        = 7;
            this.label2.Text                            = "Max X";
            this.label3.AutoSize                        = true;
            this.label3.Location                        = new Point(12, 92);
            this.label3.Name                            = "label3";
            this.label3.Size                            = new Size(34, 13);
            this.label3.TabIndex                        = 8;
            this.label3.Text                            = "Min Y";
            this.label4.AutoSize                        = true;
            this.label4.Location                        = new Point(9, 118);
            this.label4.Name                            = "label4";
            this.label4.Size                            = new Size(37, 13);
            this.label4.TabIndex                        = 9;
            this.label4.Text                            = "Max Y";
            this.textBox4.Location                      = new Point(52, 115);
            this.textBox4.Name                          = "textBox4";
            this.textBox4.ReadOnly                      = true;
            this.textBox4.Size                          = new Size(100, 20);
            this.textBox4.TabIndex                      = 10;
            this.toolStripSeparator2.Name               = "toolStripSeparator2";
            this.toolStripSeparator2.Size               = new Size(6, 25);
            this.toolStripButton8.DisplayStyle          = ToolStripItemDisplayStyle.Image;
            this.toolStripButton8.Enabled               = false;
            this.toolStripButton8.Image                 = (Image)componentResourceManager.GetObject("toolStripButton8.Image");
            this.toolStripButton8.ImageTransparentColor = Color.Magenta;
            this.toolStripButton8.Name                  = "toolStripButton8";
            this.toolStripButton8.Size                  = new Size(23, 22);
            this.toolStripButton8.Text                  = "toolStripButton8";
            this.toolStripButton8.Click                += new EventHandler(this.toolStripButton8_Click);
            this.openFileDialog2.DefaultExt             = "nkm";
            this.openFileDialog2.FileName               = "openFileDialog2";
            this.openFileDialog2.Filter                 = "Nitro Kart Model(*.nkm)|*.nkm";
            this.AutoScaleDimensions                    = new SizeF(6f, 13f);
            this.AutoScaleMode                          = AutoScaleMode.Font;
            this.ClientSize = new Size(430, 252);
            this.Controls.Add((Control)this.textBox4);
            this.Controls.Add((Control)this.label4);
            this.Controls.Add((Control)this.label3);
            this.Controls.Add((Control)this.label2);
            this.Controls.Add((Control)this.label1);
            this.Controls.Add((Control)this.textBox3);
            this.Controls.Add((Control)this.textBox2);
            this.Controls.Add((Control)this.textBox1);
            this.Controls.Add((Control)this.simpleOpenGlControl1);
            this.Controls.Add((Control)this.toolStrip1);
            this.Name  = nameof(GlobalMapGenerator);
            this.Text  = nameof(GlobalMapGenerator);
            this.Load += new EventHandler(this.GlobalMapGenerator_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Beispiel #6
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(SetupForm));

            this.label1               = new Label();
            this.tvtestBox            = new TextBox();
            this.recDirRefButton      = new Button();
            this.tvtestRefButton      = new Button();
            this.recDirBox            = new TextBox();
            this.label3               = new Label();
            this.driverRefButton      = new Button();
            this.label7               = new Label();
            this.driverBox            = new TextBox();
            this.label6               = new Label();
            this.tunerAddButton       = new Button();
            this.removeButton         = new Button();
            this.downButton           = new Button();
            this.upButton             = new Button();
            this.label5               = new Label();
            this.tunerNameBox         = new TextBox();
            this.label2               = new Label();
            this.endButton            = new Button();
            this.tvtestDialog         = new SaveFileDialog();
            this.recDirDialog         = new FolderBrowserDialog();
            this.driverDialog         = new SaveFileDialog();
            this.tabControl1          = new TabControl();
            this.tabPage1             = new TabPage();
            this.unregStartupButton   = new Button();
            this.regStartupButton     = new Button();
            this.label4               = new Label();
            this.tabPage2             = new TabPage();
            this.tunerPanel           = new Panel();
            this.tunerBox             = new TreeView();
            this.fileNameOnlyCheck    = new CheckBox();
            this.tunerUpdateCheck     = new CheckBox();
            this.tabPage4             = new TabPage();
            this.postProcessRefButton = new Button();
            this.label13              = new Label();
            this.postProcessBox       = new TextBox();
            this.label12              = new Label();
            this.recFileBox           = new TextBox();
            this.label10              = new Label();
            this.label9               = new Label();
            this.startMarginBox       = new NumericUpDown();
            this.endMarginBox         = new NumericUpDown();
            this.tabPage3             = new TabPage();
            this.epgHourBox           = new TextBox();
            this.label8               = new Label();
            this.label17              = new Label();
            this.label14              = new Label();
            this.autoSleepCheck       = new CheckBox();
            this.postProcessDialog    = new SaveFileDialog();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tunerPanel.SuspendLayout();
            this.tabPage4.SuspendLayout();
            ((ISupportInitialize)this.startMarginBox).BeginInit();
            ((ISupportInitialize)this.endMarginBox).BeginInit();
            this.tabPage3.SuspendLayout();
            base.SuspendLayout();
            this.label1.AutoSize          = true;
            this.label1.Location          = new Point(35, 43);
            this.label1.Name              = "label1";
            this.label1.Size              = new Size(101, 19);
            this.label1.TabIndex          = 0;
            this.label1.Text              = "TVTestの場所";
            this.tvtestBox.Location       = new Point(146, 40);
            this.tvtestBox.Name           = "tvtestBox";
            this.tvtestBox.Size           = new Size(359, 27);
            this.tvtestBox.TabIndex       = 1;
            this.recDirRefButton.Location = new Point(511, 85);
            this.recDirRefButton.Name     = "recDirRefButton";
            this.recDirRefButton.Size     = new Size(114, 30);
            this.recDirRefButton.TabIndex = 5;
            this.recDirRefButton.Text     = "参照...";
            this.recDirRefButton.UseVisualStyleBackColor = false;
            this.recDirRefButton.Click   += new EventHandler(this.recDirRefButton_Click);
            this.tvtestRefButton.Location = new Point(511, 38);
            this.tvtestRefButton.Name     = "tvtestRefButton";
            this.tvtestRefButton.Size     = new Size(114, 30);
            this.tvtestRefButton.TabIndex = 2;
            this.tvtestRefButton.Text     = "参照...";
            this.tvtestRefButton.UseVisualStyleBackColor = false;
            this.tvtestRefButton.Click   += new EventHandler(this.tvtestRefButton_Click);
            this.recDirBox.Location       = new Point(146, 86);
            this.recDirBox.Name           = "recDirBox";
            this.recDirBox.Size           = new Size(359, 27);
            this.recDirBox.TabIndex       = 4;
            this.label3.AutoSize          = true;
            this.label3.Location          = new Point(55, 90);
            this.label3.Name              = "label3";
            this.label3.Size              = new Size(81, 19);
            this.label3.TabIndex          = 3;
            this.label3.Text              = "録画の場所";
            this.driverRefButton.Location = new Point(506, 60);
            this.driverRefButton.Name     = "driverRefButton";
            this.driverRefButton.Size     = new Size(114, 30);
            this.driverRefButton.TabIndex = 3;
            this.driverRefButton.Text     = "参照...";
            this.driverRefButton.UseVisualStyleBackColor = false;
            this.driverRefButton.Click  += new EventHandler(this.driverRefButton_Click);
            this.label7.AutoSize         = true;
            this.label7.Location         = new Point(44, 154);
            this.label7.Name             = "label7";
            this.label7.Size             = new Size(55, 19);
            this.label7.TabIndex         = 7;
            this.label7.Text             = "チューナ";
            this.driverBox.Location      = new Point(120, 61);
            this.driverBox.Name          = "driverBox";
            this.driverBox.Size          = new Size(380, 27);
            this.driverBox.TabIndex      = 2;
            this.label6.AutoSize         = true;
            this.label6.Location         = new Point(16, 16);
            this.label6.Name             = "label6";
            this.label6.Size             = new Size(391, 19);
            this.label6.TabIndex         = 0;
            this.label6.Text             = "Bonドライバ、チューナ名を指定して、追加ボタンを押してください。";
            this.tunerAddButton.Location = new Point(506, 105);
            this.tunerAddButton.Name     = "tunerAddButton";
            this.tunerAddButton.Size     = new Size(114, 30);
            this.tunerAddButton.TabIndex = 6;
            this.tunerAddButton.Text     = "追加";
            this.tunerAddButton.UseVisualStyleBackColor = false;
            this.tunerAddButton.Click += new EventHandler(this.tunerAddButton_Click);
            this.removeButton.Location = new Point(506, 248);
            this.removeButton.Name     = "removeButton";
            this.removeButton.Size     = new Size(114, 30);
            this.removeButton.TabIndex = 11;
            this.removeButton.Text     = "削除";
            this.removeButton.UseVisualStyleBackColor = false;
            this.removeButton.Click += new EventHandler(this.removeButton_Click);
            this.downButton.Location = new Point(506, 200);
            this.downButton.Name     = "downButton";
            this.downButton.Size     = new Size(114, 30);
            this.downButton.TabIndex = 10;
            this.downButton.Text     = "下へ";
            this.downButton.UseVisualStyleBackColor = false;
            this.downButton.Click += new EventHandler(this.downButton_Click);
            this.upButton.Font     = new Font("MS UI Gothic", 9f, FontStyle.Regular, GraphicsUnit.Point, 128);
            this.upButton.Location = new Point(506, 154);
            this.upButton.Name     = "upButton";
            this.upButton.Size     = new Size(114, 30);
            this.upButton.TabIndex = 9;
            this.upButton.Text     = "上へ";
            this.upButton.UseVisualStyleBackColor = false;
            this.upButton.Click                   += new EventHandler(this.upButton_Click);
            this.label5.AutoSize                   = true;
            this.label5.Location                   = new Point(16, 64);
            this.label5.Name                       = "label5";
            this.label5.Size                       = new Size(82, 19);
            this.label5.TabIndex                   = 1;
            this.label5.Text                       = "Bonドライバ";
            this.tunerNameBox.Location             = new Point(120, 106);
            this.tunerNameBox.Name                 = "tunerNameBox";
            this.tunerNameBox.Size                 = new Size(380, 27);
            this.tunerNameBox.TabIndex             = 5;
            this.label2.AutoSize                   = true;
            this.label2.Location                   = new Point(29, 109);
            this.label2.Name                       = "label2";
            this.label2.Size                       = new Size(70, 19);
            this.label2.TabIndex                   = 4;
            this.label2.Text                       = "チューナ名";
            this.endButton.Location                = new Point(555, 491);
            this.endButton.Name                    = "endButton";
            this.endButton.Size                    = new Size(114, 30);
            this.endButton.TabIndex                = 1;
            this.endButton.Text                    = "設定完了";
            this.endButton.UseVisualStyleBackColor = false;
            this.endButton.Click                  += new EventHandler(this.endButton_Click);
            this.tvtestDialog.CheckFileExists      = true;
            this.tvtestDialog.Filter               = "TVTest|TVTest.exe";
            this.tvtestDialog.OverwritePrompt      = false;
            this.tvtestDialog.Title                = "TVTestの場所";
            this.recDirDialog.Description          = "録画フォルダを選択してください。";
            this.recDirDialog.RootFolder           = Environment.SpecialFolder.MyComputer;
            this.driverDialog.CheckFileExists      = true;
            this.driverDialog.Filter               = "BonDriver|Bondriver*.dll";
            this.driverDialog.OverwritePrompt      = false;
            this.driverDialog.Title                = "Bonドライバ";
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Location      = new Point(12, 12);
            this.tabControl1.Name          = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size          = new Size(661, 473);
            this.tabControl1.TabIndex      = 0;
            this.tabPage1.Controls.Add(this.unregStartupButton);
            this.tabPage1.Controls.Add(this.regStartupButton);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.recDirRefButton);
            this.tabPage1.Controls.Add(this.tvtestRefButton);
            this.tabPage1.Controls.Add(this.recDirBox);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.tvtestBox);
            this.tabPage1.Location = new Point(4, 28);
            this.tabPage1.Name     = "tabPage1";
            this.tabPage1.Padding  = new Padding(3);
            this.tabPage1.Size     = new Size(653, 441);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text     = "基本";
            this.tabPage1.UseVisualStyleBackColor           = true;
            this.unregStartupButton.Location                = new Point(330, 162);
            this.unregStartupButton.Name                    = "unregStartupButton";
            this.unregStartupButton.Size                    = new Size(175, 30);
            this.unregStartupButton.TabIndex                = 7;
            this.unregStartupButton.Text                    = "登録解除...";
            this.unregStartupButton.UseVisualStyleBackColor = false;
            this.unregStartupButton.Click                  += new EventHandler(this.unregStartupButton_Click);
            this.regStartupButton.Location                  = new Point(146, 162);
            this.regStartupButton.Name     = "regStartupButton";
            this.regStartupButton.Size     = new Size(175, 30);
            this.regStartupButton.TabIndex = 6;
            this.regStartupButton.Text     = "スタートアップ登録...";
            this.regStartupButton.UseVisualStyleBackColor = false;
            this.regStartupButton.Click += new EventHandler(this.regStartupButton_Click);
            this.label4.AutoSize         = true;
            this.label4.Location         = new Point(142, 281);
            this.label4.Name             = "label4";
            this.label4.Size             = new Size(348, 38);
            this.label4.TabIndex         = 8;
            this.label4.Text             = "初めてのセットアップ時は、チューナの設定を行ってください。\r\n上部にタブがあります。";
            this.tabPage2.Controls.Add(this.tunerPanel);
            this.tabPage2.Controls.Add(this.tunerUpdateCheck);
            this.tabPage2.Location = new Point(4, 28);
            this.tabPage2.Name     = "tabPage2";
            this.tabPage2.Padding  = new Padding(3);
            this.tabPage2.Size     = new Size(653, 441);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text     = "チューナ";
            this.tabPage2.UseVisualStyleBackColor = true;
            this.tunerPanel.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left);
            this.tunerPanel.Controls.Add(this.tunerBox);
            this.tunerPanel.Controls.Add(this.tunerNameBox);
            this.tunerPanel.Controls.Add(this.upButton);
            this.tunerPanel.Controls.Add(this.fileNameOnlyCheck);
            this.tunerPanel.Controls.Add(this.downButton);
            this.tunerPanel.Controls.Add(this.driverRefButton);
            this.tunerPanel.Controls.Add(this.label7);
            this.tunerPanel.Controls.Add(this.removeButton);
            this.tunerPanel.Controls.Add(this.label6);
            this.tunerPanel.Controls.Add(this.label5);
            this.tunerPanel.Controls.Add(this.driverBox);
            this.tunerPanel.Controls.Add(this.tunerAddButton);
            this.tunerPanel.Controls.Add(this.label2);
            this.tunerPanel.Enabled         = false;
            this.tunerPanel.Location        = new Point(6, 48);
            this.tunerPanel.Name            = "tunerPanel";
            this.tunerPanel.Size            = new Size(641, 383);
            this.tunerPanel.TabIndex        = 1;
            this.tunerBox.FullRowSelect     = true;
            this.tunerBox.HideSelection     = false;
            this.tunerBox.Indent            = 5;
            this.tunerBox.Location          = new Point(120, 154);
            this.tunerBox.Name              = "tunerBox";
            this.tunerBox.ShowLines         = false;
            this.tunerBox.ShowNodeToolTips  = true;
            this.tunerBox.ShowPlusMinus     = false;
            this.tunerBox.ShowRootLines     = false;
            this.tunerBox.Size              = new Size(380, 173);
            this.tunerBox.TabIndex          = 8;
            this.fileNameOnlyCheck.AutoSize = true;
            this.fileNameOnlyCheck.Location = new Point(120, 333);
            this.fileNameOnlyCheck.Name     = "fileNameOnlyCheck";
            this.fileNameOnlyCheck.Size     = new Size(385, 23);
            this.fileNameOnlyCheck.TabIndex = 12;
            this.fileNameOnlyCheck.Text     = "Bonドライバはファイル名のみ(ファイルの存在確認をしません)";
            this.fileNameOnlyCheck.UseVisualStyleBackColor = true;
            this.tunerUpdateCheck.AutoSize = true;
            this.tunerUpdateCheck.Location = new Point(26, 15);
            this.tunerUpdateCheck.Name     = "tunerUpdateCheck";
            this.tunerUpdateCheck.Size     = new Size(143, 23);
            this.tunerUpdateCheck.TabIndex = 0;
            this.tunerUpdateCheck.Text     = "チューナ設定を行う";
            this.tunerUpdateCheck.UseVisualStyleBackColor = true;
            this.tunerUpdateCheck.CheckedChanged         += new EventHandler(this.tunerUpdateCheck_CheckedChanged);
            this.tabPage4.Controls.Add(this.postProcessRefButton);
            this.tabPage4.Controls.Add(this.label13);
            this.tabPage4.Controls.Add(this.postProcessBox);
            this.tabPage4.Controls.Add(this.label12);
            this.tabPage4.Controls.Add(this.recFileBox);
            this.tabPage4.Controls.Add(this.label10);
            this.tabPage4.Controls.Add(this.label9);
            this.tabPage4.Controls.Add(this.startMarginBox);
            this.tabPage4.Controls.Add(this.endMarginBox);
            this.tabPage4.Location = new Point(4, 28);
            this.tabPage4.Name     = "tabPage4";
            this.tabPage4.Padding  = new Padding(3);
            this.tabPage4.Size     = new Size(653, 441);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text     = "録画設定";
            this.tabPage4.UseVisualStyleBackColor             = true;
            this.postProcessRefButton.Location                = new Point(508, 85);
            this.postProcessRefButton.Name                    = "postProcessRefButton";
            this.postProcessRefButton.Size                    = new Size(114, 30);
            this.postProcessRefButton.TabIndex                = 4;
            this.postProcessRefButton.Text                    = "参照...";
            this.postProcessRefButton.UseVisualStyleBackColor = false;
            this.postProcessRefButton.Click                  += new EventHandler(this.postProcessRefButton_Click);
            this.label13.AutoSize        = true;
            this.label13.Location        = new Point(42, 88);
            this.label13.Name            = "label13";
            this.label13.Size            = new Size(99, 19);
            this.label13.TabIndex        = 2;
            this.label13.Text            = "録画後プロセス";
            this.postProcessBox.Location = new Point(161, 85);
            this.postProcessBox.Name     = "postProcessBox";
            this.postProcessBox.Size     = new Size(341, 27);
            this.postProcessBox.TabIndex = 3;
            this.label12.AutoSize        = true;
            this.label12.Location        = new Point(45, 39);
            this.label12.Name            = "label12";
            this.label12.Size            = new Size(96, 19);
            this.label12.TabIndex        = 0;
            this.label12.Text            = "録画ファイル名";
            this.recFileBox.Location     = new Point(161, 36);
            this.recFileBox.Name         = "recFileBox";
            this.recFileBox.Size         = new Size(461, 27);
            this.recFileBox.TabIndex     = 1;
            this.label10.AutoSize        = true;
            this.label10.Location        = new Point(27, 182);
            this.label10.Name            = "label10";
            this.label10.Size            = new Size(114, 19);
            this.label10.TabIndex        = 7;
            this.label10.Text            = "終了マージン(秒)";
            this.label9.AutoSize         = true;
            this.label9.Location         = new Point(27, 146);
            this.label9.Name             = "label9";
            this.label9.Size             = new Size(114, 19);
            this.label9.TabIndex         = 5;
            this.label9.Text             = "開始マージン(秒)";
            this.startMarginBox.Location = new Point(161, 144);
            NumericUpDown arg_1584_0 = this.startMarginBox;

            int[] expr_1577 = new int[4];
            expr_1577[0]                = 180;
            arg_1584_0.Maximum          = new decimal(expr_1577);
            this.startMarginBox.Minimum = new decimal(new int[]
            {
                180,
                0,
                0,
                -2147483648
            });
            this.startMarginBox.Name     = "startMarginBox";
            this.startMarginBox.Size     = new Size(99, 27);
            this.startMarginBox.TabIndex = 6;
            this.endMarginBox.Location   = new Point(161, 180);
            NumericUpDown arg_1612_0 = this.endMarginBox;

            int[] expr_1605 = new int[4];
            expr_1605[0]              = 180;
            arg_1612_0.Maximum        = new decimal(expr_1605);
            this.endMarginBox.Minimum = new decimal(new int[]
            {
                180,
                0,
                0,
                -2147483648
            });
            this.endMarginBox.Name     = "endMarginBox";
            this.endMarginBox.Size     = new Size(99, 27);
            this.endMarginBox.TabIndex = 8;
            this.tabPage3.Controls.Add(this.epgHourBox);
            this.tabPage3.Controls.Add(this.label8);
            this.tabPage3.Controls.Add(this.label17);
            this.tabPage3.Controls.Add(this.label14);
            this.tabPage3.Controls.Add(this.autoSleepCheck);
            this.tabPage3.Location = new Point(4, 28);
            this.tabPage3.Name     = "tabPage3";
            this.tabPage3.Padding  = new Padding(3);
            this.tabPage3.Size     = new Size(653, 441);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text     = "その他";
            this.tabPage3.UseVisualStyleBackColor = true;
            this.epgHourBox.Location     = new Point(208, 43);
            this.epgHourBox.Name         = "epgHourBox";
            this.epgHourBox.Size         = new Size(142, 27);
            this.epgHourBox.TabIndex     = 4;
            this.label8.Location         = new Point(53, 179);
            this.label8.Name             = "label8";
            this.label8.Size             = new Size(564, 80);
            this.label8.TabIndex         = 7;
            this.label8.Text             = "スリープからの自動復帰時、録画終了後にスリープ状態に戻す機能です。\r\n(録画後プロセスが指定されているときは無視され、OFFになります)\r\n";
            this.label17.AutoSize        = true;
            this.label17.Location        = new Point(374, 46);
            this.label17.Name            = "label17";
            this.label17.Size            = new Size(232, 57);
            this.label17.TabIndex        = 5;
            this.label17.Text            = "毎日実行されます。\r\nカンマで区切って、複数指定できます。\r\n(例) 9,15,21";
            this.label14.AutoSize        = true;
            this.label14.Location        = new Point(49, 46);
            this.label14.Name            = "label14";
            this.label14.Size            = new Size(143, 19);
            this.label14.TabIndex        = 3;
            this.label14.Text            = "番組表取得時刻(時)";
            this.autoSleepCheck.AutoSize = true;
            this.autoSleepCheck.Location = new Point(57, 141);
            this.autoSleepCheck.Name     = "autoSleepCheck";
            this.autoSleepCheck.Size     = new Size(140, 23);
            this.autoSleepCheck.TabIndex = 6;
            this.autoSleepCheck.Text     = "自動スリープを行う\r\n";
            this.autoSleepCheck.UseVisualStyleBackColor = true;
            this.postProcessDialog.CheckFileExists      = true;
            this.postProcessDialog.Filter          = "実行ファイル (*.exe *.bat)|*.exe;*.bat";
            this.postProcessDialog.OverwritePrompt = false;
            this.postProcessDialog.Title           = "録画後プロセス";
            base.AutoScaleDimensions = new SizeF(120f, 120f);
            base.AutoScaleMode       = AutoScaleMode.Dpi;
            this.AutoScroll          = true;
            base.ClientSize          = new Size(685, 533);
            base.Controls.Add(this.endButton);
            base.Controls.Add(this.tabControl1);
            this.Font            = new Font("Meiryo UI", 9f, FontStyle.Regular, GraphicsUnit.Point, 128);
            base.FormBorderStyle = FormBorderStyle.FixedDialog;
            base.Icon            = (Icon)componentResourceManager.GetObject("$this.Icon");
            base.Margin          = new Padding(3, 5, 3, 5);
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "SetupForm";
            base.StartPosition   = FormStartPosition.CenterScreen;
            this.Text            = "Tvmaid セットアップ";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.tunerPanel.ResumeLayout(false);
            this.tunerPanel.PerformLayout();
            this.tabPage4.ResumeLayout(false);
            this.tabPage4.PerformLayout();
            ((ISupportInitialize)this.startMarginBox).EndInit();
            ((ISupportInitialize)this.endMarginBox).EndInit();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            base.ResumeLayout(false);
        }
Beispiel #7
0
        private void InitializeComponent()
        {
            this.components = (IContainer) new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(PortfolioList));

            this.trvPortfolios            = new TreeView();
            this.ctxPortfolios            = new ContextMenuStrip(this.components);
            this.ctxPortfolios_AddNew     = new ToolStripMenuItem();
            this.toolStripSeparator1      = new ToolStripSeparator();
            this.ctxPortfolios_View       = new ToolStripMenuItem();
            this.toolStripSeparator3      = new ToolStripSeparator();
            this.ctxPortfolios_Delete     = new ToolStripMenuItem();
            this.toolStripSeparator2      = new ToolStripSeparator();
            this.ctxPortfolios_Properties = new ToolStripMenuItem();
            this.imgPortfolios            = new ImageList(this.components);
            this.ctxPortfolios.SuspendLayout();
            this.SuspendLayout();
            this.trvPortfolios.ContextMenuStrip   = this.ctxPortfolios;
            this.trvPortfolios.Dock               = DockStyle.Fill;
            this.trvPortfolios.ImageIndex         = 0;
            this.trvPortfolios.ImageList          = this.imgPortfolios;
            this.trvPortfolios.Location           = new Point(0, 0);
            this.trvPortfolios.Name               = "trvPortfolios";
            this.trvPortfolios.SelectedImageIndex = 0;
            this.trvPortfolios.ShowNodeToolTips   = true;
            this.trvPortfolios.Size               = new Size(216, 362);
            this.trvPortfolios.TabIndex           = 0;
            this.trvPortfolios.AfterSelect       += new TreeViewEventHandler(this.trvPortfolios_AfterSelect);
            this.trvPortfolios.DoubleClick       += new EventHandler(this.trvPortfolios_DoubleClick);
            this.trvPortfolios.MouseDown         += new MouseEventHandler(this.trvPortfolios_MouseDown);
            this.ctxPortfolios.Items.AddRange(new ToolStripItem[7]
            {
                (ToolStripItem)this.ctxPortfolios_AddNew,
                (ToolStripItem)this.toolStripSeparator1,
                (ToolStripItem)this.ctxPortfolios_View,
                (ToolStripItem)this.toolStripSeparator3,
                (ToolStripItem)this.ctxPortfolios_Delete,
                (ToolStripItem)this.toolStripSeparator2,
                (ToolStripItem)this.ctxPortfolios_Properties
            });
            this.ctxPortfolios.Name          = "ctxPortfolios";
            this.ctxPortfolios.Size          = new Size(130, 110);
            this.ctxPortfolios.Opening      += new CancelEventHandler(this.ctxPortfolios_Opening);
            this.ctxPortfolios_AddNew.Name   = "ctxPortfolios_AddNew";
            this.ctxPortfolios_AddNew.Size   = new Size(129, 22);
            this.ctxPortfolios_AddNew.Text   = "Add New...";
            this.ctxPortfolios_AddNew.Click += new EventHandler(this.ctxPortfolios_AddNew_Click);
            this.toolStripSeparator1.Name    = "toolStripSeparator1";
            this.toolStripSeparator1.Size    = new Size(126, 6);
            this.ctxPortfolios_View.Name     = "ctxPortfolios_View";
            this.ctxPortfolios_View.Size     = new Size(129, 22);
            this.ctxPortfolios_View.Text     = "View...";
            this.ctxPortfolios_View.Click   += new EventHandler(this.ctxPortfolios_View_Click);
            this.toolStripSeparator3.Name    = "toolStripSeparator3";
            this.toolStripSeparator3.Size    = new Size(126, 6);
            //     this.ctxPortfolios_Delete.Image = (Image) Resources.delete;
            this.ctxPortfolios_Delete.Name   = "ctxPortfolios_Delete";
            this.ctxPortfolios_Delete.Size   = new Size(129, 22);
            this.ctxPortfolios_Delete.Text   = "Delete";
            this.ctxPortfolios_Delete.Click += new EventHandler(this.ctxPortfolios_Delete_Click);
            this.toolStripSeparator2.Name    = "toolStripSeparator2";
            this.toolStripSeparator2.Size    = new Size(126, 6);
            //     this.ctxPortfolios_Properties.Image = (Image) Resources.properties;
            this.ctxPortfolios_Properties.Name   = "ctxPortfolios_Properties";
            this.ctxPortfolios_Properties.Size   = new Size(129, 22);
            this.ctxPortfolios_Properties.Text   = "Properties";
            this.ctxPortfolios_Properties.Click += new EventHandler(this.ctxPortfolios_Properties_Click);
            this.imgPortfolios.ImageStream       = (ImageListStreamer)componentResourceManager.GetObject("imgPortfolios.ImageStream");
            this.imgPortfolios.TransparentColor  = Color.Transparent;
            this.imgPortfolios.Images.SetKeyName(0, "portfolio.png");
            this.AutoScaleDimensions = new SizeF(6f, 13f);
            this.AutoScaleMode       = AutoScaleMode.Font;
            this.Controls.Add((Control)this.trvPortfolios);
            this.Name = "PortfolioList";
            this.Size = new Size(216, 362);
            this.ctxPortfolios.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Beispiel #8
0
        private void InitializeComponent()
        {
            SortDescriptor           sortDescriptor1          = new SortDescriptor();
            SortDescriptor           sortDescriptor2          = new SortDescriptor();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(SingleWindow));

            this.btnSetSourceServer          = new RadButton();
            this.visualStudio2012LightTheme1 = new VisualStudio2012LightTheme();
            this.radSplitContainer1          = new RadSplitContainer();
            this.HeaderPanel             = new SplitPanel();
            this.srcTableDropdown        = new RadDropDownList();
            this.refreshButton           = new RadButton();
            this.radLabel2               = new RadLabel();
            this.btnSetDestinationServer = new RadButton();
            this.TablesPanel             = new SplitPanel();
            this.gridFields              = new RadGridView();
            this.ButtonsQueryPanel       = new SplitPanel();
            this.btnSaveSQL              = new RadButton();
            this.btnExecute              = new RadButton();
            this.btnEnableConst          = new RadButton();
            this.btnDisableConst         = new RadButton();
            this.ProgressPanel           = new SplitPanel();
            this.progressBarResult       = new RadProgressBar();
            this.LabelsQuery             = new SplitPanel();
            this.btnClear         = new RadButton();
            this.radLabel1        = new RadLabel();
            this.ResultQueryPanel = new SplitPanel();
            this.txtResult        = new RadTextBox();
            this.saveFileDialog1  = new SaveFileDialog();
            this.btnToggleSelect  = new RadButton();
            this.btnSetSourceServer.BeginInit();
            this.radSplitContainer1.BeginInit();
            this.radSplitContainer1.SuspendLayout();
            this.HeaderPanel.BeginInit();
            this.HeaderPanel.SuspendLayout();
            this.srcTableDropdown.BeginInit();
            this.refreshButton.BeginInit();
            this.radLabel2.BeginInit();
            this.btnSetDestinationServer.BeginInit();
            this.TablesPanel.BeginInit();
            this.TablesPanel.SuspendLayout();
            this.gridFields.BeginInit();
            this.gridFields.MasterTemplate.BeginInit();
            this.ButtonsQueryPanel.BeginInit();
            this.ButtonsQueryPanel.SuspendLayout();
            this.btnSaveSQL.BeginInit();
            this.btnExecute.BeginInit();
            this.btnEnableConst.BeginInit();
            this.btnDisableConst.BeginInit();
            this.ProgressPanel.BeginInit();
            this.ProgressPanel.SuspendLayout();
            this.progressBarResult.BeginInit();
            this.LabelsQuery.BeginInit();
            this.LabelsQuery.SuspendLayout();
            this.btnClear.BeginInit();
            this.radLabel1.BeginInit();
            this.ResultQueryPanel.BeginInit();
            this.ResultQueryPanel.SuspendLayout();
            this.txtResult.BeginInit();
            this.btnToggleSelect.BeginInit();
            this.BeginInit();
            this.SuspendLayout();
            this.btnSetSourceServer.DisplayStyle   = DisplayStyle.Image;
            this.btnSetSourceServer.Dock           = DockStyle.Left;
            this.btnSetSourceServer.Image          = (Image)Resources.tool_icon;
            this.btnSetSourceServer.ImageAlignment = ContentAlignment.MiddleCenter;
            this.btnSetSourceServer.Location       = new Point(0, 20);
            this.btnSetSourceServer.Name           = "btnSetSourceServer";
            this.btnSetSourceServer.Size           = new Size(43, 40);
            this.btnSetSourceServer.TabIndex       = 2;
            this.btnSetSourceServer.ThemeName      = "VisualStudio2012Light";
            this.btnSetSourceServer.Click         += new EventHandler(this.btnSetSourceServer_Click);
            this.radSplitContainer1.Controls.Add((Control)this.HeaderPanel);
            this.radSplitContainer1.Controls.Add((Control)this.TablesPanel);
            this.radSplitContainer1.Controls.Add((Control)this.ButtonsQueryPanel);
            this.radSplitContainer1.Controls.Add((Control)this.ProgressPanel);
            this.radSplitContainer1.Controls.Add((Control)this.LabelsQuery);
            this.radSplitContainer1.Controls.Add((Control)this.ResultQueryPanel);
            this.radSplitContainer1.Dock                = DockStyle.Fill;
            this.radSplitContainer1.Location            = new Point(0, 0);
            this.radSplitContainer1.Name                = "radSplitContainer1";
            this.radSplitContainer1.Orientation         = Orientation.Horizontal;
            this.radSplitContainer1.RootElement.MinSize = new Size(0, 0);
            this.radSplitContainer1.Size                = new Size(767, 633);
            this.radSplitContainer1.SplitterWidth       = 3;
            this.radSplitContainer1.TabIndex            = 5;
            this.radSplitContainer1.TabStop             = false;
            this.radSplitContainer1.ThemeName           = "VisualStudio2012Light";
            this.HeaderPanel.Controls.Add((Control)this.srcTableDropdown);
            this.HeaderPanel.Controls.Add((Control)this.refreshButton);
            this.HeaderPanel.Controls.Add((Control)this.radLabel2);
            this.HeaderPanel.Controls.Add((Control)this.btnSetDestinationServer);
            this.HeaderPanel.Controls.Add((Control)this.btnSetSourceServer);
            this.HeaderPanel.Location                   = new Point(0, 0);
            this.HeaderPanel.Name                       = "HeaderPanel";
            this.HeaderPanel.Padding                    = new Padding(0, 20, 0, 0);
            this.HeaderPanel.RootElement.MaxSize        = new Size(0, 60);
            this.HeaderPanel.RootElement.MinSize        = new Size(0, 60);
            this.HeaderPanel.Size                       = new Size(767, 60);
            this.HeaderPanel.SizeInfo.AutoSizeScale     = new SizeF(0.0f, -0.1355878f);
            this.HeaderPanel.SizeInfo.MaximumSize       = new Size(0, 60);
            this.HeaderPanel.SizeInfo.MinimumSize       = new Size(0, 60);
            this.HeaderPanel.TabIndex                   = 0;
            this.HeaderPanel.TabStop                    = false;
            this.HeaderPanel.Text                       = "splitPanel1";
            this.HeaderPanel.ThemeName                  = "VisualStudio2012Light";
            this.srcTableDropdown.Dock                  = DockStyle.Fill;
            this.srcTableDropdown.Location              = new Point(118, 20);
            this.srcTableDropdown.Name                  = "srcTableDropdown";
            this.srcTableDropdown.Size                  = new Size(563, 40);
            this.srcTableDropdown.TabIndex              = 0;
            this.srcTableDropdown.ThemeName             = "VisualStudio2012Light";
            this.srcTableDropdown.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.srcTableDropdown_SelectedIndexChanged);
            this.refreshButton.DisplayStyle             = DisplayStyle.Image;
            this.refreshButton.Dock                     = DockStyle.Right;
            this.refreshButton.Image                    = (Image)Resources.reload_icon;
            this.refreshButton.ImageAlignment           = ContentAlignment.MiddleCenter;
            this.refreshButton.Location                 = new Point(681, 20);
            this.refreshButton.Name                     = "refreshButton";
            this.refreshButton.Size                     = new Size(43, 40);
            this.refreshButton.TabIndex                 = 6;
            this.refreshButton.ThemeName                = "VisualStudio2012Light";
            this.refreshButton.Click                   += new EventHandler(this.refreshButton_Click);
            this.radLabel2.Dock      = DockStyle.Left;
            this.radLabel2.Font      = new Font("Segoe UI", 8.25f, FontStyle.Bold);
            this.radLabel2.Location  = new Point(43, 20);
            this.radLabel2.Name      = "radLabel2";
            this.radLabel2.Size      = new Size(75, 40);
            this.radLabel2.TabIndex  = 1;
            this.radLabel2.Text      = "Source Table";
            this.radLabel2.ThemeName = "VisualStudio2012Light";
            this.btnSetDestinationServer.DisplayStyle   = DisplayStyle.Image;
            this.btnSetDestinationServer.Dock           = DockStyle.Right;
            this.btnSetDestinationServer.Image          = (Image)Resources.tool_icon;
            this.btnSetDestinationServer.ImageAlignment = ContentAlignment.MiddleCenter;
            this.btnSetDestinationServer.Location       = new Point(724, 20);
            this.btnSetDestinationServer.Name           = "btnSetDestinationServer";
            this.btnSetDestinationServer.Size           = new Size(43, 40);
            this.btnSetDestinationServer.TabIndex       = 5;
            this.btnSetDestinationServer.ThemeName      = "VisualStudio2012Light";
            this.btnSetDestinationServer.Click         += new EventHandler(this.btnSetDestinationServer_Click);
            this.TablesPanel.Controls.Add((Control)this.gridFields);
            this.TablesPanel.Location                    = new Point(0, 63);
            this.TablesPanel.Name                        = "TablesPanel";
            this.TablesPanel.Padding                     = new Padding(5);
            this.TablesPanel.RootElement.MinSize         = new Size(0, 0);
            this.TablesPanel.Size                        = new Size(767, 308);
            this.TablesPanel.SizeInfo.AutoSizeScale      = new SizeF(0.0f, 0.1494364f);
            this.TablesPanel.SizeInfo.SplitterCorrection = new Size(0, -72);
            this.TablesPanel.TabIndex                    = 1;
            this.TablesPanel.TabStop                     = false;
            this.TablesPanel.Text                        = "splitPanel2";
            this.TablesPanel.ThemeName                   = "VisualStudio2012Light";
            this.gridFields.AutoSizeRows                 = true;
            this.gridFields.BeginEditMode                = RadGridViewBeginEditMode.BeginEditProgrammatically;
            this.gridFields.Dock = DockStyle.Fill;
            this.gridFields.EnableHotTracking                        = false;
            this.gridFields.Location                                 = new Point(5, 5);
            this.gridFields.MasterTemplate.AllowAddNewRow            = false;
            this.gridFields.MasterTemplate.AllowColumnChooser        = false;
            this.gridFields.MasterTemplate.AllowColumnReorder        = false;
            this.gridFields.MasterTemplate.AllowDeleteRow            = false;
            this.gridFields.MasterTemplate.AllowDragToGroup          = false;
            this.gridFields.MasterTemplate.AutoSizeColumnsMode       = GridViewAutoSizeColumnsMode.Fill;
            this.gridFields.MasterTemplate.EnableAlternatingRowColor = true;
            this.gridFields.MasterTemplate.EnableFiltering           = true;
            this.gridFields.MasterTemplate.EnableGrouping            = false;
            this.gridFields.MasterTemplate.MultiSelect               = true;
            sortDescriptor1.PropertyName                             = "idCol";
            sortDescriptor2.PropertyName                             = "column1";
            this.gridFields.MasterTemplate.SortDescriptors.AddRange(sortDescriptor1, sortDescriptor2);
            this.gridFields.Name     = "gridFields";
            this.gridFields.Size     = new Size(757, 298);
            this.gridFields.TabIndex = 0;
            this.gridFields.Text     = "radGridView1";
            this.ButtonsQueryPanel.Controls.Add((Control)this.btnToggleSelect);
            this.ButtonsQueryPanel.Controls.Add((Control)this.btnSaveSQL);
            this.ButtonsQueryPanel.Controls.Add((Control)this.btnExecute);
            this.ButtonsQueryPanel.Controls.Add((Control)this.btnEnableConst);
            this.ButtonsQueryPanel.Controls.Add((Control)this.btnDisableConst);
            this.ButtonsQueryPanel.Location                    = new Point(0, 374);
            this.ButtonsQueryPanel.Name                        = "ButtonsQueryPanel";
            this.ButtonsQueryPanel.Padding                     = new Padding(0, 5, 0, 0);
            this.ButtonsQueryPanel.RootElement.MaxSize         = new Size(0, 40);
            this.ButtonsQueryPanel.RootElement.MinSize         = new Size(0, 40);
            this.ButtonsQueryPanel.Size                        = new Size(767, 40);
            this.ButtonsQueryPanel.SizeInfo.AutoSizeScale      = new SizeF(0.0f, -0.1533011f);
            this.ButtonsQueryPanel.SizeInfo.MaximumSize        = new Size(0, 40);
            this.ButtonsQueryPanel.SizeInfo.MinimumSize        = new Size(0, 40);
            this.ButtonsQueryPanel.SizeInfo.SplitterCorrection = new Size(0, 124);
            this.ButtonsQueryPanel.TabIndex                    = 2;
            this.ButtonsQueryPanel.TabStop                     = false;
            this.ButtonsQueryPanel.Text                        = "splitPanel3";
            this.ButtonsQueryPanel.ThemeName                   = "VisualStudio2012Light";
            this.btnSaveSQL.Dock               = DockStyle.Right;
            this.btnSaveSQL.Image              = (Image)Resources.copy_icon;
            this.btnSaveSQL.Location           = new Point(581, 5);
            this.btnSaveSQL.Name               = "btnSaveSQL";
            this.btnSaveSQL.Padding            = new Padding(5, 0, 5, 0);
            this.btnSaveSQL.Size               = new Size(100, 35);
            this.btnSaveSQL.TabIndex           = 6;
            this.btnSaveSQL.Text               = "Save to file";
            this.btnSaveSQL.TextAlignment      = ContentAlignment.MiddleRight;
            this.btnSaveSQL.ThemeName          = "VisualStudio2012Light";
            this.btnSaveSQL.Click             += new EventHandler(this.btnSaveSQL_Click);
            this.btnExecute.Dock               = DockStyle.Right;
            this.btnExecute.Image              = (Image)Resources.run_icon;
            this.btnExecute.Location           = new Point(681, 5);
            this.btnExecute.Name               = "btnExecute";
            this.btnExecute.Padding            = new Padding(5, 0, 5, 0);
            this.btnExecute.Size               = new Size(86, 35);
            this.btnExecute.TabIndex           = 5;
            this.btnExecute.Text               = "Execute";
            this.btnExecute.TextAlignment      = ContentAlignment.MiddleRight;
            this.btnExecute.ThemeName          = "VisualStudio2012Light";
            this.btnExecute.Click             += new EventHandler(this.btnExecute_Click);
            this.btnEnableConst.Dock           = DockStyle.Left;
            this.btnEnableConst.Image          = (Image)Resources.enable_icon;
            this.btnEnableConst.Location       = new Point(136, 5);
            this.btnEnableConst.Name           = "btnEnableConst";
            this.btnEnableConst.Padding        = new Padding(5, 0, 5, 0);
            this.btnEnableConst.Size           = new Size(136, 35);
            this.btnEnableConst.TabIndex       = 4;
            this.btnEnableConst.Text           = "Enable constraints";
            this.btnEnableConst.TextAlignment  = ContentAlignment.MiddleRight;
            this.btnEnableConst.ThemeName      = "VisualStudio2012Light";
            this.btnEnableConst.Click         += new EventHandler(this.btnEnableConst_Click);
            this.btnDisableConst.Dock          = DockStyle.Left;
            this.btnDisableConst.Image         = (Image)Resources.disable_icon;
            this.btnDisableConst.Location      = new Point(0, 5);
            this.btnDisableConst.Name          = "btnDisableConst";
            this.btnDisableConst.Padding       = new Padding(5, 0, 5, 0);
            this.btnDisableConst.Size          = new Size(136, 35);
            this.btnDisableConst.TabIndex      = 3;
            this.btnDisableConst.Text          = "Disable constraints";
            this.btnDisableConst.TextAlignment = ContentAlignment.MiddleRight;
            this.btnDisableConst.ThemeName     = "VisualStudio2012Light";
            this.btnDisableConst.Click        += new EventHandler(this.btnDisableConst_Click);
            this.ProgressPanel.Controls.Add((Control)this.progressBarResult);
            this.ProgressPanel.Location                    = new Point(0, 417);
            this.ProgressPanel.Name                        = "ProgressPanel";
            this.ProgressPanel.RootElement.MaxSize         = new Size(0, 30);
            this.ProgressPanel.RootElement.MinSize         = new Size(0, 30);
            this.ProgressPanel.Size                        = new Size(767, 30);
            this.ProgressPanel.SizeInfo.AutoSizeScale      = new SizeF(0.0f, 0.27343f);
            this.ProgressPanel.SizeInfo.MaximumSize        = new Size(0, 30);
            this.ProgressPanel.SizeInfo.MinimumSize        = new Size(0, 30);
            this.ProgressPanel.SizeInfo.SplitterCorrection = new Size(0, 106);
            this.ProgressPanel.TabIndex                    = 3;
            this.ProgressPanel.TabStop                     = false;
            this.ProgressPanel.Text                        = "splitPanel4";
            this.ProgressPanel.ThemeName                   = "VisualStudio2012Light";
            this.progressBarResult.Dock                    = DockStyle.Fill;
            this.progressBarResult.Location                = new Point(0, 0);
            this.progressBarResult.Name                    = "progressBarResult";
            this.progressBarResult.SeparatorGradientAngle  = 4;
            this.progressBarResult.SeparatorWidth          = 5;
            this.progressBarResult.ShowProgressIndicators  = true;
            this.progressBarResult.Size                    = new Size(767, 30);
            this.progressBarResult.Step                    = 1;
            this.progressBarResult.StepWidth               = 30;
            this.progressBarResult.SweepAngle              = 60;
            this.progressBarResult.TabIndex                = 6;
            this.progressBarResult.TabStop                 = false;
            this.progressBarResult.Text                    = "0 %";
            this.progressBarResult.ThemeName               = "VisualStudio2012Light";
            this.LabelsQuery.Controls.Add((Control)this.btnClear);
            this.LabelsQuery.Controls.Add((Control)this.radLabel1);
            this.LabelsQuery.Location                    = new Point(0, 450);
            this.LabelsQuery.Name                        = "LabelsQuery";
            this.LabelsQuery.RootElement.MaxSize         = new Size(0, 30);
            this.LabelsQuery.RootElement.MinSize         = new Size(0, 30);
            this.LabelsQuery.Size                        = new Size(767, 30);
            this.LabelsQuery.SizeInfo.AutoSizeScale      = new SizeF(0.0f, -0.1355878f);
            this.LabelsQuery.SizeInfo.MaximumSize        = new Size(0, 30);
            this.LabelsQuery.SizeInfo.MinimumSize        = new Size(0, 30);
            this.LabelsQuery.SizeInfo.SplitterCorrection = new Size(0, -82);
            this.LabelsQuery.TabIndex                    = 4;
            this.LabelsQuery.TabStop                     = false;
            this.LabelsQuery.Text                        = "splitPanel8";
            this.LabelsQuery.ThemeName                   = "VisualStudio2012Light";
            this.btnClear.Dock          = DockStyle.Right;
            this.btnClear.Image         = (Image)Resources.clear_icon;
            this.btnClear.Location      = new Point(701, 0);
            this.btnClear.Name          = "btnClear";
            this.btnClear.Padding       = new Padding(5, 0, 5, 0);
            this.btnClear.Size          = new Size(66, 30);
            this.btnClear.TabIndex      = 6;
            this.btnClear.Text          = "Clear";
            this.btnClear.TextAlignment = ContentAlignment.MiddleRight;
            this.btnClear.ThemeName     = "VisualStudio2012Light";
            this.btnClear.Click        += new EventHandler(this.btnClear_Click);
            this.radLabel1.Dock         = DockStyle.Left;
            this.radLabel1.Font         = new Font("Segoe UI", 8.25f, FontStyle.Bold | FontStyle.Italic);
            this.radLabel1.Location     = new Point(0, 0);
            this.radLabel1.Name         = "radLabel1";
            this.radLabel1.Size         = new Size(71, 30);
            this.radLabel1.TabIndex     = 0;
            this.radLabel1.Text         = "Query result";
            this.radLabel1.ThemeName    = "VisualStudio2012Light";
            this.ResultQueryPanel.Controls.Add((Control)this.txtResult);
            this.ResultQueryPanel.Location             = new Point(0, 483);
            this.ResultQueryPanel.Name                 = "ResultQueryPanel";
            this.ResultQueryPanel.RootElement.MaxSize  = new Size(0, 150);
            this.ResultQueryPanel.RootElement.MinSize  = new Size(0, 150);
            this.ResultQueryPanel.Size                 = new Size(767, 150);
            this.ResultQueryPanel.SizeInfo.MaximumSize = new Size(0, 150);
            this.ResultQueryPanel.SizeInfo.MinimumSize = new Size(0, 150);
            this.ResultQueryPanel.TabIndex             = 5;
            this.ResultQueryPanel.TabStop              = false;
            this.ResultQueryPanel.Text                 = "splitPanel1";
            this.ResultQueryPanel.ThemeName            = "VisualStudio2012Light";
            this.txtResult.AutoSize            = false;
            this.txtResult.Dock                = DockStyle.Fill;
            this.txtResult.Location            = new Point(0, 0);
            this.txtResult.Multiline           = true;
            this.txtResult.Name                = "txtResult";
            this.txtResult.ScrollBars          = ScrollBars.Vertical;
            this.txtResult.Size                = new Size(767, 150);
            this.txtResult.TabIndex            = 0;
            this.saveFileDialog1.DefaultExt    = "sql";
            this.saveFileDialog1.FileName      = "export";
            this.saveFileDialog1.Filter        = "Archivo SQL|*.sql|Todos los archivos|*.*";
            this.saveFileDialog1.Title         = "Save data";
            this.btnToggleSelect.Dock          = DockStyle.Left;
            this.btnToggleSelect.Image         = (Image)Resources.tool_icon;
            this.btnToggleSelect.Location      = new Point(272, 5);
            this.btnToggleSelect.Name          = "btnToggleSelect";
            this.btnToggleSelect.Padding       = new Padding(5, 0, 5, 0);
            this.btnToggleSelect.Size          = new Size(116, 35);
            this.btnToggleSelect.TabIndex      = 7;
            this.btnToggleSelect.Text          = "Un/Select All";
            this.btnToggleSelect.TextAlignment = ContentAlignment.MiddleRight;
            this.btnToggleSelect.ThemeName     = "VisualStudio2012Light";
            this.btnToggleSelect.Click        += new EventHandler(this.btnToggleSelect_Click);
            this.AutoScaleDimensions           = new SizeF(6f, 13f);
            this.AutoScaleMode = AutoScaleMode.Font;
            this.ClientSize    = new Size(767, 633);
            this.Controls.Add((Control)this.radSplitContainer1);
            this.Icon = (Icon)componentResourceManager.GetObject("$this.Icon");
            this.Name = "SingleWindow";
            this.RootElement.ApplyShapeToControl = true;
            this.Text        = "Migration Tool PostgreSQL - Optimized for Odoo";
            this.ThemeName   = "VisualStudio2012Light";
            this.WindowState = FormWindowState.Maximized;
            this.btnSetSourceServer.EndInit();
            this.radSplitContainer1.EndInit();
            this.radSplitContainer1.ResumeLayout(false);
            this.HeaderPanel.EndInit();
            this.HeaderPanel.ResumeLayout(false);
            this.HeaderPanel.PerformLayout();
            this.srcTableDropdown.EndInit();
            this.refreshButton.EndInit();
            this.radLabel2.EndInit();
            this.btnSetDestinationServer.EndInit();
            this.TablesPanel.EndInit();
            this.TablesPanel.ResumeLayout(false);
            this.gridFields.MasterTemplate.EndInit();
            this.gridFields.EndInit();
            this.ButtonsQueryPanel.EndInit();
            this.ButtonsQueryPanel.ResumeLayout(false);
            this.btnSaveSQL.EndInit();
            this.btnExecute.EndInit();
            this.btnEnableConst.EndInit();
            this.btnDisableConst.EndInit();
            this.ProgressPanel.EndInit();
            this.ProgressPanel.ResumeLayout(false);
            this.progressBarResult.EndInit();
            this.LabelsQuery.EndInit();
            this.LabelsQuery.ResumeLayout(false);
            this.LabelsQuery.PerformLayout();
            this.btnClear.EndInit();
            this.radLabel1.EndInit();
            this.ResultQueryPanel.EndInit();
            this.ResultQueryPanel.ResumeLayout(false);
            this.txtResult.EndInit();
            this.btnToggleSelect.EndInit();
            this.EndInit();
            this.ResumeLayout(false);
        }
Beispiel #9
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(DialogPlayoffs));

            this.txtPlayoffCount = new TextBox();
            this.btnOK           = new Button();
            this.btnCancel       = new Button();
            this.radioSingleElim = new RadioButton();
            this.radioDay2       = new RadioButton();
            this.txtDay2Count    = new TextBox();
            this.radioTopX       = new RadioButton();
            this.txtTopX         = new TextBox();
            this.SuspendLayout();
            this.txtPlayoffCount.Location = new Point(180, 33);
            this.txtPlayoffCount.Name     = "txtPlayoffCount";
            this.txtPlayoffCount.Size     = new Size(50, 20);
            this.txtPlayoffCount.TabIndex = 1;
            this.btnOK.Location           = new Point(48, 176);
            this.btnOK.Name     = "btnOK";
            this.btnOK.Size     = new Size(75, 23);
            this.btnOK.TabIndex = 6;
            this.btnOK.Text     = "OK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click                            += new EventHandler(this.btnOK_Click);
            this.btnCancel.DialogResult                  = DialogResult.Cancel;
            this.btnCancel.Location                      = new Point(155, 176);
            this.btnCancel.Name                          = "btnCancel";
            this.btnCancel.Size                          = new Size(75, 23);
            this.btnCancel.TabIndex                      = 7;
            this.btnCancel.Text                          = "Cancel";
            this.btnCancel.UseVisualStyleBackColor       = true;
            this.radioSingleElim.AutoSize                = true;
            this.radioSingleElim.Checked                 = true;
            this.radioSingleElim.Location                = new Point(30, 34);
            this.radioSingleElim.Name                    = "radioSingleElim";
            this.radioSingleElim.Size                    = new Size(142, 17);
            this.radioSingleElim.TabIndex                = 0;
            this.radioSingleElim.TabStop                 = true;
            this.radioSingleElim.Text                    = "Single Elim Player Count:";
            this.radioSingleElim.UseVisualStyleBackColor = true;
            this.radioDay2.AutoSize                      = true;
            this.radioDay2.Location                      = new Point(30, 72);
            this.radioDay2.Name                          = "radioDay2";
            this.radioDay2.Size                          = new Size(132, 17);
            this.radioDay2.TabIndex                      = 2;
            this.radioDay2.Text                          = "Day 2 Minimum Points:";
            this.radioDay2.UseVisualStyleBackColor       = true;
            this.txtDay2Count.Location                   = new Point(180, 71);
            this.txtDay2Count.Name                       = "txtDay2Count";
            this.txtDay2Count.Size                       = new Size(50, 20);
            this.txtDay2Count.TabIndex                   = 3;
            this.radioTopX.AutoSize                      = true;
            this.radioTopX.Location                      = new Point(30, 113);
            this.radioTopX.Name                          = "radioTopX";
            this.radioTopX.Size                          = new Size(107, 17);
            this.radioTopX.TabIndex                      = 4;
            this.radioTopX.TabStop                       = true;
            this.radioTopX.Text                          = "Day 2 Top X Cut:";
            this.radioTopX.UseVisualStyleBackColor       = true;
            this.txtTopX.Location                        = new Point(180, 112);
            this.txtTopX.Name                            = "txtTopX";
            this.txtTopX.Size                            = new Size(50, 20);
            this.txtTopX.TabIndex                        = 5;
            this.AcceptButton                            = (IButtonControl)this.btnOK;
            this.AutoScaleDimensions                     = new SizeF(6f, 13f);
            this.AutoScaleMode                           = AutoScaleMode.Font;
            this.CancelButton                            = (IButtonControl)this.btnCancel;
            this.ClientSize = new Size(284, 237);
            this.Controls.Add((Control)this.txtTopX);
            this.Controls.Add((Control)this.radioTopX);
            this.Controls.Add((Control)this.txtDay2Count);
            this.Controls.Add((Control)this.radioDay2);
            this.Controls.Add((Control)this.radioSingleElim);
            this.Controls.Add((Control)this.btnCancel);
            this.Controls.Add((Control)this.btnOK);
            this.Controls.Add((Control)this.txtPlayoffCount);
            this.Icon          = (Icon)componentResourceManager.GetObject("$this.Icon");
            this.Name          = nameof(DialogPlayoffs);
            this.ShowInTaskbar = false;
            this.StartPosition = FormStartPosition.CenterParent;
            this.Text          = "Playoffs";
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Beispiel #10
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(SavingThrowForm));

            this.CancelBtn           = new Button();
            this.OKBtn               = new Button();
            this.ModLbl              = new Label();
            this.ModBox              = new NumericUpDown();
            this.ListPanel           = new Panel();
            this.EffectList          = new ListView();
            this.EffectHdr           = new ColumnHeader();
            this.SaveHdr             = new ColumnHeader();
            this.ResultHdr           = new ColumnHeader();
            this.Toolbar             = new ToolStrip();
            this.AddBtn              = new ToolStripButton();
            this.SubtractBtn         = new ToolStripButton();
            this.toolStripSeparator1 = new ToolStripSeparator();
            this.RollBtn             = new ToolStripButton();
            this.toolStripSeparator2 = new ToolStripSeparator();
            this.SavedBtn            = new ToolStripButton();
            this.NotSavedBtn         = new ToolStripButton();
            this.InfoLbl             = new Label();
            ((ISupportInitialize)this.ModBox).BeginInit();
            this.ListPanel.SuspendLayout();
            this.Toolbar.SuspendLayout();
            base.SuspendLayout();
            this.CancelBtn.Anchor                  = AnchorStyles.Bottom | AnchorStyles.Right;
            this.CancelBtn.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
            this.CancelBtn.Location                = new Point(415, 277);
            this.CancelBtn.Name                    = "CancelBtn";
            this.CancelBtn.Size                    = new System.Drawing.Size(75, 23);
            this.CancelBtn.TabIndex                = 5;
            this.CancelBtn.Text                    = "Cancel";
            this.CancelBtn.UseVisualStyleBackColor = true;
            this.OKBtn.Anchor                  = AnchorStyles.Bottom | AnchorStyles.Right;
            this.OKBtn.DialogResult            = System.Windows.Forms.DialogResult.OK;
            this.OKBtn.Location                = new Point(334, 277);
            this.OKBtn.Name                    = "OKBtn";
            this.OKBtn.Size                    = new System.Drawing.Size(75, 23);
            this.OKBtn.TabIndex                = 4;
            this.OKBtn.Text                    = "OK";
            this.OKBtn.UseVisualStyleBackColor = true;
            this.OKBtn.Click                  += new EventHandler(this.OKBtn_Click);
            this.ModLbl.Anchor                 = AnchorStyles.Bottom | AnchorStyles.Left;
            this.ModLbl.AutoSize               = true;
            this.ModLbl.Location               = new Point(12, 282);
            this.ModLbl.Name                   = "ModLbl";
            this.ModLbl.Size                   = new System.Drawing.Size(47, 13);
            this.ModLbl.TabIndex               = 2;
            this.ModLbl.Text                   = "Modifier:";
            this.ModBox.Anchor                 = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
            this.ModBox.Location               = new Point(65, 280);
            NumericUpDown modBox = this.ModBox;

            int[] numArray = new int[] { 100, 0, 0, -2147483648 };
            modBox.Minimum            = new decimal(numArray);
            this.ModBox.Name          = "ModBox";
            this.ModBox.Size          = new System.Drawing.Size(263, 20);
            this.ModBox.TabIndex      = 3;
            this.ModBox.ValueChanged += new EventHandler(this.ModBox_ValueChanged);
            this.ListPanel.Anchor     = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
            this.ListPanel.Controls.Add(this.EffectList);
            this.ListPanel.Controls.Add(this.Toolbar);
            this.ListPanel.Location = new Point(12, 33);
            this.ListPanel.Name     = "ListPanel";
            this.ListPanel.Size     = new System.Drawing.Size(478, 238);
            this.ListPanel.TabIndex = 1;
            ListView.ColumnHeaderCollection columns = this.EffectList.Columns;
            ColumnHeader[] effectHdr = new ColumnHeader[] { this.EffectHdr, this.SaveHdr, this.ResultHdr };
            columns.AddRange(effectHdr);
            this.EffectList.Dock          = DockStyle.Fill;
            this.EffectList.FullRowSelect = true;
            this.EffectList.HeaderStyle   = ColumnHeaderStyle.Nonclickable;
            this.EffectList.HideSelection = false;
            this.EffectList.Location      = new Point(0, 25);
            this.EffectList.MultiSelect   = false;
            this.EffectList.Name          = "EffectList";
            this.EffectList.Size          = new System.Drawing.Size(478, 213);
            this.EffectList.TabIndex      = 1;
            this.EffectList.UseCompatibleStateImageBehavior = false;
            this.EffectList.View   = View.Details;
            this.EffectHdr.Text    = "Effect";
            this.EffectHdr.Width   = 257;
            this.SaveHdr.Text      = "Roll";
            this.SaveHdr.TextAlign = HorizontalAlignment.Center;
            this.SaveHdr.Width     = 76;
            this.ResultHdr.Text    = "Result";
            this.ResultHdr.Width   = 111;
            ToolStripItemCollection items = this.Toolbar.Items;

            ToolStripItem[] addBtn = new ToolStripItem[] { this.AddBtn, this.SubtractBtn, this.toolStripSeparator1, this.RollBtn, this.toolStripSeparator2, this.SavedBtn, this.NotSavedBtn };
            items.AddRange(addBtn);
            this.Toolbar.Location             = new Point(0, 0);
            this.Toolbar.Name                 = "Toolbar";
            this.Toolbar.Size                 = new System.Drawing.Size(478, 25);
            this.Toolbar.TabIndex             = 2;
            this.Toolbar.Text                 = "toolStrip1";
            this.AddBtn.DisplayStyle          = ToolStripItemDisplayStyle.Text;
            this.AddBtn.Image                 = (Image)componentResourceManager.GetObject("AddBtn.Image");
            this.AddBtn.ImageTransparentColor = Color.Magenta;
            this.AddBtn.Name                       = "AddBtn";
            this.AddBtn.Size                       = new System.Drawing.Size(23, 22);
            this.AddBtn.Text                       = "+";
            this.AddBtn.Click                     += new EventHandler(this.AddBtn_Click);
            this.SubtractBtn.DisplayStyle          = ToolStripItemDisplayStyle.Text;
            this.SubtractBtn.Image                 = (Image)componentResourceManager.GetObject("SubtractBtn.Image");
            this.SubtractBtn.ImageTransparentColor = Color.Magenta;
            this.SubtractBtn.Name                  = "SubtractBtn";
            this.SubtractBtn.Size                  = new System.Drawing.Size(23, 22);
            this.SubtractBtn.Text                  = "-";
            this.SubtractBtn.Click                += new EventHandler(this.SubtractBtn_Click);
            this.toolStripSeparator1.Name          = "toolStripSeparator1";
            this.toolStripSeparator1.Size          = new System.Drawing.Size(6, 25);
            this.RollBtn.DisplayStyle              = ToolStripItemDisplayStyle.Text;
            this.RollBtn.Image                     = (Image)componentResourceManager.GetObject("RollBtn.Image");
            this.RollBtn.ImageTransparentColor     = Color.Magenta;
            this.RollBtn.Name                      = "RollBtn";
            this.RollBtn.Size                      = new System.Drawing.Size(41, 22);
            this.RollBtn.Text                      = "Reroll";
            this.RollBtn.Click                    += new EventHandler(this.RollBtn_Click);
            this.toolStripSeparator2.Name          = "toolStripSeparator2";
            this.toolStripSeparator2.Size          = new System.Drawing.Size(6, 25);
            this.SavedBtn.DisplayStyle             = ToolStripItemDisplayStyle.Text;
            this.SavedBtn.Image                    = (Image)componentResourceManager.GetObject("SavedBtn.Image");
            this.SavedBtn.ImageTransparentColor    = Color.Magenta;
            this.SavedBtn.Name                     = "SavedBtn";
            this.SavedBtn.Size                     = new System.Drawing.Size(86, 22);
            this.SavedBtn.Text                     = "Mark as Saved";
            this.SavedBtn.Click                   += new EventHandler(this.SavedBtn_Click);
            this.NotSavedBtn.DisplayStyle          = ToolStripItemDisplayStyle.Text;
            this.NotSavedBtn.Image                 = (Image)componentResourceManager.GetObject("NotSavedBtn.Image");
            this.NotSavedBtn.ImageTransparentColor = Color.Magenta;
            this.NotSavedBtn.Name                  = "NotSavedBtn";
            this.NotSavedBtn.Size                  = new System.Drawing.Size(109, 22);
            this.NotSavedBtn.Text                  = "Mark as Not Saved";
            this.NotSavedBtn.Click                += new EventHandler(this.NotSavedBtn_Click);
            this.InfoLbl.Anchor                    = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            this.InfoLbl.Location                  = new Point(12, 9);
            this.InfoLbl.Name                      = "InfoLbl";
            this.InfoLbl.Size                      = new System.Drawing.Size(478, 21);
            this.InfoLbl.TabIndex                  = 0;
            this.InfoLbl.Text                      = "Saving throws are due to be rolled against the following effects.";
            base.AcceptButton                      = this.OKBtn;
            base.AutoScaleDimensions               = new SizeF(6f, 13f);
            base.AutoScaleMode                     = System.Windows.Forms.AutoScaleMode.Font;
            base.CancelButton                      = this.CancelBtn;
            base.ClientSize = new System.Drawing.Size(502, 312);
            base.Controls.Add(this.InfoLbl);
            base.Controls.Add(this.ListPanel);
            base.Controls.Add(this.ModBox);
            base.Controls.Add(this.ModLbl);
            base.Controls.Add(this.CancelBtn);
            base.Controls.Add(this.OKBtn);
            base.MaximizeBox   = false;
            base.MinimizeBox   = false;
            base.Name          = "SavingThrowForm";
            base.ShowIcon      = false;
            base.ShowInTaskbar = false;
            base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            base.StartPosition = FormStartPosition.CenterParent;
            this.Text          = "Saving Throws";
            ((ISupportInitialize)this.ModBox).EndInit();
            this.ListPanel.ResumeLayout(false);
            this.ListPanel.PerformLayout();
            this.Toolbar.ResumeLayout(false);
            this.Toolbar.PerformLayout();
            base.ResumeLayout(false);
            base.PerformLayout();
        }
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmInjection));

            this.radGroupBox1 = new RadGroupBox();
            this.radButton1   = new RadButton();
            this.radLabel2    = new RadLabel();
            this.chkRatio     = new RadCheckBox();
            this.grpDrop      = new RadGroupBox();
            this.lblDrop      = new RadLabel();
            this.lblCount     = new System.Windows.Forms.Label();
            this.cmdBrowse    = new RadButton();
            this.cmdPrepareSd = new RadButton();
            this.radLabel3    = new RadLabel();
            this.pictureBox2  = new PictureBox();
            this.pictureBox1  = new PictureBox();
            this.lblIntro     = new RadLabel();
            this.radGroupBox1.BeginInit();
            this.radGroupBox1.SuspendLayout();
            this.radButton1.BeginInit();
            this.radLabel2.BeginInit();
            this.chkRatio.BeginInit();
            this.grpDrop.BeginInit();
            this.grpDrop.SuspendLayout();
            this.lblDrop.BeginInit();
            this.lblDrop.SuspendLayout();
            this.cmdBrowse.BeginInit();
            this.cmdPrepareSd.BeginInit();
            this.radLabel3.BeginInit();
            ((ISupportInitialize)this.pictureBox2).BeginInit();
            ((ISupportInitialize)this.pictureBox1).BeginInit();
            this.lblIntro.BeginInit();
            this.BeginInit();
            this.SuspendLayout();
            this.radGroupBox1.AccessibleRole = AccessibleRole.Grouping;
            this.radGroupBox1.Controls.Add((Control)this.radButton1);
            this.radGroupBox1.Controls.Add((Control)this.radLabel2);
            this.radGroupBox1.Controls.Add((Control)this.chkRatio);
            this.radGroupBox1.Controls.Add((Control)this.grpDrop);
            this.radGroupBox1.Controls.Add((Control)this.cmdPrepareSd);
            this.radGroupBox1.Controls.Add((Control)this.radLabel3);
            this.radGroupBox1.Controls.Add((Control)this.pictureBox2);
            this.radGroupBox1.Controls.Add((Control)this.pictureBox1);
            this.radGroupBox1.Controls.Add((Control)this.lblIntro);
            this.radGroupBox1.Dock       = DockStyle.Fill;
            this.radGroupBox1.HeaderText = "Injection";
            this.radGroupBox1.Location   = new Point(0, 0);
            this.radGroupBox1.Name       = "radGroupBox1";
            this.radGroupBox1.Size       = new Size(601, 435);
            this.radGroupBox1.TabIndex   = 0;
            this.radGroupBox1.Text       = "Injection";
            this.radButton1.Location     = new Point(458, 12);
            this.radButton1.Name         = "radButton1";
            this.radButton1.Size         = new Size(138, 24);
            this.radButton1.TabIndex     = 0;
            this.radButton1.Text         = "Vote for the next games!";
            this.radButton1.Click       += new EventHandler(this.radButton1_Click);
            this.radLabel2.ForeColor     = Color.FromArgb((int)byte.MaxValue, 128, 0);
            this.radLabel2.Location      = new Point(5, 412);
            this.radLabel2.Name          = "radLabel2";
            this.radLabel2.Size          = new Size(120, 18);
            this.radLabel2.TabIndex      = 9;
            this.radLabel2.Text          = "See the Special Thanks";
            this.radLabel2.Click        += new EventHandler(this.radLabel2_Click);
            this.chkRatio.Location       = new Point(480, 396);
            this.chkRatio.Name           = "chkRatio";
            this.chkRatio.Size           = new Size(91, 18);
            this.chkRatio.TabIndex       = 8;
            this.chkRatio.Text           = "Force 4:3 ratio";
            this.grpDrop.AccessibleRole  = AccessibleRole.Grouping;
            this.grpDrop.AllowDrop       = true;
            this.grpDrop.Controls.Add((Control)this.lblDrop);
            this.grpDrop.HeaderText = "Drop the ISO here !";
            this.grpDrop.Location   = new Point(27, 160);
            this.grpDrop.Name       = "grpDrop";
            this.grpDrop.Size       = new Size(546, 169);
            this.grpDrop.TabIndex   = 1;
            this.grpDrop.Text       = "Drop the ISO here !";
            this.grpDrop.DragDrop  += new DragEventHandler(this.grpDrop_DragDrop);
            this.grpDrop.DragEnter += new DragEventHandler(this.grpDrop_DragEnter);
            this.lblDrop.AutoSize   = false;
            this.lblDrop.Controls.Add((Control)this.lblCount);
            this.lblDrop.Controls.Add((Control)this.cmdBrowse);
            this.lblDrop.Dock                   = DockStyle.Fill;
            this.lblDrop.Font                   = new Font("Segoe UI", 8.25f, FontStyle.Bold, GraphicsUnit.Point, (byte)0);
            this.lblDrop.ForeColor              = Color.FromArgb((int)byte.MaxValue, 128, 0);
            this.lblDrop.Location               = new Point(2, 18);
            this.lblDrop.Name                   = "lblDrop";
            this.lblDrop.Size                   = new Size(542, 149);
            this.lblDrop.TabIndex               = 0;
            this.lblDrop.Text                   = "Drop your ISO here!";
            this.lblDrop.TextAlignment          = ContentAlignment.MiddleCenter;
            this.lblCount.AutoSize              = true;
            this.lblCount.Location              = new Point(386, 133);
            this.lblCount.Name                  = "lblCount";
            this.lblCount.Size                  = new Size(156, 13);
            this.lblCount.TabIndex              = 1;
            this.lblCount.Text                  = "{x} disc(s) provded out of {x}";
            this.cmdBrowse.Location             = new Point(216, 122);
            this.cmdBrowse.Name                 = "cmdBrowse";
            this.cmdBrowse.Size                 = new Size(110, 24);
            this.cmdBrowse.TabIndex             = 0;
            this.cmdBrowse.Text                 = "Browse...";
            this.cmdBrowse.Click               += new EventHandler(this.cmdBrowse_Click);
            this.cmdPrepareSd.Image             = (Image)Class123.icnSd;
            this.cmdPrepareSd.Location          = new Point(206, 363);
            this.cmdPrepareSd.Name              = "cmdPrepareSd";
            this.cmdPrepareSd.Padding           = new Padding(8);
            this.cmdPrepareSd.Size              = new Size(203, 51);
            this.cmdPrepareSd.TabIndex          = 7;
            this.cmdPrepareSd.Text              = "Prepare my SD";
            this.cmdPrepareSd.TextAlignment     = ContentAlignment.MiddleLeft;
            this.cmdPrepareSd.TextImageRelation = TextImageRelation.ImageBeforeText;
            this.cmdPrepareSd.ThemeName         = "VisualStudio2012Dark";
            this.cmdPrepareSd.Click            += new EventHandler(this.cmdPrepareSd_Click);
            this.radLabel3.Location             = new Point(116, 340);
            this.radLabel3.Name                 = "radLabel3";
            this.radLabel3.Size                 = new Size(447, 17);
            this.radLabel3.TabIndex             = 4;
            this.radLabel3.Text                 = "<html><strong><span style=\"color: #ff8000\">In order to be able to launch these games, you must prepare your SD at least once.</span></strong></html>";
            this.pictureBox2.Image              = (Image)Class123.warning;
            this.pictureBox2.Location           = new Point(29, 333);
            this.pictureBox2.Name               = "pictureBox2";
            this.pictureBox2.Size               = new Size(64, 64);
            this.pictureBox2.SizeMode           = PictureBoxSizeMode.StretchImage;
            this.pictureBox2.TabIndex           = 3;
            this.pictureBox2.TabStop            = false;
            this.pictureBox1.Location           = new Point(27, 44);
            this.pictureBox1.Name               = "pictureBox1";
            this.pictureBox1.Size               = new Size(90, 90);
            this.pictureBox1.SizeMode           = PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex           = 2;
            this.pictureBox1.TabStop            = false;
            this.lblIntro.Font                  = new Font("Segoe UI", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte)0);
            this.lblIntro.Location              = new Point(126, 21);
            this.lblIntro.Name                  = "lblIntro";
            this.lblIntro.Size                  = new Size(465, 323);
            this.lblIntro.TabIndex              = 1;
            this.lblIntro.Text                  = componentResourceManager.GetString("lblIntro.Text");
            this.AutoScaleDimensions            = new SizeF(6f, 13f);
            this.AutoScaleMode                  = AutoScaleMode.Font;
            this.ClientSize = new Size(601, 435);
            this.Controls.Add((Control)this.radGroupBox1);
            this.FormBorderStyle = FormBorderStyle.FixedToolWindow;
            this.Icon            = (Icon)componentResourceManager.GetObject("$this.Icon");
            this.Name            = nameof(frmInjection);
            this.RootElement.ApplyShapeToControl = true;
            this.ShowIcon      = false;
            this.StartPosition = FormStartPosition.CenterScreen;
            this.Text          = "Injection";
            this.Load         += new EventHandler(this.frmInjection_Load);
            this.radGroupBox1.EndInit();
            this.radGroupBox1.ResumeLayout(false);
            this.radGroupBox1.PerformLayout();
            this.radButton1.EndInit();
            this.radLabel2.EndInit();
            this.chkRatio.EndInit();
            this.grpDrop.EndInit();
            this.grpDrop.ResumeLayout(false);
            this.lblDrop.EndInit();
            this.lblDrop.ResumeLayout(false);
            this.lblDrop.PerformLayout();
            this.cmdBrowse.EndInit();
            this.cmdPrepareSd.EndInit();
            this.radLabel3.EndInit();
            ((ISupportInitialize)this.pictureBox2).EndInit();
            ((ISupportInitialize)this.pictureBox1).EndInit();
            this.lblIntro.EndInit();
            this.EndInit();
            this.ResumeLayout(false);
        }
Beispiel #12
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(LauncherMustHave));

            this.label2  = new Label();
            this.label1  = new Label();
            this.button5 = new Button();
            this.button4 = new Button();
            this.button2 = new Button();
            this.SuspendLayout();
            this.label2.AutoSize                 = true;
            this.label2.Font                     = new Font("Revamped", 21.75f, FontStyle.Regular, GraphicsUnit.Point, (byte)0);
            this.label2.Location                 = new Point(15, 81);
            this.label2.Name                     = "label2";
            this.label2.Size                     = new Size(352, 30);
            this.label2.TabIndex                 = 39;
            this.label2.Text                     = "Screen Recorder";
            this.label1.AutoSize                 = true;
            this.label1.Font                     = new Font("CF Glitch City", 27.75f, FontStyle.Regular, GraphicsUnit.Point, (byte)0);
            this.label1.ForeColor                = Color.DarkRed;
            this.label1.Location                 = new Point(12, 9);
            this.label1.Name                     = "label1";
            this.label1.Size                     = new Size(632, 45);
            this.label1.TabIndex                 = 38;
            this.label1.Text                     = "MUST HAVE APPLICATIONS";
            this.label1.UseWaitCursor            = true;
            this.button5.BackColor               = SystemColors.ActiveCaptionText;
            this.button5.Font                    = new Font("#44 Font", 14.25f, FontStyle.Regular, GraphicsUnit.Point, (byte)0);
            this.button5.ForeColor               = SystemColors.ButtonHighlight;
            this.button5.Location                = new Point(163, 114);
            this.button5.Name                    = "button5";
            this.button5.Size                    = new Size(145, 55);
            this.button5.TabIndex                = 37;
            this.button5.Text                    = "OBS Studio";
            this.button5.UseVisualStyleBackColor = false;
            this.button5.Click                  += new EventHandler(this.button5_Click);
            this.button4.BackColor               = SystemColors.ActiveCaptionText;
            this.button4.Font                    = new Font("#44 Font", 14.25f, FontStyle.Regular, GraphicsUnit.Point, (byte)0);
            this.button4.ForeColor               = SystemColors.ButtonHighlight;
            this.button4.Location                = new Point(314, 114);
            this.button4.Name                    = "button4";
            this.button4.Size                    = new Size(145, 55);
            this.button4.TabIndex                = 36;
            this.button4.Text                    = "bandicam";
            this.button4.UseVisualStyleBackColor = false;
            this.button4.Click                  += new EventHandler(this.button4_Click);
            this.button2.BackColor               = SystemColors.ActiveCaptionText;
            this.button2.Font                    = new Font("#44 Font", 14.25f, FontStyle.Regular, GraphicsUnit.Point, (byte)0);
            this.button2.ForeColor               = SystemColors.ButtonHighlight;
            this.button2.Location                = new Point(12, 114);
            this.button2.Name                    = "button2";
            this.button2.Size                    = new Size(145, 55);
            this.button2.TabIndex                = 35;
            this.button2.Text                    = "OBS Streamlabs";
            this.button2.UseVisualStyleBackColor = false;
            this.button2.Click                  += new EventHandler(this.button2_Click);
            this.AutoScaleDimensions             = new SizeF(6f, 13f);
            this.AutoScaleMode                   = AutoScaleMode.Font;
            this.BackColor  = SystemColors.ActiveBorder;
            this.ClientSize = new Size(640, 178);
            this.Controls.Add((Control)this.label2);
            this.Controls.Add((Control)this.label1);
            this.Controls.Add((Control)this.button5);
            this.Controls.Add((Control)this.button4);
            this.Controls.Add((Control)this.button2);
            this.Icon = (Icon)componentResourceManager.GetObject("$this.Icon");
            this.Name = nameof(LauncherMustHave);
            this.Text = "Must-Have Applications";
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Beispiel #13
0
        // Token: 0x060000C6 RID: 198 RVA: 0x00005950 File Offset: 0x00003B50
        private void InitializeComponent()
        {
            this.components = new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(Form4));

            this.metroButton1      = new MetroButton();
            this.webBrowser1       = new WebBrowser();
            this.timer1            = new System.Windows.Forms.Timer(this.components);
            this.metroLabel1       = new MetroLabel();
            this.metroRadioButton1 = new MetroRadioButton();
            this.metroRadioButton2 = new MetroRadioButton();
            this.metroRadioButton3 = new MetroRadioButton();
            this.metroTextBox1     = new MetroTextBox();
            this.pictureBox2       = new PictureBox();
            ((ISupportInitialize)this.pictureBox2).BeginInit();
            base.SuspendLayout();
            this.metroButton1.BackColor         = Color.Transparent;
            this.metroButton1.ForeColor         = SystemColors.ControlText;
            this.metroButton1.Location          = new Point(360, 331);
            this.metroButton1.Name              = "metroButton1";
            this.metroButton1.Size              = new Size(298, 55);
            this.metroButton1.Style             = 5;
            this.metroButton1.TabIndex          = 0;
            this.metroButton1.Text              = "Inject Cheat";
            this.metroButton1.Theme             = 2;
            this.metroButton1.UseSelectable     = true;
            this.metroButton1.Click            += this.metroButton1_Click;
            this.webBrowser1.Location           = new Point(39, 614);
            this.webBrowser1.MinimumSize        = new Size(20, 20);
            this.webBrowser1.Name               = "webBrowser1";
            this.webBrowser1.Size               = new Size(20, 29);
            this.webBrowser1.TabIndex           = 1;
            this.webBrowser1.Visible            = false;
            this.webBrowser1.DocumentCompleted += this.webBrowser1_DocumentCompleted;
            this.timer1.Enabled                           = true;
            this.timer1.Interval                          = 300;
            this.timer1.Tick                             += this.timer1_Tick;
            this.metroLabel1.AutoSize                     = true;
            this.metroLabel1.Location                     = new Point(360, 280);
            this.metroLabel1.Name                         = "metroLabel1";
            this.metroLabel1.Size                         = new Size(127, 19);
            this.metroLabel1.TabIndex                     = 2;
            this.metroLabel1.Text                         = "User status: Fetching";
            this.metroLabel1.Theme                        = 2;
            this.metroRadioButton1.AutoSize               = true;
            this.metroRadioButton1.Location               = new Point(360, 99);
            this.metroRadioButton1.Name                   = "metroRadioButton1";
            this.metroRadioButton1.Size                   = new Size(91, 15);
            this.metroRadioButton1.Style                  = 5;
            this.metroRadioButton1.TabIndex               = 3;
            this.metroRadioButton1.Text                   = "OMEGA.WIN";
            this.metroRadioButton1.Theme                  = 2;
            this.metroRadioButton1.UseSelectable          = true;
            this.metroRadioButton1.CheckedChanged        += this.MetroRadioButton1_CheckedChanged;
            this.metroRadioButton2.AutoSize               = true;
            this.metroRadioButton2.Location               = new Point(360, 151);
            this.metroRadioButton2.Name                   = "metroRadioButton2";
            this.metroRadioButton2.Size                   = new Size(140, 15);
            this.metroRadioButton2.Style                  = 5;
            this.metroRadioButton2.TabIndex               = 4;
            this.metroRadioButton2.Text                   = "OMEGA.WIN [ALPHA]";
            this.metroRadioButton2.Theme                  = 2;
            this.metroRadioButton2.UseSelectable          = true;
            this.metroRadioButton2.CheckedChanged        += this.MetroRadioButton2_CheckedChanged;
            this.metroRadioButton3.AutoSize               = true;
            this.metroRadioButton3.Location               = new Point(360, 207);
            this.metroRadioButton3.Name                   = "metroRadioButton3";
            this.metroRadioButton3.Size                   = new Size(75, 15);
            this.metroRadioButton3.Style                  = 5;
            this.metroRadioButton3.TabIndex               = 5;
            this.metroRadioButton3.Text                   = "Test-Build";
            this.metroRadioButton3.Theme                  = 2;
            this.metroRadioButton3.UseSelectable          = true;
            this.metroRadioButton3.CheckedChanged        += this.MetroRadioButton3_CheckedChanged;
            this.metroTextBox1.CustomButton.Image         = null;
            this.metroTextBox1.CustomButton.Location      = new Point(170, 1);
            this.metroTextBox1.CustomButton.Name          = "";
            this.metroTextBox1.CustomButton.Size          = new Size(21, 21);
            this.metroTextBox1.CustomButton.Style         = 4;
            this.metroTextBox1.CustomButton.TabIndex      = 1;
            this.metroTextBox1.CustomButton.Theme         = 1;
            this.metroTextBox1.CustomButton.UseSelectable = true;
            this.metroTextBox1.CustomButton.Visible       = false;
            this.metroTextBox1.Enabled                    = false;
            this.metroTextBox1.Lines                      = new string[]
            {
                "                   Latest Updates"
            };
            this.metroTextBox1.Location         = new Point(32, 143);
            this.metroTextBox1.MaxLength        = 32767;
            this.metroTextBox1.Name             = "metroTextBox1";
            this.metroTextBox1.PasswordChar     = '\0';
            this.metroTextBox1.ReadOnly         = true;
            this.metroTextBox1.ScrollBars       = ScrollBars.None;
            this.metroTextBox1.SelectedText     = "";
            this.metroTextBox1.SelectionLength  = 0;
            this.metroTextBox1.SelectionStart   = 0;
            this.metroTextBox1.ShortcutsEnabled = true;
            this.metroTextBox1.Size             = new Size(192, 23);
            this.metroTextBox1.TabIndex         = 8;
            this.metroTextBox1.Text             = "                   Latest Updates";
            this.metroTextBox1.Theme            = 2;
            this.metroTextBox1.UseSelectable    = true;
            this.metroTextBox1.WaterMarkColor   = Color.FromArgb(109, 109, 109);
            this.metroTextBox1.WaterMarkFont    = new Font("Segoe UI", 12f, FontStyle.Italic, GraphicsUnit.Pixel);
            this.pictureBox2.Image    = Resources.shittylogo4;
            this.pictureBox2.Location = new Point(-6, 5);
            this.pictureBox2.Name     = "pictureBox2";
            this.pictureBox2.Size     = new Size(698, 414);
            this.pictureBox2.SizeMode = PictureBoxSizeMode.StretchImage;
            this.pictureBox2.TabIndex = 14;
            this.pictureBox2.TabStop  = false;
            this.pictureBox2.Click   += this.pictureBox2_Click_1;
            base.AutoScaleDimensions  = new SizeF(6f, 13f);
            base.AutoScaleMode        = AutoScaleMode.Font;
            this.BackgroundImage      = Resources.aa;
            base.ClientSize           = new Size(694, 409);
            base.Controls.Add(this.metroTextBox1);
            base.Controls.Add(this.metroRadioButton3);
            base.Controls.Add(this.metroRadioButton2);
            base.Controls.Add(this.metroRadioButton1);
            base.Controls.Add(this.metroLabel1);
            base.Controls.Add(this.webBrowser1);
            base.Controls.Add(this.metroButton1);
            base.Controls.Add(this.pictureBox2);
            base.Icon        = (Icon)componentResourceManager.GetObject("$this.Icon");
            base.MaximizeBox = false;
            base.Name        = "Form4";
            base.Resizable   = false;
            base.Style       = 10;
            base.TextAlign   = 1;
            base.Theme       = 2;
            base.Load       += this.Form4_Load;
            ((ISupportInitialize)this.pictureBox2).EndInit();
            base.ResumeLayout(false);
            base.PerformLayout();
        }
Beispiel #14
0
	public MainForm ()
	{
		ComponentResourceManager resources = new ComponentResourceManager (typeof (MainForm));
		SuspendLayout ();
		// 
		// imgToolMenus
		// 
		imgToolMenus = new ImageList ();
		imgToolMenus.ImageStream = ((ImageListStreamer) (resources.GetObject ("imgToolMenus.ImageStream")));
		imgToolMenus.TransparentColor = Color.Transparent;
		// 
		// _toolBar
		// 
		_toolBar = new ToolBar ();
		_toolBar.Appearance = ToolBarAppearance.Flat;
		_toolBar.DropDownArrows = true;
		_toolBar.ImageList = imgToolMenus;
		_toolBar.Location = new Point (0, 0);
		_toolBar.Name = "_toolBar";
		_toolBar.ShowToolTips = true;
		_toolBar.Size = new Size (690, 28);
		_toolBar.TabIndex = 32;
		_toolBar.TextAlign = ToolBarTextAlign.Right;
		_toolBar.Wrappable = false;
		Controls.Add (_toolBar);
		// 
		// _newButton
		// 
		_newButton = new ToolBarButton ();
		_newButton.ImageIndex = 0;
		_newButton.ToolTipText = "Start a new chess game";
		_toolBar.Buttons.Add (_newButton);
		// 
		// _openButton
		// 
		_openButton = new ToolBarButton ();
		_openButton.ImageIndex = 1;
		_openButton.ToolTipText = "Open a saved chess game";
		_toolBar.Buttons.Add (_openButton);
		// 
		// _moveNowButton
		// 
		_moveNowButton = new ToolBarButton ();
		_moveNowButton.ImageIndex = 11;
		_moveNowButton.Text = "Move Now";
		_moveNowButton.ToolTipText = "Make the computer immediately play the best move it has found so far";
		_toolBar.Buttons.Add (_moveNowButton);
		// 
		// MainForm
		// 
		AutoScaleBaseSize = new Size (5, 13);
		ClientSize = new Size (200, 80);
		Location = new Point (300, 100);
		StartPosition = FormStartPosition.Manual;
		FormBorderStyle = FormBorderStyle.FixedDialog;
		SizeGripStyle = SizeGripStyle.Hide;
		Text = "bug #81733";
		Load += new EventHandler (MainForm_Load);
		ResumeLayout (false);
		PerformLayout ();
	}
Beispiel #15
0
	public ChildForm ()
	{
		ComponentResourceManager resources = new ComponentResourceManager (typeof (MainForm));
		//
		// _showFunctionButton
		//
		_showFunctionButton = new ToolStripButton ();
		_showFunctionButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
		_showFunctionButton.Image = ((Image) (resources.GetObject ("_showFunctionButton.Image")));
		_showFunctionButton.ImageTransparentColor = Color.White;
		_showFunctionButton.Name = "ShowFunction";
		_showFunctionButton.Size = new Size (23, 22);
		_showFunctionButton.Text = "Show Function";
		_showFunctionButton.CheckOnClick = true;
		//
		// _showContextButton
		//
		_showContextButton = new ToolStripButton ();
		_showContextButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
		_showContextButton.Image = ((Image) (resources.GetObject ("_showContextButton.Image")));
		_showContextButton.ImageTransparentColor = Color.Cyan;
		_showContextButton.Name = "ShowContext";
		_showContextButton.Size = new Size (23, 22);
		_showContextButton.Text = "Show Context";
		_showContextButton.CheckOnClick = true;
		// 
		// ChildForm
		// 
		AutoScaleDimensions = new SizeF (6F, 13F);
		AutoScaleMode = AutoScaleMode.Font;
		ClientSize = new Size (200, 150);
		ResumeLayout (false);
		PerformLayout ();
		Activated += new EventHandler (ChildForm_Activated);
		Deactivate += new EventHandler (ChildForm_Deactivate);
	}
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(FrmErrorList));

            gcErrors    = new GridControl();
            gvErrors    = new GridView();
            colFileName = new GridColumn();
            colError    = new GridColumn();
            colComment  = new GridColumn();
            repositoryItemCheckEdit1 = new RepositoryItemCheckEdit();
            gcErrors.BeginInit();
            gvErrors.BeginInit();
            repositoryItemCheckEdit1.BeginInit();
            SuspendLayout();
            componentResourceManager.ApplyResources(gcErrors, "gcErrors");
            gcErrors.EmbeddedNavigator.AccessibleDescription  = componentResourceManager.GetString("gcErrors.EmbeddedNavigator.AccessibleDescription");
            gcErrors.EmbeddedNavigator.AccessibleName         = componentResourceManager.GetString("gcErrors.EmbeddedNavigator.AccessibleName");
            gcErrors.EmbeddedNavigator.AllowHtmlTextInToolTip = (DefaultBoolean)componentResourceManager.GetObject("gcErrors.EmbeddedNavigator.AllowHtmlTextInToolTip");
            gcErrors.EmbeddedNavigator.Anchor                = (AnchorStyles)componentResourceManager.GetObject("gcErrors.EmbeddedNavigator.Anchor");
            gcErrors.EmbeddedNavigator.BackgroundImage       = (Image)componentResourceManager.GetObject("gcErrors.EmbeddedNavigator.BackgroundImage");
            gcErrors.EmbeddedNavigator.BackgroundImageLayout = (ImageLayout)componentResourceManager.GetObject("gcErrors.EmbeddedNavigator.BackgroundImageLayout");
            gcErrors.EmbeddedNavigator.ImeMode               = (ImeMode)componentResourceManager.GetObject("gcErrors.EmbeddedNavigator.ImeMode");
            gcErrors.EmbeddedNavigator.MaximumSize           = (Size)componentResourceManager.GetObject("gcErrors.EmbeddedNavigator.MaximumSize");
            gcErrors.EmbeddedNavigator.TextLocation          = (NavigatorButtonsTextLocation)componentResourceManager.GetObject("gcErrors.EmbeddedNavigator.TextLocation");
            gcErrors.EmbeddedNavigator.ToolTip               = componentResourceManager.GetString("gcErrors.EmbeddedNavigator.ToolTip");
            gcErrors.EmbeddedNavigator.ToolTipIconType       = (ToolTipIconType)componentResourceManager.GetObject("gcErrors.EmbeddedNavigator.ToolTipIconType");
            gcErrors.EmbeddedNavigator.ToolTipTitle          = componentResourceManager.GetString("gcErrors.EmbeddedNavigator.ToolTipTitle");
            gcErrors.LookAndFeel.SkinName = "Office 2007 Blue";
            gcErrors.MainView             = gvErrors;
            gcErrors.Name = "gcErrors";
            gcErrors.RepositoryItems.AddRange(new RepositoryItem[1]
            {
                repositoryItemCheckEdit1
            });
            gcErrors.ViewCollection.AddRange(new BaseView[1]
            {
                gvErrors
            });
            gvErrors.Appearance.ColumnFilterButton.BackColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButton.BackColor");
            gvErrors.Appearance.ColumnFilterButton.BackColor2                   = (Color)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButton.BackColor2");
            gvErrors.Appearance.ColumnFilterButton.BorderColor                  = (Color)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButton.BorderColor");
            gvErrors.Appearance.ColumnFilterButton.Font                         = (Font)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButton.Font");
            gvErrors.Appearance.ColumnFilterButton.FontSizeDelta                = (int)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButton.FontSizeDelta");
            gvErrors.Appearance.ColumnFilterButton.FontStyleDelta               = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButton.FontStyleDelta");
            gvErrors.Appearance.ColumnFilterButton.ForeColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButton.ForeColor");
            gvErrors.Appearance.ColumnFilterButton.GradientMode                 = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButton.GradientMode");
            gvErrors.Appearance.ColumnFilterButton.Image                        = (Image)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButton.Image");
            gvErrors.Appearance.ColumnFilterButton.Options.UseBackColor         = true;
            gvErrors.Appearance.ColumnFilterButton.Options.UseBorderColor       = true;
            gvErrors.Appearance.ColumnFilterButton.Options.UseFont              = true;
            gvErrors.Appearance.ColumnFilterButton.Options.UseForeColor         = true;
            gvErrors.Appearance.ColumnFilterButtonActive.BackColor              = (Color)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButtonActive.BackColor");
            gvErrors.Appearance.ColumnFilterButtonActive.BackColor2             = (Color)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButtonActive.BackColor2");
            gvErrors.Appearance.ColumnFilterButtonActive.BorderColor            = (Color)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButtonActive.BorderColor");
            gvErrors.Appearance.ColumnFilterButtonActive.Font                   = (Font)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButtonActive.Font");
            gvErrors.Appearance.ColumnFilterButtonActive.FontSizeDelta          = (int)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButtonActive.FontSizeDelta");
            gvErrors.Appearance.ColumnFilterButtonActive.FontStyleDelta         = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButtonActive.FontStyleDelta");
            gvErrors.Appearance.ColumnFilterButtonActive.ForeColor              = (Color)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButtonActive.ForeColor");
            gvErrors.Appearance.ColumnFilterButtonActive.GradientMode           = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButtonActive.GradientMode");
            gvErrors.Appearance.ColumnFilterButtonActive.Image                  = (Image)componentResourceManager.GetObject("gvErrors.Appearance.ColumnFilterButtonActive.Image");
            gvErrors.Appearance.ColumnFilterButtonActive.Options.UseBackColor   = true;
            gvErrors.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            gvErrors.Appearance.ColumnFilterButtonActive.Options.UseFont        = true;
            gvErrors.Appearance.ColumnFilterButtonActive.Options.UseForeColor   = true;
            gvErrors.Appearance.CustomizationFormHint.Font                      = (Font)componentResourceManager.GetObject("gvErrors.Appearance.CustomizationFormHint.Font");
            gvErrors.Appearance.CustomizationFormHint.FontSizeDelta             = (int)componentResourceManager.GetObject("gvErrors.Appearance.CustomizationFormHint.FontSizeDelta");
            gvErrors.Appearance.CustomizationFormHint.FontStyleDelta            = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.CustomizationFormHint.FontStyleDelta");
            gvErrors.Appearance.CustomizationFormHint.GradientMode              = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.CustomizationFormHint.GradientMode");
            gvErrors.Appearance.CustomizationFormHint.Image                     = (Image)componentResourceManager.GetObject("gvErrors.Appearance.CustomizationFormHint.Image");
            gvErrors.Appearance.CustomizationFormHint.Options.UseFont           = true;
            gvErrors.Appearance.DetailTip.Font            = (Font)componentResourceManager.GetObject("gvErrors.Appearance.DetailTip.Font");
            gvErrors.Appearance.DetailTip.FontSizeDelta   = (int)componentResourceManager.GetObject("gvErrors.Appearance.DetailTip.FontSizeDelta");
            gvErrors.Appearance.DetailTip.FontStyleDelta  = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.DetailTip.FontStyleDelta");
            gvErrors.Appearance.DetailTip.GradientMode    = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.DetailTip.GradientMode");
            gvErrors.Appearance.DetailTip.Image           = (Image)componentResourceManager.GetObject("gvErrors.Appearance.DetailTip.Image");
            gvErrors.Appearance.DetailTip.Options.UseFont = true;
            gvErrors.Appearance.Empty.BackColor           = (Color)componentResourceManager.GetObject("gvErrors.Appearance.Empty.BackColor");
            gvErrors.Appearance.Empty.Font                               = (Font)componentResourceManager.GetObject("gvErrors.Appearance.Empty.Font");
            gvErrors.Appearance.Empty.FontSizeDelta                      = (int)componentResourceManager.GetObject("gvErrors.Appearance.Empty.FontSizeDelta");
            gvErrors.Appearance.Empty.FontStyleDelta                     = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.Empty.FontStyleDelta");
            gvErrors.Appearance.Empty.GradientMode                       = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.Empty.GradientMode");
            gvErrors.Appearance.Empty.Image                              = (Image)componentResourceManager.GetObject("gvErrors.Appearance.Empty.Image");
            gvErrors.Appearance.Empty.Options.UseBackColor               = true;
            gvErrors.Appearance.Empty.Options.UseFont                    = true;
            gvErrors.Appearance.EvenRow.BackColor                        = (Color)componentResourceManager.GetObject("gvErrors.Appearance.EvenRow.BackColor");
            gvErrors.Appearance.EvenRow.Font                             = (Font)componentResourceManager.GetObject("gvErrors.Appearance.EvenRow.Font");
            gvErrors.Appearance.EvenRow.FontSizeDelta                    = (int)componentResourceManager.GetObject("gvErrors.Appearance.EvenRow.FontSizeDelta");
            gvErrors.Appearance.EvenRow.FontStyleDelta                   = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.EvenRow.FontStyleDelta");
            gvErrors.Appearance.EvenRow.ForeColor                        = (Color)componentResourceManager.GetObject("gvErrors.Appearance.EvenRow.ForeColor");
            gvErrors.Appearance.EvenRow.GradientMode                     = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.EvenRow.GradientMode");
            gvErrors.Appearance.EvenRow.Image                            = (Image)componentResourceManager.GetObject("gvErrors.Appearance.EvenRow.Image");
            gvErrors.Appearance.EvenRow.Options.UseBackColor             = true;
            gvErrors.Appearance.EvenRow.Options.UseFont                  = true;
            gvErrors.Appearance.EvenRow.Options.UseForeColor             = true;
            gvErrors.Appearance.FilterCloseButton.BackColor              = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FilterCloseButton.BackColor");
            gvErrors.Appearance.FilterCloseButton.BackColor2             = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FilterCloseButton.BackColor2");
            gvErrors.Appearance.FilterCloseButton.BorderColor            = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FilterCloseButton.BorderColor");
            gvErrors.Appearance.FilterCloseButton.Font                   = (Font)componentResourceManager.GetObject("gvErrors.Appearance.FilterCloseButton.Font");
            gvErrors.Appearance.FilterCloseButton.FontSizeDelta          = (int)componentResourceManager.GetObject("gvErrors.Appearance.FilterCloseButton.FontSizeDelta");
            gvErrors.Appearance.FilterCloseButton.FontStyleDelta         = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.FilterCloseButton.FontStyleDelta");
            gvErrors.Appearance.FilterCloseButton.ForeColor              = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FilterCloseButton.ForeColor");
            gvErrors.Appearance.FilterCloseButton.GradientMode           = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.FilterCloseButton.GradientMode");
            gvErrors.Appearance.FilterCloseButton.Image                  = (Image)componentResourceManager.GetObject("gvErrors.Appearance.FilterCloseButton.Image");
            gvErrors.Appearance.FilterCloseButton.Options.UseBackColor   = true;
            gvErrors.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            gvErrors.Appearance.FilterCloseButton.Options.UseFont        = true;
            gvErrors.Appearance.FilterCloseButton.Options.UseForeColor   = true;
            gvErrors.Appearance.FilterPanel.BackColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FilterPanel.BackColor");
            gvErrors.Appearance.FilterPanel.Font                         = (Font)componentResourceManager.GetObject("gvErrors.Appearance.FilterPanel.Font");
            gvErrors.Appearance.FilterPanel.FontSizeDelta                = (int)componentResourceManager.GetObject("gvErrors.Appearance.FilterPanel.FontSizeDelta");
            gvErrors.Appearance.FilterPanel.FontStyleDelta               = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.FilterPanel.FontStyleDelta");
            gvErrors.Appearance.FilterPanel.ForeColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FilterPanel.ForeColor");
            gvErrors.Appearance.FilterPanel.GradientMode                 = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.FilterPanel.GradientMode");
            gvErrors.Appearance.FilterPanel.Image                        = (Image)componentResourceManager.GetObject("gvErrors.Appearance.FilterPanel.Image");
            gvErrors.Appearance.FilterPanel.Options.UseBackColor         = true;
            gvErrors.Appearance.FilterPanel.Options.UseFont              = true;
            gvErrors.Appearance.FilterPanel.Options.UseForeColor         = true;
            gvErrors.Appearance.FixedLine.BackColor                      = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FixedLine.BackColor");
            gvErrors.Appearance.FixedLine.Font                           = (Font)componentResourceManager.GetObject("gvErrors.Appearance.FixedLine.Font");
            gvErrors.Appearance.FixedLine.FontSizeDelta                  = (int)componentResourceManager.GetObject("gvErrors.Appearance.FixedLine.FontSizeDelta");
            gvErrors.Appearance.FixedLine.FontStyleDelta                 = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.FixedLine.FontStyleDelta");
            gvErrors.Appearance.FixedLine.GradientMode                   = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.FixedLine.GradientMode");
            gvErrors.Appearance.FixedLine.Image                          = (Image)componentResourceManager.GetObject("gvErrors.Appearance.FixedLine.Image");
            gvErrors.Appearance.FixedLine.Options.UseBackColor           = true;
            gvErrors.Appearance.FixedLine.Options.UseFont                = true;
            gvErrors.Appearance.FocusedCell.BackColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FocusedCell.BackColor");
            gvErrors.Appearance.FocusedCell.Font                         = (Font)componentResourceManager.GetObject("gvErrors.Appearance.FocusedCell.Font");
            gvErrors.Appearance.FocusedCell.FontSizeDelta                = (int)componentResourceManager.GetObject("gvErrors.Appearance.FocusedCell.FontSizeDelta");
            gvErrors.Appearance.FocusedCell.FontStyleDelta               = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.FocusedCell.FontStyleDelta");
            gvErrors.Appearance.FocusedCell.ForeColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FocusedCell.ForeColor");
            gvErrors.Appearance.FocusedCell.GradientMode                 = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.FocusedCell.GradientMode");
            gvErrors.Appearance.FocusedCell.Image                        = (Image)componentResourceManager.GetObject("gvErrors.Appearance.FocusedCell.Image");
            gvErrors.Appearance.FocusedCell.Options.UseBackColor         = true;
            gvErrors.Appearance.FocusedCell.Options.UseFont              = true;
            gvErrors.Appearance.FocusedCell.Options.UseForeColor         = true;
            gvErrors.Appearance.FocusedRow.BackColor                     = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FocusedRow.BackColor");
            gvErrors.Appearance.FocusedRow.Font                          = (Font)componentResourceManager.GetObject("gvErrors.Appearance.FocusedRow.Font");
            gvErrors.Appearance.FocusedRow.FontSizeDelta                 = (int)componentResourceManager.GetObject("gvErrors.Appearance.FocusedRow.FontSizeDelta");
            gvErrors.Appearance.FocusedRow.FontStyleDelta                = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.FocusedRow.FontStyleDelta");
            gvErrors.Appearance.FocusedRow.ForeColor                     = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FocusedRow.ForeColor");
            gvErrors.Appearance.FocusedRow.GradientMode                  = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.FocusedRow.GradientMode");
            gvErrors.Appearance.FocusedRow.Image                         = (Image)componentResourceManager.GetObject("gvErrors.Appearance.FocusedRow.Image");
            gvErrors.Appearance.FocusedRow.Options.UseBackColor          = true;
            gvErrors.Appearance.FocusedRow.Options.UseFont               = true;
            gvErrors.Appearance.FocusedRow.Options.UseForeColor          = true;
            gvErrors.Appearance.FooterPanel.BackColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FooterPanel.BackColor");
            gvErrors.Appearance.FooterPanel.BackColor2                   = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FooterPanel.BackColor2");
            gvErrors.Appearance.FooterPanel.BorderColor                  = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FooterPanel.BorderColor");
            gvErrors.Appearance.FooterPanel.Font                         = (Font)componentResourceManager.GetObject("gvErrors.Appearance.FooterPanel.Font");
            gvErrors.Appearance.FooterPanel.FontSizeDelta                = (int)componentResourceManager.GetObject("gvErrors.Appearance.FooterPanel.FontSizeDelta");
            gvErrors.Appearance.FooterPanel.FontStyleDelta               = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.FooterPanel.FontStyleDelta");
            gvErrors.Appearance.FooterPanel.ForeColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.FooterPanel.ForeColor");
            gvErrors.Appearance.FooterPanel.GradientMode                 = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.FooterPanel.GradientMode");
            gvErrors.Appearance.FooterPanel.Image                        = (Image)componentResourceManager.GetObject("gvErrors.Appearance.FooterPanel.Image");
            gvErrors.Appearance.FooterPanel.Options.UseBackColor         = true;
            gvErrors.Appearance.FooterPanel.Options.UseBorderColor       = true;
            gvErrors.Appearance.FooterPanel.Options.UseFont              = true;
            gvErrors.Appearance.FooterPanel.Options.UseForeColor         = true;
            gvErrors.Appearance.GroupButton.BackColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.GroupButton.BackColor");
            gvErrors.Appearance.GroupButton.BorderColor                  = (Color)componentResourceManager.GetObject("gvErrors.Appearance.GroupButton.BorderColor");
            gvErrors.Appearance.GroupButton.Font                         = (Font)componentResourceManager.GetObject("gvErrors.Appearance.GroupButton.Font");
            gvErrors.Appearance.GroupButton.FontSizeDelta                = (int)componentResourceManager.GetObject("gvErrors.Appearance.GroupButton.FontSizeDelta");
            gvErrors.Appearance.GroupButton.FontStyleDelta               = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.GroupButton.FontStyleDelta");
            gvErrors.Appearance.GroupButton.ForeColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.GroupButton.ForeColor");
            gvErrors.Appearance.GroupButton.GradientMode                 = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.GroupButton.GradientMode");
            gvErrors.Appearance.GroupButton.Image                        = (Image)componentResourceManager.GetObject("gvErrors.Appearance.GroupButton.Image");
            gvErrors.Appearance.GroupButton.Options.UseBackColor         = true;
            gvErrors.Appearance.GroupButton.Options.UseBorderColor       = true;
            gvErrors.Appearance.GroupButton.Options.UseFont              = true;
            gvErrors.Appearance.GroupButton.Options.UseForeColor         = true;
            gvErrors.Appearance.GroupFooter.BackColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.GroupFooter.BackColor");
            gvErrors.Appearance.GroupFooter.BorderColor                  = (Color)componentResourceManager.GetObject("gvErrors.Appearance.GroupFooter.BorderColor");
            gvErrors.Appearance.GroupFooter.Font                         = (Font)componentResourceManager.GetObject("gvErrors.Appearance.GroupFooter.Font");
            gvErrors.Appearance.GroupFooter.FontSizeDelta                = (int)componentResourceManager.GetObject("gvErrors.Appearance.GroupFooter.FontSizeDelta");
            gvErrors.Appearance.GroupFooter.FontStyleDelta               = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.GroupFooter.FontStyleDelta");
            gvErrors.Appearance.GroupFooter.ForeColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.GroupFooter.ForeColor");
            gvErrors.Appearance.GroupFooter.GradientMode                 = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.GroupFooter.GradientMode");
            gvErrors.Appearance.GroupFooter.Image                        = (Image)componentResourceManager.GetObject("gvErrors.Appearance.GroupFooter.Image");
            gvErrors.Appearance.GroupFooter.Options.UseBackColor         = true;
            gvErrors.Appearance.GroupFooter.Options.UseBorderColor       = true;
            gvErrors.Appearance.GroupFooter.Options.UseFont              = true;
            gvErrors.Appearance.GroupFooter.Options.UseForeColor         = true;
            gvErrors.Appearance.GroupPanel.BackColor                     = (Color)componentResourceManager.GetObject("gvErrors.Appearance.GroupPanel.BackColor");
            gvErrors.Appearance.GroupPanel.Font                          = (Font)componentResourceManager.GetObject("gvErrors.Appearance.GroupPanel.Font");
            gvErrors.Appearance.GroupPanel.FontSizeDelta                 = (int)componentResourceManager.GetObject("gvErrors.Appearance.GroupPanel.FontSizeDelta");
            gvErrors.Appearance.GroupPanel.FontStyleDelta                = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.GroupPanel.FontStyleDelta");
            gvErrors.Appearance.GroupPanel.ForeColor                     = (Color)componentResourceManager.GetObject("gvErrors.Appearance.GroupPanel.ForeColor");
            gvErrors.Appearance.GroupPanel.GradientMode                  = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.GroupPanel.GradientMode");
            gvErrors.Appearance.GroupPanel.Image                         = (Image)componentResourceManager.GetObject("gvErrors.Appearance.GroupPanel.Image");
            gvErrors.Appearance.GroupPanel.Options.UseBackColor          = true;
            gvErrors.Appearance.GroupPanel.Options.UseFont               = true;
            gvErrors.Appearance.GroupPanel.Options.UseForeColor          = true;
            gvErrors.Appearance.GroupRow.BackColor                       = (Color)componentResourceManager.GetObject("gvErrors.Appearance.GroupRow.BackColor");
            gvErrors.Appearance.GroupRow.BorderColor                     = (Color)componentResourceManager.GetObject("gvErrors.Appearance.GroupRow.BorderColor");
            gvErrors.Appearance.GroupRow.Font                            = (Font)componentResourceManager.GetObject("gvErrors.Appearance.GroupRow.Font");
            gvErrors.Appearance.GroupRow.FontSizeDelta                   = (int)componentResourceManager.GetObject("gvErrors.Appearance.GroupRow.FontSizeDelta");
            gvErrors.Appearance.GroupRow.FontStyleDelta                  = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.GroupRow.FontStyleDelta");
            gvErrors.Appearance.GroupRow.ForeColor                       = (Color)componentResourceManager.GetObject("gvErrors.Appearance.GroupRow.ForeColor");
            gvErrors.Appearance.GroupRow.GradientMode                    = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.GroupRow.GradientMode");
            gvErrors.Appearance.GroupRow.Image                           = (Image)componentResourceManager.GetObject("gvErrors.Appearance.GroupRow.Image");
            gvErrors.Appearance.GroupRow.Options.UseBackColor            = true;
            gvErrors.Appearance.GroupRow.Options.UseBorderColor          = true;
            gvErrors.Appearance.GroupRow.Options.UseFont                 = true;
            gvErrors.Appearance.GroupRow.Options.UseForeColor            = true;
            gvErrors.Appearance.HeaderPanel.BackColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.HeaderPanel.BackColor");
            gvErrors.Appearance.HeaderPanel.BackColor2                   = (Color)componentResourceManager.GetObject("gvErrors.Appearance.HeaderPanel.BackColor2");
            gvErrors.Appearance.HeaderPanel.BorderColor                  = (Color)componentResourceManager.GetObject("gvErrors.Appearance.HeaderPanel.BorderColor");
            gvErrors.Appearance.HeaderPanel.Font                         = (Font)componentResourceManager.GetObject("gvErrors.Appearance.HeaderPanel.Font");
            gvErrors.Appearance.HeaderPanel.FontSizeDelta                = (int)componentResourceManager.GetObject("gvErrors.Appearance.HeaderPanel.FontSizeDelta");
            gvErrors.Appearance.HeaderPanel.FontStyleDelta               = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.HeaderPanel.FontStyleDelta");
            gvErrors.Appearance.HeaderPanel.ForeColor                    = (Color)componentResourceManager.GetObject("gvErrors.Appearance.HeaderPanel.ForeColor");
            gvErrors.Appearance.HeaderPanel.GradientMode                 = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.HeaderPanel.GradientMode");
            gvErrors.Appearance.HeaderPanel.Image                        = (Image)componentResourceManager.GetObject("gvErrors.Appearance.HeaderPanel.Image");
            gvErrors.Appearance.HeaderPanel.Options.UseBackColor         = true;
            gvErrors.Appearance.HeaderPanel.Options.UseBorderColor       = true;
            gvErrors.Appearance.HeaderPanel.Options.UseFont              = true;
            gvErrors.Appearance.HeaderPanel.Options.UseForeColor         = true;
            gvErrors.Appearance.HideSelectionRow.BackColor               = (Color)componentResourceManager.GetObject("gvErrors.Appearance.HideSelectionRow.BackColor");
            gvErrors.Appearance.HideSelectionRow.Font                    = (Font)componentResourceManager.GetObject("gvErrors.Appearance.HideSelectionRow.Font");
            gvErrors.Appearance.HideSelectionRow.FontSizeDelta           = (int)componentResourceManager.GetObject("gvErrors.Appearance.HideSelectionRow.FontSizeDelta");
            gvErrors.Appearance.HideSelectionRow.FontStyleDelta          = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.HideSelectionRow.FontStyleDelta");
            gvErrors.Appearance.HideSelectionRow.ForeColor               = (Color)componentResourceManager.GetObject("gvErrors.Appearance.HideSelectionRow.ForeColor");
            gvErrors.Appearance.HideSelectionRow.GradientMode            = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.HideSelectionRow.GradientMode");
            gvErrors.Appearance.HideSelectionRow.Image                   = (Image)componentResourceManager.GetObject("gvErrors.Appearance.HideSelectionRow.Image");
            gvErrors.Appearance.HideSelectionRow.Options.UseBackColor    = true;
            gvErrors.Appearance.HideSelectionRow.Options.UseFont         = true;
            gvErrors.Appearance.HideSelectionRow.Options.UseForeColor    = true;
            gvErrors.Appearance.HorzLine.BackColor                       = (Color)componentResourceManager.GetObject("gvErrors.Appearance.HorzLine.BackColor");
            gvErrors.Appearance.HorzLine.Font                            = (Font)componentResourceManager.GetObject("gvErrors.Appearance.HorzLine.Font");
            gvErrors.Appearance.HorzLine.FontSizeDelta                   = (int)componentResourceManager.GetObject("gvErrors.Appearance.HorzLine.FontSizeDelta");
            gvErrors.Appearance.HorzLine.FontStyleDelta                  = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.HorzLine.FontStyleDelta");
            gvErrors.Appearance.HorzLine.GradientMode                    = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.HorzLine.GradientMode");
            gvErrors.Appearance.HorzLine.Image                           = (Image)componentResourceManager.GetObject("gvErrors.Appearance.HorzLine.Image");
            gvErrors.Appearance.HorzLine.Options.UseBackColor            = true;
            gvErrors.Appearance.HorzLine.Options.UseFont                 = true;
            gvErrors.Appearance.OddRow.BackColor                         = (Color)componentResourceManager.GetObject("gvErrors.Appearance.OddRow.BackColor");
            gvErrors.Appearance.OddRow.Font                              = (Font)componentResourceManager.GetObject("gvErrors.Appearance.OddRow.Font");
            gvErrors.Appearance.OddRow.FontSizeDelta                     = (int)componentResourceManager.GetObject("gvErrors.Appearance.OddRow.FontSizeDelta");
            gvErrors.Appearance.OddRow.FontStyleDelta                    = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.OddRow.FontStyleDelta");
            gvErrors.Appearance.OddRow.ForeColor                         = (Color)componentResourceManager.GetObject("gvErrors.Appearance.OddRow.ForeColor");
            gvErrors.Appearance.OddRow.GradientMode                      = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.OddRow.GradientMode");
            gvErrors.Appearance.OddRow.Image                             = (Image)componentResourceManager.GetObject("gvErrors.Appearance.OddRow.Image");
            gvErrors.Appearance.OddRow.Options.UseBackColor              = true;
            gvErrors.Appearance.OddRow.Options.UseFont                   = true;
            gvErrors.Appearance.OddRow.Options.UseForeColor              = true;
            gvErrors.Appearance.Preview.BackColor                        = (Color)componentResourceManager.GetObject("gvErrors.Appearance.Preview.BackColor");
            gvErrors.Appearance.Preview.Font                             = (Font)componentResourceManager.GetObject("gvErrors.Appearance.Preview.Font");
            gvErrors.Appearance.Preview.FontSizeDelta                    = (int)componentResourceManager.GetObject("gvErrors.Appearance.Preview.FontSizeDelta");
            gvErrors.Appearance.Preview.FontStyleDelta                   = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.Preview.FontStyleDelta");
            gvErrors.Appearance.Preview.ForeColor                        = (Color)componentResourceManager.GetObject("gvErrors.Appearance.Preview.ForeColor");
            gvErrors.Appearance.Preview.GradientMode                     = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.Preview.GradientMode");
            gvErrors.Appearance.Preview.Image                            = (Image)componentResourceManager.GetObject("gvErrors.Appearance.Preview.Image");
            gvErrors.Appearance.Preview.Options.UseBackColor             = true;
            gvErrors.Appearance.Preview.Options.UseFont                  = true;
            gvErrors.Appearance.Preview.Options.UseForeColor             = true;
            gvErrors.Appearance.Row.BackColor                            = (Color)componentResourceManager.GetObject("gvErrors.Appearance.Row.BackColor");
            gvErrors.Appearance.Row.Font                          = (Font)componentResourceManager.GetObject("gvErrors.Appearance.Row.Font");
            gvErrors.Appearance.Row.FontSizeDelta                 = (int)componentResourceManager.GetObject("gvErrors.Appearance.Row.FontSizeDelta");
            gvErrors.Appearance.Row.FontStyleDelta                = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.Row.FontStyleDelta");
            gvErrors.Appearance.Row.ForeColor                     = (Color)componentResourceManager.GetObject("gvErrors.Appearance.Row.ForeColor");
            gvErrors.Appearance.Row.GradientMode                  = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.Row.GradientMode");
            gvErrors.Appearance.Row.Image                         = (Image)componentResourceManager.GetObject("gvErrors.Appearance.Row.Image");
            gvErrors.Appearance.Row.Options.UseBackColor          = true;
            gvErrors.Appearance.Row.Options.UseFont               = true;
            gvErrors.Appearance.Row.Options.UseForeColor          = true;
            gvErrors.Appearance.RowSeparator.BackColor            = (Color)componentResourceManager.GetObject("gvErrors.Appearance.RowSeparator.BackColor");
            gvErrors.Appearance.RowSeparator.Font                 = (Font)componentResourceManager.GetObject("gvErrors.Appearance.RowSeparator.Font");
            gvErrors.Appearance.RowSeparator.FontSizeDelta        = (int)componentResourceManager.GetObject("gvErrors.Appearance.RowSeparator.FontSizeDelta");
            gvErrors.Appearance.RowSeparator.FontStyleDelta       = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.RowSeparator.FontStyleDelta");
            gvErrors.Appearance.RowSeparator.GradientMode         = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.RowSeparator.GradientMode");
            gvErrors.Appearance.RowSeparator.Image                = (Image)componentResourceManager.GetObject("gvErrors.Appearance.RowSeparator.Image");
            gvErrors.Appearance.RowSeparator.Options.UseBackColor = true;
            gvErrors.Appearance.RowSeparator.Options.UseFont      = true;
            gvErrors.Appearance.SelectedRow.BackColor             = (Color)componentResourceManager.GetObject("gvErrors.Appearance.SelectedRow.BackColor");
            gvErrors.Appearance.SelectedRow.Font                  = (Font)componentResourceManager.GetObject("gvErrors.Appearance.SelectedRow.Font");
            gvErrors.Appearance.SelectedRow.FontSizeDelta         = (int)componentResourceManager.GetObject("gvErrors.Appearance.SelectedRow.FontSizeDelta");
            gvErrors.Appearance.SelectedRow.FontStyleDelta        = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.SelectedRow.FontStyleDelta");
            gvErrors.Appearance.SelectedRow.ForeColor             = (Color)componentResourceManager.GetObject("gvErrors.Appearance.SelectedRow.ForeColor");
            gvErrors.Appearance.SelectedRow.GradientMode          = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.SelectedRow.GradientMode");
            gvErrors.Appearance.SelectedRow.Image                 = (Image)componentResourceManager.GetObject("gvErrors.Appearance.SelectedRow.Image");
            gvErrors.Appearance.SelectedRow.Options.UseBackColor  = true;
            gvErrors.Appearance.SelectedRow.Options.UseFont       = true;
            gvErrors.Appearance.SelectedRow.Options.UseForeColor  = true;
            gvErrors.Appearance.TopNewRow.Font                    = (Font)componentResourceManager.GetObject("gvErrors.Appearance.TopNewRow.Font");
            gvErrors.Appearance.TopNewRow.FontSizeDelta           = (int)componentResourceManager.GetObject("gvErrors.Appearance.TopNewRow.FontSizeDelta");
            gvErrors.Appearance.TopNewRow.FontStyleDelta          = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.TopNewRow.FontStyleDelta");
            gvErrors.Appearance.TopNewRow.GradientMode            = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.TopNewRow.GradientMode");
            gvErrors.Appearance.TopNewRow.Image                   = (Image)componentResourceManager.GetObject("gvErrors.Appearance.TopNewRow.Image");
            gvErrors.Appearance.TopNewRow.Options.UseFont         = true;
            gvErrors.Appearance.VertLine.BackColor                = (Color)componentResourceManager.GetObject("gvErrors.Appearance.VertLine.BackColor");
            gvErrors.Appearance.VertLine.Font                     = (Font)componentResourceManager.GetObject("gvErrors.Appearance.VertLine.Font");
            gvErrors.Appearance.VertLine.FontSizeDelta            = (int)componentResourceManager.GetObject("gvErrors.Appearance.VertLine.FontSizeDelta");
            gvErrors.Appearance.VertLine.FontStyleDelta           = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.VertLine.FontStyleDelta");
            gvErrors.Appearance.VertLine.GradientMode             = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.VertLine.GradientMode");
            gvErrors.Appearance.VertLine.Image                    = (Image)componentResourceManager.GetObject("gvErrors.Appearance.VertLine.Image");
            gvErrors.Appearance.VertLine.Options.UseBackColor     = true;
            gvErrors.Appearance.VertLine.Options.UseFont          = true;
            gvErrors.Appearance.ViewCaption.Font                  = (Font)componentResourceManager.GetObject("gvErrors.Appearance.ViewCaption.Font");
            gvErrors.Appearance.ViewCaption.FontSizeDelta         = (int)componentResourceManager.GetObject("gvErrors.Appearance.ViewCaption.FontSizeDelta");
            gvErrors.Appearance.ViewCaption.FontStyleDelta        = (FontStyle)componentResourceManager.GetObject("gvErrors.Appearance.ViewCaption.FontStyleDelta");
            gvErrors.Appearance.ViewCaption.GradientMode          = (LinearGradientMode)componentResourceManager.GetObject("gvErrors.Appearance.ViewCaption.GradientMode");
            gvErrors.Appearance.ViewCaption.Image                 = (Image)componentResourceManager.GetObject("gvErrors.Appearance.ViewCaption.Image");
            gvErrors.Appearance.ViewCaption.Options.UseFont       = true;
            componentResourceManager.ApplyResources(gvErrors, "gvErrors");
            gvErrors.Columns.AddRange(new GridColumn[3]
            {
                colFileName,
                colError,
                colComment
            });
            gvErrors.GridControl = gcErrors;
            gvErrors.Name        = "gvErrors";
            gvErrors.OptionsCustomization.AllowFilter           = false;
            gvErrors.OptionsFind.ClearFindOnClose               = false;
            gvErrors.OptionsFind.FindDelay                      = 10000;
            gvErrors.OptionsFind.FindMode                       = FindMode.Always;
            gvErrors.OptionsFind.ShowCloseButton                = false;
            gvErrors.OptionsSelection.MultiSelect               = true;
            gvErrors.OptionsView.EnableAppearanceEvenRow        = true;
            gvErrors.OptionsView.EnableAppearanceOddRow         = true;
            gvErrors.OptionsView.ShowGroupPanel                 = false;
            colFileName.AppearanceCell.Font                     = (Font)componentResourceManager.GetObject("colFileName.AppearanceCell.Font");
            colFileName.AppearanceCell.FontSizeDelta            = (int)componentResourceManager.GetObject("colFileName.AppearanceCell.FontSizeDelta");
            colFileName.AppearanceCell.FontStyleDelta           = (FontStyle)componentResourceManager.GetObject("colFileName.AppearanceCell.FontStyleDelta");
            colFileName.AppearanceCell.GradientMode             = (LinearGradientMode)componentResourceManager.GetObject("colFileName.AppearanceCell.GradientMode");
            colFileName.AppearanceCell.Image                    = (Image)componentResourceManager.GetObject("colFileName.AppearanceCell.Image");
            colFileName.AppearanceCell.Options.UseFont          = true;
            colFileName.AppearanceHeader.Font                   = (Font)componentResourceManager.GetObject("colFileName.AppearanceHeader.Font");
            colFileName.AppearanceHeader.FontSizeDelta          = (int)componentResourceManager.GetObject("colFileName.AppearanceHeader.FontSizeDelta");
            colFileName.AppearanceHeader.FontStyleDelta         = (FontStyle)componentResourceManager.GetObject("colFileName.AppearanceHeader.FontStyleDelta");
            colFileName.AppearanceHeader.GradientMode           = (LinearGradientMode)componentResourceManager.GetObject("colFileName.AppearanceHeader.GradientMode");
            colFileName.AppearanceHeader.Image                  = (Image)componentResourceManager.GetObject("colFileName.AppearanceHeader.Image");
            colFileName.AppearanceHeader.Options.UseFont        = true;
            colFileName.AppearanceHeader.Options.UseTextOptions = true;
            colFileName.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Center;
            componentResourceManager.ApplyResources(colFileName, "colFileName");
            colFileName.FieldName = "FileName";
            colFileName.Name      = "colFileName";
            colFileName.OptionsColumn.AllowSort       = DefaultBoolean.False;
            colFileName.OptionsColumn.FixedWidth      = true;
            colError.AppearanceCell.Font              = (Font)componentResourceManager.GetObject("colError.AppearanceCell.Font");
            colError.AppearanceCell.FontSizeDelta     = (int)componentResourceManager.GetObject("colError.AppearanceCell.FontSizeDelta");
            colError.AppearanceCell.FontStyleDelta    = (FontStyle)componentResourceManager.GetObject("colError.AppearanceCell.FontStyleDelta");
            colError.AppearanceCell.GradientMode      = (LinearGradientMode)componentResourceManager.GetObject("colError.AppearanceCell.GradientMode");
            colError.AppearanceCell.Image             = (Image)componentResourceManager.GetObject("colError.AppearanceCell.Image");
            colError.AppearanceCell.Options.UseFont   = true;
            colError.AppearanceHeader.Font            = (Font)componentResourceManager.GetObject("colError.AppearanceHeader.Font");
            colError.AppearanceHeader.FontSizeDelta   = (int)componentResourceManager.GetObject("colError.AppearanceHeader.FontSizeDelta");
            colError.AppearanceHeader.FontStyleDelta  = (FontStyle)componentResourceManager.GetObject("colError.AppearanceHeader.FontStyleDelta");
            colError.AppearanceHeader.GradientMode    = (LinearGradientMode)componentResourceManager.GetObject("colError.AppearanceHeader.GradientMode");
            colError.AppearanceHeader.Image           = (Image)componentResourceManager.GetObject("colError.AppearanceHeader.Image");
            colError.AppearanceHeader.Options.UseFont = true;
            componentResourceManager.ApplyResources(colError, "colError");
            colError.FieldName = "Error";
            colError.Name      = "colError";
            colError.OptionsColumn.FixedWidth           = true;
            colComment.AppearanceCell.Font              = (Font)componentResourceManager.GetObject("colComment.AppearanceCell.Font");
            colComment.AppearanceCell.FontSizeDelta     = (int)componentResourceManager.GetObject("colComment.AppearanceCell.FontSizeDelta");
            colComment.AppearanceCell.FontStyleDelta    = (FontStyle)componentResourceManager.GetObject("colComment.AppearanceCell.FontStyleDelta");
            colComment.AppearanceCell.GradientMode      = (LinearGradientMode)componentResourceManager.GetObject("colComment.AppearanceCell.GradientMode");
            colComment.AppearanceCell.Image             = (Image)componentResourceManager.GetObject("colComment.AppearanceCell.Image");
            colComment.AppearanceCell.Options.UseFont   = true;
            colComment.AppearanceHeader.Font            = (Font)componentResourceManager.GetObject("colComment.AppearanceHeader.Font");
            colComment.AppearanceHeader.FontSizeDelta   = (int)componentResourceManager.GetObject("colComment.AppearanceHeader.FontSizeDelta");
            colComment.AppearanceHeader.FontStyleDelta  = (FontStyle)componentResourceManager.GetObject("colComment.AppearanceHeader.FontStyleDelta");
            colComment.AppearanceHeader.GradientMode    = (LinearGradientMode)componentResourceManager.GetObject("colComment.AppearanceHeader.GradientMode");
            colComment.AppearanceHeader.Image           = (Image)componentResourceManager.GetObject("colComment.AppearanceHeader.Image");
            colComment.AppearanceHeader.Options.UseFont = true;
            componentResourceManager.ApplyResources(colComment, "colComment");
            colComment.FieldName = "Comment";
            colComment.Name      = "colComment";
            colComment.OptionsColumn.FixedWidth = true;
            componentResourceManager.ApplyResources(repositoryItemCheckEdit1, "repositoryItemCheckEdit1");
            repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            componentResourceManager.ApplyResources(this, "$this");
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(gcErrors);
            Name  = "FrmErrorList";
            Load += frmErrorList_Load;
            gcErrors.EndInit();
            gvErrors.EndInit();
            repositoryItemCheckEdit1.EndInit();
            ResumeLayout(false);
        }
Beispiel #17
0
 private void eval_a()
 {
     if (true)
     {
     }
     ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(eval_y));
     this.eval_v = new TabControl();
     base.SuspendLayout();
     this.eval_v.Alignment = TabAlignment.Bottom;
     this.eval_v.Location = new Point(2, 85);
     this.eval_v.Name = "tabMain";
     this.eval_v.SelectedIndex = 0;
     this.eval_v.Size = new Size(491, 337);
     this.eval_v.TabIndex = 57;
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(494, 422);
     base.Controls.Add(this.eval_v);
     base.Icon = (Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "Updater";
     base.SizeGripStyle = SizeGripStyle.Hide;
     base.StartPosition = FormStartPosition.CenterScreen;
     this.Text = "Updater";
     base.ResumeLayout(false);
 }
Beispiel #18
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(FRCTS));

            this.cancelButton    = new Button();
            this.okButton        = new Button();
            this.dateTimePicker1 = new DateTimePicker();
            this.dateTimePicker2 = new DateTimePicker();
            this.label1          = new Label();
            this.label2          = new Label();
            this.label3          = new Label();
            this.c1Report1       = new C1Report();
            this.c1Combo1        = new C1Combo();
            ((ISupportInitialize)this.c1Report1).BeginInit();
            ((ISupportInitialize)this.c1Combo1).BeginInit();
            base.SuspendLayout();
            this.cancelButton.DialogResult            = DialogResult.Cancel;
            this.cancelButton.Location                = new Point(159, 108);
            this.cancelButton.Name                    = "cancelButton";
            this.cancelButton.Size                    = new Size(95, 25);
            this.cancelButton.TabIndex                = 9;
            this.cancelButton.Text                    = "Cancel";
            this.cancelButton.UseVisualStyleBackColor = true;
            this.cancelButton.Click                  += new EventHandler(this.cancelButton_Click);
            this.okButton.Location                    = new Point(58, 108);
            this.okButton.Name     = "okButton";
            this.okButton.Size     = new Size(95, 25);
            this.okButton.TabIndex = 8;
            this.okButton.Text     = "OK";
            this.okButton.UseVisualStyleBackColor = true;
            this.okButton.Click += new EventHandler(this.okButton_Click);
            this.dateTimePicker1.CustomFormat = "dd/MM/yyyy";
            this.dateTimePicker1.Font         = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.dateTimePicker1.Format       = DateTimePickerFormat.Custom;
            this.dateTimePicker1.Location     = new Point(103, 13);
            this.dateTimePicker1.Name         = "dateTimePicker1";
            this.dateTimePicker1.Size         = new Size(159, 21);
            this.dateTimePicker1.TabIndex     = 10;
            this.dateTimePicker2.CustomFormat = "dd/MM/yyyy";
            this.dateTimePicker2.Font         = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.dateTimePicker2.Format       = DateTimePickerFormat.Custom;
            this.dateTimePicker2.Location     = new Point(103, 45);
            this.dateTimePicker2.Name         = "dateTimePicker2";
            this.dateTimePicker2.Size         = new Size(159, 21);
            this.dateTimePicker2.TabIndex     = 11;
            this.label1.AutoSize              = true;
            this.label1.Font                  = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.label1.Location              = new Point(13, 13);
            this.label1.Name                  = "label1";
            this.label1.Size                  = new Size(53, 15);
            this.label1.TabIndex              = 12;
            this.label1.Text                  = "Từ ngày:";
            this.label2.AutoSize              = true;
            this.label2.Font                  = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.label2.Location              = new Point(13, 45);
            this.label2.Name                  = "label2";
            this.label2.Size                  = new Size(62, 15);
            this.label2.TabIndex              = 12;
            this.label2.Text                  = "Đến ngày:";
            this.label3.AutoSize              = true;
            this.label3.Font                  = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.label3.Location              = new Point(13, 76);
            this.label3.Name                  = "label3";
            this.label3.Size                  = new Size(70, 15);
            this.label3.TabIndex              = 13;
            this.label3.Text                  = "Ca làm việc";
            this.c1Report1.ReportDefinition   = componentResourceManager.GetString("c1Report1.ReportDefinition");
            this.c1Report1.ReportName         = "c1Report1";
            this.c1Combo1.AddItemSeparator    = ';';
            this.c1Combo1.Caption             = "";
            this.c1Combo1.CaptionHeight       = 17;
            this.c1Combo1.CharacterCasing     = CharacterCasing.Normal;
            this.c1Combo1.ColumnCaptionHeight = 17;
            this.c1Combo1.ColumnFooterHeight  = 17;
            this.c1Combo1.ContentHeight       = 15;
            this.c1Combo1.DeadAreaBackColor   = Color.Empty;
            this.c1Combo1.EditorBackColor     = SystemColors.Window;
            this.c1Combo1.EditorFont          = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.c1Combo1.EditorForeColor     = SystemColors.WindowText;
            this.c1Combo1.EditorHeight        = 15;
            this.c1Combo1.Images.Add((Image)componentResourceManager.GetObject("c1Combo1.Images"));
            this.c1Combo1.ItemHeight        = 15;
            this.c1Combo1.Location          = new Point(103, 76);
            this.c1Combo1.MatchEntryTimeout = 2000L;
            this.c1Combo1.MaxDropDownItems  = 5;
            this.c1Combo1.MaxLength         = 32767;
            this.c1Combo1.MouseCursor       = Cursors.Default;
            this.c1Combo1.Name = "c1Combo1";
            this.c1Combo1.RowSubDividerColor = Color.DarkGray;
            this.c1Combo1.Size       = new Size(159, 21);
            this.c1Combo1.TabIndex   = 14;
            this.c1Combo1.PropBag    = componentResourceManager.GetString("c1Combo1.PropBag");
            base.AutoScaleDimensions = new SizeF(6f, 13f);
            base.AutoScaleMode       = AutoScaleMode.Font;
            base.ClientSize          = new Size(289, 141);
            base.Controls.Add(this.c1Combo1);
            base.Controls.Add(this.label3);
            base.Controls.Add(this.label2);
            base.Controls.Add(this.label1);
            base.Controls.Add(this.dateTimePicker2);
            base.Controls.Add(this.dateTimePicker1);
            base.Controls.Add(this.cancelButton);
            base.Controls.Add(this.okButton);
            base.FormBorderStyle = FormBorderStyle.FixedSingle;
            base.Icon            = (Icon)componentResourceManager.GetObject("$this.Icon");
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "FRCTS";
            base.StartPosition   = FormStartPosition.CenterScreen;
            this.Text            = "FRCTS";
            base.Load           += new EventHandler(this.FRCBT_Load);
            ((ISupportInitialize)this.c1Report1).EndInit();
            ((ISupportInitialize)this.c1Combo1).EndInit();
            base.ResumeLayout(false);
            base.PerformLayout();
        }
Beispiel #19
0
        private void InitializeComponent()
        {
            DataGridViewCellStyle    style   = new DataGridViewCellStyle();
            DataGridViewCellStyle    style2  = new DataGridViewCellStyle();
            DataGridViewCellStyle    style3  = new DataGridViewCellStyle();
            DataGridViewCellStyle    style4  = new DataGridViewCellStyle();
            ComponentResourceManager manager = new ComponentResourceManager(typeof(fmAccountDashboard));

            this.menuStripNewMessage           = new MenuStrip();
            this.editToolStripMenuItem         = new ToolStripMenuItem();
            this.editAccountsToolStripMenuItem = new ToolStripMenuItem();
            this.optionsToolStripMenuItem      = new ToolStripMenuItem();
            this.settingsToolStripMenuItem     = new ToolStripMenuItem();
            this.toolStripSeparator2           = new ToolStripSeparator();
            this.openDashboardWithUnreadReminderToolStripMenuItem = new ToolStripMenuItem();
            this.helpToolStripMenuItem         = new ToolStripMenuItem();
            this.generalHelpToolStripMenuItem  = new ToolStripMenuItem();
            this.settingsHelpToolStripMenuItem = new ToolStripMenuItem();
            this.toolStripSeparator1           = new ToolStripSeparator();
            this.exitToolStripMenuItem         = new ToolStripMenuItem();
            this.syncFeaturesToolStripMenuItem = new ToolStripMenuItem();
            this.versionToolStripMenuItem      = new ToolStripMenuItem();
            this.dataGridViewAccounts          = new DataGridView();
            this.colPhoneNumber           = new DataGridViewTextBoxColumn();
            this.colTitle                 = new DataGridViewTextBoxColumn();
            this.colUnReadCount           = new DataGridViewTextBoxColumn();
            this.colOldestUnRead          = new DataGridViewTextBoxColumn();
            this.colLastSyncDate          = new DataGridViewTextBoxColumn();
            this.colConnectionStatus      = new DataGridViewTextBoxColumn();
            this.buttonRefresh            = new Button();
            this.labelTotalAccounts       = new Label();
            this.labelTotalUnread         = new Label();
            this.checkBoxFullRefresh      = new CheckBox();
            this.tryBETAToolStripMenuItem = new ToolStripMenuItem();
            this.menuStripNewMessage.SuspendLayout();
            ((ISupportInitialize)this.dataGridViewAccounts).BeginInit();
            base.SuspendLayout();
            ToolStripItem[] toolStripItems = new ToolStripItem[] { this.editToolStripMenuItem, this.optionsToolStripMenuItem, this.helpToolStripMenuItem };
            this.menuStripNewMessage.Items.AddRange(toolStripItems);
            this.menuStripNewMessage.Location = new Point(0, 0);
            this.menuStripNewMessage.Name     = "menuStripNewMessage";
            this.menuStripNewMessage.Size     = new Size(640, 0x18);
            this.menuStripNewMessage.TabIndex = 8;
            this.menuStripNewMessage.Text     = "menuStrip1";
            ToolStripItem[] itemArray2 = new ToolStripItem[] { this.editAccountsToolStripMenuItem };
            this.editToolStripMenuItem.DropDownItems.AddRange(itemArray2);
            this.editToolStripMenuItem.Name           = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size           = new Size(0x27, 20);
            this.editToolStripMenuItem.Text           = "&Edit";
            this.editAccountsToolStripMenuItem.Name   = "editAccountsToolStripMenuItem";
            this.editAccountsToolStripMenuItem.Size   = new Size(0x93, 0x16);
            this.editAccountsToolStripMenuItem.Text   = "Edit &Accounts";
            this.editAccountsToolStripMenuItem.Click += new EventHandler(this.editAccountsToolStripMenuItem_Click);
            ToolStripItem[] itemArray3 = new ToolStripItem[] { this.settingsToolStripMenuItem, this.toolStripSeparator2, this.openDashboardWithUnreadReminderToolStripMenuItem };
            this.optionsToolStripMenuItem.DropDownItems.AddRange(itemArray3);
            this.optionsToolStripMenuItem.Name             = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size             = new Size(0x3d, 20);
            this.optionsToolStripMenuItem.Text             = "&Options";
            this.optionsToolStripMenuItem.DropDownOpening += new EventHandler(this.optionsToolStripMenuItem_DropDownOpening);
            this.settingsToolStripMenuItem.Name            = "settingsToolStripMenuItem";
            this.settingsToolStripMenuItem.Size            = new Size(0x11e, 0x16);
            this.settingsToolStripMenuItem.Text            = "&Settings";
            this.settingsToolStripMenuItem.Click          += new EventHandler(this.settingsToolStripMenuItem_Click);
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new Size(0x11b, 6);
            this.openDashboardWithUnreadReminderToolStripMenuItem.CheckOnClick = true;
            this.openDashboardWithUnreadReminderToolStripMenuItem.Name         = "openDashboardWithUnreadReminderToolStripMenuItem";
            this.openDashboardWithUnreadReminderToolStripMenuItem.Size         = new Size(0x11e, 0x16);
            this.openDashboardWithUnreadReminderToolStripMenuItem.Text         = "Open Dashboard With Unread Reminder";
            this.openDashboardWithUnreadReminderToolStripMenuItem.Click       += new EventHandler(this.openDashboardWithUnreadReminderToolStripMenuItem_Click);
            ToolStripItem[] itemArray4 = new ToolStripItem[] { this.generalHelpToolStripMenuItem, this.settingsHelpToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem, this.syncFeaturesToolStripMenuItem, this.versionToolStripMenuItem, this.tryBETAToolStripMenuItem };
            this.helpToolStripMenuItem.DropDownItems.AddRange(itemArray4);
            this.helpToolStripMenuItem.Name                    = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size                    = new Size(0x2c, 20);
            this.helpToolStripMenuItem.Text                    = "&Help";
            this.generalHelpToolStripMenuItem.Name             = "generalHelpToolStripMenuItem";
            this.generalHelpToolStripMenuItem.Size             = new Size(0x98, 0x16);
            this.generalHelpToolStripMenuItem.Text             = "General Help";
            this.generalHelpToolStripMenuItem.Click           += new EventHandler(this.generalHelpToolStripMenuItem_Click);
            this.settingsHelpToolStripMenuItem.Name            = "settingsHelpToolStripMenuItem";
            this.settingsHelpToolStripMenuItem.Size            = new Size(0x98, 0x16);
            this.settingsHelpToolStripMenuItem.Text            = "Settings Help";
            this.settingsHelpToolStripMenuItem.Click          += new EventHandler(this.settingsHelpToolStripMenuItem_Click);
            this.toolStripSeparator1.Name                      = "toolStripSeparator1";
            this.toolStripSeparator1.Size                      = new Size(0x95, 6);
            this.exitToolStripMenuItem.Name                    = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size                    = new Size(0x98, 0x16);
            this.exitToolStripMenuItem.Text                    = "Exit";
            this.exitToolStripMenuItem.Click                  += new EventHandler(this.exitToolStripMenuItem_Click);
            this.syncFeaturesToolStripMenuItem.Name            = "syncFeaturesToolStripMenuItem";
            this.syncFeaturesToolStripMenuItem.Size            = new Size(0x98, 0x16);
            this.syncFeaturesToolStripMenuItem.Text            = "Sync Features";
            this.syncFeaturesToolStripMenuItem.Click          += new EventHandler(this.syncFeaturesToolStripMenuItem_Click);
            this.versionToolStripMenuItem.Name                 = "versionToolStripMenuItem";
            this.versionToolStripMenuItem.Size                 = new Size(0x98, 0x16);
            this.versionToolStripMenuItem.Text                 = "Version";
            this.versionToolStripMenuItem.Click               += new EventHandler(this.versionToolStripMenuItem_Click);
            this.dataGridViewAccounts.AllowUserToAddRows       = false;
            this.dataGridViewAccounts.AllowUserToDeleteRows    = false;
            this.dataGridViewAccounts.AllowUserToResizeRows    = false;
            this.dataGridViewAccounts.Anchor                   = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
            this.dataGridViewAccounts.AutoSizeColumnsMode      = DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridViewAccounts.AutoSizeRowsMode         = DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders;
            this.dataGridViewAccounts.BackgroundColor          = SystemColors.Control;
            this.dataGridViewAccounts.BorderStyle              = BorderStyle.None;
            this.dataGridViewAccounts.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
            style.Alignment          = DataGridViewContentAlignment.MiddleLeft;
            style.BackColor          = SystemColors.Control;
            style.Font               = new Font("Microsoft Sans Serif", 10f, FontStyle.Regular, GraphicsUnit.Point, 0);
            style.ForeColor          = SystemColors.WindowText;
            style.SelectionBackColor = SystemColors.Highlight;
            style.SelectionForeColor = SystemColors.HighlightText;
            style.WrapMode           = DataGridViewTriState.True;
            this.dataGridViewAccounts.ColumnHeadersDefaultCellStyle = style;
            DataGridViewColumn[] dataGridViewColumns = new DataGridViewColumn[] { this.colPhoneNumber, this.colTitle, this.colUnReadCount, this.colOldestUnRead, this.colLastSyncDate, this.colConnectionStatus };
            this.dataGridViewAccounts.Columns.AddRange(dataGridViewColumns);
            style2.Alignment          = DataGridViewContentAlignment.MiddleLeft;
            style2.BackColor          = SystemColors.Window;
            style2.Font               = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            style2.ForeColor          = SystemColors.ControlText;
            style2.Padding            = new Padding(1);
            style2.SelectionBackColor = SystemColors.Highlight;
            style2.SelectionForeColor = SystemColors.HighlightText;
            style2.WrapMode           = DataGridViewTriState.False;
            this.dataGridViewAccounts.DefaultCellStyle          = style2;
            this.dataGridViewAccounts.EditMode                  = DataGridViewEditMode.EditProgrammatically;
            this.dataGridViewAccounts.EnableHeadersVisualStyles = false;
            this.dataGridViewAccounts.GridColor                 = SystemColors.Control;
            this.dataGridViewAccounts.Location                  = new Point(0, 0x18);
            this.dataGridViewAccounts.MultiSelect               = false;
            this.dataGridViewAccounts.Name = "dataGridViewAccounts";
            style3.Alignment          = DataGridViewContentAlignment.MiddleLeft;
            style3.BackColor          = SystemColors.Control;
            style3.Font               = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            style3.ForeColor          = SystemColors.WindowText;
            style3.SelectionBackColor = System.Drawing.Color.FromArgb(0xe8, 0xff, 0xcc);
            style3.SelectionForeColor = SystemColors.Desktop;
            style3.WrapMode           = DataGridViewTriState.True;
            this.dataGridViewAccounts.RowHeadersDefaultCellStyle = style3;
            this.dataGridViewAccounts.RowHeadersVisible          = false;
            this.dataGridViewAccounts.RowHeadersWidth            = 30;
            style4.BackColor          = System.Drawing.Color.White;
            style4.Font               = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            style4.ForeColor          = System.Drawing.Color.Black;
            style4.SelectionBackColor = System.Drawing.Color.White;
            style4.SelectionForeColor = System.Drawing.Color.Black;
            this.dataGridViewAccounts.RowsDefaultCellStyle = style4;
            this.dataGridViewAccounts.RowTemplate.DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleLeft;
            this.dataGridViewAccounts.RowTemplate.DefaultCellStyle.Padding   = new Padding(1);
            this.dataGridViewAccounts.SelectionMode    = DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewAccounts.Size             = new Size(640, 0x107);
            this.dataGridViewAccounts.TabIndex         = 9;
            this.dataGridViewAccounts.TabStop          = false;
            this.dataGridViewAccounts.CellDoubleClick += new DataGridViewCellEventHandler(this.dataGridViewAccounts_CellDoubleClick);
            this.dataGridViewAccounts.Sorted          += new EventHandler(this.dataGridViewAccounts_Sorted);
            this.colPhoneNumber.FillWeight             = 50f;
            this.colPhoneNumber.HeaderText             = "Number";
            this.colPhoneNumber.MinimumWidth           = 100;
            this.colPhoneNumber.Name                         = "colPhoneNumber";
            this.colTitle.FillWeight                         = 90f;
            this.colTitle.HeaderText                         = "Title";
            this.colTitle.MinimumWidth                       = 70;
            this.colTitle.Name                               = "colTitle";
            this.colUnReadCount.FillWeight                   = 40f;
            this.colUnReadCount.HeaderText                   = "Unread";
            this.colUnReadCount.MinimumWidth                 = 20;
            this.colUnReadCount.Name                         = "colUnReadCount";
            this.colOldestUnRead.HeaderText                  = "Oldest Unread";
            this.colOldestUnRead.MinimumWidth                = 100;
            this.colOldestUnRead.Name                        = "colOldestUnRead";
            this.colLastSyncDate.HeaderText                  = "Last Refresh";
            this.colLastSyncDate.MinimumWidth                = 100;
            this.colLastSyncDate.Name                        = "colLastSyncDate";
            this.colConnectionStatus.FillWeight              = 60f;
            this.colConnectionStatus.HeaderText              = "Connection Status";
            this.colConnectionStatus.MinimumWidth            = 50;
            this.colConnectionStatus.Name                    = "colConnectionStatus";
            this.buttonRefresh.Anchor                        = AnchorStyles.Right | AnchorStyles.Bottom;
            this.buttonRefresh.Font                          = new Font("Arial", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.buttonRefresh.Location                      = new Point(0x21f, 0x12a);
            this.buttonRefresh.Margin                        = new Padding(4);
            this.buttonRefresh.Name                          = "buttonRefresh";
            this.buttonRefresh.Size                          = new Size(0x54, 0x1b);
            this.buttonRefresh.TabIndex                      = 11;
            this.buttonRefresh.Text                          = "Refresh";
            this.buttonRefresh.UseVisualStyleBackColor       = true;
            this.buttonRefresh.Click                        += new EventHandler(this.buttonRefresh_Click);
            this.labelTotalAccounts.Anchor                   = AnchorStyles.Left | AnchorStyles.Bottom;
            this.labelTotalAccounts.AutoSize                 = true;
            this.labelTotalAccounts.Font                     = new Font("Microsoft Sans Serif", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.labelTotalAccounts.Location                 = new Point(0xa7, 0x12e);
            this.labelTotalAccounts.Name                     = "labelTotalAccounts";
            this.labelTotalAccounts.Size                     = new Size(0x6f, 0x12);
            this.labelTotalAccounts.TabIndex                 = 12;
            this.labelTotalAccounts.Text                     = "Total Accounts:";
            this.labelTotalUnread.Anchor                     = AnchorStyles.Left | AnchorStyles.Bottom;
            this.labelTotalUnread.AutoSize                   = true;
            this.labelTotalUnread.Font                       = new Font("Microsoft Sans Serif", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.labelTotalUnread.Location                   = new Point(12, 0x12e);
            this.labelTotalUnread.Name                       = "labelTotalUnread";
            this.labelTotalUnread.Size                       = new Size(0x61, 0x12);
            this.labelTotalUnread.TabIndex                   = 14;
            this.labelTotalUnread.Text                       = "Total Unread:";
            this.checkBoxFullRefresh.Anchor                  = AnchorStyles.Right | AnchorStyles.Bottom;
            this.checkBoxFullRefresh.AutoSize                = true;
            this.checkBoxFullRefresh.Font                    = new Font("Arial", 8.25f, FontStyle.Italic);
            this.checkBoxFullRefresh.ForeColor               = System.Drawing.Color.FromArgb(0x40, 0x40, 0x40);
            this.checkBoxFullRefresh.Location                = new Point(0x1c1, 0x130);
            this.checkBoxFullRefresh.Name                    = "checkBoxFullRefresh";
            this.checkBoxFullRefresh.Size                    = new Size(0x57, 0x12);
            this.checkBoxFullRefresh.TabIndex                = 15;
            this.checkBoxFullRefresh.Text                    = "Full Refresh";
            this.checkBoxFullRefresh.UseVisualStyleBackColor = true;
            this.tryBETAToolStripMenuItem.Name               = "tryBETAToolStripMenuItem";
            this.tryBETAToolStripMenuItem.Size               = new Size(0x98, 0x16);
            this.tryBETAToolStripMenuItem.Text               = "Try BETA!";
            this.tryBETAToolStripMenuItem.Click             += new EventHandler(this.tryBETAToolStripMenuItem_Click);
            base.AutoScaleDimensions                         = new SizeF(6f, 13f);
            base.AutoScaleMode                               = AutoScaleMode.Font;
            base.ClientSize = new Size(640, 0x151);
            base.Controls.Add(this.checkBoxFullRefresh);
            base.Controls.Add(this.labelTotalUnread);
            base.Controls.Add(this.labelTotalAccounts);
            base.Controls.Add(this.buttonRefresh);
            base.Controls.Add(this.dataGridViewAccounts);
            base.Controls.Add(this.menuStripNewMessage);
            base.Icon          = (Icon)manager.GetObject("$this.Icon");
            base.MainMenuStrip = this.menuStripNewMessage;
            this.MinimumSize   = new Size(600, 0x177);
            base.Name          = "fmAccountDashboard";
            this.Text          = "Account Dashboard";
            base.Activated    += new EventHandler(this.fmAccountDashboard_Activated);
            base.FormClosing  += new FormClosingEventHandler(this.fmAccountDashboard_FormClosing);
            base.Load         += new EventHandler(this.fmAccountDashboard_Load);
            this.menuStripNewMessage.ResumeLayout(false);
            this.menuStripNewMessage.PerformLayout();
            ((ISupportInitialize)this.dataGridViewAccounts).EndInit();
            base.ResumeLayout(false);
            base.PerformLayout();
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.SuspendLayout();
            //
            // ucModuleLabel
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor           = System.Drawing.Color.Transparent;
            this.Name = "ucModuleLabel";
            this.Size = new System.Drawing.Size(345, 72);
            this.ResumeLayout(false);


            ComponentResourceManager manager = new ComponentResourceManager(typeof(ucWTable));
            DataGridViewCellStyle    style   = new DataGridViewCellStyle();
            DataGridViewCellStyle    style2  = new DataGridViewCellStyle();
            DataGridViewCellStyle    style3  = new DataGridViewCellStyle();
            DataGridViewCellStyle    style4  = new DataGridViewCellStyle();
            DataGridViewCellStyle    style5  = new DataGridViewCellStyle();
            DataGridViewCellStyle    style6  = new DataGridViewCellStyle();

            this.splitContainerMain = new SplitContainer();
            this.splitContainer1    = new SplitContainer();
            this.panel1             = new Panel();
            this.label1             = new Label();
            this.panel5             = new Panel();
            this.label5             = new Label();
            this.splitContainer2    = new SplitContainer();
            this.panel2             = new Panel();
            this.label2             = new Label();
            this.dgvCongNo          = new dgvControl();
            this.panel3             = new Panel();
            this.label3             = new Label();
            this.dgvTaiKhoan        = new dgvControl();
            this.viewDoanhThuChiPhi = new DataDynamics.ActiveReports.Viewer.Viewer();
            this.viewDoanhThu       = new DataDynamics.ActiveReports.Viewer.Viewer();
            this.splitContainerMain.Panel1.SuspendLayout();
            this.splitContainerMain.Panel2.SuspendLayout();
            this.splitContainerMain.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel5.SuspendLayout();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.panel2.SuspendLayout();
            ((ISupportInitialize)this.dgvCongNo).BeginInit();
            this.panel3.SuspendLayout();
            ((ISupportInitialize)this.dgvTaiKhoan).BeginInit();
            base.SuspendLayout();
            this.splitContainerMain.Dock        = DockStyle.Fill;
            this.splitContainerMain.Location    = new Point(0, 0);
            this.splitContainerMain.Name        = "splitContainerMain";
            this.splitContainerMain.Orientation = Orientation.Horizontal;
            this.splitContainerMain.Panel1.Controls.Add(this.splitContainer1);
            this.splitContainerMain.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainerMain.Size             = new Size(800, 0x235);
            this.splitContainerMain.SplitterDistance = 300;
            this.splitContainerMain.TabIndex         = 0;
            this.splitContainer1.Dock     = DockStyle.Fill;
            this.splitContainer1.Location = new Point(0, 0);
            this.splitContainer1.Name     = "splitContainer1";
            this.splitContainer1.Panel1.Controls.Add(this.panel1);
            this.splitContainer1.Panel1.Controls.Add(this.viewDoanhThuChiPhi);
            this.splitContainer1.Panel2.Controls.Add(this.panel5);
            this.splitContainer1.Panel2.Controls.Add(this.viewDoanhThu);
            this.splitContainer1.Size             = new Size(800, 300);
            this.splitContainer1.SplitterDistance = 450;
            this.splitContainer1.TabIndex         = 2;
            this.panel1.BackColor             = SystemColors.GradientActiveCaption;
            this.panel1.BackgroundImage       = (Image)manager.GetObject("panel1.BackgroundImage");
            this.panel1.BackgroundImageLayout = ImageLayout.Stretch;
            this.panel1.Controls.Add(this.label1);
            this.panel1.Dock      = DockStyle.Top;
            this.panel1.Location  = new Point(0, 0);
            this.panel1.Name      = "panel1";
            this.panel1.Size      = new Size(450, 20);
            this.panel1.TabIndex  = 2;
            this.label1.AutoSize  = true;
            this.label1.BackColor = Color.Transparent;
            this.label1.Location  = new Point(5, 3);
            this.label1.Name      = "label1";
            this.label1.Size      = new Size(100, 13);
            this.label1.TabIndex  = 0;
            this.label1.Tag       = "DOANH_THU_CHI_PHI";
            this.label1.Text      = "Doanh thu - Chi ph\x00ed";
            //this.viewDoanhThuChiPhi.AutoSizeMode = AutoSizeMode.GrowAndShrink;
            this.viewDoanhThuChiPhi.BackColor             = SystemColors.GradientActiveCaption;
            this.viewDoanhThuChiPhi.BackgroundImageLayout = ImageLayout.Center;
            this.viewDoanhThuChiPhi.Dock     = DockStyle.Fill;
            this.viewDoanhThuChiPhi.Document = new DataDynamics.ActiveReports.Document.Document("ARNet Document");
            this.viewDoanhThuChiPhi.Location = new Point(0, 0);
            this.viewDoanhThuChiPhi.Name     = "viewDoanhThuChiPhi";
            this.viewDoanhThuChiPhi.ReportViewer.BackColor        = SystemColors.GradientActiveCaption;
            this.viewDoanhThuChiPhi.ReportViewer.CurrentPage      = 0;
            this.viewDoanhThuChiPhi.ReportViewer.DisplayUnits     = DisplayUnits.Metric;
            this.viewDoanhThuChiPhi.ReportViewer.MultiplePageCols = 3;
            this.viewDoanhThuChiPhi.ReportViewer.MultiplePageRows = 2;
            this.viewDoanhThuChiPhi.ReportViewer.RulerVisible     = false;
            this.viewDoanhThuChiPhi.ReportViewer.ViewType         = ViewType.Normal;
            this.viewDoanhThuChiPhi.ReportViewer.Zoom             = 0.99f;
            this.viewDoanhThuChiPhi.Size                  = new Size(450, 300);
            this.viewDoanhThuChiPhi.TabIndex              = 3;
            this.viewDoanhThuChiPhi.TableOfContents.Text  = "Table Of Contents";
            this.viewDoanhThuChiPhi.TableOfContents.Width = 200;
            this.viewDoanhThuChiPhi.TabTitleLength        = 0x23;
            this.viewDoanhThuChiPhi.Toolbar.Font          = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.viewDoanhThuChiPhi.Toolbar.Visible       = false;
            this.panel5.BackColor             = SystemColors.GradientActiveCaption;
            this.panel5.BackgroundImage       = (Image)manager.GetObject("panel5.BackgroundImage");
            this.panel5.BackgroundImageLayout = ImageLayout.Stretch;
            this.panel5.Controls.Add(this.label5);
            this.panel5.Dock      = DockStyle.Top;
            this.panel5.Location  = new Point(0, 0);
            this.panel5.Name      = "panel5";
            this.panel5.Size      = new Size(0x15a, 20);
            this.panel5.TabIndex  = 2;
            this.label5.AutoSize  = true;
            this.label5.BackColor = Color.Transparent;
            this.label5.Location  = new Point(5, 3);
            this.label5.Name      = "label5";
            this.label5.Size      = new Size(100, 13);
            this.label5.TabIndex  = 0;
            this.label5.Tag       = "DOANH_SO_MAT_HANG";
            this.label5.Text      = "Doanh số mặt h\x00e0ng";
            //this.viewDoanhThu.AutoSizeMode = AutoSizeMode.GrowAndShrink;
            this.viewDoanhThu.BackColor             = SystemColors.Control;
            this.viewDoanhThu.BackgroundImageLayout = ImageLayout.Center;
            this.viewDoanhThu.Dock     = DockStyle.Fill;
            this.viewDoanhThu.Document = new DataDynamics.ActiveReports.Document.Document("ARNet Document");
            this.viewDoanhThu.Location = new Point(0, 0);
            this.viewDoanhThu.Name     = "viewDoanhThu";
            this.viewDoanhThu.ReportViewer.BackColor        = SystemColors.GradientActiveCaption;
            this.viewDoanhThu.ReportViewer.CurrentPage      = 0;
            this.viewDoanhThu.ReportViewer.DisplayUnits     = DisplayUnits.Metric;
            this.viewDoanhThu.ReportViewer.MultiplePageCols = 3;
            this.viewDoanhThu.ReportViewer.MultiplePageRows = 2;
            this.viewDoanhThu.ReportViewer.RulerVisible     = false;
            this.viewDoanhThu.ReportViewer.ViewType         = ViewType.Normal;
            this.viewDoanhThu.ReportViewer.Zoom             = 0.99f;
            this.viewDoanhThu.Size                  = new Size(0x15a, 300);
            this.viewDoanhThu.TabIndex              = 4;
            this.viewDoanhThu.TableOfContents.Text  = "Table Of Contents";
            this.viewDoanhThu.TableOfContents.Width = 200;
            this.viewDoanhThu.TabTitleLength        = 0x23;
            this.viewDoanhThu.Toolbar.Font          = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.viewDoanhThu.Toolbar.Visible       = false;
            this.splitContainer2.Dock               = DockStyle.Fill;
            this.splitContainer2.Location           = new Point(0, 0);
            this.splitContainer2.Name               = "splitContainer2";
            this.splitContainer2.Panel1.Controls.Add(this.panel2);
            this.splitContainer2.Panel1.Controls.Add(this.dgvCongNo);
            this.splitContainer2.Panel2.Controls.Add(this.panel3);
            this.splitContainer2.Panel2.Controls.Add(this.dgvTaiKhoan);
            this.splitContainer2.Size             = new Size(800, 0x105);
            this.splitContainer2.SplitterDistance = 450;
            this.splitContainer2.TabIndex         = 0;
            this.panel2.BackColor             = SystemColors.GradientActiveCaption;
            this.panel2.BackgroundImage       = (Image)manager.GetObject("panel2.BackgroundImage");
            this.panel2.BackgroundImageLayout = ImageLayout.Stretch;
            this.panel2.Controls.Add(this.label2);
            this.panel2.Dock                               = DockStyle.Top;
            this.panel2.Location                           = new Point(0, 0);
            this.panel2.Name                               = "panel2";
            this.panel2.Size                               = new Size(450, 20);
            this.panel2.TabIndex                           = 2;
            this.label2.AutoSize                           = true;
            this.label2.BackColor                          = Color.Transparent;
            this.label2.Location                           = new Point(5, 2);
            this.label2.Name                               = "label2";
            this.label2.Size                               = new Size(90, 13);
            this.label2.TabIndex                           = 0;
            this.label2.Tag                                = "Cong_No_Den_Han";
            this.label2.Text                               = "C\x00f4ng nợ đến hạn";
            this.dgvCongNo.AllowUserToAddRows              = false;
            this.dgvCongNo.AllowUserToDeleteRows           = false;
            style.BackColor                                = Color.FromArgb(0xf5, 0xf9, 0xff);
            this.dgvCongNo.AlternatingRowsDefaultCellStyle = style;
            this.dgvCongNo.Anchor                          = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
            //this.dgvCongNo.AutoFixsize = false;
            this.dgvCongNo.BackgroundColor = Color.White;
            //this.dgvCongNo.BorderStyle = BorderStyle.Fixed3D;
            this.dgvCongNo.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
            //style2.Alignment = DataGridViewContentAlignment.MiddleLeft;
            //style2.BackColor = Color.FromArgb(220, 0xeb, 0xff);
            //style2.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            //style2.ForeColor = SystemColors.WindowText;
            //style2.SelectionBackColor = SystemColors.Highlight;
            //style2.SelectionForeColor = SystemColors.HighlightText;
            //style2.WrapMode = DataGridViewTriState.True;
            //this.dgvCongNo.ColumnHeadersDefaultCellStyle = style2;
            this.dgvCongNo.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvCongNo.EnableHeadersVisualStyles   = false;
            this.dgvCongNo.GridColor             = Color.FromArgb(0xa5, 0xbf, 0xe1);
            this.dgvCongNo.Location              = new Point(0, 0x15);
            this.dgvCongNo.MultiSelect           = false;
            this.dgvCongNo.Name                  = "dgvCongNo";
            this.dgvCongNo.ReadOnly              = true;
            this.dgvCongNo.RowHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
            //style3.Alignment = DataGridViewContentAlignment.MiddleLeft;
            //style3.BackColor = Color.FromArgb(220, 0xeb, 0xff);
            //style3.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            //style3.ForeColor = SystemColors.WindowText;
            //style3.SelectionBackColor = SystemColors.Highlight;
            //style3.SelectionForeColor = SystemColors.HighlightText;
            //style3.WrapMode = DataGridViewTriState.True;
            //this.dgvCongNo.RowHeadersDefaultCellStyle = style3;
            this.dgvCongNo.RowTemplate.Height = 20;
            this.dgvCongNo.Size               = new Size(450, 240);
            this.dgvCongNo.strZone            = "";
            this.dgvCongNo.TabIndex           = 3;
            this.panel3.BackColor             = SystemColors.GradientActiveCaption;
            this.panel3.BackgroundImage       = (Image)manager.GetObject("panel3.BackgroundImage");
            this.panel3.BackgroundImageLayout = ImageLayout.Stretch;
            this.panel3.Controls.Add(this.label3);
            this.panel3.Dock      = DockStyle.Top;
            this.panel3.Location  = new Point(0, 0);
            this.panel3.Name      = "panel3";
            this.panel3.Size      = new Size(0x15a, 20);
            this.panel3.TabIndex  = 4;
            this.label3.AutoSize  = true;
            this.label3.BackColor = Color.Transparent;
            this.label3.Location  = new Point(5, 2);
            this.label3.Name      = "label3";
            this.label3.Size      = new Size(80, 13);
            this.label3.TabIndex  = 0;
            this.label3.Tag       = "Bao_Cao_Nhanh";
            this.label3.Text      = "B\x00e1o c\x00e1o nhanh";
            this.dgvTaiKhoan.AllowUserToAddRows    = false;
            this.dgvTaiKhoan.AllowUserToDeleteRows = false;
            style4.BackColor = Color.FromArgb(0xf5, 0xf9, 0xff);
            this.dgvTaiKhoan.AlternatingRowsDefaultCellStyle = style4;
            this.dgvTaiKhoan.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
            //this.dgvTaiKhoan.AutoFixsize = false;
            this.dgvTaiKhoan.BackgroundColor = Color.White;
            //this.dgvTaiKhoan.BorderStyle = BorderStyle.Fixed3D;
            this.dgvTaiKhoan.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
            //style5.Alignment = DataGridViewContentAlignment.MiddleLeft;
            //style5.BackColor = Color.FromArgb(220, 0xeb, 0xff);
            //style5.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            //style5.ForeColor = SystemColors.WindowText;
            //style5.SelectionBackColor = SystemColors.Highlight;
            //style5.SelectionForeColor = SystemColors.HighlightText;
            //style5.WrapMode = DataGridViewTriState.True;
            //this.dgvTaiKhoan.ColumnHeadersDefaultCellStyle = style5;
            this.dgvTaiKhoan.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvTaiKhoan.EnableHeadersVisualStyles   = false;
            this.dgvTaiKhoan.GridColor             = Color.FromArgb(0xa5, 0xbf, 0xe1);
            this.dgvTaiKhoan.Location              = new Point(4, 0x15);
            this.dgvTaiKhoan.MultiSelect           = false;
            this.dgvTaiKhoan.Name                  = "dgvTaiKhoan";
            this.dgvTaiKhoan.ReadOnly              = true;
            this.dgvTaiKhoan.RowHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
            //style6.Alignment = DataGridViewContentAlignment.MiddleLeft;
            //style6.BackColor = Color.FromArgb(220, 0xeb, 0xff);
            //style6.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            //style6.ForeColor = SystemColors.WindowText;
            //style6.SelectionBackColor = SystemColors.Highlight;
            //style6.SelectionForeColor = SystemColors.HighlightText;
            //style6.WrapMode = DataGridViewTriState.True;
            //this.dgvTaiKhoan.RowHeadersDefaultCellStyle = style6;
            this.dgvTaiKhoan.RowTemplate.Height = 20;
            this.dgvTaiKhoan.Size     = new Size(0x153, 0xed);
            this.dgvTaiKhoan.strZone  = "";
            this.dgvTaiKhoan.TabIndex = 5;
            //this.dgvTaiKhoan.UseFilter = false;
            this.AutoScaleDimensions = new SizeF(6f, 13f);
            //this.AutoScaleMode = AutoScaleMode.Font;
            this.Controls.Add(this.splitContainerMain);
            this.Name = "ucDesktop";
            this.Size = new Size(800, 0x235);
            this.splitContainerMain.Panel1.ResumeLayout(false);
            this.splitContainerMain.Panel2.ResumeLayout(false);
            this.splitContainerMain.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((ISupportInitialize)this.dgvCongNo).EndInit();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            ((ISupportInitialize)this.dgvTaiKhoan).EndInit();
            base.ResumeLayout(false);
        }
Beispiel #21
0
        private void InitializeComponent()
        {
            ComponentResourceManager manager = new ComponentResourceManager(typeof(frmSwitchProtocol));

            this.frmSwitchProtocolGrpBox           = new GroupBox();
            this.frmSwitchProtocolNMEARadioBtn     = new RadioButton();
            this.frmSwitchProtocolSSBRadioBtn      = new RadioButton();
            this.frmSwitchProtocolsSetBtn          = new Button();
            this.frmSwitchProtocolCancelBtn        = new Button();
            this.frmSwitchProtocolBaudRateComboBox = new ComboBox();
            this.frmSwitchProtocolBaudRateLable    = new Label();
            this.frmSwitchProtocolGGALable         = new Label();
            this.frmSwitchProtocolGGARateComboBox  = new ComboBox();
            this.frmSwitchProtocolGLLLabel         = new Label();
            this.frmSwitchProtocolGLLRateComboBox  = new ComboBox();
            this.frmSwitchProtocolGSALable         = new Label();
            this.frmSwitchProtocolGSARateComboBox  = new ComboBox();
            this.frmSwitchProtocolGSVLabel         = new Label();
            this.frmSwitchProtocolGSVRateComboBox  = new ComboBox();
            this.frmSwitchProtocolRMCLabel         = new Label();
            this.frmSwitchProtocolRMCRateComboBox  = new ComboBox();
            this.frmSwitchProtocolVTGLabel         = new Label();
            this.frmSwitchProtocolVTGRateComboBox  = new ComboBox();
            this.frmSwitchProtocolUpdateRateGrpBox = new GroupBox();
            this.frmSwitchProtocolGrpBox.SuspendLayout();
            this.frmSwitchProtocolUpdateRateGrpBox.SuspendLayout();
            base.SuspendLayout();
            this.frmSwitchProtocolGrpBox.Controls.Add(this.frmSwitchProtocolNMEARadioBtn);
            this.frmSwitchProtocolGrpBox.Controls.Add(this.frmSwitchProtocolSSBRadioBtn);
            this.frmSwitchProtocolGrpBox.Location       = new Point(0x10, 0x13);
            this.frmSwitchProtocolGrpBox.Name           = "frmSwitchProtocolGrpBox";
            this.frmSwitchProtocolGrpBox.Size           = new Size(0x87, 0x54);
            this.frmSwitchProtocolGrpBox.TabIndex       = 0;
            this.frmSwitchProtocolGrpBox.TabStop        = false;
            this.frmSwitchProtocolGrpBox.Text           = "Protocols";
            this.frmSwitchProtocolNMEARadioBtn.AutoSize = true;
            this.frmSwitchProtocolNMEARadioBtn.Location = new Point(0x17, 0x31);
            this.frmSwitchProtocolNMEARadioBtn.Name     = "frmSwitchProtocolNMEARadioBtn";
            this.frmSwitchProtocolNMEARadioBtn.Size     = new Size(0x38, 0x11);
            this.frmSwitchProtocolNMEARadioBtn.TabIndex = 0;
            this.frmSwitchProtocolNMEARadioBtn.TabStop  = true;
            this.frmSwitchProtocolNMEARadioBtn.Text     = "NMEA";
            this.frmSwitchProtocolNMEARadioBtn.UseVisualStyleBackColor = true;
            this.frmSwitchProtocolNMEARadioBtn.CheckedChanged         += new EventHandler(this.frmSwitchProtocolNMEARadioBtn_CheckedChanged);
            this.frmSwitchProtocolSSBRadioBtn.AutoSize = true;
            this.frmSwitchProtocolSSBRadioBtn.Location = new Point(0x17, 0x1a);
            this.frmSwitchProtocolSSBRadioBtn.Name     = "frmSwitchProtocolSSBRadioBtn";
            this.frmSwitchProtocolSSBRadioBtn.Size     = new Size(0x2f, 0x11);
            this.frmSwitchProtocolSSBRadioBtn.TabIndex = 0;
            this.frmSwitchProtocolSSBRadioBtn.TabStop  = true;
            this.frmSwitchProtocolSSBRadioBtn.Text     = "OSP";
            this.frmSwitchProtocolSSBRadioBtn.UseVisualStyleBackColor = true;
            this.frmSwitchProtocolSSBRadioBtn.CheckedChanged         += new EventHandler(this.frmSwitchProtocolSSBRadioBtn_CheckedChanged);
            this.frmSwitchProtocolsSetBtn.Location = new Point(0xc4, 0x24);
            this.frmSwitchProtocolsSetBtn.Name     = "frmSwitchProtocolsSetBtn";
            this.frmSwitchProtocolsSetBtn.Size     = new Size(0x4b, 0x17);
            this.frmSwitchProtocolsSetBtn.TabIndex = 1;
            this.frmSwitchProtocolsSetBtn.Text     = "&Set";
            this.frmSwitchProtocolsSetBtn.UseVisualStyleBackColor = true;
            this.frmSwitchProtocolsSetBtn.Click                     += new EventHandler(this.frmSwitchProtocolsSetBtn_Click);
            this.frmSwitchProtocolCancelBtn.DialogResult             = System.Windows.Forms.DialogResult.Cancel;
            this.frmSwitchProtocolCancelBtn.Location                 = new Point(0xc4, 0x41);
            this.frmSwitchProtocolCancelBtn.Name                     = "frmSwitchProtocolCancelBtn";
            this.frmSwitchProtocolCancelBtn.Size                     = new Size(0x4b, 0x17);
            this.frmSwitchProtocolCancelBtn.TabIndex                 = 1;
            this.frmSwitchProtocolCancelBtn.Text                     = "&Cancel";
            this.frmSwitchProtocolCancelBtn.UseVisualStyleBackColor  = true;
            this.frmSwitchProtocolCancelBtn.Click                   += new EventHandler(this.frmSwitchProtocolCancelBtn_Click);
            this.frmSwitchProtocolBaudRateComboBox.FormattingEnabled = true;
            this.frmSwitchProtocolBaudRateComboBox.Items.AddRange(new object[] { "300", "600", "1200", "2400", "4800", "9600", "19200", "38400", "57600", "115200", "230400", "460800", "921600", "1228800" });
            this.frmSwitchProtocolBaudRateComboBox.Location         = new Point(0xca, 0xb0);
            this.frmSwitchProtocolBaudRateComboBox.Name             = "frmSwitchProtocolBaudRateComboBox";
            this.frmSwitchProtocolBaudRateComboBox.Size             = new Size(0x4c, 0x15);
            this.frmSwitchProtocolBaudRateComboBox.TabIndex         = 0x11;
            this.frmSwitchProtocolBaudRateLable.AutoSize            = true;
            this.frmSwitchProtocolBaudRateLable.Location            = new Point(0xc7, 0x95);
            this.frmSwitchProtocolBaudRateLable.Name                = "frmSwitchProtocolBaudRateLable";
            this.frmSwitchProtocolBaudRateLable.Size                = new Size(0x3d, 13);
            this.frmSwitchProtocolBaudRateLable.TabIndex            = 0x12;
            this.frmSwitchProtocolBaudRateLable.Text                = "Baud Rate:";
            this.frmSwitchProtocolGGALable.AutoSize                 = true;
            this.frmSwitchProtocolGGALable.Location                 = new Point(0x12, 30);
            this.frmSwitchProtocolGGALable.Name                     = "frmSwitchProtocolGGALable";
            this.frmSwitchProtocolGGALable.Size                     = new Size(0x21, 13);
            this.frmSwitchProtocolGGALable.TabIndex                 = 0x13;
            this.frmSwitchProtocolGGALable.Text                     = "GGA:";
            this.frmSwitchProtocolGGARateComboBox.FormattingEnabled = true;
            this.frmSwitchProtocolGGARateComboBox.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" });
            this.frmSwitchProtocolGGARateComboBox.Location          = new Point(0x36, 0x1a);
            this.frmSwitchProtocolGGARateComboBox.Name              = "frmSwitchProtocolGGARateComboBox";
            this.frmSwitchProtocolGGARateComboBox.Size              = new Size(0x42, 0x15);
            this.frmSwitchProtocolGGARateComboBox.TabIndex          = 20;
            this.frmSwitchProtocolGLLLabel.AutoSize                 = true;
            this.frmSwitchProtocolGLLLabel.Location                 = new Point(0x12, 0x34);
            this.frmSwitchProtocolGLLLabel.Name                     = "frmSwitchProtocolGLLLabel";
            this.frmSwitchProtocolGLLLabel.Size                     = new Size(30, 13);
            this.frmSwitchProtocolGLLLabel.TabIndex                 = 0x13;
            this.frmSwitchProtocolGLLLabel.Text                     = "GLL:";
            this.frmSwitchProtocolGLLRateComboBox.FormattingEnabled = true;
            this.frmSwitchProtocolGLLRateComboBox.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" });
            this.frmSwitchProtocolGLLRateComboBox.Location          = new Point(0x36, 0x2f);
            this.frmSwitchProtocolGLLRateComboBox.Name              = "frmSwitchProtocolGLLRateComboBox";
            this.frmSwitchProtocolGLLRateComboBox.Size              = new Size(0x42, 0x15);
            this.frmSwitchProtocolGLLRateComboBox.TabIndex          = 20;
            this.frmSwitchProtocolGSALable.AutoSize                 = true;
            this.frmSwitchProtocolGSALable.Location                 = new Point(0x12, 0x4a);
            this.frmSwitchProtocolGSALable.Name                     = "frmSwitchProtocolGSALable";
            this.frmSwitchProtocolGSALable.Size                     = new Size(0x20, 13);
            this.frmSwitchProtocolGSALable.TabIndex                 = 0x13;
            this.frmSwitchProtocolGSALable.Text                     = "GSA:";
            this.frmSwitchProtocolGSARateComboBox.FormattingEnabled = true;
            this.frmSwitchProtocolGSARateComboBox.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" });
            this.frmSwitchProtocolGSARateComboBox.Location          = new Point(0x36, 0x44);
            this.frmSwitchProtocolGSARateComboBox.Name              = "frmSwitchProtocolGSARateComboBox";
            this.frmSwitchProtocolGSARateComboBox.Size              = new Size(0x42, 0x15);
            this.frmSwitchProtocolGSARateComboBox.TabIndex          = 20;
            this.frmSwitchProtocolGSVLabel.AutoSize                 = true;
            this.frmSwitchProtocolGSVLabel.Location                 = new Point(0x12, 0x60);
            this.frmSwitchProtocolGSVLabel.Name                     = "frmSwitchProtocolGSVLabel";
            this.frmSwitchProtocolGSVLabel.Size                     = new Size(0x20, 13);
            this.frmSwitchProtocolGSVLabel.TabIndex                 = 0x13;
            this.frmSwitchProtocolGSVLabel.Text                     = "GSV:";
            this.frmSwitchProtocolGSVRateComboBox.FormattingEnabled = true;
            this.frmSwitchProtocolGSVRateComboBox.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" });
            this.frmSwitchProtocolGSVRateComboBox.Location          = new Point(0x36, 0x59);
            this.frmSwitchProtocolGSVRateComboBox.Name              = "frmSwitchProtocolGSVRateComboBox";
            this.frmSwitchProtocolGSVRateComboBox.Size              = new Size(0x42, 0x15);
            this.frmSwitchProtocolGSVRateComboBox.TabIndex          = 20;
            this.frmSwitchProtocolRMCLabel.AutoSize                 = true;
            this.frmSwitchProtocolRMCLabel.Location                 = new Point(0x12, 0x76);
            this.frmSwitchProtocolRMCLabel.Name                     = "frmSwitchProtocolRMCLabel";
            this.frmSwitchProtocolRMCLabel.Size                     = new Size(0x22, 13);
            this.frmSwitchProtocolRMCLabel.TabIndex                 = 0x13;
            this.frmSwitchProtocolRMCLabel.Text                     = "RMC:";
            this.frmSwitchProtocolRMCRateComboBox.FormattingEnabled = true;
            this.frmSwitchProtocolRMCRateComboBox.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" });
            this.frmSwitchProtocolRMCRateComboBox.Location          = new Point(0x36, 110);
            this.frmSwitchProtocolRMCRateComboBox.Name              = "frmSwitchProtocolRMCRateComboBox";
            this.frmSwitchProtocolRMCRateComboBox.Size              = new Size(0x42, 0x15);
            this.frmSwitchProtocolRMCRateComboBox.TabIndex          = 20;
            this.frmSwitchProtocolVTGLabel.AutoSize                 = true;
            this.frmSwitchProtocolVTGLabel.Location                 = new Point(0x12, 140);
            this.frmSwitchProtocolVTGLabel.Name                     = "frmSwitchProtocolVTGLabel";
            this.frmSwitchProtocolVTGLabel.Size                     = new Size(0x20, 13);
            this.frmSwitchProtocolVTGLabel.TabIndex                 = 0x13;
            this.frmSwitchProtocolVTGLabel.Text                     = "VTG:";
            this.frmSwitchProtocolVTGRateComboBox.FormattingEnabled = true;
            this.frmSwitchProtocolVTGRateComboBox.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" });
            this.frmSwitchProtocolVTGRateComboBox.Location = new Point(0x36, 0x83);
            this.frmSwitchProtocolVTGRateComboBox.Name     = "frmSwitchProtocolVTGRateComboBox";
            this.frmSwitchProtocolVTGRateComboBox.Size     = new Size(0x42, 0x15);
            this.frmSwitchProtocolVTGRateComboBox.TabIndex = 20;
            this.frmSwitchProtocolUpdateRateGrpBox.Controls.Add(this.frmSwitchProtocolVTGRateComboBox);
            this.frmSwitchProtocolUpdateRateGrpBox.Controls.Add(this.frmSwitchProtocolGGALable);
            this.frmSwitchProtocolUpdateRateGrpBox.Controls.Add(this.frmSwitchProtocolGGARateComboBox);
            this.frmSwitchProtocolUpdateRateGrpBox.Controls.Add(this.frmSwitchProtocolVTGLabel);
            this.frmSwitchProtocolUpdateRateGrpBox.Controls.Add(this.frmSwitchProtocolGLLLabel);
            this.frmSwitchProtocolUpdateRateGrpBox.Controls.Add(this.frmSwitchProtocolRMCRateComboBox);
            this.frmSwitchProtocolUpdateRateGrpBox.Controls.Add(this.frmSwitchProtocolGLLRateComboBox);
            this.frmSwitchProtocolUpdateRateGrpBox.Controls.Add(this.frmSwitchProtocolRMCLabel);
            this.frmSwitchProtocolUpdateRateGrpBox.Controls.Add(this.frmSwitchProtocolGSALable);
            this.frmSwitchProtocolUpdateRateGrpBox.Controls.Add(this.frmSwitchProtocolGSVRateComboBox);
            this.frmSwitchProtocolUpdateRateGrpBox.Controls.Add(this.frmSwitchProtocolGSARateComboBox);
            this.frmSwitchProtocolUpdateRateGrpBox.Controls.Add(this.frmSwitchProtocolGSVLabel);
            this.frmSwitchProtocolUpdateRateGrpBox.Location = new Point(0x10, 0x7c);
            this.frmSwitchProtocolUpdateRateGrpBox.Name     = "frmSwitchProtocolUpdateRateGrpBox";
            this.frmSwitchProtocolUpdateRateGrpBox.Size     = new Size(0x87, 0xaf);
            this.frmSwitchProtocolUpdateRateGrpBox.TabIndex = 0x16;
            this.frmSwitchProtocolUpdateRateGrpBox.TabStop  = false;
            this.frmSwitchProtocolUpdateRateGrpBox.Text     = "Update Rate (s)";
            base.AcceptButton        = this.frmSwitchProtocolsSetBtn;
            base.AutoScaleDimensions = new SizeF(6f, 13f);
            base.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            base.CancelButton        = this.frmSwitchProtocolCancelBtn;
            base.ClientSize          = new Size(0x144, 0x148);
            base.Controls.Add(this.frmSwitchProtocolUpdateRateGrpBox);
            base.Controls.Add(this.frmSwitchProtocolBaudRateComboBox);
            base.Controls.Add(this.frmSwitchProtocolBaudRateLable);
            base.Controls.Add(this.frmSwitchProtocolCancelBtn);
            base.Controls.Add(this.frmSwitchProtocolsSetBtn);
            base.Controls.Add(this.frmSwitchProtocolGrpBox);
            base.Icon          = (Icon)manager.GetObject("$this.Icon");
            base.Name          = "frmSwitchProtocol";
            base.ShowInTaskbar = false;
            base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            base.StartPosition = FormStartPosition.CenterScreen;
            this.Text          = "Switch Protocol";
            base.Load         += new EventHandler(this.frmSwitchProtocol_Load);
            this.frmSwitchProtocolGrpBox.ResumeLayout(false);
            this.frmSwitchProtocolGrpBox.PerformLayout();
            this.frmSwitchProtocolUpdateRateGrpBox.ResumeLayout(false);
            this.frmSwitchProtocolUpdateRateGrpBox.PerformLayout();
            base.ResumeLayout(false);
            base.PerformLayout();
        }
Beispiel #22
0
        // Token: 0x0600006C RID: 108 RVA: 0x000098A4 File Offset: 0x00007AA4
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(reg_maker));

            this.bunifuMaterialTextbox3 = new BunifuMaterialTextbox();
            this.bunifuMaterialTextbox1 = new BunifuMaterialTextbox();
            this.bunifuImageButton1     = new BunifuImageButton();
            this.label3 = new Label();
            this.bunifuMaterialTextbox2 = new BunifuMaterialTextbox();
            this.label1 = new Label();
            this.bunifuMaterialTextbox4 = new BunifuMaterialTextbox();
            this.label2 = new Label();
            this.bunifuMaterialTextbox5 = new BunifuMaterialTextbox();
            this.label7          = new Label();
            this.bunifuCheckbox7 = new BunifuCheckbox();
            this.label4          = new Label();
            this.bunifuCheckbox1 = new BunifuCheckbox();
            this.label6          = new Label();
            this.bunifuCheckbox3 = new BunifuCheckbox();
            this.textBox1        = new TextBox();
            Guna2Button guna2Button = new Guna2Button();

            ((ISupportInitialize)this.bunifuImageButton1).BeginInit();
            base.SuspendLayout();
            guna2Button.BorderRadius        = 22;
            guna2Button.CheckedState.Parent = guna2Button;
            guna2Button.CustomImages.Parent = guna2Button;
            guna2Button.FillColor           = Color.White;
            guna2Button.Font                                = new Font("Segoe UI", 15f);
            guna2Button.ForeColor                           = Color.FromArgb(40, 42, 60);
            guna2Button.HoverState.Parent                   = guna2Button;
            guna2Button.Image                               = (Image)componentResourceManager.GetObject("guna2Button2.Image");
            guna2Button.ImageAlign                          = HorizontalAlignment.Left;
            guna2Button.ImageSize                           = new Size(40, 40);
            guna2Button.Location                            = new Point(393, 314);
            guna2Button.Name                                = "guna2Button2";
            guna2Button.ShadowDecoration.Parent             = guna2Button;
            guna2Button.Size                                = new Size(215, 61);
            guna2Button.TabIndex                            = 7;
            guna2Button.Text                                = "Create";
            guna2Button.Click                              += this.guna2Button2_Click;
            this.bunifuMaterialTextbox3.Cursor              = Cursors.IBeam;
            this.bunifuMaterialTextbox3.Font                = new Font("Microsoft Sans Serif", 9.75f);
            this.bunifuMaterialTextbox3.ForeColor           = Color.White;
            this.bunifuMaterialTextbox3.HintForeColor       = Color.FromArgb(224, 224, 224);
            this.bunifuMaterialTextbox3.HintText            = "Output";
            this.bunifuMaterialTextbox3.isPassword          = false;
            this.bunifuMaterialTextbox3.LineFocusedColor    = Color.White;
            this.bunifuMaterialTextbox3.LineIdleColor       = Color.White;
            this.bunifuMaterialTextbox3.LineMouseHoverColor = Color.White;
            this.bunifuMaterialTextbox3.LineThickness       = 3;
            this.bunifuMaterialTextbox3.Location            = new Point(431, 242);
            this.bunifuMaterialTextbox3.Margin              = new Padding(4);
            this.bunifuMaterialTextbox3.Name                = "bunifuMaterialTextbox3";
            this.bunifuMaterialTextbox3.Size                = new Size(138, 33);
            this.bunifuMaterialTextbox3.TabIndex            = 15;
            this.bunifuMaterialTextbox3.TextAlign           = HorizontalAlignment.Center;
            this.bunifuMaterialTextbox3.OnValueChanged     += this.bunifuMaterialTextbox3_OnValueChanged;
            this.bunifuMaterialTextbox1.Cursor              = Cursors.IBeam;
            this.bunifuMaterialTextbox1.Font                = new Font("Microsoft Sans Serif", 9.75f);
            this.bunifuMaterialTextbox1.ForeColor           = Color.White;
            this.bunifuMaterialTextbox1.HintForeColor       = Color.FromArgb(224, 224, 224);
            this.bunifuMaterialTextbox1.HintText            = "Regedit Name";
            this.bunifuMaterialTextbox1.isPassword          = false;
            this.bunifuMaterialTextbox1.LineFocusedColor    = Color.White;
            this.bunifuMaterialTextbox1.LineIdleColor       = Color.White;
            this.bunifuMaterialTextbox1.LineMouseHoverColor = Color.White;
            this.bunifuMaterialTextbox1.LineThickness       = 3;
            this.bunifuMaterialTextbox1.Location            = new Point(431, 184);
            this.bunifuMaterialTextbox1.Margin              = new Padding(4);
            this.bunifuMaterialTextbox1.Name                = "bunifuMaterialTextbox1";
            this.bunifuMaterialTextbox1.Size                = new Size(138, 33);
            this.bunifuMaterialTextbox1.TabIndex            = 16;
            this.bunifuMaterialTextbox1.TextAlign           = HorizontalAlignment.Center;
            this.bunifuMaterialTextbox1.OnValueChanged     += this.bunifuMaterialTextbox1_OnValueChanged;
            this.bunifuImageButton1.BackColor               = Color.Transparent;
            this.bunifuImageButton1.Image                   = (Image)componentResourceManager.GetObject("bunifuImageButton1.Image");
            this.bunifuImageButton1.ImageActive             = null;
            this.bunifuImageButton1.Location                = new Point(576, 252);
            this.bunifuImageButton1.Name                    = "bunifuImageButton1";
            this.bunifuImageButton1.Size                    = new Size(32, 29);
            this.bunifuImageButton1.SizeMode                = PictureBoxSizeMode.Zoom;
            this.bunifuImageButton1.TabIndex                = 17;
            this.bunifuImageButton1.TabStop                 = false;
            this.bunifuImageButton1.Zoom                    = 10;
            this.bunifuImageButton1.Click                  += this.bunifuImageButton1_Click;
            this.label3.AutoSize                            = true;
            this.label3.Font                                = new Font("Microsoft Sans Serif", 12f);
            this.label3.ForeColor                           = Color.White;
            this.label3.Location                            = new Point(104, 182);
            this.label3.Name                                = "label3";
            this.label3.Size                                = new Size(43, 20);
            this.label3.TabIndex                            = 19;
            this.label3.Text                                = "Ram";
            this.bunifuMaterialTextbox2.Cursor              = Cursors.IBeam;
            this.bunifuMaterialTextbox2.Font                = new Font("Microsoft Sans Serif", 9.75f);
            this.bunifuMaterialTextbox2.ForeColor           = Color.White;
            this.bunifuMaterialTextbox2.HintForeColor       = Color.FromArgb(224, 224, 224);
            this.bunifuMaterialTextbox2.HintText            = "Ram";
            this.bunifuMaterialTextbox2.isPassword          = false;
            this.bunifuMaterialTextbox2.LineFocusedColor    = Color.White;
            this.bunifuMaterialTextbox2.LineIdleColor       = Color.White;
            this.bunifuMaterialTextbox2.LineMouseHoverColor = Color.White;
            this.bunifuMaterialTextbox2.LineThickness       = 3;
            this.bunifuMaterialTextbox2.Location            = new Point(65, 135);
            this.bunifuMaterialTextbox2.Margin              = new Padding(4);
            this.bunifuMaterialTextbox2.Name                = "bunifuMaterialTextbox2";
            this.bunifuMaterialTextbox2.Size                = new Size(119, 33);
            this.bunifuMaterialTextbox2.TabIndex            = 18;
            this.bunifuMaterialTextbox2.TextAlign           = HorizontalAlignment.Center;
            this.bunifuMaterialTextbox2.OnValueChanged     += this.bunifuMaterialTextbox2_OnValueChanged;
            this.label1.AutoSize                            = true;
            this.label1.Font                                = new Font("Microsoft Sans Serif", 12f);
            this.label1.ForeColor                           = Color.White;
            this.label1.Location                            = new Point(303, 182);
            this.label1.Name                                = "label1";
            this.label1.Size                                = new Size(36, 20);
            this.label1.TabIndex                            = 21;
            this.label1.Text                                = "Mtu";
            this.bunifuMaterialTextbox4.Cursor              = Cursors.IBeam;
            this.bunifuMaterialTextbox4.Font                = new Font("Microsoft Sans Serif", 9.75f);
            this.bunifuMaterialTextbox4.ForeColor           = Color.White;
            this.bunifuMaterialTextbox4.HintForeColor       = Color.FromArgb(224, 224, 224);
            this.bunifuMaterialTextbox4.HintText            = "Mtu";
            this.bunifuMaterialTextbox4.isPassword          = false;
            this.bunifuMaterialTextbox4.LineFocusedColor    = Color.White;
            this.bunifuMaterialTextbox4.LineIdleColor       = Color.White;
            this.bunifuMaterialTextbox4.LineMouseHoverColor = Color.White;
            this.bunifuMaterialTextbox4.LineThickness       = 3;
            this.bunifuMaterialTextbox4.Location            = new Point(257, 135);
            this.bunifuMaterialTextbox4.Margin              = new Padding(4);
            this.bunifuMaterialTextbox4.Name                = "bunifuMaterialTextbox4";
            this.bunifuMaterialTextbox4.Size                = new Size(124, 33);
            this.bunifuMaterialTextbox4.TabIndex            = 20;
            this.bunifuMaterialTextbox4.TextAlign           = HorizontalAlignment.Center;
            this.bunifuMaterialTextbox4.OnValueChanged     += this.bunifuMaterialTextbox4_OnValueChanged;
            this.label2.AutoSize                            = true;
            this.label2.Font                                = new Font("Microsoft Sans Serif", 12f);
            this.label2.ForeColor                           = Color.White;
            this.label2.Location                            = new Point(160, 111);
            this.label2.Name                                = "label2";
            this.label2.Size                                = new Size(135, 20);
            this.label2.TabIndex                            = 23;
            this.label2.Text                                = "Network Interface";
            this.bunifuMaterialTextbox5.Cursor              = Cursors.IBeam;
            this.bunifuMaterialTextbox5.Font                = new Font("Microsoft Sans Serif", 9.75f);
            this.bunifuMaterialTextbox5.ForeColor           = Color.White;
            this.bunifuMaterialTextbox5.HintForeColor       = Color.FromArgb(224, 224, 224);
            this.bunifuMaterialTextbox5.HintText            = "Network Interface";
            this.bunifuMaterialTextbox5.isPassword          = false;
            this.bunifuMaterialTextbox5.LineFocusedColor    = Color.White;
            this.bunifuMaterialTextbox5.LineIdleColor       = Color.White;
            this.bunifuMaterialTextbox5.LineMouseHoverColor = Color.White;
            this.bunifuMaterialTextbox5.LineThickness       = 3;
            this.bunifuMaterialTextbox5.Location            = new Point(65, 62);
            this.bunifuMaterialTextbox5.Margin              = new Padding(4);
            this.bunifuMaterialTextbox5.Name                = "bunifuMaterialTextbox5";
            this.bunifuMaterialTextbox5.Size                = new Size(316, 33);
            this.bunifuMaterialTextbox5.TabIndex            = 22;
            this.bunifuMaterialTextbox5.TextAlign           = HorizontalAlignment.Center;
            this.bunifuMaterialTextbox5.OnValueChanged     += this.bunifuMaterialTextbox5_OnValueChanged;
            this.label7.AutoSize                            = true;
            this.label7.Font                                = new Font("Microsoft Sans Serif", 11f);
            this.label7.ForeColor                           = Color.White;
            this.label7.Location                            = new Point(82, 314);
            this.label7.Name                                = "label7";
            this.label7.Size                                = new Size(48, 18);
            this.label7.TabIndex                            = 54;
            this.label7.Text                                = "Tcp/Ip";
            this.bunifuCheckbox7.BackColor                  = Color.White;
            this.bunifuCheckbox7.ChechedOffColor            = Color.White;
            this.bunifuCheckbox7.Checked                    = true;
            this.bunifuCheckbox7.CheckedOnColor             = Color.White;
            this.bunifuCheckbox7.ForeColor                  = Color.FromArgb(40, 42, 60);
            this.bunifuCheckbox7.Location                   = new Point(56, 312);
            this.bunifuCheckbox7.Name                       = "bunifuCheckbox7";
            this.bunifuCheckbox7.Size                       = new Size(20, 20);
            this.bunifuCheckbox7.TabIndex                   = 53;
            this.bunifuCheckbox7.OnChange                  += this.bunifuCheckbox7_OnChange;
            this.label4.AutoSize                            = true;
            this.label4.Font                                = new Font("Microsoft Sans Serif", 11f);
            this.label4.ForeColor                           = Color.White;
            this.label4.Location                            = new Point(82, 342);
            this.label4.Name                                = "label4";
            this.label4.Size                                = new Size(121, 18);
            this.label4.TabIndex                            = 56;
            this.label4.Text                                = "Disable Bandwith";
            this.bunifuCheckbox1.BackColor                  = Color.White;
            this.bunifuCheckbox1.ChechedOffColor            = Color.White;
            this.bunifuCheckbox1.Checked                    = true;
            this.bunifuCheckbox1.CheckedOnColor             = Color.White;
            this.bunifuCheckbox1.ForeColor                  = Color.FromArgb(40, 42, 60);
            this.bunifuCheckbox1.Location                   = new Point(56, 340);
            this.bunifuCheckbox1.Name                       = "bunifuCheckbox1";
            this.bunifuCheckbox1.Size                       = new Size(20, 20);
            this.bunifuCheckbox1.TabIndex                   = 55;
            this.bunifuCheckbox1.OnChange                  += this.bunifuCheckbox1_OnChange;
            this.label6.AutoSize                            = true;
            this.label6.Font                                = new Font("Microsoft Sans Serif", 11f);
            this.label6.ForeColor                           = Color.White;
            this.label6.Location                            = new Point(82, 372);
            this.label6.Name                                = "label6";
            this.label6.Size                                = new Size(78, 18);
            this.label6.TabIndex                            = 60;
            this.label6.Text                                = "DnsCache";
            this.bunifuCheckbox3.BackColor                  = Color.White;
            this.bunifuCheckbox3.ChechedOffColor            = Color.White;
            this.bunifuCheckbox3.Checked                    = true;
            this.bunifuCheckbox3.CheckedOnColor             = Color.White;
            this.bunifuCheckbox3.ForeColor                  = Color.FromArgb(40, 42, 60);
            this.bunifuCheckbox3.Location                   = new Point(56, 373);
            this.bunifuCheckbox3.Name                       = "bunifuCheckbox3";
            this.bunifuCheckbox3.Size                       = new Size(20, 20);
            this.bunifuCheckbox3.TabIndex                   = 59;
            this.bunifuCheckbox3.OnChange                  += this.bunifuCheckbox3_OnChange;
            this.textBox1.BackColor                         = Color.FromArgb(40, 42, 60);
            this.textBox1.BorderStyle                       = BorderStyle.None;
            this.textBox1.ForeColor                         = Color.FromArgb(40, 42, 60);
            this.textBox1.Location                          = new Point(617, 0);
            this.textBox1.Name                              = "textBox1";
            this.textBox1.Size                              = new Size(19, 13);
            this.textBox1.TabIndex                          = 61;
            base.AutoScaleDimensions                        = new SizeF(6f, 13f);
            base.AutoScaleMode                              = AutoScaleMode.Font;
            this.BackColor = Color.FromArgb(40, 42, 60);
            base.Controls.Add(this.textBox1);
            base.Controls.Add(this.label6);
            base.Controls.Add(this.bunifuCheckbox3);
            base.Controls.Add(this.label4);
            base.Controls.Add(this.bunifuCheckbox1);
            base.Controls.Add(this.label7);
            base.Controls.Add(this.bunifuCheckbox7);
            base.Controls.Add(this.label2);
            base.Controls.Add(this.bunifuMaterialTextbox5);
            base.Controls.Add(this.label1);
            base.Controls.Add(this.bunifuMaterialTextbox4);
            base.Controls.Add(this.label3);
            base.Controls.Add(this.bunifuMaterialTextbox2);
            base.Controls.Add(this.bunifuImageButton1);
            base.Controls.Add(this.bunifuMaterialTextbox1);
            base.Controls.Add(this.bunifuMaterialTextbox3);
            base.Controls.Add(guna2Button);
            base.Name  = "reg_maker";
            base.Size  = new Size(636, 483);
            base.Load += this.reg_maker_Load;
            ((ISupportInitialize)this.bunifuImageButton1).EndInit();
            base.ResumeLayout(false);
            base.PerformLayout();
        }
Beispiel #23
0
        private void method_2()
        {
            ComponentResourceManager manager = new ComponentResourceManager(typeof(EmailCanShuSet));

            this.btn_QueDing = new AisinoBTN();
            this.btn_QuXiao  = new AisinoBTN();
            this.tabPage3    = new TabPage();
            this.groupBox5   = new GroupBox();
            this.chkBox_ServerDeleteEmail_GJ = new CheckBox();
            this.groupBox7             = new GroupBox();
            this.chkBox_SendItemSet_CG = new CheckBox();
            this.chkBox_ZhiJieSend_CG  = new CheckBox();
            this.tabPage1                     = new TabPage();
            this.groupBox3                    = new GroupBox();
            this.btn_LinkTest_Send            = new AisinoBTN();
            this.chkBox_MyServerYanZheng_Send = new CheckBox();
            this.textRegex_PassWord_Send      = new TextBoxRegex();
            this.label6 = new Label();
            this.textRegex_ZhangHuMing_Send = new TextBoxRegex();
            this.label5                      = new Label();
            this.groupBox2                   = new GroupBox();
            this.btn_LinkTest_Rece           = new AisinoBTN();
            this.textRegex_PassWord_Rece     = new TextBoxRegex();
            this.textRegex_ZhangHuMing_Rece  = new TextBoxRegex();
            this.label4                      = new Label();
            this.label3                      = new Label();
            this.groupBox1                   = new GroupBox();
            this.label14                     = new Label();
            this.label13                     = new Label();
            this.textRegex_ReceEmail_POP3_GJ = new TextBoxRegex();
            this.textRegex_SendEmail_SMPT_GJ = new TextBoxRegex();
            this.textRegex_SendEmail_SMTP    = new TextBoxRegex();
            this.textRegex_ReceEmail_POP3    = new TextBoxRegex();
            this.label2                      = new Label();
            this.label1                      = new Label();
            this.tabControl1                 = new TabControl();
            this.tabPage3.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox7.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            base.SuspendLayout();
            this.btn_QueDing.BackColorActive         = Color.FromArgb(0x19, 0x76, 210);
            this.btn_QueDing.ColorDefaultA           = Color.FromArgb(0, 0xac, 0xfb);
            this.btn_QueDing.ColorDefaultB           = Color.FromArgb(0, 0x91, 0xe0);
            this.btn_QueDing.Font                    = new Font("微软雅黑", 9.75f, FontStyle.Bold);
            this.btn_QueDing.FontColor               = Color.FromArgb(0xff, 0xff, 0xff);
            this.btn_QueDing.ForeColor               = Color.White;
            this.btn_QueDing.Location                = new Point(0x12a, 0x175);
            this.btn_QueDing.Name                    = "btn_QueDing";
            this.btn_QueDing.Size                    = new Size(80, 30);
            this.btn_QueDing.TabIndex                = 0;
            this.btn_QueDing.Text                    = "确定";
            this.btn_QueDing.UseVisualStyleBackColor = true;
            this.btn_QueDing.Click                  += new EventHandler(this.btn_QueDing_Click);
            this.btn_QuXiao.BackColorActive          = Color.FromArgb(0x19, 0x76, 210);
            this.btn_QuXiao.ColorDefaultA            = Color.FromArgb(0, 0xac, 0xfb);
            this.btn_QuXiao.ColorDefaultB            = Color.FromArgb(0, 0x91, 0xe0);
            this.btn_QuXiao.Font      = new Font("微软雅黑", 9.75f, FontStyle.Bold);
            this.btn_QuXiao.FontColor = Color.FromArgb(0xff, 0xff, 0xff);
            this.btn_QuXiao.ForeColor = Color.White;
            this.btn_QuXiao.Location  = new Point(0x184, 0x175);
            this.btn_QuXiao.Name      = "btn_QuXiao";
            this.btn_QuXiao.Size      = new Size(80, 30);
            this.btn_QuXiao.TabIndex  = 2;
            this.btn_QuXiao.Text      = "取消";
            this.btn_QuXiao.UseVisualStyleBackColor = true;
            this.tabPage3.Controls.Add(this.groupBox5);
            this.tabPage3.Controls.Add(this.groupBox7);
            this.tabPage3.Location = new Point(4, 0x16);
            this.tabPage3.Name     = "tabPage3";
            this.tabPage3.Size     = new Size(0x1c0, 320);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text     = "其它";
            this.tabPage3.UseVisualStyleBackColor = true;
            this.groupBox5.Controls.Add(this.chkBox_ServerDeleteEmail_GJ);
            this.groupBox5.Font     = new Font("微软雅黑", 9f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.groupBox5.Location = new Point(0x16, 20);
            this.groupBox5.Name     = "groupBox5";
            this.groupBox5.Size     = new Size(0x17d, 0x48);
            this.groupBox5.TabIndex = 8;
            this.groupBox5.TabStop  = false;
            this.groupBox5.Text     = "邮件副本";
            this.chkBox_ServerDeleteEmail_GJ.AutoSize  = true;
            this.chkBox_ServerDeleteEmail_GJ.Font      = new Font("微软雅黑", 9f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.chkBox_ServerDeleteEmail_GJ.ForeColor = Color.FromArgb(2, 0x3d, 0x7f);
            this.chkBox_ServerDeleteEmail_GJ.Location  = new Point(0x16, 0x22);
            this.chkBox_ServerDeleteEmail_GJ.Name      = "chkBox_ServerDeleteEmail_GJ";
            this.chkBox_ServerDeleteEmail_GJ.Size      = new Size(0xf3, 0x15);
            this.chkBox_ServerDeleteEmail_GJ.TabIndex  = 0;
            this.chkBox_ServerDeleteEmail_GJ.Text      = "成功接收邮件后,从邮件服务器删除邮件";
            this.chkBox_ServerDeleteEmail_GJ.UseVisualStyleBackColor = true;
            this.groupBox7.Controls.Add(this.chkBox_SendItemSet_CG);
            this.groupBox7.Controls.Add(this.chkBox_ZhiJieSend_CG);
            this.groupBox7.Font                  = new Font("微软雅黑", 9f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.groupBox7.Location              = new Point(0x16, 0x74);
            this.groupBox7.Name                  = "groupBox7";
            this.groupBox7.Size                  = new Size(0x17d, 100);
            this.groupBox7.TabIndex              = 3;
            this.groupBox7.TabStop               = false;
            this.groupBox7.Text                  = "发票填开打印后……";
            this.chkBox_SendItemSet_CG.AutoSize  = true;
            this.chkBox_SendItemSet_CG.Font      = new Font("微软雅黑", 9f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.chkBox_SendItemSet_CG.ForeColor = Color.FromArgb(2, 0x3d, 0x7f);
            this.chkBox_SendItemSet_CG.Location  = new Point(30, 0x43);
            this.chkBox_SendItemSet_CG.Name      = "chkBox_SendItemSet_CG";
            this.chkBox_SendItemSet_CG.Size      = new Size(0xc3, 0x15);
            this.chkBox_SendItemSet_CG.TabIndex  = 1;
            this.chkBox_SendItemSet_CG.Text      = "每次发送时都进行发送选项设置";
            this.chkBox_SendItemSet_CG.UseVisualStyleBackColor = true;
            this.chkBox_ZhiJieSend_CG.AutoSize  = true;
            this.chkBox_ZhiJieSend_CG.Font      = new Font("微软雅黑", 9f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.chkBox_ZhiJieSend_CG.ForeColor = Color.FromArgb(2, 0x3d, 0x7f);
            this.chkBox_ZhiJieSend_CG.Location  = new Point(30, 0x1f);
            this.chkBox_ZhiJieSend_CG.Name      = "chkBox_ZhiJieSend_CG";
            this.chkBox_ZhiJieSend_CG.Size      = new Size(0xb7, 0x15);
            this.chkBox_ZhiJieSend_CG.TabIndex  = 0;
            this.chkBox_ZhiJieSend_CG.Text      = "发票填开打印后直接进行发送";
            this.chkBox_ZhiJieSend_CG.UseVisualStyleBackColor = true;
            this.tabPage1.Controls.Add(this.groupBox3);
            this.tabPage1.Controls.Add(this.groupBox2);
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Location = new Point(4, 0x16);
            this.tabPage1.Name     = "tabPage1";
            this.tabPage1.Padding  = new Padding(3);
            this.tabPage1.Size     = new Size(0x1c0, 320);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text     = "邮件服务器";
            this.tabPage1.UseVisualStyleBackColor = true;
            this.groupBox3.Controls.Add(this.btn_LinkTest_Send);
            this.groupBox3.Controls.Add(this.chkBox_MyServerYanZheng_Send);
            this.groupBox3.Controls.Add(this.textRegex_PassWord_Send);
            this.groupBox3.Controls.Add(this.label6);
            this.groupBox3.Controls.Add(this.textRegex_ZhangHuMing_Send);
            this.groupBox3.Controls.Add(this.label5);
            this.groupBox3.Font     = new Font("微软雅黑", 9f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.groupBox3.Location = new Point(6, 0xc3);
            this.groupBox3.Name     = "groupBox3";
            this.groupBox3.Size     = new Size(0x1b4, 0x6f);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop  = false;
            this.groupBox3.Text     = "邮件发送服务器";
            this.btn_LinkTest_Send.BackColorActive                    = Color.FromArgb(0x19, 0x76, 210);
            this.btn_LinkTest_Send.ColorDefaultA                      = Color.FromArgb(0, 0xac, 0xfb);
            this.btn_LinkTest_Send.ColorDefaultB                      = Color.FromArgb(0, 0x91, 0xe0);
            this.btn_LinkTest_Send.Font                               = new Font("微软雅黑", 9.75f, FontStyle.Bold);
            this.btn_LinkTest_Send.FontColor                          = Color.FromArgb(0xff, 0xff, 0xff);
            this.btn_LinkTest_Send.ForeColor                          = Color.White;
            this.btn_LinkTest_Send.Location                           = new Point(0x163, 0x35);
            this.btn_LinkTest_Send.Name                               = "btn_LinkTest_Send";
            this.btn_LinkTest_Send.Size                               = new Size(0x47, 0x27);
            this.btn_LinkTest_Send.TabIndex                           = 12;
            this.btn_LinkTest_Send.Text                               = "连接测试";
            this.btn_LinkTest_Send.UseVisualStyleBackColor            = true;
            this.btn_LinkTest_Send.Visible                            = false;
            this.btn_LinkTest_Send.Click                             += new EventHandler(this.btn_LinkTest_Send_Click);
            this.chkBox_MyServerYanZheng_Send.AutoSize                = true;
            this.chkBox_MyServerYanZheng_Send.Font                    = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.chkBox_MyServerYanZheng_Send.ForeColor               = Color.FromArgb(2, 0x3d, 0x7f);
            this.chkBox_MyServerYanZheng_Send.Location                = new Point(0x15, 20);
            this.chkBox_MyServerYanZheng_Send.Name                    = "chkBox_MyServerYanZheng_Send";
            this.chkBox_MyServerYanZheng_Send.Size                    = new Size(0x9c, 0x10);
            this.chkBox_MyServerYanZheng_Send.TabIndex                = 0;
            this.chkBox_MyServerYanZheng_Send.Text                    = "我的服务器要求身份验证";
            this.chkBox_MyServerYanZheng_Send.UseVisualStyleBackColor = true;
            this.textRegex_PassWord_Send.Location                     = new Point(0x4e, 80);
            this.textRegex_PassWord_Send.MaxLength                    = 200;
            this.textRegex_PassWord_Send.Name                         = "textRegex_PassWord_Send";
            this.textRegex_PassWord_Send.PasswordChar                 = '*';
            this.textRegex_PassWord_Send.RegexText                    = "";
            this.textRegex_PassWord_Send.Size                         = new Size(0x109, 0x17);
            this.textRegex_PassWord_Send.TabIndex                     = 11;
            this.label6.AutoSize  = true;
            this.label6.Font      = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label6.ForeColor = Color.FromArgb(2, 0x3d, 0x7f);
            this.label6.Location  = new Point(0x13, 0x53);
            this.label6.Name      = "label6";
            this.label6.Size      = new Size(0x35, 12);
            this.label6.TabIndex  = 11;
            this.label6.Text      = "密  码:";
            this.textRegex_ZhangHuMing_Send.Location  = new Point(0x4e, 0x2c);
            this.textRegex_ZhangHuMing_Send.MaxLength = 200;
            this.textRegex_ZhangHuMing_Send.Name      = "textRegex_ZhangHuMing_Send";
            this.textRegex_ZhangHuMing_Send.RegexText = "";
            this.textRegex_ZhangHuMing_Send.Size      = new Size(0x109, 0x17);
            this.textRegex_ZhangHuMing_Send.TabIndex  = 10;
            this.label5.AutoSize  = true;
            this.label5.Font      = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label5.ForeColor = Color.FromArgb(2, 0x3d, 0x7f);
            this.label5.Location  = new Point(0x13, 0x2f);
            this.label5.Name      = "label5";
            this.label5.Size      = new Size(0x35, 12);
            this.label5.TabIndex  = 10;
            this.label5.Text      = "账户名:";
            this.groupBox2.Controls.Add(this.btn_LinkTest_Rece);
            this.groupBox2.Controls.Add(this.textRegex_PassWord_Rece);
            this.groupBox2.Controls.Add(this.textRegex_ZhangHuMing_Rece);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Font     = new Font("微软雅黑", 9f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.groupBox2.Location = new Point(6, 0x5e);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new Size(0x1b4, 0x56);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop  = false;
            this.groupBox2.Text     = "邮件接收服务器";
            this.btn_LinkTest_Rece.BackColorActive         = Color.FromArgb(0x19, 0x76, 210);
            this.btn_LinkTest_Rece.ColorDefaultA           = Color.FromArgb(0, 0xac, 0xfb);
            this.btn_LinkTest_Rece.ColorDefaultB           = Color.FromArgb(0, 0x91, 0xe0);
            this.btn_LinkTest_Rece.Font                    = new Font("微软雅黑", 9.75f, FontStyle.Bold);
            this.btn_LinkTest_Rece.FontColor               = Color.FromArgb(0xff, 0xff, 0xff);
            this.btn_LinkTest_Rece.ForeColor               = Color.White;
            this.btn_LinkTest_Rece.Location                = new Point(0x163, 0x20);
            this.btn_LinkTest_Rece.Name                    = "btn_LinkTest_Rece";
            this.btn_LinkTest_Rece.Size                    = new Size(0x47, 0x25);
            this.btn_LinkTest_Rece.TabIndex                = 9;
            this.btn_LinkTest_Rece.Text                    = "连接测试";
            this.btn_LinkTest_Rece.UseVisualStyleBackColor = true;
            this.btn_LinkTest_Rece.Click                  += new EventHandler(this.btn_LinkTest_Rece_Click);
            this.textRegex_PassWord_Rece.Location          = new Point(0x4e, 0x36);
            this.textRegex_PassWord_Rece.MaxLength         = 200;
            this.textRegex_PassWord_Rece.Name              = "textRegex_PassWord_Rece";
            this.textRegex_PassWord_Rece.PasswordChar      = '*';
            this.textRegex_PassWord_Rece.RegexText         = "";
            this.textRegex_PassWord_Rece.Size              = new Size(0x109, 0x17);
            this.textRegex_PassWord_Rece.TabIndex          = 8;
            this.textRegex_ZhangHuMing_Rece.Location       = new Point(0x4e, 0x15);
            this.textRegex_ZhangHuMing_Rece.MaxLength      = 200;
            this.textRegex_ZhangHuMing_Rece.Name           = "textRegex_ZhangHuMing_Rece";
            this.textRegex_ZhangHuMing_Rece.RegexText      = "";
            this.textRegex_ZhangHuMing_Rece.Size           = new Size(0x109, 0x17);
            this.textRegex_ZhangHuMing_Rece.TabIndex       = 7;
            this.label4.AutoSize  = true;
            this.label4.Font      = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label4.ForeColor = Color.FromArgb(2, 0x3d, 0x7f);
            this.label4.Location  = new Point(0x13, 0x1b);
            this.label4.Name      = "label4";
            this.label4.Size      = new Size(0x35, 12);
            this.label4.TabIndex  = 4;
            this.label4.Text      = "账户名:";
            this.label3.AutoSize  = true;
            this.label3.Font      = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label3.ForeColor = Color.FromArgb(2, 0x3d, 0x7f);
            this.label3.Location  = new Point(0x13, 60);
            this.label3.Name      = "label3";
            this.label3.Size      = new Size(0x35, 12);
            this.label3.TabIndex  = 5;
            this.label3.Text      = "密  码:";
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.textRegex_ReceEmail_POP3_GJ);
            this.groupBox1.Controls.Add(this.textRegex_SendEmail_SMPT_GJ);
            this.groupBox1.Controls.Add(this.textRegex_SendEmail_SMTP);
            this.groupBox1.Controls.Add(this.textRegex_ReceEmail_POP3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Font     = new Font("微软雅黑", 9f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.groupBox1.Location = new Point(6, 6);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new Size(0x1b4, 0x52);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "服务器信息";
            this.label14.AutoSize   = true;
            this.label14.Font       = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label14.ForeColor  = Color.FromArgb(2, 0x3d, 0x7f);
            this.label14.Location   = new Point(0x12f, 0x35);
            this.label14.Name       = "label14";
            this.label14.Size       = new Size(0x29, 12);
            this.label14.TabIndex   = 11;
            this.label14.Text       = "端口:";
            this.label13.AutoSize   = true;
            this.label13.Font       = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label13.ForeColor  = Color.FromArgb(2, 0x3d, 0x7f);
            this.label13.Location   = new Point(0x12f, 0x11);
            this.label13.Name       = "label13";
            this.label13.Size       = new Size(0x29, 12);
            this.label13.TabIndex   = 10;
            this.label13.Text       = "端口:";
            this.textRegex_ReceEmail_POP3_GJ.Location  = new Point(350, 0x11);
            this.textRegex_ReceEmail_POP3_GJ.MaxLength = 10;
            this.textRegex_ReceEmail_POP3_GJ.Name      = "textRegex_ReceEmail_POP3_GJ";
            this.textRegex_ReceEmail_POP3_GJ.RegexText = "";
            this.textRegex_ReceEmail_POP3_GJ.Size      = new Size(0x45, 0x17);
            this.textRegex_ReceEmail_POP3_GJ.TabIndex  = 4;
            this.textRegex_SendEmail_SMPT_GJ.Location  = new Point(350, 50);
            this.textRegex_SendEmail_SMPT_GJ.MaxLength = 10;
            this.textRegex_SendEmail_SMPT_GJ.Name      = "textRegex_SendEmail_SMPT_GJ";
            this.textRegex_SendEmail_SMPT_GJ.RegexText = "";
            this.textRegex_SendEmail_SMPT_GJ.Size      = new Size(0x45, 0x17);
            this.textRegex_SendEmail_SMPT_GJ.TabIndex  = 6;
            this.textRegex_SendEmail_SMTP.Location     = new Point(0x9d, 50);
            this.textRegex_SendEmail_SMTP.MaxLength    = 200;
            this.textRegex_SendEmail_SMTP.Name         = "textRegex_SendEmail_SMTP";
            this.textRegex_SendEmail_SMTP.RegexText    = "";
            this.textRegex_SendEmail_SMTP.Size         = new Size(0x7c, 0x17);
            this.textRegex_SendEmail_SMTP.TabIndex     = 5;
            this.textRegex_ReceEmail_POP3.Location     = new Point(0x9d, 0x11);
            this.textRegex_ReceEmail_POP3.MaxLength    = 200;
            this.textRegex_ReceEmail_POP3.Name         = "textRegex_ReceEmail_POP3";
            this.textRegex_ReceEmail_POP3.RegexText    = "";
            this.textRegex_ReceEmail_POP3.Size         = new Size(0x7c, 0x17);
            this.textRegex_ReceEmail_POP3.TabIndex     = 3;
            this.label2.AutoSize  = true;
            this.label2.Font      = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label2.ForeColor = Color.FromArgb(2, 0x3d, 0x7f);
            this.label2.Location  = new Point(0x13, 0x38);
            this.label2.Name      = "label2";
            this.label2.Size      = new Size(0x7d, 12);
            this.label2.TabIndex  = 1;
            this.label2.Text      = "发送服务器(SMTP):";
            this.label1.AutoSize  = true;
            this.label1.Font      = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.label1.ForeColor = Color.FromArgb(2, 0x3d, 0x7f);
            this.label1.Location  = new Point(0x13, 0x17);
            this.label1.Name      = "label1";
            this.label1.Size      = new Size(0x7d, 12);
            this.label1.TabIndex  = 0;
            this.label1.Text      = "接收服务器(POP3):";
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Location      = new Point(12, 12);
            this.tabControl1.Name          = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size          = new Size(0x1c8, 0x15a);
            this.tabControl1.TabIndex      = 0;
            base.AutoScaleDimensions       = new SizeF(6f, 12f);
            base.AutoScaleMode             = AutoScaleMode.Font;
            base.ClientSize = new Size(0x1dd, 0x1a6);
            base.Controls.Add(this.btn_QuXiao);
            base.Controls.Add(this.btn_QueDing);
            base.Controls.Add(this.tabControl1);
            base.FormBorderStyle = FormBorderStyle.FixedSingle;
            base.Icon            = (Icon)manager.GetObject("$this.Icon");
            base.Name            = "EmailCanShuSet";
            base.StartPosition   = FormStartPosition.CenterParent;
            this.Text            = "邮件参数设置";
            this.tabPage3.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox7.ResumeLayout(false);
            this.groupBox7.PerformLayout();
            this.tabPage1.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            base.ResumeLayout(false);
        }
Beispiel #24
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(F0002));

            this.groupBox1       = new GroupBox();
            this.cbbDatabaseName = new ComboBox();
            this.txtPassword     = new TextBox();
            this.txtUserName     = new TextBox();
            this.txtServerName   = new TextBox();
            this.label4          = new Label();
            this.label3          = new Label();
            this.label2          = new Label();
            this.label1          = new Label();
            this.btnConnect      = new Button();
            this.groupBox1.SuspendLayout();
            base.SuspendLayout();
            this.groupBox1.Controls.Add(this.cbbDatabaseName);
            this.groupBox1.Controls.Add(this.txtPassword);
            this.groupBox1.Controls.Add(this.txtUserName);
            this.groupBox1.Controls.Add(this.txtServerName);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location                = new Point(14, 12);
            this.groupBox1.Name                    = "groupBox1";
            this.groupBox1.Size                    = new Size(292, 127);
            this.groupBox1.TabIndex                = 0;
            this.groupBox1.TabStop                 = false;
            this.cbbDatabaseName.DropDownStyle     = ComboBoxStyle.DropDownList;
            this.cbbDatabaseName.FormattingEnabled = true;
            this.cbbDatabaseName.Location          = new Point(137, 95);
            this.cbbDatabaseName.Name              = "cbbDatabaseName";
            this.cbbDatabaseName.Size              = new Size(137, 23);
            this.cbbDatabaseName.TabIndex          = 4;
            this.cbbDatabaseName.Enter            += new EventHandler(this.cbbDatabaseName_Enter);
            this.txtPassword.Font                  = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.txtPassword.Location              = new Point(137, 69);
            this.txtPassword.Margin                = new Padding(2);
            this.txtPassword.Name                  = "txtPassword";
            this.txtPassword.Size                  = new Size(137, 21);
            this.txtPassword.TabIndex              = 3;
            this.txtPassword.UseSystemPasswordChar = true;
            this.txtUserName.Font                  = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.txtUserName.Location              = new Point(137, 44);
            this.txtUserName.Margin                = new Padding(2);
            this.txtUserName.Name                  = "txtUserName";
            this.txtUserName.Size                  = new Size(137, 21);
            this.txtUserName.TabIndex              = 2;
            this.txtServerName.Font                = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.txtServerName.Location            = new Point(137, 19);
            this.txtServerName.Margin              = new Padding(2);
            this.txtServerName.Name                = "txtServerName";
            this.txtServerName.Size                = new Size(137, 21);
            this.txtServerName.TabIndex            = 1;
            this.label4.Anchor       = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
            this.label4.AutoSize     = true;
            this.label4.BackColor    = Color.Transparent;
            this.label4.Font         = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.label4.Location     = new Point(5, 99);
            this.label4.Margin       = new Padding(2, 0, 2, 0);
            this.label4.Name         = "label4";
            this.label4.Size         = new Size(107, 15);
            this.label4.TabIndex     = 12;
            this.label4.Text         = "Tên cơ sở dữ liệu:";
            this.label3.Anchor       = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
            this.label3.AutoSize     = true;
            this.label3.BackColor    = Color.Transparent;
            this.label3.Font         = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.label3.Location     = new Point(5, 47);
            this.label3.Margin       = new Padding(2, 0, 2, 0);
            this.label3.Name         = "label3";
            this.label3.Size         = new Size(61, 15);
            this.label3.TabIndex     = 11;
            this.label3.Text         = "Tên User:"******"Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.label2.Location     = new Point(5, 72);
            this.label2.Margin       = new Padding(2, 0, 2, 0);
            this.label2.Name         = "label2";
            this.label2.Size         = new Size(104, 15);
            this.label2.TabIndex     = 10;
            this.label2.Text         = "Mật khẩu truy cập:";
            this.label1.Anchor       = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
            this.label1.AutoSize     = true;
            this.label1.BackColor    = Color.Transparent;
            this.label1.Font         = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.label1.Location     = new Point(5, 22);
            this.label1.Margin       = new Padding(2, 0, 2, 0);
            this.label1.Name         = "label1";
            this.label1.Size         = new Size(122, 15);
            this.label1.TabIndex     = 9;
            this.label1.Text         = "Máy chủ SQL Server :";
            this.btnConnect.Location = new Point(113, 147);
            this.btnConnect.Name     = "btnConnect";
            this.btnConnect.Size     = new Size(99, 28);
            this.btnConnect.TabIndex = 5;
            this.btnConnect.Text     = "&Lưu thông tin";
            this.btnConnect.UseVisualStyleBackColor = true;
            this.btnConnect.Click   += new EventHandler(this.btnConnect_Click);
            base.AutoScaleDimensions = new SizeF(7f, 15f);
            base.AutoScaleMode       = AutoScaleMode.Font;
            base.ClientSize          = new Size(318, 187);
            base.Controls.Add(this.btnConnect);
            base.Controls.Add(this.groupBox1);
            this.Font            = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            base.FormBorderStyle = FormBorderStyle.FixedDialog;
            base.Icon            = (Icon)componentResourceManager.GetObject("$this.Icon");
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "F0002";
            base.StartPosition   = FormStartPosition.CenterScreen;
            this.Text            = "F0002";
            base.Load           += new EventHandler(this.F0002_Load);
            base.FormClosed     += new FormClosedEventHandler(this.F0002_FormClosed);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            base.ResumeLayout(false);
        }
Beispiel #25
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmEmuInfo));

            this.radGroupBox1       = new RadGroupBox();
            this.radGroupBox6       = new RadGroupBox();
            this.lblEmuPath         = new RadLabel();
            this.label1             = new RadLabel();
            this.lblEmuStatus       = new RadLabel();
            this.label2             = new RadLabel();
            this.lblEmuName         = new RadLabel();
            this.label3             = new RadLabel();
            this.radGroupBox3       = new RadGroupBox();
            this.cmdVerifyGame      = new RadButton();
            this.pictGame           = new PictureBox();
            this.lblGameStatus      = new RadLabel();
            this.radLabel6          = new RadLabel();
            this.radGroupBox4       = new RadGroupBox();
            this.cmdVerifyUpdate    = new RadButton();
            this.chkExceptionUpdate = new RadCheckBox();
            this.lblUpdateVersion   = new RadLabel();
            this.lblUpdateStatus    = new RadLabel();
            this.radLabel7          = new RadLabel();
            this.radLabel4          = new RadLabel();
            this.radGroupBox5       = new RadGroupBox();
            this.cmdVerifyDlc       = new RadButton();
            this.chkExceptionDLC    = new RadCheckBox();
            this.lblDLCStatus       = new RadLabel();
            this.radLabel1          = new RadLabel();
            this.cmdDeleteGame      = new RadButton();
            this.cmdDeleteUpdate    = new RadButton();
            this.cmdDeleteDlc       = new RadButton();
            this.radGroupBox2       = new RadGroupBox();
            this.radGroupBox1.BeginInit();
            this.radGroupBox1.SuspendLayout();
            this.radGroupBox6.BeginInit();
            this.radGroupBox6.SuspendLayout();
            this.lblEmuPath.BeginInit();
            this.label1.BeginInit();
            this.lblEmuStatus.BeginInit();
            this.label2.BeginInit();
            this.lblEmuName.BeginInit();
            this.label3.BeginInit();
            this.radGroupBox3.BeginInit();
            this.radGroupBox3.SuspendLayout();
            this.cmdVerifyGame.BeginInit();
            ((ISupportInitialize)this.pictGame).BeginInit();
            this.lblGameStatus.BeginInit();
            this.radLabel6.BeginInit();
            this.radGroupBox4.BeginInit();
            this.radGroupBox4.SuspendLayout();
            this.cmdVerifyUpdate.BeginInit();
            this.chkExceptionUpdate.BeginInit();
            this.lblUpdateVersion.BeginInit();
            this.lblUpdateStatus.BeginInit();
            this.radLabel7.BeginInit();
            this.radLabel4.BeginInit();
            this.radGroupBox5.BeginInit();
            this.radGroupBox5.SuspendLayout();
            this.cmdVerifyDlc.BeginInit();
            this.chkExceptionDLC.BeginInit();
            this.lblDLCStatus.BeginInit();
            this.radLabel1.BeginInit();
            this.cmdDeleteGame.BeginInit();
            this.cmdDeleteUpdate.BeginInit();
            this.cmdDeleteDlc.BeginInit();
            this.radGroupBox2.BeginInit();
            this.radGroupBox2.SuspendLayout();
            this.BeginInit();
            this.SuspendLayout();
            this.radGroupBox1.AccessibleRole = AccessibleRole.Grouping;
            this.radGroupBox1.Controls.Add((Control)this.radGroupBox6);
            this.radGroupBox1.Controls.Add((Control)this.radGroupBox3);
            this.radGroupBox1.Controls.Add((Control)this.radGroupBox4);
            this.radGroupBox1.Controls.Add((Control)this.radGroupBox5);
            this.radGroupBox1.Dock           = DockStyle.Fill;
            this.radGroupBox1.HeaderText     = "Info";
            this.radGroupBox1.Location       = new Point(0, 0);
            this.radGroupBox1.Name           = "radGroupBox1";
            this.radGroupBox1.Size           = new Size(1114, 154);
            this.radGroupBox1.TabIndex       = 0;
            this.radGroupBox1.Text           = "Info";
            this.radGroupBox6.AccessibleRole = AccessibleRole.Grouping;
            this.radGroupBox6.Controls.Add((Control)this.lblEmuPath);
            this.radGroupBox6.Controls.Add((Control)this.label1);
            this.radGroupBox6.Controls.Add((Control)this.lblEmuStatus);
            this.radGroupBox6.Controls.Add((Control)this.label2);
            this.radGroupBox6.Controls.Add((Control)this.lblEmuName);
            this.radGroupBox6.Controls.Add((Control)this.label3);
            this.radGroupBox6.Dock           = DockStyle.Fill;
            this.radGroupBox6.HeaderText     = "Emulator information";
            this.radGroupBox6.Location       = new Point(2, 18);
            this.radGroupBox6.Name           = "radGroupBox6";
            this.radGroupBox6.Size           = new Size(430, 134);
            this.radGroupBox6.TabIndex       = 2;
            this.radGroupBox6.Text           = "Emulator information";
            this.lblEmuPath.Location         = new Point(21, 89);
            this.lblEmuPath.Name             = "lblEmuPath";
            this.lblEmuPath.Size             = new Size(11, 18);
            this.lblEmuPath.TabIndex         = 7;
            this.lblEmuPath.Text             = "-";
            this.label1.Location             = new Point(21, 21);
            this.label1.Name                 = "label1";
            this.label1.Size                 = new Size(57, 18);
            this.label1.TabIndex             = 0;
            this.label1.Text                 = "Emulator :";
            this.lblEmuStatus.Location       = new Point(120, 42);
            this.lblEmuStatus.Name           = "lblEmuStatus";
            this.lblEmuStatus.Size           = new Size(11, 18);
            this.lblEmuStatus.TabIndex       = 6;
            this.lblEmuStatus.Text           = "-";
            this.label2.Location             = new Point(21, 43);
            this.label2.Name                 = "label2";
            this.label2.Size                 = new Size(89, 18);
            this.label2.TabIndex             = 1;
            this.label2.Text                 = "Emulator status :";
            this.lblEmuName.Location         = new Point(120, 18);
            this.lblEmuName.Name             = "lblEmuName";
            this.lblEmuName.Size             = new Size(11, 18);
            this.lblEmuName.TabIndex         = 5;
            this.lblEmuName.Text             = "-";
            this.label3.Location             = new Point(21, 65);
            this.label3.Name                 = "label3";
            this.label3.Size                 = new Size(82, 18);
            this.label3.TabIndex             = 2;
            this.label3.Text                 = "Emulator path :";
            this.radGroupBox3.AccessibleRole = AccessibleRole.Grouping;
            this.radGroupBox3.Controls.Add((Control)this.cmdVerifyGame);
            this.radGroupBox3.Controls.Add((Control)this.pictGame);
            this.radGroupBox3.Controls.Add((Control)this.lblGameStatus);
            this.radGroupBox3.Controls.Add((Control)this.radLabel6);
            this.radGroupBox3.Dock           = DockStyle.Right;
            this.radGroupBox3.HeaderText     = "Game Info";
            this.radGroupBox3.Location       = new Point(432, 18);
            this.radGroupBox3.Name           = "radGroupBox3";
            this.radGroupBox3.Size           = new Size(280, 134);
            this.radGroupBox3.TabIndex       = 2;
            this.radGroupBox3.Text           = "Game Info";
            this.cmdVerifyGame.Location      = new Point(85, 105);
            this.cmdVerifyGame.Name          = "cmdVerifyGame";
            this.cmdVerifyGame.Size          = new Size(110, 24);
            this.cmdVerifyGame.TabIndex      = 13;
            this.cmdVerifyGame.Text          = "Verify";
            this.cmdVerifyGame.Visible       = false;
            this.cmdVerifyGame.Click        += new EventHandler(this.cmdVerifyGame_Click);
            this.pictGame.Location           = new Point(227, 16);
            this.pictGame.Name               = "pictGame";
            this.pictGame.Size               = new Size(48, 48);
            this.pictGame.TabIndex           = 8;
            this.pictGame.TabStop            = false;
            this.lblGameStatus.Location      = new Point(83, 21);
            this.lblGameStatus.Name          = "lblGameStatus";
            this.lblGameStatus.Size          = new Size(11, 18);
            this.lblGameStatus.TabIndex      = 10;
            this.lblGameStatus.Text          = "-";
            this.radLabel6.Location          = new Point(6, 22);
            this.radLabel6.Name              = "radLabel6";
            this.radLabel6.Size              = new Size(46, 18);
            this.radLabel6.TabIndex          = 4;
            this.radLabel6.Text              = "Status : ";
            this.radGroupBox4.AccessibleRole = AccessibleRole.Grouping;
            this.radGroupBox4.Controls.Add((Control)this.cmdVerifyUpdate);
            this.radGroupBox4.Controls.Add((Control)this.chkExceptionUpdate);
            this.radGroupBox4.Controls.Add((Control)this.lblUpdateVersion);
            this.radGroupBox4.Controls.Add((Control)this.lblUpdateStatus);
            this.radGroupBox4.Controls.Add((Control)this.radLabel7);
            this.radGroupBox4.Controls.Add((Control)this.radLabel4);
            this.radGroupBox4.Dock                      = DockStyle.Right;
            this.radGroupBox4.HeaderText                = "Update Info";
            this.radGroupBox4.Location                  = new Point(712, 18);
            this.radGroupBox4.Name                      = "radGroupBox4";
            this.radGroupBox4.Size                      = new Size(200, 134);
            this.radGroupBox4.TabIndex                  = 3;
            this.radGroupBox4.Text                      = "Update Info";
            this.cmdVerifyUpdate.Location               = new Point(45, 105);
            this.cmdVerifyUpdate.Name                   = "cmdVerifyUpdate";
            this.cmdVerifyUpdate.Size                   = new Size(110, 24);
            this.cmdVerifyUpdate.TabIndex               = 11;
            this.cmdVerifyUpdate.Text                   = "Verify";
            this.cmdVerifyUpdate.Visible                = false;
            this.cmdVerifyUpdate.Click                 += new EventHandler(this.cmdVerifyUpdate_Click);
            this.chkExceptionUpdate.Location            = new Point(7, 70);
            this.chkExceptionUpdate.Name                = "chkExceptionUpdate";
            this.chkExceptionUpdate.Size                = new Size(94, 18);
            this.chkExceptionUpdate.TabIndex            = 10;
            this.chkExceptionUpdate.Text                = "Do not unpack";
            this.chkExceptionUpdate.ToggleStateChanged += new StateChangedEventHandler(this.chkExceptionUpdate_ToggleStateChanged);
            this.lblUpdateVersion.Location              = new Point(84, 46);
            this.lblUpdateVersion.Name                  = "lblUpdateVersion";
            this.lblUpdateVersion.Size                  = new Size(11, 18);
            this.lblUpdateVersion.TabIndex              = 9;
            this.lblUpdateVersion.Text                  = "-";
            this.lblUpdateStatus.Location               = new Point(83, 22);
            this.lblUpdateStatus.Name                   = "lblUpdateStatus";
            this.lblUpdateStatus.Size                   = new Size(11, 18);
            this.lblUpdateStatus.TabIndex               = 7;
            this.lblUpdateStatus.Text                   = "-";
            this.radLabel7.Location                     = new Point(7, 46);
            this.radLabel7.Name              = "radLabel7";
            this.radLabel7.Size              = new Size(49, 18);
            this.radLabel7.TabIndex          = 4;
            this.radLabel7.Text              = "Version :";
            this.radLabel4.Location          = new Point(6, 22);
            this.radLabel4.Name              = "radLabel4";
            this.radLabel4.Size              = new Size(46, 18);
            this.radLabel4.TabIndex          = 2;
            this.radLabel4.Text              = "Status : ";
            this.radGroupBox5.AccessibleRole = AccessibleRole.Grouping;
            this.radGroupBox5.Controls.Add((Control)this.cmdVerifyDlc);
            this.radGroupBox5.Controls.Add((Control)this.chkExceptionDLC);
            this.radGroupBox5.Controls.Add((Control)this.lblDLCStatus);
            this.radGroupBox5.Controls.Add((Control)this.radLabel1);
            this.radGroupBox5.Dock                   = DockStyle.Right;
            this.radGroupBox5.HeaderText             = "DLC Info";
            this.radGroupBox5.Location               = new Point(912, 18);
            this.radGroupBox5.Name                   = "radGroupBox5";
            this.radGroupBox5.Size                   = new Size(200, 134);
            this.radGroupBox5.TabIndex               = 4;
            this.radGroupBox5.Text                   = "DLC Info";
            this.cmdVerifyDlc.Location               = new Point(45, 105);
            this.cmdVerifyDlc.Name                   = "cmdVerifyDlc";
            this.cmdVerifyDlc.Size                   = new Size(110, 24);
            this.cmdVerifyDlc.TabIndex               = 12;
            this.cmdVerifyDlc.Text                   = "Verify";
            this.cmdVerifyDlc.Visible                = false;
            this.cmdVerifyDlc.Click                 += new EventHandler(this.cmdVerifyDlc_Click);
            this.chkExceptionDLC.Location            = new Point(5, 70);
            this.chkExceptionDLC.Name                = "chkExceptionDLC";
            this.chkExceptionDLC.Size                = new Size(94, 18);
            this.chkExceptionDLC.TabIndex            = 11;
            this.chkExceptionDLC.Text                = "Do not unpack";
            this.chkExceptionDLC.ToggleStateChanged += new StateChangedEventHandler(this.chkExceptionDLC_ToggleStateChanged);
            this.lblDLCStatus.Location               = new Point(88, 22);
            this.lblDLCStatus.Name                   = "lblDLCStatus";
            this.lblDLCStatus.Size                   = new Size(11, 18);
            this.lblDLCStatus.TabIndex               = 6;
            this.lblDLCStatus.Text                   = "-";
            this.radLabel1.Location                  = new Point(11, 22);
            this.radLabel1.Name              = "radLabel1";
            this.radLabel1.Size              = new Size(46, 18);
            this.radLabel1.TabIndex          = 0;
            this.radLabel1.Text              = "Status : ";
            this.cmdDeleteGame.Anchor        = AnchorStyles.None;
            this.cmdDeleteGame.Location      = new Point(386, 24);
            this.cmdDeleteGame.Name          = "cmdDeleteGame";
            this.cmdDeleteGame.Size          = new Size(110, 24);
            this.cmdDeleteGame.TabIndex      = 3;
            this.cmdDeleteGame.Text          = "Delete Game";
            this.cmdDeleteGame.Click        += new EventHandler(this.cmdDeleteGame_Click);
            this.cmdDeleteUpdate.Anchor      = AnchorStyles.None;
            this.cmdDeleteUpdate.Location    = new Point(502, 24);
            this.cmdDeleteUpdate.Name        = "cmdDeleteUpdate";
            this.cmdDeleteUpdate.Size        = new Size(110, 24);
            this.cmdDeleteUpdate.TabIndex    = 4;
            this.cmdDeleteUpdate.Text        = "Delete Update";
            this.cmdDeleteUpdate.Click      += new EventHandler(this.cmdDeleteUpdate_Click);
            this.cmdDeleteDlc.Anchor         = AnchorStyles.None;
            this.cmdDeleteDlc.Location       = new Point(618, 24);
            this.cmdDeleteDlc.Name           = "cmdDeleteDlc";
            this.cmdDeleteDlc.Size           = new Size(110, 24);
            this.cmdDeleteDlc.TabIndex       = 4;
            this.cmdDeleteDlc.Text           = "Delete DLC";
            this.cmdDeleteDlc.Click         += new EventHandler(this.cmdDeleteDlc_Click);
            this.radGroupBox2.AccessibleRole = AccessibleRole.Grouping;
            this.radGroupBox2.Controls.Add((Control)this.cmdDeleteDlc);
            this.radGroupBox2.Controls.Add((Control)this.cmdDeleteGame);
            this.radGroupBox2.Controls.Add((Control)this.cmdDeleteUpdate);
            this.radGroupBox2.Dock       = DockStyle.Bottom;
            this.radGroupBox2.HeaderText = "Delete";
            this.radGroupBox2.Location   = new Point(0, 154);
            this.radGroupBox2.Name       = "radGroupBox2";
            this.radGroupBox2.Size       = new Size(1114, 56);
            this.radGroupBox2.TabIndex   = 1;
            this.radGroupBox2.Text       = "Delete";
            this.ClientSize = new Size(1114, 210);
            this.Controls.Add((Control)this.radGroupBox1);
            this.Controls.Add((Control)this.radGroupBox2);
            this.FormBorderStyle = FormBorderStyle.FixedToolWindow;
            this.Icon            = (Icon)componentResourceManager.GetObject("$this.Icon");
            this.Name            = nameof(frmEmuInfo);
            this.RootElement.ApplyShapeToControl = true;
            this.ShowIcon      = false;
            this.StartPosition = FormStartPosition.CenterParent;
            this.Text          = "Emulator Status";
            this.FormClosing  += new FormClosingEventHandler(this.frmEmuInfo_FormClosing);
            this.Load         += new EventHandler(this.frmEmuInfo_Load);
            this.radGroupBox1.EndInit();
            this.radGroupBox1.ResumeLayout(false);
            this.radGroupBox6.EndInit();
            this.radGroupBox6.ResumeLayout(false);
            this.radGroupBox6.PerformLayout();
            this.lblEmuPath.EndInit();
            this.label1.EndInit();
            this.lblEmuStatus.EndInit();
            this.label2.EndInit();
            this.lblEmuName.EndInit();
            this.label3.EndInit();
            this.radGroupBox3.EndInit();
            this.radGroupBox3.ResumeLayout(false);
            this.radGroupBox3.PerformLayout();
            this.cmdVerifyGame.EndInit();
            ((ISupportInitialize)this.pictGame).EndInit();
            this.lblGameStatus.EndInit();
            this.radLabel6.EndInit();
            this.radGroupBox4.EndInit();
            this.radGroupBox4.ResumeLayout(false);
            this.radGroupBox4.PerformLayout();
            this.cmdVerifyUpdate.EndInit();
            this.chkExceptionUpdate.EndInit();
            this.lblUpdateVersion.EndInit();
            this.lblUpdateStatus.EndInit();
            this.radLabel7.EndInit();
            this.radLabel4.EndInit();
            this.radGroupBox5.EndInit();
            this.radGroupBox5.ResumeLayout(false);
            this.radGroupBox5.PerformLayout();
            this.cmdVerifyDlc.EndInit();
            this.chkExceptionDLC.EndInit();
            this.lblDLCStatus.EndInit();
            this.radLabel1.EndInit();
            this.cmdDeleteGame.EndInit();
            this.cmdDeleteUpdate.EndInit();
            this.cmdDeleteDlc.EndInit();
            this.radGroupBox2.EndInit();
            this.radGroupBox2.ResumeLayout(false);
            this.EndInit();
            this.ResumeLayout(false);
        }
Beispiel #26
0
        private void InitializeComponent()
        {
            ComponentResourceManager manager = new ComponentResourceManager(typeof(Update));

            this.groupBox1     = new GroupBox();
            this.txtInfo       = new TextBox();
            this.groupBox2     = new GroupBox();
            this.lstDl         = new ListView();
            this.columnHeader1 = new ColumnHeader();
            this.columnHeader2 = new ColumnHeader();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            base.SuspendLayout();
            this.groupBox1.Controls.Add(this.txtInfo);
            this.groupBox1.Location = new Point(2, 0);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new Size(240, 100);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "日志窗口";
            this.txtInfo.Location   = new Point(9, 0x11);
            this.txtInfo.Multiline  = true;
            this.txtInfo.Name       = "txtInfo";
            this.txtInfo.Size       = new Size(0xdf, 0x4d);
            this.txtInfo.TabIndex   = 0;
            this.groupBox2.Controls.Add(this.lstDl);
            this.groupBox2.Location = new Point(2, 0x67);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new Size(240, 0x97);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop  = false;
            this.groupBox2.Text     = "下载文件";
            this.lstDl.Columns.AddRange(new ColumnHeader[] { this.columnHeader1, this.columnHeader2 });
            this.lstDl.FullRowSelect = true;
            this.lstDl.GridLines     = true;
            this.lstDl.Location      = new Point(10, 20);
            this.lstDl.Name          = "lstDl";
            this.lstDl.Size          = new Size(0xde, 0x7d);
            this.lstDl.TabIndex      = 0;
            this.lstDl.UseCompatibleStateImageBehavior = false;
            this.lstDl.View          = View.Details;
            this.columnHeader1.Text  = "文件";
            this.columnHeader1.Width = 140;
            this.columnHeader2.Text  = "进度";
            this.columnHeader2.Width = 70;
            base.AutoScaleDimensions = new SizeF(6f, 12f);
            base.AutoScaleMode       = AutoScaleMode.Font;
            base.ClientSize          = new Size(0xf6, 0x105);
            base.Controls.Add(this.groupBox2);
            base.Controls.Add(this.groupBox1);
            this.DoubleBuffered  = true;
            base.FormBorderStyle = FormBorderStyle.FixedSingle;
            base.Icon            = (Icon)manager.GetObject("$this.Icon");
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "Update";
            base.ShowInTaskbar   = false;
            base.StartPosition   = FormStartPosition.CenterScreen;
            this.Text            = "Update";
            base.WindowState     = FormWindowState.Minimized;
            base.Load           += new EventHandler(this.Update_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            base.ResumeLayout(false);
        }
Beispiel #27
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmTJSY));

            this.label3            = new Label();
            this.paneldata         = new Panel();
            this.gridControl1      = new GridControl();
            this.gridView1         = new GridView();
            this.gridColumn1       = new GridColumn();
            this.gridColumn2       = new GridColumn();
            this.gridColumn3       = new GridColumn();
            this.gridColumn4       = new GridColumn();
            this.btnSearch         = new Button();
            this.btnReset          = new Button();
            this.label1            = new Label();
            this.txtCPMC           = new TextBox();
            this.txtZLBH           = new TextBox();
            this.panelcondition    = new Panel();
            this.label4            = new Label();
            this.txtQYMC           = new TextBox();
            this.label2            = new Label();
            this.txtCPBM           = new TextBox();
            this.panelmenu         = new Panel();
            this.userManu1         = new UserManu();
            this.paneltop_right    = new Panel();
            this.paneltop_middle   = new Panel();
            this.paneltop_left     = new Panel();
            this.paneltitle_right  = new Panel();
            this.pictureBox3       = new PictureBox();
            this.pictureBox2       = new PictureBox();
            this.pictureBox1       = new PictureBox();
            this.paneltitle_middle = new Panel();
            this.paneltitle_left   = new Panel();
            this.panelright        = new Panel();
            this.panelwhite        = new Panel();
            this.panelbutton       = new Panel();
            this.pictureBox_sum    = new PictureBox();
            this.pictureBox_view   = new PictureBox();
            this.pictureBox_sort   = new PictureBox();
            this.pictureBox_filter = new PictureBox();
            this.paneldatasum      = new Panel();
            this.labeldatacount    = new Label();
            this.pictureBox_right  = new PictureBox();
            this.panel_middle      = new Panel();
            this.label6            = new Label();
            this.pictureBox_left   = new PictureBox();
            this.paneldata.SuspendLayout();
            ((ISupportInitialize)this.gridControl1).BeginInit();
            ((ISupportInitialize)this.gridView1).BeginInit();
            this.panelcondition.SuspendLayout();
            this.panelmenu.SuspendLayout();
            this.paneltitle_right.SuspendLayout();
            ((ISupportInitialize)this.pictureBox3).BeginInit();
            ((ISupportInitialize)this.pictureBox2).BeginInit();
            ((ISupportInitialize)this.pictureBox1).BeginInit();
            this.panelright.SuspendLayout();
            this.panelwhite.SuspendLayout();
            this.panelbutton.SuspendLayout();
            ((ISupportInitialize)this.pictureBox_sum).BeginInit();
            ((ISupportInitialize)this.pictureBox_view).BeginInit();
            ((ISupportInitialize)this.pictureBox_sort).BeginInit();
            ((ISupportInitialize)this.pictureBox_filter).BeginInit();
            this.paneldatasum.SuspendLayout();
            ((ISupportInitialize)this.pictureBox_right).BeginInit();
            this.panel_middle.SuspendLayout();
            ((ISupportInitialize)this.pictureBox_left).BeginInit();
            base.SuspendLayout();
            this.label3.AutoSize  = true;
            this.label3.BackColor = Color.Transparent;
            this.label3.Font      = new Font("宋体", 10.5f, FontStyle.Regular, GraphicsUnit.Point, 134);
            this.label3.Location  = new Point(2, 47);
            this.label3.Name      = "label3";
            this.label3.Size      = new Size(63, 14);
            this.label3.TabIndex  = 6;
            this.label3.Text      = "产品名称";
            this.paneldata.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
            this.paneldata.Controls.Add(this.gridControl1);
            this.paneldata.Location    = new Point(20, 248);
            this.paneldata.Name        = "paneldata";
            this.paneldata.Size        = new Size(108, 53);
            this.paneldata.TabIndex    = 35;
            this.gridControl1.Dock     = DockStyle.Fill;
            this.gridControl1.Location = new Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name     = "gridControl1";
            this.gridControl1.Size     = new Size(108, 53);
            this.gridControl1.TabIndex = 30;
            this.gridControl1.ViewCollection.AddRange(new BaseView[]
            {
                this.gridView1
            });
            this.gridView1.Columns.AddRange(new GridColumn[]
            {
                this.gridColumn1,
                this.gridColumn2,
                this.gridColumn3,
                this.gridColumn4
            });
            this.gridView1.GridControl             = this.gridControl1;
            this.gridView1.Name                    = "gridView1";
            this.gridView1.CustomDrawRowIndicator += new RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
            this.gridView1.RowCountChanged        += new EventHandler(this.gridView1_RowCountChanged);
            this.gridView1.RowCellClick           += new RowCellClickEventHandler(this.gridView1_RowCellClick);
            this.gridColumn1.Caption               = "gridColumn1";
            this.gridColumn1.Name                  = "gridColumn1";
            this.gridColumn1.Visible               = true;
            this.gridColumn1.VisibleIndex          = 0;
            this.gridColumn2.Caption               = "gridColumn2";
            this.gridColumn2.Name                  = "gridColumn2";
            this.gridColumn2.Visible               = true;
            this.gridColumn2.VisibleIndex          = 1;
            this.gridColumn3.Caption               = "gridColumn3";
            this.gridColumn3.Name                  = "gridColumn3";
            this.gridColumn3.Visible               = true;
            this.gridColumn3.VisibleIndex          = 2;
            this.gridColumn4.Caption               = "gridColumn4";
            this.gridColumn4.Name                  = "gridColumn4";
            this.gridColumn4.Visible               = true;
            this.gridColumn4.VisibleIndex          = 3;
            this.btnSearch.Location                = new Point(20, 84);
            this.btnSearch.Name                    = "btnSearch";
            this.btnSearch.Size                    = new Size(50, 23);
            this.btnSearch.TabIndex                = 19;
            this.btnSearch.Text                    = "查询";
            this.btnSearch.UseVisualStyleBackColor = true;
            this.btnSearch.Click                  += new EventHandler(this.btnSearch_Click);
            this.btnReset.Location                 = new Point(99, 84);
            this.btnReset.Name     = "btnReset";
            this.btnReset.Size     = new Size(50, 23);
            this.btnReset.TabIndex = 20;
            this.btnReset.Text     = "重置";
            this.btnReset.UseVisualStyleBackColor = true;
            this.btnReset.Click       += new EventHandler(this.btnReset_Click);
            this.label1.AutoSize       = true;
            this.label1.BackColor      = Color.Transparent;
            this.label1.Font           = new Font("宋体", 10.5f, FontStyle.Regular, GraphicsUnit.Point, 134);
            this.label1.Location       = new Point(268, 14);
            this.label1.Name           = "label1";
            this.label1.Size           = new Size(63, 14);
            this.label1.TabIndex       = 2;
            this.label1.Text           = "资料编号";
            this.txtCPMC.Font          = new Font("宋体", 10.5f, FontStyle.Regular, GraphicsUnit.Point, 134);
            this.txtCPMC.ImeMode       = ImeMode.On;
            this.txtCPMC.Location      = new Point(65, 43);
            this.txtCPMC.Name          = "txtCPMC";
            this.txtCPMC.Size          = new Size(200, 23);
            this.txtCPMC.TabIndex      = 5;
            this.txtZLBH.Font          = new Font("宋体", 10.5f, FontStyle.Regular, GraphicsUnit.Point, 134);
            this.txtZLBH.Location      = new Point(331, 10);
            this.txtZLBH.Name          = "txtZLBH";
            this.txtZLBH.Size          = new Size(200, 23);
            this.txtZLBH.TabIndex      = 1;
            this.panelcondition.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
            this.panelcondition.Controls.Add(this.label4);
            this.panelcondition.Controls.Add(this.txtQYMC);
            this.panelcondition.Controls.Add(this.btnReset);
            this.panelcondition.Controls.Add(this.btnSearch);
            this.panelcondition.Controls.Add(this.label2);
            this.panelcondition.Controls.Add(this.txtCPBM);
            this.panelcondition.Controls.Add(this.label3);
            this.panelcondition.Controls.Add(this.txtCPMC);
            this.panelcondition.Controls.Add(this.label1);
            this.panelcondition.Controls.Add(this.txtZLBH);
            this.panelcondition.Location = new Point(6, 37);
            this.panelcondition.Name     = "panelcondition";
            this.panelcondition.Size     = new Size(577, 119);
            this.panelcondition.TabIndex = 30;
            this.label4.AutoSize         = true;
            this.label4.BackColor        = Color.Transparent;
            this.label4.Font             = new Font("宋体", 10.5f, FontStyle.Regular, GraphicsUnit.Point, 134);
            this.label4.Location         = new Point(2, 14);
            this.label4.Name             = "label4";
            this.label4.Size             = new Size(63, 14);
            this.label4.TabIndex         = 19;
            this.label4.Text             = "企业名称";
            this.txtQYMC.Font            = new Font("宋体", 10.5f, FontStyle.Regular, GraphicsUnit.Point, 134);
            this.txtQYMC.ImeMode         = ImeMode.On;
            this.txtQYMC.Location        = new Point(65, 10);
            this.txtQYMC.Name            = "txtQYMC";
            this.txtQYMC.Size            = new Size(200, 23);
            this.txtQYMC.TabIndex        = 18;
            this.label2.AutoSize         = true;
            this.label2.BackColor        = Color.Transparent;
            this.label2.Font             = new Font("宋体", 10.5f, FontStyle.Regular, GraphicsUnit.Point, 134);
            this.label2.Location         = new Point(268, 47);
            this.label2.Name             = "label2";
            this.label2.Size             = new Size(63, 14);
            this.label2.TabIndex         = 17;
            this.label2.Text             = "产品编码";
            this.txtCPBM.Font            = new Font("宋体", 10.5f, FontStyle.Regular, GraphicsUnit.Point, 134);
            this.txtCPBM.Location        = new Point(331, 43);
            this.txtCPBM.Name            = "txtCPBM";
            this.txtCPBM.Size            = new Size(200, 23);
            this.txtCPBM.TabIndex        = 16;
            this.panelmenu.Anchor        = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left);
            this.panelmenu.Controls.Add(this.userManu1);
            this.panelmenu.Location       = new Point(1, 121);
            this.panelmenu.Name           = "panelmenu";
            this.panelmenu.Size           = new Size(171, 442);
            this.panelmenu.TabIndex       = 37;
            this.userManu1.BackColor      = Color.FromArgb(107, 161, 179);
            this.userManu1.Dock           = DockStyle.Fill;
            this.userManu1.Location       = new Point(0, 0);
            this.userManu1.Name           = "userManu1";
            this.userManu1.Size           = new Size(171, 442);
            this.userManu1.TabIndex       = 0;
            this.paneltop_right.Anchor    = (AnchorStyles.Top | AnchorStyles.Right);
            this.paneltop_right.Location  = new Point(372, 34);
            this.paneltop_right.Name      = "paneltop_right";
            this.paneltop_right.Size      = new Size(406, 25);
            this.paneltop_right.TabIndex  = 43;
            this.paneltop_middle.Anchor   = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
            this.paneltop_middle.Location = new Point(196, 30);
            this.paneltop_middle.Name     = "paneltop_middle";
            this.paneltop_middle.Size     = new Size(165, 29);
            this.paneltop_middle.TabIndex = 42;
            this.paneltop_left.Location   = new Point(13, 30);
            this.paneltop_left.Name       = "paneltop_left";
            this.paneltop_left.Size       = new Size(185, 29);
            this.paneltop_left.TabIndex   = 41;
            this.paneltitle_right.Anchor  = (AnchorStyles.Top | AnchorStyles.Right);
            this.paneltitle_right.Controls.Add(this.pictureBox3);
            this.paneltitle_right.Controls.Add(this.pictureBox2);
            this.paneltitle_right.Controls.Add(this.pictureBox1);
            this.paneltitle_right.Location    = new Point(542, 1);
            this.paneltitle_right.Name        = "paneltitle_right";
            this.paneltitle_right.Size        = new Size(238, 25);
            this.paneltitle_right.TabIndex    = 40;
            this.pictureBox3.Anchor           = (AnchorStyles.Top | AnchorStyles.Right);
            this.pictureBox3.Image            = (Image)componentResourceManager.GetObject("pictureBox3.Image");
            this.pictureBox3.Location         = new Point(171, 2);
            this.pictureBox3.Name             = "pictureBox3";
            this.pictureBox3.Size             = new Size(21, 21);
            this.pictureBox3.SizeMode         = PictureBoxSizeMode.AutoSize;
            this.pictureBox3.TabIndex         = 23;
            this.pictureBox3.TabStop          = false;
            this.pictureBox3.MouseLeave      += new EventHandler(this.pictureBox3_MouseLeave);
            this.pictureBox3.Click           += new EventHandler(this.pictureBox3_Click);
            this.pictureBox3.MouseEnter      += new EventHandler(this.pictureBox3_MouseEnter);
            this.pictureBox2.Anchor           = (AnchorStyles.Top | AnchorStyles.Right);
            this.pictureBox2.Image            = (Image)componentResourceManager.GetObject("pictureBox2.Image");
            this.pictureBox2.Location         = new Point(193, 2);
            this.pictureBox2.Name             = "pictureBox2";
            this.pictureBox2.Size             = new Size(21, 21);
            this.pictureBox2.SizeMode         = PictureBoxSizeMode.AutoSize;
            this.pictureBox2.TabIndex         = 22;
            this.pictureBox2.TabStop          = false;
            this.pictureBox2.MouseLeave      += new EventHandler(this.pictureBox2_MouseLeave);
            this.pictureBox2.Click           += new EventHandler(this.pictureBox2_Click);
            this.pictureBox2.MouseEnter      += new EventHandler(this.pictureBox2_MouseEnter);
            this.pictureBox1.Anchor           = (AnchorStyles.Top | AnchorStyles.Right);
            this.pictureBox1.Image            = (Image)componentResourceManager.GetObject("pictureBox1.Image");
            this.pictureBox1.Location         = new Point(215, 2);
            this.pictureBox1.Name             = "pictureBox1";
            this.pictureBox1.Size             = new Size(21, 21);
            this.pictureBox1.SizeMode         = PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex         = 21;
            this.pictureBox1.TabStop          = false;
            this.pictureBox1.MouseLeave      += new EventHandler(this.pictureBox1_MouseLeave);
            this.pictureBox1.Click           += new EventHandler(this.pictureBox1_Click);
            this.pictureBox1.MouseEnter      += new EventHandler(this.pictureBox1_MouseEnter);
            this.paneltitle_middle.Anchor     = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
            this.paneltitle_middle.Location   = new Point(265, 1);
            this.paneltitle_middle.Name       = "paneltitle_middle";
            this.paneltitle_middle.Size       = new Size(280, 25);
            this.paneltitle_middle.TabIndex   = 39;
            this.paneltitle_middle.MouseMove += new MouseEventHandler(this.paneltitle_middle_MouseMove);
            this.paneltitle_middle.MouseDown += new MouseEventHandler(this.paneltitle_middle_MouseDown);
            this.paneltitle_middle.MouseUp   += new MouseEventHandler(this.paneltitle_middle_MouseUp);
            this.paneltitle_left.Location     = new Point(1, 1);
            this.paneltitle_left.Name         = "paneltitle_left";
            this.paneltitle_left.Size         = new Size(264, 25);
            this.paneltitle_left.TabIndex     = 38;
            this.panelright.Anchor            = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
            this.panelright.Controls.Add(this.panelwhite);
            this.panelright.Controls.Add(this.pictureBox_right);
            this.panelright.Controls.Add(this.panel_middle);
            this.panelright.Controls.Add(this.pictureBox_left);
            this.panelright.Controls.Add(this.panelcondition);
            this.panelright.Location = new Point(190, 71);
            this.panelright.Name     = "panelright";
            this.panelright.Size     = new Size(588, 483);
            this.panelright.TabIndex = 44;
            this.panelwhite.Anchor   = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
            this.panelwhite.Controls.Add(this.panelbutton);
            this.panelwhite.Controls.Add(this.paneldatasum);
            this.panelwhite.Controls.Add(this.paneldata);
            this.panelwhite.Location = new Point(6, 166);
            this.panelwhite.Name     = "panelwhite";
            this.panelwhite.Size     = new Size(577, 314);
            this.panelwhite.TabIndex = 39;
            this.panelbutton.Anchor  = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
            this.panelbutton.Controls.Add(this.pictureBox_sum);
            this.panelbutton.Controls.Add(this.pictureBox_view);
            this.panelbutton.Controls.Add(this.pictureBox_sort);
            this.panelbutton.Controls.Add(this.pictureBox_filter);
            this.panelbutton.Location        = new Point(5, 37);
            this.panelbutton.Name            = "panelbutton";
            this.panelbutton.Size            = new Size(555, 40);
            this.panelbutton.TabIndex        = 37;
            this.pictureBox_sum.BackColor    = Color.Transparent;
            this.pictureBox_sum.Cursor       = Cursors.Hand;
            this.pictureBox_sum.Location     = new Point(352, 9);
            this.pictureBox_sum.Name         = "pictureBox_sum";
            this.pictureBox_sum.Size         = new Size(65, 24);
            this.pictureBox_sum.SizeMode     = PictureBoxSizeMode.AutoSize;
            this.pictureBox_sum.TabIndex     = 3;
            this.pictureBox_sum.TabStop      = false;
            this.pictureBox_sum.Visible      = false;
            this.pictureBox_view.BackColor   = Color.Transparent;
            this.pictureBox_view.Cursor      = Cursors.Hand;
            this.pictureBox_view.Location    = new Point(253, 9);
            this.pictureBox_view.Name        = "pictureBox_view";
            this.pictureBox_view.Size        = new Size(65, 24);
            this.pictureBox_view.SizeMode    = PictureBoxSizeMode.AutoSize;
            this.pictureBox_view.TabIndex    = 2;
            this.pictureBox_view.TabStop     = false;
            this.pictureBox_view.Click      += new EventHandler(this.pictureBox_view_Click);
            this.pictureBox_sort.BackColor   = Color.Transparent;
            this.pictureBox_sort.Cursor      = Cursors.Hand;
            this.pictureBox_sort.Location    = new Point(154, 9);
            this.pictureBox_sort.Name        = "pictureBox_sort";
            this.pictureBox_sort.Size        = new Size(65, 24);
            this.pictureBox_sort.SizeMode    = PictureBoxSizeMode.AutoSize;
            this.pictureBox_sort.TabIndex    = 1;
            this.pictureBox_sort.TabStop     = false;
            this.pictureBox_sort.Click      += new EventHandler(this.pictureBox_sort_Click);
            this.pictureBox_filter.BackColor = Color.Transparent;
            this.pictureBox_filter.Cursor    = Cursors.Hand;
            this.pictureBox_filter.Location  = new Point(55, 9);
            this.pictureBox_filter.Name      = "pictureBox_filter";
            this.pictureBox_filter.Size      = new Size(65, 24);
            this.pictureBox_filter.SizeMode  = PictureBoxSizeMode.AutoSize;
            this.pictureBox_filter.TabIndex  = 0;
            this.pictureBox_filter.TabStop   = false;
            this.pictureBox_filter.Click    += new EventHandler(this.pictureBox_filter_Click);
            this.paneldatasum.Anchor         = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
            this.paneldatasum.Controls.Add(this.labeldatacount);
            this.paneldatasum.Location     = new Point(5, 3);
            this.paneldatasum.Name         = "paneldatasum";
            this.paneldatasum.Size         = new Size(555, 28);
            this.paneldatasum.TabIndex     = 36;
            this.labeldatacount.BackColor  = Color.Transparent;
            this.labeldatacount.Font       = new Font("宋体", 10.5f, FontStyle.Regular, GraphicsUnit.Point, 134);
            this.labeldatacount.Location   = new Point(41, 8);
            this.labeldatacount.Name       = "labeldatacount";
            this.labeldatacount.Size       = new Size(253, 14);
            this.labeldatacount.TabIndex   = 0;
            this.pictureBox_right.Anchor   = (AnchorStyles.Top | AnchorStyles.Right);
            this.pictureBox_right.Location = new Point(545, 3);
            this.pictureBox_right.Name     = "pictureBox_right";
            this.pictureBox_right.Size     = new Size(38, 28);
            this.pictureBox_right.SizeMode = PictureBoxSizeMode.AutoSize;
            this.pictureBox_right.TabIndex = 38;
            this.pictureBox_right.TabStop  = false;
            this.panel_middle.Anchor       = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
            this.panel_middle.Controls.Add(this.label6);
            this.panel_middle.Location    = new Point(69, 3);
            this.panel_middle.Name        = "panel_middle";
            this.panel_middle.Size        = new Size(328, 28);
            this.panel_middle.TabIndex    = 37;
            this.label6.BackColor         = Color.Transparent;
            this.label6.Font              = new Font("宋体", 10.5f, FontStyle.Bold, GraphicsUnit.Point, 134);
            this.label6.Location          = new Point(41, 7);
            this.label6.Name              = "label6";
            this.label6.Size              = new Size(253, 14);
            this.label6.TabIndex          = 1;
            this.label6.Text              = "田间试验审批查询";
            this.pictureBox_left.Location = new Point(0, 3);
            this.pictureBox_left.Name     = "pictureBox_left";
            this.pictureBox_left.Size     = new Size(17, 28);
            this.pictureBox_left.SizeMode = PictureBoxSizeMode.AutoSize;
            this.pictureBox_left.TabIndex = 36;
            this.pictureBox_left.TabStop  = false;
            base.AcceptButton             = this.btnSearch;
            base.AutoScaleMode            = AutoScaleMode.None;
            base.ClientSize = new Size(792, 566);
            base.Controls.Add(this.panelright);
            base.Controls.Add(this.paneltop_right);
            base.Controls.Add(this.paneltop_middle);
            base.Controls.Add(this.paneltop_left);
            base.Controls.Add(this.paneltitle_right);
            base.Controls.Add(this.paneltitle_middle);
            base.Controls.Add(this.paneltitle_left);
            base.Controls.Add(this.panelmenu);
            this.Font            = new Font("宋体", 10f, FontStyle.Regular, GraphicsUnit.Point, 134);
            base.FormBorderStyle = FormBorderStyle.None;
            base.Icon            = (Icon)componentResourceManager.GetObject("$this.Icon");
            base.Name            = "frmTJSY";
            this.Text            = "田间实验审批查询";
            base.WindowState     = FormWindowState.Maximized;
            base.Load           += new EventHandler(this.frmTJSY_Load);
            base.Resize         += new EventHandler(this.frmTJSY_Resize);
            this.paneldata.ResumeLayout(false);
            ((ISupportInitialize)this.gridControl1).EndInit();
            ((ISupportInitialize)this.gridView1).EndInit();
            this.panelcondition.ResumeLayout(false);
            this.panelcondition.PerformLayout();
            this.panelmenu.ResumeLayout(false);
            this.paneltitle_right.ResumeLayout(false);
            this.paneltitle_right.PerformLayout();
            ((ISupportInitialize)this.pictureBox3).EndInit();
            ((ISupportInitialize)this.pictureBox2).EndInit();
            ((ISupportInitialize)this.pictureBox1).EndInit();
            this.panelright.ResumeLayout(false);
            this.panelright.PerformLayout();
            this.panelwhite.ResumeLayout(false);
            this.panelbutton.ResumeLayout(false);
            this.panelbutton.PerformLayout();
            ((ISupportInitialize)this.pictureBox_sum).EndInit();
            ((ISupportInitialize)this.pictureBox_view).EndInit();
            ((ISupportInitialize)this.pictureBox_sort).EndInit();
            ((ISupportInitialize)this.pictureBox_filter).EndInit();
            this.paneldatasum.ResumeLayout(false);
            ((ISupportInitialize)this.pictureBox_right).EndInit();
            this.panel_middle.ResumeLayout(false);
            ((ISupportInitialize)this.pictureBox_left).EndInit();
            base.ResumeLayout(false);
        }
Beispiel #28
0
        private void InitializeComponent()
        {
            components = new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(RegisterForm));

            passwordTextBox   = new MetroTextBox();
            registerButton    = new MetroButton();
            usernameTextBox   = new MetroTextBox();
            licenseKeyTextBox = new MetroTextBox();
            mainTabControl    = new MetroTabControl();
            metroTabPage1     = new MetroTabPage();
            goBackLabel       = new MetroLabel();
            styleManager      = new MetroStyleManager(components);
            ((Control)(object)mainTabControl).SuspendLayout();
            ((Control)(object)metroTabPage1).SuspendLayout();
            ((ISupportInitialize)styleManager).BeginInit();
            ((Control)this).SuspendLayout();
            passwordTextBox.get_CustomButton().set_Image((Image)null);
            ((Control)(object)passwordTextBox.get_CustomButton()).Location = new Point(312, 2);
            ((Control)(object)passwordTextBox.get_CustomButton()).Name     = "";
            ((Control)(object)passwordTextBox.get_CustomButton()).Size     = new Size(17, 17);
            passwordTextBox.get_CustomButton().set_Style((MetroColorStyle)4);
            ((Control)(object)passwordTextBox.get_CustomButton()).TabIndex = 1;
            passwordTextBox.get_CustomButton().set_Theme((MetroThemeStyle)1);
            passwordTextBox.get_CustomButton().set_UseSelectable(true);
            ((Control)(object)passwordTextBox.get_CustomButton()).Visible = false;
            ((Control)(object)passwordTextBox).ForeColor = Color.White;
            passwordTextBox.set_Lines(new string[0]);
            ((Control)(object)passwordTextBox).Location = new Point(19, 44);
            passwordTextBox.set_MaxLength(32767);
            ((Control)(object)passwordTextBox).Name = "passwordTextBox";
            passwordTextBox.set_PasswordChar('●');
            passwordTextBox.set_PromptText("Password");
            passwordTextBox.set_ScrollBars(ScrollBars.None);
            passwordTextBox.set_SelectedText("");
            passwordTextBox.set_SelectionLength(0);
            passwordTextBox.set_SelectionStart(0);
            passwordTextBox.set_ShortcutsEnabled(true);
            ((Control)(object)passwordTextBox).Size     = new Size(332, 22);
            ((Control)(object)passwordTextBox).TabIndex = 29;
            passwordTextBox.set_Theme((MetroThemeStyle)2);
            passwordTextBox.set_UseSelectable(true);
            passwordTextBox.set_UseSystemPasswordChar(true);
            passwordTextBox.set_WaterMark("Password");
            passwordTextBox.set_WaterMarkColor(Color.FromArgb(109, 109, 109));
            passwordTextBox.set_WaterMarkFont(new Font("Segoe UI", 12f, FontStyle.Italic, GraphicsUnit.Pixel));
            registerButton.set_Highlight(true);
            ((Control)(object)registerButton).Location = new Point(19, 100);
            ((Control)(object)registerButton).Name     = "registerButton";
            ((Control)(object)registerButton).Size     = new Size(332, 26);
            ((Control)(object)registerButton).TabIndex = 28;
            ((Control)(object)registerButton).Text     = "Register";
            registerButton.set_Theme((MetroThemeStyle)2);
            registerButton.set_UseSelectable(true);
            ((Control)(object)registerButton).Click += registerButton_Click;
            usernameTextBox.get_CustomButton().set_Image((Image)null);
            ((Control)(object)usernameTextBox.get_CustomButton()).Location = new Point(312, 2);
            ((Control)(object)usernameTextBox.get_CustomButton()).Name     = "";
            ((Control)(object)usernameTextBox.get_CustomButton()).Size     = new Size(17, 17);
            usernameTextBox.get_CustomButton().set_Style((MetroColorStyle)4);
            ((Control)(object)usernameTextBox.get_CustomButton()).TabIndex = 1;
            usernameTextBox.get_CustomButton().set_Theme((MetroThemeStyle)1);
            usernameTextBox.get_CustomButton().set_UseSelectable(true);
            ((Control)(object)usernameTextBox.get_CustomButton()).Visible = false;
            ((Control)(object)usernameTextBox).ForeColor = Color.White;
            usernameTextBox.set_Lines(new string[0]);
            ((Control)(object)usernameTextBox).Location = new Point(19, 16);
            usernameTextBox.set_MaxLength(32767);
            ((Control)(object)usernameTextBox).Name = "usernameTextBox";
            usernameTextBox.set_PasswordChar('\0');
            usernameTextBox.set_PromptText("Username");
            usernameTextBox.set_ScrollBars(ScrollBars.None);
            usernameTextBox.set_SelectedText("");
            usernameTextBox.set_SelectionLength(0);
            usernameTextBox.set_SelectionStart(0);
            usernameTextBox.set_ShortcutsEnabled(true);
            ((Control)(object)usernameTextBox).Size     = new Size(332, 22);
            ((Control)(object)usernameTextBox).TabIndex = 26;
            usernameTextBox.set_Theme((MetroThemeStyle)2);
            usernameTextBox.set_UseSelectable(true);
            usernameTextBox.set_WaterMark("Username");
            usernameTextBox.set_WaterMarkColor(Color.FromArgb(109, 109, 109));
            usernameTextBox.set_WaterMarkFont(new Font("Segoe UI", 12f, FontStyle.Italic, GraphicsUnit.Pixel));
            licenseKeyTextBox.get_CustomButton().set_Image((Image)null);
            ((Control)(object)licenseKeyTextBox.get_CustomButton()).Location = new Point(312, 2);
            ((Control)(object)licenseKeyTextBox.get_CustomButton()).Name     = "";
            ((Control)(object)licenseKeyTextBox.get_CustomButton()).Size     = new Size(17, 17);
            licenseKeyTextBox.get_CustomButton().set_Style((MetroColorStyle)4);
            ((Control)(object)licenseKeyTextBox.get_CustomButton()).TabIndex = 1;
            licenseKeyTextBox.get_CustomButton().set_Theme((MetroThemeStyle)1);
            licenseKeyTextBox.get_CustomButton().set_UseSelectable(true);
            ((Control)(object)licenseKeyTextBox.get_CustomButton()).Visible = false;
            ((Control)(object)licenseKeyTextBox).ForeColor = Color.White;
            licenseKeyTextBox.set_Lines(new string[0]);
            ((Control)(object)licenseKeyTextBox).Location = new Point(19, 72);
            licenseKeyTextBox.set_MaxLength(32767);
            ((Control)(object)licenseKeyTextBox).Name = "licenseKeyTextBox";
            licenseKeyTextBox.set_PasswordChar('\0');
            licenseKeyTextBox.set_PromptText("License Key");
            licenseKeyTextBox.set_ScrollBars(ScrollBars.None);
            licenseKeyTextBox.set_SelectedText("");
            licenseKeyTextBox.set_SelectionLength(0);
            licenseKeyTextBox.set_SelectionStart(0);
            licenseKeyTextBox.set_ShortcutsEnabled(true);
            ((Control)(object)licenseKeyTextBox).Size     = new Size(332, 22);
            ((Control)(object)licenseKeyTextBox).TabIndex = 27;
            licenseKeyTextBox.set_Theme((MetroThemeStyle)2);
            licenseKeyTextBox.set_UseSelectable(true);
            licenseKeyTextBox.set_WaterMark("License Key");
            licenseKeyTextBox.set_WaterMarkColor(Color.FromArgb(109, 109, 109));
            licenseKeyTextBox.set_WaterMarkFont(new Font("Segoe UI", 12f, FontStyle.Italic, GraphicsUnit.Pixel));
            ((Control)(object)mainTabControl).Controls.Add((Control)(object)metroTabPage1);
            ((Control)(object)mainTabControl).Location         = new Point(23, 63);
            ((Control)(object)mainTabControl).Name             = "mainTabControl";
            ((TabControl)(object)mainTabControl).SelectedIndex = 0;
            ((Control)(object)mainTabControl).Size             = new Size(378, 202);
            ((TabControl)(object)mainTabControl).SizeMode      = TabSizeMode.Fixed;
            ((Control)(object)mainTabControl).TabIndex         = 30;
            mainTabControl.set_Theme((MetroThemeStyle)2);
            mainTabControl.set_UseSelectable(true);
            ((Panel)(object)metroTabPage1).BorderStyle = BorderStyle.FixedSingle;
            ((Control)(object)metroTabPage1).Controls.Add((Control)(object)goBackLabel);
            ((Control)(object)metroTabPage1).Controls.Add((Control)(object)passwordTextBox);
            ((Control)(object)metroTabPage1).Controls.Add((Control)(object)registerButton);
            ((Control)(object)metroTabPage1).Controls.Add((Control)(object)usernameTextBox);
            ((Control)(object)metroTabPage1).Controls.Add((Control)(object)licenseKeyTextBox);
            metroTabPage1.set_HorizontalScrollbarBarColor(true);
            metroTabPage1.set_HorizontalScrollbarHighlightOnWheel(false);
            metroTabPage1.set_HorizontalScrollbarSize(10);
            ((TabPage)(object)metroTabPage1).Location = new Point(4, 38);
            ((Control)(object)metroTabPage1).Name     = "metroTabPage1";
            ((Control)(object)metroTabPage1).Size     = new Size(370, 160);
            ((TabPage)(object)metroTabPage1).TabIndex = 0;
            ((Control)(object)metroTabPage1).Text     = "Register";
            metroTabPage1.set_Theme((MetroThemeStyle)2);
            metroTabPage1.set_VerticalScrollbarBarColor(true);
            metroTabPage1.set_VerticalScrollbarHighlightOnWheel(false);
            metroTabPage1.set_VerticalScrollbarSize(10);
            ((Control)(object)goBackLabel).AutoSize = true;
            goBackLabel.set_FontWeight((MetroLabelWeight)1);
            ((Control)(object)goBackLabel).ForeColor = Color.Blue;
            ((Control)(object)goBackLabel).Location  = new Point(95, 130);
            ((Control)(object)goBackLabel).Name      = "goBackLabel";
            ((Control)(object)goBackLabel).Size      = new Size(165, 19);
            ((Control)(object)goBackLabel).TabIndex  = 30;
            ((Control)(object)goBackLabel).Text      = "Already have an account?";
            goBackLabel.set_Theme((MetroThemeStyle)2);
            goBackLabel.set_UseStyleColors(true);
            ((Control)(object)goBackLabel).Click += goBackLabel_Click;
            styleManager.set_Owner((ContainerControl)null);
            styleManager.set_Style((MetroColorStyle)13);
            ((ContainerControl)this).AutoScaleMode = AutoScaleMode.None;
            ((Form)this).ClientSize = new Size(427, 285);
            ((Control)this).Controls.Add((Control)(object)mainTabControl);
            ((Form)this).Icon    = (Icon)componentResourceManager.GetObject("$this.Icon");
            ((Control)this).Name = "RegisterForm";
            ((MetroForm)this).set_Resizable(false);
            ((MetroForm)this).set_Style((MetroColorStyle)0);
            ((Control)(object)this).Text = "Asteroid LLC";
            ((MetroForm)this).set_Theme((MetroThemeStyle)2);
            ((Form)this).FormClosing += RegisterForm_FormClosing;
            ((Form)this).Load        += RegisterForm_Load;
            ((Control)(object)mainTabControl).ResumeLayout(performLayout: false);
            ((Control)(object)metroTabPage1).ResumeLayout(performLayout: false);
            ((Control)(object)metroTabPage1).PerformLayout();
            ((ISupportInitialize)styleManager).EndInit();
            ((Control)this).ResumeLayout(performLayout: false);
        }
Beispiel #29
0
        private void InitializeComponent()
        {
            this.components = new Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(CHRForm));

            this.statusStrip             = new StatusStrip();
            this.StatusLabel             = new ToolStripStatusLabel();
            this.menuStrip               = new MenuStrip();
            this.fileToolStripMenuItem   = new ToolStripMenuItem();
            this.OpenToolStripMenuItem   = new ToolStripMenuItem();
            this.toolStripSeparator1     = new ToolStripSeparator();
            this.saveToolStripMenuItem   = new ToolStripMenuItem();
            this.saveAsToolStripMenuItem = new ToolStripMenuItem();
            this.toolStripSeparator2     = new ToolStripSeparator();
            this.exitToolStripMenuItem   = new ToolStripMenuItem();
            this.treeView                         = new TreeView();
            this.contextMenuStrip                 = new ContextMenuStrip(this.components);
            this.addPathToolStripMenuItem         = new ToolStripMenuItem();
            this.deletedPathToolStripMenuItem     = new ToolStripMenuItem();
            this.propertyGrid                     = new PropertyGrid();
            this.openFileDialog                   = new OpenFileDialog();
            this.treeViewCharacter                = new TreeView();
            this.contextMenuCharacter             = new ContextMenuStrip(this.components);
            this.addCharacterToolStripMenuItem    = new ToolStripMenuItem();
            this.removeCharacterToolStripMenuItem = new ToolStripMenuItem();
            this.importMobToolStripMenuItem       = new ToolStripMenuItem();
            this.copyCharacterToolStripMenuItem   = new ToolStripMenuItem();
            this.pasteCharacterToolStripMenuItem  = new ToolStripMenuItem();
            this.toolStripSeparator3              = new ToolStripSeparator();
            this.addToolStripMenuItem             = new ToolStripMenuItem();
            this.removeToolStripMenuItem          = new ToolStripMenuItem();
            this.saveFileDialog                   = new SaveFileDialog();
            this.statusStrip.SuspendLayout();
            this.menuStrip.SuspendLayout();
            this.contextMenuStrip.SuspendLayout();
            this.contextMenuCharacter.SuspendLayout();
            base.SuspendLayout();
            this.statusStrip.Items.AddRange(new ToolStripItem[]
            {
                this.StatusLabel
            });
            this.statusStrip.Location = new Point(0, 546);
            this.statusStrip.Name     = "statusStrip";
            this.statusStrip.Size     = new Size(692, 22);
            this.statusStrip.TabIndex = 0;
            this.statusStrip.Text     = "statusStrip1";
            this.StatusLabel.Name     = "StatusLabel";
            this.StatusLabel.Size     = new Size(44, 17);
            this.StatusLabel.Text     = "Statut :";
            this.menuStrip.AllowMerge = false;
            this.menuStrip.Items.AddRange(new ToolStripItem[]
            {
                this.fileToolStripMenuItem
            });
            this.menuStrip.Location = new Point(0, 0);
            this.menuStrip.Name     = "menuStrip";
            this.menuStrip.Size     = new Size(692, 24);
            this.menuStrip.TabIndex = 1;
            this.menuStrip.Text     = "menuStrip1";
            this.fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
            {
                this.OpenToolStripMenuItem,
                this.toolStripSeparator1,
                this.saveToolStripMenuItem,
                this.saveAsToolStripMenuItem,
                this.toolStripSeparator2,
                this.exitToolStripMenuItem
            });
            this.fileToolStripMenuItem.Name     = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size     = new Size(35, 20);
            this.fileToolStripMenuItem.Text     = "File";
            this.OpenToolStripMenuItem.Name     = "OpenToolStripMenuItem";
            this.OpenToolStripMenuItem.Size     = new Size(123, 22);
            this.OpenToolStripMenuItem.Text     = "Open";
            this.OpenToolStripMenuItem.Click   += new EventHandler(this.OpenToolStripMenuItem_Click);
            this.toolStripSeparator1.Name       = "toolStripSeparator1";
            this.toolStripSeparator1.Size       = new Size(120, 6);
            this.saveToolStripMenuItem.Name     = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size     = new Size(123, 22);
            this.saveToolStripMenuItem.Text     = "Save";
            this.saveToolStripMenuItem.Click   += new EventHandler(this.saveToolStripMenuItem_Click);
            this.saveAsToolStripMenuItem.Name   = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size   = new Size(123, 22);
            this.saveAsToolStripMenuItem.Text   = "Save as";
            this.saveAsToolStripMenuItem.Click += new EventHandler(this.saveAsToolStripMenuItem_Click);
            this.toolStripSeparator2.Name       = "toolStripSeparator2";
            this.toolStripSeparator2.Size       = new Size(120, 6);
            this.exitToolStripMenuItem.Name     = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size     = new Size(123, 22);
            this.exitToolStripMenuItem.Text     = "Exit";
            this.exitToolStripMenuItem.Click   += new EventHandler(this.exitToolStripMenuItem_Click);
            this.treeView.ContextMenuStrip      = this.contextMenuStrip;
            this.treeView.Location              = new Point(4, 27);
            this.treeView.Name         = "treeView";
            this.treeView.Size         = new Size(335, 250);
            this.treeView.TabIndex     = 2;
            this.treeView.AfterSelect += new TreeViewEventHandler(this.treeView_AfterSelect);
            this.contextMenuStrip.Items.AddRange(new ToolStripItem[]
            {
                this.addPathToolStripMenuItem,
                this.deletedPathToolStripMenuItem
            });
            this.contextMenuStrip.Name                = "contextMenuStrip";
            this.contextMenuStrip.Size                = new Size(148, 48);
            this.addPathToolStripMenuItem.Name        = "addPathToolStripMenuItem";
            this.addPathToolStripMenuItem.Size        = new Size(147, 22);
            this.addPathToolStripMenuItem.Text        = "Add Path";
            this.addPathToolStripMenuItem.Click      += new EventHandler(this.addPathToolStripMenuItem_Click);
            this.deletedPathToolStripMenuItem.Enabled = false;
            this.deletedPathToolStripMenuItem.Name    = "deletedPathToolStripMenuItem";
            this.deletedPathToolStripMenuItem.Size    = new Size(147, 22);
            this.deletedPathToolStripMenuItem.Text    = "Deleted Path";
            this.deletedPathToolStripMenuItem.Click  += new EventHandler(this.deletedPathToolStripMenuItem_Click);
            this.propertyGrid.Location                = new Point(345, 27);
            this.propertyGrid.Name                  = "propertyGrid";
            this.propertyGrid.Size                  = new Size(335, 520);
            this.propertyGrid.TabIndex              = 3;
            this.propertyGrid.PropertyValueChanged += new PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged);
            this.openFileDialog.Filter              = "CHR Files|*.chr|All Files|*.*";
            this.treeViewCharacter.ContextMenuStrip = this.contextMenuCharacter;
            this.treeViewCharacter.Location         = new Point(4, 293);
            this.treeViewCharacter.Name             = "treeViewCharacter";
            this.treeViewCharacter.Size             = new Size(335, 250);
            this.treeViewCharacter.TabIndex         = 4;
            this.treeViewCharacter.AfterSelect     += new TreeViewEventHandler(this.treeViewCharacter_AfterSelect);
            this.contextMenuCharacter.Items.AddRange(new ToolStripItem[]
            {
                this.addCharacterToolStripMenuItem,
                this.removeCharacterToolStripMenuItem,
                this.importMobToolStripMenuItem,
                this.copyCharacterToolStripMenuItem,
                this.pasteCharacterToolStripMenuItem,
                this.toolStripSeparator3,
                this.addToolStripMenuItem,
                this.removeToolStripMenuItem
            });
            this.contextMenuCharacter.Name                = "contextMenuCharacter";
            this.contextMenuCharacter.Size                = new Size(148, 164);
            this.addCharacterToolStripMenuItem.Enabled    = false;
            this.addCharacterToolStripMenuItem.Name       = "addCharacterToolStripMenuItem";
            this.addCharacterToolStripMenuItem.Size       = new Size(147, 22);
            this.addCharacterToolStripMenuItem.Text       = "Add Mob";
            this.addCharacterToolStripMenuItem.Click     += new EventHandler(this.addCharacterToolStripMenuItem_Click);
            this.removeCharacterToolStripMenuItem.Enabled = false;
            this.removeCharacterToolStripMenuItem.Name    = "removeCharacterToolStripMenuItem";
            this.removeCharacterToolStripMenuItem.Size    = new Size(147, 22);
            this.removeCharacterToolStripMenuItem.Text    = "Remove Mob";
            this.removeCharacterToolStripMenuItem.Click  += new EventHandler(this.removeCharacterToolStripMenuItem_Click);
            this.importMobToolStripMenuItem.Enabled       = false;
            this.importMobToolStripMenuItem.Name          = "importMobToolStripMenuItem";
            this.importMobToolStripMenuItem.Size          = new Size(147, 22);
            this.importMobToolStripMenuItem.Text          = "Import Mob";
            this.importMobToolStripMenuItem.Click        += new EventHandler(this.importMobToolStripMenuItem_Click);
            this.copyCharacterToolStripMenuItem.Enabled   = false;
            this.copyCharacterToolStripMenuItem.Name      = "copyCharacterToolStripMenuItem";
            this.copyCharacterToolStripMenuItem.Size      = new Size(147, 22);
            this.copyCharacterToolStripMenuItem.Text      = "Copy Mob";
            this.copyCharacterToolStripMenuItem.Click    += new EventHandler(this.copyCharacterToolStripMenuItem_Click);
            this.pasteCharacterToolStripMenuItem.Enabled  = false;
            this.pasteCharacterToolStripMenuItem.Name     = "pasteCharacterToolStripMenuItem";
            this.pasteCharacterToolStripMenuItem.Size     = new Size(147, 22);
            this.pasteCharacterToolStripMenuItem.Text     = "Paste Mob";
            this.pasteCharacterToolStripMenuItem.Click   += new EventHandler(this.pasteCharacterToolStripMenuItem_Click);
            this.toolStripSeparator3.Name        = "toolStripSeparator3";
            this.toolStripSeparator3.Size        = new Size(144, 6);
            this.addToolStripMenuItem.Enabled    = false;
            this.addToolStripMenuItem.Name       = "addToolStripMenuItem";
            this.addToolStripMenuItem.Size       = new Size(147, 22);
            this.addToolStripMenuItem.Text       = "Add";
            this.addToolStripMenuItem.Click     += new EventHandler(this.addToolStripMenuItem_Click);
            this.removeToolStripMenuItem.Enabled = false;
            this.removeToolStripMenuItem.Name    = "removeToolStripMenuItem";
            this.removeToolStripMenuItem.Size    = new Size(147, 22);
            this.removeToolStripMenuItem.Text    = "Remove";
            this.removeToolStripMenuItem.Click  += new EventHandler(this.removeToolStripMenuItem_Click);
            this.saveFileDialog.Filter           = "CHR Files|*.chr|All Files|*.*";
            base.AutoScaleMode = AutoScaleMode.Inherit;
            base.ClientSize    = new Size(692, 568);
            base.Controls.Add(this.treeViewCharacter);
            base.Controls.Add(this.propertyGrid);
            base.Controls.Add(this.treeView);
            base.Controls.Add(this.statusStrip);
            base.Controls.Add(this.menuStrip);
            base.Icon          = (Icon)componentResourceManager.GetObject("$this.Icon");
            base.MainMenuStrip = this.menuStrip;
            base.Name          = "CHRForm";
            this.Text          = "CHRForm";
            this.statusStrip.ResumeLayout(false);
            this.statusStrip.PerformLayout();
            this.menuStrip.ResumeLayout(false);
            this.menuStrip.PerformLayout();
            this.contextMenuStrip.ResumeLayout(false);
            this.contextMenuCharacter.ResumeLayout(false);
            base.ResumeLayout(false);
            base.PerformLayout();
        }
Beispiel #30
0
        /// <summary>
        /// Create the main form and initialize all hardware
        /// </summary>
        /// <param name="plugins">List of plugins that were found on startup</param>
        public RCCMMainForm(ICollection <IRCCMPlugin> plugins)
        {
            // Show splash screen
            System.Diagnostics.Stopwatch stopwatch = new System.Diagnostics.Stopwatch();
            RCCMSplashScreen             splash    = new RCCMSplashScreen();

            splash.Show();
            stopwatch.Start();

            // Need to load the ActiveX state or something, I'm not actually sure
            this.resources = new ComponentResourceManager(typeof(RCCMMainForm));
            // Create Trio controller ActiveX control and initialize
            this.triopc = new AxTrioPCLib.AxTrioPC();
            ((ISupportInitialize)(this.triopc)).BeginInit();
            this.Controls.Add(this.triopc);
            this.triopc.Name     = "AxTrioPC1";
            this.triopc.Visible  = false;
            this.triopc.OcxState = ((AxHost.State)(resources.GetObject("AxTrioPC1.OcxState")));
            ((ISupportInitialize)(this.triopc)).EndInit();

            InitializeComponent();

            this.rccm   = new RCCMSystem(this.triopc);
            this.cracks = new ObservableCollection <MeasurementSequence>();
            this.test   = new TestResults(this.rccm, this.cracks, this.chartCracks, this.chartCycles, this.textCycle, this.textPressure, this.listCrackSelection);
            this.view   = new PanelView(this.rccm);

            // Apply certain settings to controls
            this.applyUISettings();

            // Create timer for redrawing panel graphics
            this.panelRepaintTimer          = new Timer();
            this.panelRepaintTimer.Enabled  = true;
            this.panelRepaintTimer.Interval = (int)Program.Settings.json["repaint period"];
            this.panelRepaintTimer.Tick    += new EventHandler(refreshPanelView);

            // Add toolstrip item for each plugin
            if (plugins != null)
            {
                foreach (IRCCMPlugin plugin in plugins)
                {
                    ToolStripMenuItem pluginItem = new ToolStripMenuItem(plugin.Name);
                    this.pluginsToolStripMenuItem.DropDownItems.Add(pluginItem);
                    pluginItem.Click += delegate(object sender, EventArgs e)
                    {
                        this.PluginToolStripClick(plugin);
                    };
                }
            }

            this.jogging = false;

            // Set new state to prevent system sleep
            this.fPreviousExecutionState = NativeMethods.SetThreadExecutionState(
                NativeMethods.ES_CONTINUOUS | NativeMethods.ES_SYSTEM_REQUIRED);
            if (this.fPreviousExecutionState == 0)
            {
                Console.WriteLine("SetThreadExecutionState failed. Do something here...");
            }

            Logger.LoadPositions(this.rccm);

            stopwatch.Stop();
            System.Threading.Thread.Sleep((int)Math.Max(2000 - stopwatch.ElapsedMilliseconds, 0));
            splash.Close();

            Show();
        }
Beispiel #31
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();
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(Tester));

            this.timer1            = new System.Windows.Forms.Timer(this.components);
            this.groupBox1         = new GroupBox();
            this.lblTypedCharacter = new Label();
            this.lable225          = new Label();
            this.lblRTL            = new Label();
            this.label7            = new Label();
            this.label6            = new Label();
            this.label5            = new Label();
            this.lblStream         = new Label();
            this.lblLanguange      = new Label();
            this.lblRegNum         = new Label();
            this.label3            = new Label();
            this.label2            = new Label();
            this.label1            = new Label();
            this.statusStrip1      = new StatusStrip();
            this.label4            = new Label();
            this.txtSpeed          = new RichTextBox();
            this.lnkLblCredit      = new LinkLabel();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            this.timer1.Tick += new EventHandler(this.timer1_Tick);
            this.groupBox1.Controls.Add((Control)this.lblTypedCharacter);
            this.groupBox1.Controls.Add((Control)this.lable225);
            this.groupBox1.Controls.Add((Control)this.lblRTL);
            this.groupBox1.Controls.Add((Control)this.label7);
            this.groupBox1.Controls.Add((Control)this.label6);
            this.groupBox1.Controls.Add((Control)this.label5);
            this.groupBox1.Controls.Add((Control)this.lblStream);
            this.groupBox1.Controls.Add((Control)this.lblLanguange);
            this.groupBox1.Controls.Add((Control)this.lblRegNum);
            this.groupBox1.Controls.Add((Control)this.label3);
            this.groupBox1.Controls.Add((Control)this.label2);
            this.groupBox1.Controls.Add((Control)this.label1);
            this.groupBox1.Location         = new Point(8, 3);
            this.groupBox1.Name             = "groupBox1";
            this.groupBox1.Size             = new Size(769, 81);
            this.groupBox1.TabIndex         = 0;
            this.groupBox1.TabStop          = false;
            this.groupBox1.Text             = "User Information -  System Control";
            this.groupBox1.Enter           += new EventHandler(this.groupBox1_Enter);
            this.lblTypedCharacter.AutoSize = true;
            this.lblTypedCharacter.Location = new Point(312, 43);
            this.lblTypedCharacter.Name     = "lblTypedCharacter";
            this.lblTypedCharacter.Size     = new Size(0, 13);
            this.lblTypedCharacter.TabIndex = 12;
            this.lable225.AutoSize          = true;
            this.lable225.Location          = new Point(515, 42);
            this.lable225.Name             = "lable225";
            this.lable225.Size             = new Size(71, 13);
            this.lable225.TabIndex         = 11;
            this.lable225.Text             = "Elapsed Time";
            this.lblRTL.AutoSize           = true;
            this.lblRTL.Font               = new Font("Microsoft Sans Serif", 40f, FontStyle.Regular, GraphicsUnit.Point, (byte)0);
            this.lblRTL.Location           = new Point(601, 12);
            this.lblRTL.Name               = "lblRTL";
            this.lblRTL.Size               = new Size(162, 63);
            this.lblRTL.TabIndex           = 10;
            this.lblRTL.Text               = "00:00";
            this.label7.AutoSize           = true;
            this.label7.Location           = new Point(197, 61);
            this.label7.Name               = "label7";
            this.label7.Size               = new Size(112, 13);
            this.label7.TabIndex           = 6;
            this.label7.Text               = "Character Remaining :";
            this.label6.AutoSize           = true;
            this.label6.Location           = new Point(217, 42);
            this.label6.Name               = "label6";
            this.label6.Size               = new Size(92, 13);
            this.label6.TabIndex           = 5;
            this.label6.Text               = "Typed Character :";
            this.label5.AutoSize           = true;
            this.label5.Location           = new Point(223, 20);
            this.label5.Name               = "label5";
            this.label5.Size               = new Size(86, 13);
            this.label5.TabIndex           = 4;
            this.label5.Text               = "Total Character :";
            this.lblStream.AutoSize        = true;
            this.lblStream.Location        = new Point(105, 62);
            this.lblStream.Name            = "lblStream";
            this.lblStream.Size            = new Size(50, 13);
            this.lblStream.TabIndex        = 1;
            this.lblStream.Text            = "lblStream";
            this.lblLanguange.AutoSize     = true;
            this.lblLanguange.Location     = new Point(105, 42);
            this.lblLanguange.Name         = "lblLanguange";
            this.lblLanguange.Size         = new Size(71, 13);
            this.lblLanguange.TabIndex     = 3;
            this.lblLanguange.Text         = "lblLanguange";
            this.lblRegNum.AutoSize        = true;
            this.lblRegNum.Location        = new Point(105, 21);
            this.lblRegNum.Name            = "lblRegNum";
            this.lblRegNum.Size            = new Size(59, 13);
            this.lblRegNum.TabIndex        = 1;
            this.lblRegNum.Text            = "lblRegNum";
            this.label3.AutoSize           = true;
            this.label3.Location           = new Point(53, 62);
            this.label3.Name               = "label3";
            this.label3.Size               = new Size(46, 13);
            this.label3.TabIndex           = 2;
            this.label3.Text               = "Stream :";
            this.label2.AutoSize           = true;
            this.label2.Location           = new Point(38, 42);
            this.label2.Name               = "label2";
            this.label2.Size               = new Size(61, 13);
            this.label2.TabIndex           = 1;
            this.label2.Text               = "Language :";
            this.label1.AutoSize           = true;
            this.label1.Location           = new Point(7, 21);
            this.label1.Name               = "label1";
            this.label1.Size               = new Size(92, 13);
            this.label1.TabIndex           = 0;
            this.label1.Text               = "Register Number :";
            this.statusStrip1.Location     = new Point(0, 540);
            this.statusStrip1.Name         = "statusStrip1";
            this.statusStrip1.Size         = new Size(784, 22);
            this.statusStrip1.TabIndex     = 5;
            this.statusStrip1.Text         = "copyright -  JS typewriting and computer center";
            this.label4.AutoSize           = true;
            this.label4.Location           = new Point(10, 544);
            this.label4.Name               = "label4";
            this.label4.Size               = new Size(228, 13);
            this.label4.TabIndex           = 6;
            this.label4.Text               = "copyright -  JS typewriting and computer center";
            this.txtSpeed.Cursor           = Cursors.IBeam;
            this.txtSpeed.Font             = new Font("ML-TTRevathi", 12f, FontStyle.Regular, GraphicsUnit.Point, (byte)0);
            this.txtSpeed.Location         = new Point(8, 91);
            this.txtSpeed.Name             = "txtSpeed";
            this.txtSpeed.Size             = new Size(769, 435);
            this.txtSpeed.TabIndex         = 7;
            this.txtSpeed.Text             = "";
            this.lnkLblCredit.AutoSize     = true;
            this.lnkLblCredit.Location     = new Point(733, 544);
            this.lnkLblCredit.Name         = "lnkLblCredit";
            this.lnkLblCredit.Size         = new Size(39, 13);
            this.lnkLblCredit.TabIndex     = 8;
            this.lnkLblCredit.TabStop      = true;
            this.lnkLblCredit.Text         = "Credits";
            this.lnkLblCredit.LinkClicked += new LinkLabelLinkClickedEventHandler(this.lnkLblCredit_LinkClicked);
            this.AutoScaleDimensions       = new SizeF(6f, 13f);
            this.AutoScaleMode             = AutoScaleMode.Font;
            this.ClientSize = new Size(784, 562);
            this.Controls.Add((Control)this.lnkLblCredit);
            this.Controls.Add((Control)this.txtSpeed);
            this.Controls.Add((Control)this.label4);
            this.Controls.Add((Control)this.statusStrip1);
            this.Controls.Add((Control)this.groupBox1);
            this.Icon        = (Icon)componentResourceManager.GetObject("$this.Icon");
            this.MaximumSize = new Size(800, 600);
            this.MinimumSize = new Size(800, 600);
            this.Name        = nameof(Tester);
            this.Text        = "JS Speed Tester ";
            this.Load       += new EventHandler(this.Tester_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Beispiel #32
0
        private void InitializeComponent()
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(frmAutomationTests));

            this.autoTestDirBrowser              = new Button();
            this.autoTestFilePathLabel           = new Label();
            this.autoTestDirVal                  = new TextBox();
            this.autoTestAvailableScriptsListVal = new ListBox();
            this.autoTestAvailableScriptsLabel   = new Label();
            this.autoTestRunScriptsLabel         = new Label();
            this.autoTestExitBtn                 = new Button();
            this.autoTestRunBtn                  = new Button();
            this.autoTestAddBtn                  = new Button();
            this.autoTestAddAllBtn               = new Button();
            this.autoTestRemoveBtn               = new Button();
            this.autoTestRemoveAllBtn            = new Button();
            this.autoTestSetupCfgBtn             = new Button();
            this.autoTestClearAvailableListBtn   = new Button();
            this.autoTestSendEmailChkVal         = new CheckBox();
            this.autoTestEmailListVal            = new TextBox();
            this.autoTestEmailListLabel          = new Label();
            this.automationTestAbortBtn          = new Button();
            this.frmAutoTestSciptCntLabel        = new Label();
            this.autoTestRefreshBtn              = new Button();
            this.autoTestScriptCfgBtn            = new Button();
            this.autoTestToRunScriptsListVal     = new CheckedListBox();
            base.SuspendLayout();
            this.autoTestDirBrowser.Location = new Point(0x2c0, 40);
            this.autoTestDirBrowser.Name     = "autoTestDirBrowser";
            this.autoTestDirBrowser.Size     = new Size(0x1a, 0x17);
            this.autoTestDirBrowser.TabIndex = 1;
            this.autoTestDirBrowser.Text     = "...";
            this.autoTestDirBrowser.UseVisualStyleBackColor = true;
            this.autoTestDirBrowser.Click      += new EventHandler(this.autoTestDirectoryBrowser_Click);
            this.autoTestFilePathLabel.AutoSize = true;
            this.autoTestFilePathLabel.Location = new Point(0x18, 20);
            this.autoTestFilePathLabel.Name     = "autoTestFilePathLabel";
            this.autoTestFilePathLabel.Size     = new Size(0x6c, 13);
            this.autoTestFilePathLabel.TabIndex = 0;
            this.autoTestFilePathLabel.Text     = "Test Scripts Directory";
            this.autoTestDirVal.Location        = new Point(0x1b, 0x29);
            this.autoTestDirVal.Name            = "autoTestDirVal";
            this.autoTestDirVal.Size            = new Size(0x298, 20);
            this.autoTestDirVal.TabIndex        = 0;
            this.autoTestAvailableScriptsListVal.FormattingEnabled   = true;
            this.autoTestAvailableScriptsListVal.HorizontalScrollbar = true;
            this.autoTestAvailableScriptsListVal.Location            = new Point(0x1b, 120);
            this.autoTestAvailableScriptsListVal.Name = "autoTestAvailableScriptsListVal";
            this.autoTestAvailableScriptsListVal.ScrollAlwaysVisible = true;
            this.autoTestAvailableScriptsListVal.Size         = new Size(290, 0x13c);
            this.autoTestAvailableScriptsListVal.TabIndex     = 4;
            this.autoTestAvailableScriptsListVal.DoubleClick += new EventHandler(this.autoTestAvailableScriptsListVal_DoubleClick);
            this.autoTestAvailableScriptsListVal.KeyPress    += new KeyPressEventHandler(this.autoTestAvailableScriptsListVal_KeyPress);
            this.autoTestAvailableScriptsLabel.AutoSize       = true;
            this.autoTestAvailableScriptsLabel.Location       = new Point(0x18, 0x5e);
            this.autoTestAvailableScriptsLabel.Name           = "autoTestAvailableScriptsLabel";
            this.autoTestAvailableScriptsLabel.Size           = new Size(0x58, 13);
            this.autoTestAvailableScriptsLabel.TabIndex       = 3;
            this.autoTestAvailableScriptsLabel.Text           = "Available Scripts:";
            this.autoTestRunScriptsLabel.AutoSize             = true;
            this.autoTestRunScriptsLabel.Location             = new Point(0x1ba, 0x5e);
            this.autoTestRunScriptsLabel.Name            = "autoTestRunScriptsLabel";
            this.autoTestRunScriptsLabel.Size            = new Size(0x51, 13);
            this.autoTestRunScriptsLabel.TabIndex        = 15;
            this.autoTestRunScriptsLabel.Text            = "Scripts To Run:";
            this.autoTestExitBtn.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
            this.autoTestExitBtn.Location                = new Point(0x1c0, 0x210);
            this.autoTestExitBtn.Name                    = "autoTestExitBtn";
            this.autoTestExitBtn.Size                    = new Size(0x4b, 0x17);
            this.autoTestExitBtn.TabIndex                = 0x10;
            this.autoTestExitBtn.Text                    = "E&xit";
            this.autoTestExitBtn.UseVisualStyleBackColor = true;
            this.autoTestExitBtn.Click                  += new EventHandler(this.autoTestExitBtn_Click);
            this.autoTestRunBtn.Location                 = new Point(0xf4, 0x210);
            this.autoTestRunBtn.Name     = "autoTestRunBtn";
            this.autoTestRunBtn.Size     = new Size(0x4b, 0x17);
            this.autoTestRunBtn.TabIndex = 14;
            this.autoTestRunBtn.Text     = "&Start";
            this.autoTestRunBtn.UseVisualStyleBackColor = true;
            this.autoTestRunBtn.Click   += new EventHandler(this.autoTestRunBtn_Click);
            this.autoTestAddBtn.Location = new Point(0x14d, 190);
            this.autoTestAddBtn.Name     = "autoTestAddBtn";
            this.autoTestAddBtn.Size     = new Size(0x63, 0x17);
            this.autoTestAddBtn.TabIndex = 5;
            this.autoTestAddBtn.Text     = "&Add >";
            this.autoTestAddBtn.UseVisualStyleBackColor = true;
            this.autoTestAddBtn.Click      += new EventHandler(this.autoTestAddBtn_Click);
            this.autoTestAddAllBtn.Location = new Point(0x14d, 0xdb);
            this.autoTestAddAllBtn.Name     = "autoTestAddAllBtn";
            this.autoTestAddAllBtn.Size     = new Size(0x63, 0x17);
            this.autoTestAddAllBtn.TabIndex = 6;
            this.autoTestAddAllBtn.Text     = "A&dd All >>";
            this.autoTestAddAllBtn.UseVisualStyleBackColor = true;
            this.autoTestAddAllBtn.Click   += new EventHandler(this.autoTestAddAllBtn_Click);
            this.autoTestRemoveBtn.Location = new Point(0x14d, 0xf8);
            this.autoTestRemoveBtn.Name     = "autoTestRemoveBtn";
            this.autoTestRemoveBtn.Size     = new Size(0x63, 0x17);
            this.autoTestRemoveBtn.TabIndex = 7;
            this.autoTestRemoveBtn.Text     = "&Remove <";
            this.autoTestRemoveBtn.UseVisualStyleBackColor = true;
            this.autoTestRemoveBtn.Click      += new EventHandler(this.autoTestRemoveBtn_Click);
            this.autoTestRemoveAllBtn.Location = new Point(0x14d, 0x115);
            this.autoTestRemoveAllBtn.Name     = "autoTestRemoveAllBtn";
            this.autoTestRemoveAllBtn.Size     = new Size(0x63, 0x17);
            this.autoTestRemoveAllBtn.TabIndex = 8;
            this.autoTestRemoveAllBtn.Text     = "Re&move All <<";
            this.autoTestRemoveAllBtn.UseVisualStyleBackColor = true;
            this.autoTestRemoveAllBtn.Click  += new EventHandler(this.autoTestRemoveAllBtn_Click);
            this.autoTestSetupCfgBtn.Location = new Point(0x14d, 0x17b);
            this.autoTestSetupCfgBtn.Name     = "autoTestSetupCfgBtn";
            this.autoTestSetupCfgBtn.Size     = new Size(0x63, 0x17);
            this.autoTestSetupCfgBtn.TabIndex = 10;
            this.autoTestSetupCfgBtn.Text     = "Se&tup Config";
            this.autoTestSetupCfgBtn.UseVisualStyleBackColor = true;
            this.autoTestSetupCfgBtn.Click += new EventHandler(this.autoTestSetupConfigBtn_Click);
            this.autoTestClearAvailableListBtn.Location = new Point(0xf1, 0x59);
            this.autoTestClearAvailableListBtn.Name     = "autoTestClearAvailableListBtn";
            this.autoTestClearAvailableListBtn.Size     = new Size(0x4b, 0x17);
            this.autoTestClearAvailableListBtn.TabIndex = 3;
            this.autoTestClearAvailableListBtn.Text     = "&Clear";
            this.autoTestClearAvailableListBtn.UseVisualStyleBackColor = true;
            this.autoTestClearAvailableListBtn.Click            += new EventHandler(this.autoTestClearAvailableListBtn_Click);
            this.autoTestSendEmailChkVal.AutoSize                = true;
            this.autoTestSendEmailChkVal.Location                = new Point(0x28f, 0x1bf);
            this.autoTestSendEmailChkVal.Name                    = "autoTestSendEmailChkVal";
            this.autoTestSendEmailChkVal.Size                    = new Size(0x55, 0x11);
            this.autoTestSendEmailChkVal.TabIndex                = 12;
            this.autoTestSendEmailChkVal.Text                    = "Send &Email?";
            this.autoTestSendEmailChkVal.UseVisualStyleBackColor = true;
            this.autoTestEmailListVal.Location                   = new Point(0x1b, 0x1d9);
            this.autoTestEmailListVal.Multiline                  = true;
            this.autoTestEmailListVal.Name         = "autoTestEmailListVal";
            this.autoTestEmailListVal.Size         = new Size(0x2c9, 40);
            this.autoTestEmailListVal.TabIndex     = 13;
            this.autoTestEmailListVal.TextChanged += new EventHandler(this.autoTestEmailListVal_TextChanged);
            this.autoTestEmailListLabel.AutoSize   = true;
            this.autoTestEmailListLabel.Location   = new Point(0x18, 0x1c3);
            this.autoTestEmailListLabel.Name       = "autoTestEmailListLabel";
            this.autoTestEmailListLabel.Size       = new Size(0x33, 13);
            this.autoTestEmailListLabel.TabIndex   = 0x12;
            this.autoTestEmailListLabel.Text       = "Email List";
            this.automationTestAbortBtn.Location   = new Point(0x15a, 0x210);
            this.automationTestAbortBtn.Name       = "automationTestAbortBtn";
            this.automationTestAbortBtn.Size       = new Size(0x4b, 0x17);
            this.automationTestAbortBtn.TabIndex   = 15;
            this.automationTestAbortBtn.Text       = "A&bort";
            this.automationTestAbortBtn.UseVisualStyleBackColor = true;
            this.automationTestAbortBtn.Click                     += new EventHandler(this.autoTestAbortBtn_Click);
            this.frmAutoTestSciptCntLabel.AutoSize                 = true;
            this.frmAutoTestSciptCntLabel.Location                 = new Point(0x20e, 0x5e);
            this.frmAutoTestSciptCntLabel.Name                     = "frmAutoTestSciptCntLabel";
            this.frmAutoTestSciptCntLabel.Size                     = new Size(13, 13);
            this.frmAutoTestSciptCntLabel.TabIndex                 = 0x10;
            this.frmAutoTestSciptCntLabel.Text                     = "0";
            this.autoTestRefreshBtn.Location                       = new Point(150, 0x59);
            this.autoTestRefreshBtn.Name                           = "autoTestRefreshBtn";
            this.autoTestRefreshBtn.Size                           = new Size(0x4b, 0x17);
            this.autoTestRefreshBtn.TabIndex                       = 2;
            this.autoTestRefreshBtn.Text                           = "&Refresh";
            this.autoTestRefreshBtn.UseVisualStyleBackColor        = true;
            this.autoTestRefreshBtn.Click                         += new EventHandler(this.autoTestRefreshBtn_Click);
            this.autoTestScriptCfgBtn.Location                     = new Point(0x14d, 0x19c);
            this.autoTestScriptCfgBtn.Name                         = "autoTestScriptCfgBtn";
            this.autoTestScriptCfgBtn.Size                         = new Size(0x63, 0x17);
            this.autoTestScriptCfgBtn.TabIndex                     = 11;
            this.autoTestScriptCfgBtn.Text                         = "Scri&pt Config";
            this.autoTestScriptCfgBtn.UseVisualStyleBackColor      = true;
            this.autoTestScriptCfgBtn.Click                       += new EventHandler(this.autoTestScriptCfgBtn_Click);
            this.autoTestToRunScriptsListVal.CheckOnClick          = true;
            this.autoTestToRunScriptsListVal.FormattingEnabled     = true;
            this.autoTestToRunScriptsListVal.HorizontalScrollbar   = true;
            this.autoTestToRunScriptsListVal.Location              = new Point(0x1bd, 120);
            this.autoTestToRunScriptsListVal.Name                  = "autoTestToRunScriptsListVal";
            this.autoTestToRunScriptsListVal.ScrollAlwaysVisible   = true;
            this.autoTestToRunScriptsListVal.Size                  = new Size(290, 0x13f);
            this.autoTestToRunScriptsListVal.TabIndex              = 9;
            this.autoTestToRunScriptsListVal.SelectedIndexChanged += new EventHandler(this.autoTestToRunScriptsListVal_SelectedIndexChanged);
            this.autoTestToRunScriptsListVal.DoubleClick          += new EventHandler(this.autoTestToRunScriptsListVal_DoubleClick);
            base.AcceptButton        = this.autoTestRunBtn;
            base.AutoScaleDimensions = new SizeF(6f, 13f);
            base.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll          = true;
            base.CancelButton        = this.autoTestExitBtn;
            base.ClientSize          = new Size(0x2ff, 0x238);
            base.Controls.Add(this.autoTestToRunScriptsListVal);
            base.Controls.Add(this.autoTestScriptCfgBtn);
            base.Controls.Add(this.frmAutoTestSciptCntLabel);
            base.Controls.Add(this.autoTestEmailListLabel);
            base.Controls.Add(this.autoTestEmailListVal);
            base.Controls.Add(this.autoTestSendEmailChkVal);
            base.Controls.Add(this.autoTestRefreshBtn);
            base.Controls.Add(this.autoTestClearAvailableListBtn);
            base.Controls.Add(this.autoTestSetupCfgBtn);
            base.Controls.Add(this.automationTestAbortBtn);
            base.Controls.Add(this.autoTestRunBtn);
            base.Controls.Add(this.autoTestRemoveAllBtn);
            base.Controls.Add(this.autoTestRemoveBtn);
            base.Controls.Add(this.autoTestAddBtn);
            base.Controls.Add(this.autoTestAddAllBtn);
            base.Controls.Add(this.autoTestExitBtn);
            base.Controls.Add(this.autoTestAvailableScriptsListVal);
            base.Controls.Add(this.autoTestDirBrowser);
            base.Controls.Add(this.autoTestRunScriptsLabel);
            base.Controls.Add(this.autoTestAvailableScriptsLabel);
            base.Controls.Add(this.autoTestFilePathLabel);
            base.Controls.Add(this.autoTestDirVal);
            base.Icon          = (Icon)resources.GetObject("$this.Icon");
            base.Name          = "frmAutomationTests";
            base.ShowInTaskbar = false;
            base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text          = "Automation Tests";
            base.Load         += new EventHandler(this.frmAutomationTests_Load);
            base.DoubleClick  += new EventHandler(this.frmAutomationTests_DoubleClick);
            base.ResumeLayout(false);
            base.PerformLayout();
        }
        private void InitializeComponent()
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(ctFormDLTestResultView));

            this.groupBox2     = new GroupBox();
            this.dataGridView1 = new DataGridView();
            this.dataGridViewTextBoxColumn1 = new DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new DataGridViewTextBoxColumn();
            this.btnQuit = new Button();
            this.btnExportPinRelation = new Button();
            this.folderBrowserDialog1 = new FolderBrowserDialog();
            this.groupBox2.SuspendLayout();
            ((ISupportInitialize)this.dataGridView1).BeginInit();
            base.SuspendLayout();
            this.groupBox2.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
            this.groupBox2.Controls.Add(this.dataGridView1);
            this.groupBox2.Font = new System.Drawing.Font("宋体", 10.8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
            System.Drawing.Point location = new System.Drawing.Point(8, 16);
            this.groupBox2.Location = location;
            Padding margin = new Padding(2, 2, 2, 2);

            this.groupBox2.Margin = margin;
            this.groupBox2.Name   = "groupBox2";
            Padding padding = new Padding(2, 2, 2, 2);

            this.groupBox2.Padding = padding;
            System.Drawing.Size size = new System.Drawing.Size(778, 495);
            this.groupBox2.Size     = size;
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop  = false;
            this.groupBox2.Text     = "短路连接关系表";
            this.dataGridView1.AllowUserToAddRows       = false;
            this.dataGridView1.AllowUserToDeleteRows    = false;
            this.dataGridView1.AllowUserToResizeColumns = false;
            this.dataGridView1.AllowUserToResizeRows    = false;
            System.Drawing.Color window = System.Drawing.SystemColors.Window;
            this.dataGridView1.BackgroundColor             = window;
            this.dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            DataGridViewColumn[] dataGridViewColumns = new DataGridViewColumn[]
            {
                this.dataGridViewTextBoxColumn1,
                this.dataGridViewTextBoxColumn2,
                this.dataGridViewTextBoxColumn3,
                this.dataGridViewTextBoxColumn4,
                this.dataGridViewTextBoxColumn5
            };
            this.dataGridView1.Columns.AddRange(dataGridViewColumns);
            this.dataGridView1.Dock = DockStyle.Fill;
            System.Drawing.Point location2 = new System.Drawing.Point(2, 19);
            this.dataGridView1.Location = location2;
            Padding margin2 = new Padding(2, 2, 2, 2);

            this.dataGridView1.Margin             = margin2;
            this.dataGridView1.MultiSelect        = false;
            this.dataGridView1.Name               = "dataGridView1";
            this.dataGridView1.ReadOnly           = true;
            this.dataGridView1.RowHeadersVisible  = false;
            this.dataGridView1.RowTemplate.Height = 27;
            this.dataGridView1.SelectionMode      = DataGridViewSelectionMode.FullRowSelect;
            System.Drawing.Size size2 = new System.Drawing.Size(774, 474);
            this.dataGridView1.Size     = size2;
            this.dataGridView1.TabIndex = 16;
            this.dataGridViewTextBoxColumn1.HeaderText = "序号";
            this.dataGridViewTextBoxColumn1.Name       = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly   = true;
            this.dataGridViewTextBoxColumn1.Width      = 80;
            this.dataGridViewTextBoxColumn2.HeaderText = "起点接口";
            this.dataGridViewTextBoxColumn2.Name       = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly   = true;
            this.dataGridViewTextBoxColumn2.Width      = 180;
            this.dataGridViewTextBoxColumn3.HeaderText = "起点接点";
            this.dataGridViewTextBoxColumn3.Name       = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly   = true;
            this.dataGridViewTextBoxColumn3.Width      = 150;
            this.dataGridViewTextBoxColumn4.HeaderText = "终点接口";
            this.dataGridViewTextBoxColumn4.Name       = "dataGridViewTextBoxColumn4";
            this.dataGridViewTextBoxColumn4.ReadOnly   = true;
            this.dataGridViewTextBoxColumn4.Width      = 180;
            this.dataGridViewTextBoxColumn5.HeaderText = "终点接点";
            this.dataGridViewTextBoxColumn5.Name       = "dataGridViewTextBoxColumn5";
            this.dataGridViewTextBoxColumn5.ReadOnly   = true;
            this.dataGridViewTextBoxColumn5.Width      = 150;
            this.btnQuit.Anchor = AnchorStyles.Bottom;
            this.btnQuit.Font   = new System.Drawing.Font("宋体", 10.8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
            System.Drawing.Point location3 = new System.Drawing.Point(489, 529);
            this.btnQuit.Location = location3;
            Padding margin3 = new Padding(2, 2, 2, 2);

            this.btnQuit.Margin = margin3;
            this.btnQuit.Name   = "btnQuit";
            System.Drawing.Size size3 = new System.Drawing.Size(90, 24);
            this.btnQuit.Size     = size3;
            this.btnQuit.TabIndex = 0;
            this.btnQuit.Text     = "关闭";
            this.btnQuit.UseVisualStyleBackColor = true;
            this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
            this.btnExportPinRelation.Anchor = AnchorStyles.Bottom;
            this.btnExportPinRelation.Font   = new System.Drawing.Font("宋体", 10.8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
            System.Drawing.Point location4 = new System.Drawing.Point(216, 529);
            this.btnExportPinRelation.Location = location4;
            Padding margin4 = new Padding(2, 2, 2, 2);

            this.btnExportPinRelation.Margin = margin4;
            this.btnExportPinRelation.Name   = "btnExportPinRelation";
            System.Drawing.Size size4 = new System.Drawing.Size(90, 24);
            this.btnExportPinRelation.Size     = size4;
            this.btnExportPinRelation.TabIndex = 1;
            this.btnExportPinRelation.Text     = "导出";
            this.btnExportPinRelation.UseVisualStyleBackColor = true;
            this.btnExportPinRelation.Click += new System.EventHandler(this.btnExportPinRelation_Click);
            System.Drawing.SizeF autoScaleDimensions = new System.Drawing.SizeF(6f, 12f);
            base.AutoScaleDimensions = autoScaleDimensions;
            base.AutoScaleMode       = AutoScaleMode.Font;
            System.Drawing.Size clientSize = new System.Drawing.Size(794, 571);
            base.ClientSize = clientSize;
            base.Controls.Add(this.btnQuit);
            base.Controls.Add(this.btnExportPinRelation);
            base.Controls.Add(this.groupBox2);
            base.FormBorderStyle = FormBorderStyle.FixedDialog;
            base.Icon            = (System.Drawing.Icon)resources.GetObject("$this.Icon");
            Padding margin5 = new Padding(2, 2, 2, 2);

            base.Margin        = margin5;
            base.Name          = "ctFormDLTestResultView";
            base.StartPosition = FormStartPosition.CenterScreen;
            this.Text          = "短路测试数据";
            base.Load         += new System.EventHandler(this.ctFormDLTestResultView_Load);
            base.SizeChanged  += new System.EventHandler(this.ctFormDLTestResultView_SizeChanged);
            this.groupBox2.ResumeLayout(false);
            ((ISupportInitialize)this.dataGridView1).EndInit();
            base.ResumeLayout(false);
        }
Beispiel #34
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(fmKeywordAutoResponse));

            this.labelTakenKeywords              = new Label();
            this.labelGroupRemoveKeyword         = new Label();
            this.textBoxRemoveFromGroupKeyword   = new TextBox();
            this.checkBoxEnableKeywordProcessing = new CheckBox();
            this.buttonSave = new Button();
            this.checkBoxNotifyKeywordProcessing = new CheckBox();
            base.SuspendLayout();
            this.labelTakenKeywords.AutoSize               = true;
            this.labelTakenKeywords.Font                   = new Font("Arial", 8.25f, FontStyle.Italic);
            this.labelTakenKeywords.Location               = new Point(13, 121);
            this.labelTakenKeywords.Name                   = "labelTakenKeywords";
            this.labelTakenKeywords.Size                   = new Size(231, 14);
            this.labelTakenKeywords.TabIndex               = 0;
            this.labelTakenKeywords.Text                   = "Please Note: Cannot be \"Quit\"   \"Stop\"   \"End\"";
            this.labelGroupRemoveKeyword.AutoSize          = true;
            this.labelGroupRemoveKeyword.Font              = new Font("Arial", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.labelGroupRemoveKeyword.Location          = new Point(13, 94);
            this.labelGroupRemoveKeyword.Name              = "labelGroupRemoveKeyword";
            this.labelGroupRemoveKeyword.Size              = new Size(202, 17);
            this.labelGroupRemoveKeyword.TabIndex          = 1;
            this.labelGroupRemoveKeyword.Text              = "Remove from Group Keyword";
            this.textBoxRemoveFromGroupKeyword.Anchor      = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
            this.textBoxRemoveFromGroupKeyword.Font        = new Font("Arial", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.textBoxRemoveFromGroupKeyword.Location    = new Point(234, 91);
            this.textBoxRemoveFromGroupKeyword.Name        = "textBoxRemoveFromGroupKeyword";
            this.textBoxRemoveFromGroupKeyword.Size        = new Size(163, 25);
            this.textBoxRemoveFromGroupKeyword.TabIndex    = 2;
            this.checkBoxEnableKeywordProcessing.AutoSize  = true;
            this.checkBoxEnableKeywordProcessing.BackColor = Color.Transparent;
            this.checkBoxEnableKeywordProcessing.Font      = new Font("Arial", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.checkBoxEnableKeywordProcessing.Location  = new Point(12, 13);
            this.checkBoxEnableKeywordProcessing.Name      = "checkBoxEnableKeywordProcessing";
            this.checkBoxEnableKeywordProcessing.Size      = new Size(328, 21);
            this.checkBoxEnableKeywordProcessing.TabIndex  = 37;
            this.checkBoxEnableKeywordProcessing.Text      = "Enable Keyword Processing && Auto Response";
            this.checkBoxEnableKeywordProcessing.UseVisualStyleBackColor = false;
            this.checkBoxEnableKeywordProcessing.CheckedChanged         += new EventHandler(this.checkBoxEnableKeywordProcessing_CheckedChanged);
            this.buttonSave.Anchor   = (AnchorStyles.Bottom | AnchorStyles.Right);
            this.buttonSave.Font     = new Font("Arial", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.buttonSave.Location = new Point(328, 144);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new Size(69, 27);
            this.buttonSave.TabIndex = 38;
            this.buttonSave.Text     = "Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new EventHandler(this.buttonSave_Click);
            this.checkBoxNotifyKeywordProcessing.AutoSize  = true;
            this.checkBoxNotifyKeywordProcessing.BackColor = Color.Transparent;
            this.checkBoxNotifyKeywordProcessing.Font      = new Font("Arial", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.checkBoxNotifyKeywordProcessing.Location  = new Point(12, 49);
            this.checkBoxNotifyKeywordProcessing.Name      = "checkBoxNotifyKeywordProcessing";
            this.checkBoxNotifyKeywordProcessing.Size      = new Size(319, 21);
            this.checkBoxNotifyKeywordProcessing.TabIndex  = 39;
            this.checkBoxNotifyKeywordProcessing.Text      = "Display Notification For Keyword Processing ";
            this.checkBoxNotifyKeywordProcessing.UseVisualStyleBackColor = false;
            base.AutoScaleDimensions = new SizeF(6f, 13f);
            base.AutoScaleMode       = AutoScaleMode.Font;
            base.ClientSize          = new Size(409, 183);
            base.Controls.Add(this.checkBoxNotifyKeywordProcessing);
            base.Controls.Add(this.buttonSave);
            base.Controls.Add(this.checkBoxEnableKeywordProcessing);
            base.Controls.Add(this.textBoxRemoveFromGroupKeyword);
            base.Controls.Add(this.labelGroupRemoveKeyword);
            base.Controls.Add(this.labelTakenKeywords);
            base.Icon  = (Icon)componentResourceManager.GetObject("$this.Icon");
            base.Name  = "fmKeywordAutoResponse";
            this.Text  = "Keyword Auto Response";
            base.Load += new EventHandler(this.KeywordAutoResponse_Load);
            base.ResumeLayout(false);
            base.PerformLayout();
        }
Beispiel #35
0
        private void InitializeComponent()
        {
            this.components = new Container();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(FrmUser));

            this.barManager1          = new BarManager(this.components);
            this.bar2                 = new Bar();
            this.barLargeButtonItem1  = new BarLargeButtonItem();
            this.barLargeButtonItem2  = new BarLargeButtonItem();
            this.barLargeButtonItem3  = new BarLargeButtonItem();
            this.barLargeButtonItem4  = new BarLargeButtonItem();
            this.barDockControlTop    = new BarDockControl();
            this.barDockControlBottom = new BarDockControl();
            this.barDockControlLeft   = new BarDockControl();
            this.barDockControlRight  = new BarDockControl();
            this.gridControl1         = new GridControl();
            this.gridView1            = new GridView();
            this.gridColumn1          = new GridColumn();
            this.gridColumn2          = new GridColumn();
            this.gridColumn3          = new GridColumn();
            this.gridColumn4          = new GridColumn();
            this.gridColumn5          = new GridColumn();
            this.gridColumn6          = new GridColumn();
            this.gridColumn7          = new GridColumn();
            this.panelControl1        = new PanelControl();
            this.simpleButton2        = new SimpleButton();
            this.simpleButton1        = new SimpleButton();
            this.textEdit2            = new TextEdit();
            this.labelControl2        = new LabelControl();
            this.textEdit1            = new TextEdit();
            this.labelControl1        = new LabelControl();
            this.panelControl2        = new PanelControl();
            this.timer1               = new Timer(this.components);
            ((ISupportInitialize)this.barManager1).BeginInit();
            ((ISupportInitialize)this.gridControl1).BeginInit();
            ((ISupportInitialize)this.gridView1).BeginInit();
            ((ISupportInitialize)this.panelControl1).BeginInit();
            this.panelControl1.SuspendLayout();
            ((ISupportInitialize)this.textEdit2.Properties).BeginInit();
            ((ISupportInitialize)this.textEdit1.Properties).BeginInit();
            ((ISupportInitialize)this.panelControl2).BeginInit();
            this.panelControl2.SuspendLayout();
            base.SuspendLayout();
            this.barManager1.AllowMoveBarOnToolbar   = false;
            this.barManager1.AllowQuickCustomization = false;
            this.barManager1.Bars.AddRange(new Bar[]
            {
                this.bar2
            });
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new BarItem[]
            {
                this.barLargeButtonItem1,
                this.barLargeButtonItem2,
                this.barLargeButtonItem3,
                this.barLargeButtonItem4
            });
            this.barManager1.MainMenu  = this.bar2;
            this.barManager1.MaxItemId = 8;
            this.bar2.BarName          = "Main menu";
            this.bar2.DockCol          = 0;
            this.bar2.DockRow          = 0;
            this.bar2.DockStyle        = BarDockStyle.Top;
            this.bar2.LinksPersistInfo.AddRange(new LinkPersistInfo[]
            {
                new LinkPersistInfo(BarLinkUserDefines.PaintStyle, this.barLargeButtonItem1, BarItemPaintStyle.CaptionGlyph),
                new LinkPersistInfo(BarLinkUserDefines.PaintStyle, this.barLargeButtonItem2, BarItemPaintStyle.CaptionGlyph),
                new LinkPersistInfo(BarLinkUserDefines.PaintStyle, this.barLargeButtonItem3, BarItemPaintStyle.CaptionGlyph),
                new LinkPersistInfo(BarLinkUserDefines.PaintStyle, this.barLargeButtonItem4, BarItemPaintStyle.CaptionGlyph)
            });
            this.bar2.OptionsBar.DrawDragBorder = false;
            this.bar2.OptionsBar.UseWholeRow    = true;
            this.bar2.Text = "Main menu";
            this.barLargeButtonItem1.Caption           = "增加";
            this.barLargeButtonItem1.Glyph             = (Image)resources.GetObject("barLargeButtonItem1.Glyph");
            this.barLargeButtonItem1.Id                = 2;
            this.barLargeButtonItem1.LargeGlyph        = (Image)resources.GetObject("barLargeButtonItem1.LargeGlyph");
            this.barLargeButtonItem1.Name              = "barLargeButtonItem1";
            this.barLargeButtonItem1.ItemClick        += new ItemClickEventHandler(this.barLargeButtonItem1_ItemClick);
            this.barLargeButtonItem2.Caption           = "修改";
            this.barLargeButtonItem2.Glyph             = (Image)resources.GetObject("barLargeButtonItem2.Glyph");
            this.barLargeButtonItem2.Id                = 3;
            this.barLargeButtonItem2.LargeGlyph        = (Image)resources.GetObject("barLargeButtonItem2.LargeGlyph");
            this.barLargeButtonItem2.Name              = "barLargeButtonItem2";
            this.barLargeButtonItem2.ItemClick        += new ItemClickEventHandler(this.barLargeButtonItem2_ItemClick);
            this.barLargeButtonItem3.Caption           = "删除";
            this.barLargeButtonItem3.Glyph             = (Image)resources.GetObject("barLargeButtonItem3.Glyph");
            this.barLargeButtonItem3.Id                = 4;
            this.barLargeButtonItem3.LargeGlyph        = (Image)resources.GetObject("barLargeButtonItem3.LargeGlyph");
            this.barLargeButtonItem3.Name              = "barLargeButtonItem3";
            this.barLargeButtonItem3.ItemClick        += new ItemClickEventHandler(this.barLargeButtonItem3_ItemClick);
            this.barLargeButtonItem4.Caption           = "刷新";
            this.barLargeButtonItem4.Glyph             = (Image)resources.GetObject("barLargeButtonItem4.Glyph");
            this.barLargeButtonItem4.Id                = 7;
            this.barLargeButtonItem4.LargeGlyph        = (Image)resources.GetObject("barLargeButtonItem4.LargeGlyph");
            this.barLargeButtonItem4.Name              = "barLargeButtonItem4";
            this.barLargeButtonItem4.Visibility        = BarItemVisibility.Never;
            this.barLargeButtonItem4.ItemClick        += new ItemClickEventHandler(this.barLargeButtonItem4_ItemClick);
            this.barDockControlTop.CausesValidation    = false;
            this.barDockControlTop.Dock                = DockStyle.Top;
            this.barDockControlTop.Location            = new Point(0, 0);
            this.barDockControlTop.Size                = new Size(716, 60);
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock             = DockStyle.Bottom;
            this.barDockControlBottom.Location         = new Point(0, 457);
            this.barDockControlBottom.Size             = new Size(716, 0);
            this.barDockControlLeft.CausesValidation   = false;
            this.barDockControlLeft.Dock               = DockStyle.Left;
            this.barDockControlLeft.Location           = new Point(0, 60);
            this.barDockControlLeft.Size               = new Size(0, 397);
            this.barDockControlRight.CausesValidation  = false;
            this.barDockControlRight.Dock              = DockStyle.Right;
            this.barDockControlRight.Location          = new Point(716, 60);
            this.barDockControlRight.Size              = new Size(0, 397);
            this.gridControl1.Dock        = DockStyle.Fill;
            this.gridControl1.Location    = new Point(2, 2);
            this.gridControl1.MainView    = this.gridView1;
            this.gridControl1.MenuManager = this.barManager1;
            this.gridControl1.Name        = "gridControl1";
            this.gridControl1.Size        = new Size(712, 359);
            this.gridControl1.TabIndex    = 4;
            this.gridControl1.ViewCollection.AddRange(new BaseView[]
            {
                this.gridView1
            });
            this.gridView1.Columns.AddRange(new GridColumn[]
            {
                this.gridColumn1,
                this.gridColumn2,
                this.gridColumn3,
                this.gridColumn4,
                this.gridColumn5,
                this.gridColumn6,
                this.gridColumn7
            });
            this.gridView1.FocusRectStyle = DrawFocusRectStyle.RowFullFocus;
            this.gridView1.GridControl    = this.gridControl1;
            this.gridView1.Name           = "gridView1";
            this.gridView1.OptionsBehavior.AutoPopulateColumns = false;
            this.gridView1.OptionsBehavior.CopyToClipboardWithColumnHeaders = false;
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsCustomization.AllowColumnMoving = false;
            this.gridView1.OptionsCustomization.AllowFilter       = false;
            this.gridView1.OptionsView.ShowGroupPanel             = false;
            this.gridColumn1.Caption      = "编号";
            this.gridColumn1.FieldName    = "StudyNO";
            this.gridColumn1.Name         = "gridColumn1";
            this.gridColumn1.Visible      = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn2.Caption      = "姓名";
            this.gridColumn2.FieldName    = "StudyName";
            this.gridColumn2.Name         = "gridColumn2";
            this.gridColumn2.Visible      = true;
            this.gridColumn2.VisibleIndex = 1;
            this.gridColumn3.Caption      = "性别";
            this.gridColumn3.FieldName    = "IsMan";
            this.gridColumn3.Name         = "gridColumn3";
            this.gridColumn3.Visible      = true;
            this.gridColumn3.VisibleIndex = 2;
            this.gridColumn4.Caption      = "用户名";
            this.gridColumn4.FieldName    = "UserName";
            this.gridColumn4.Name         = "gridColumn4";
            this.gridColumn4.Visible      = true;
            this.gridColumn4.VisibleIndex = 3;
            this.gridColumn5.Caption      = "密码";
            this.gridColumn5.FieldName    = "PassWord";
            this.gridColumn5.Name         = "gridColumn5";
            this.gridColumn5.Visible      = true;
            this.gridColumn5.VisibleIndex = 4;
            this.gridColumn6.Caption      = "邮箱";
            this.gridColumn6.FieldName    = "Mail";
            this.gridColumn6.Name         = "gridColumn6";
            this.gridColumn6.Visible      = true;
            this.gridColumn6.VisibleIndex = 5;
            this.gridColumn7.Caption      = "当前在线状态";
            this.gridColumn7.FieldName    = "IsOnline";
            this.gridColumn7.Name         = "gridColumn7";
            this.gridColumn7.Visible      = true;
            this.gridColumn7.VisibleIndex = 6;
            this.panelControl1.Controls.Add(this.simpleButton2);
            this.panelControl1.Controls.Add(this.simpleButton1);
            this.panelControl1.Controls.Add(this.textEdit2);
            this.panelControl1.Controls.Add(this.labelControl2);
            this.panelControl1.Controls.Add(this.textEdit1);
            this.panelControl1.Controls.Add(this.labelControl1);
            this.panelControl1.Dock          = DockStyle.Top;
            this.panelControl1.Location      = new Point(0, 60);
            this.panelControl1.Name          = "panelControl1";
            this.panelControl1.Size          = new Size(716, 34);
            this.panelControl1.TabIndex      = 5;
            this.simpleButton2.Image         = (Image)resources.GetObject("simpleButton2.Image");
            this.simpleButton2.Location      = new Point(529, 2);
            this.simpleButton2.Name          = "simpleButton2";
            this.simpleButton2.Size          = new Size(98, 30);
            this.simpleButton2.TabIndex      = 6;
            this.simpleButton2.Text          = "全部显示";
            this.simpleButton2.Click        += new EventHandler(this.simpleButton2_Click);
            this.simpleButton1.Image         = (Image)resources.GetObject("simpleButton1.Image");
            this.simpleButton1.ImageLocation = ImageLocation.MiddleLeft;
            this.simpleButton1.Location      = new Point(433, 0);
            this.simpleButton1.Name          = "simpleButton1";
            this.simpleButton1.Size          = new Size(76, 34);
            this.simpleButton1.TabIndex      = 4;
            this.simpleButton1.Text          = "查找";
            this.simpleButton1.Click        += new EventHandler(this.simpleButton1_Click);
            this.textEdit2.Location          = new Point(308, 7);
            this.textEdit2.MenuManager       = this.barManager1;
            this.textEdit2.Name         = "textEdit2";
            this.textEdit2.Size         = new Size(100, 20);
            this.textEdit2.TabIndex     = 3;
            this.labelControl2.Location = new Point(225, 9);
            this.labelControl2.Name     = "labelControl2";
            this.labelControl2.Size     = new Size(72, 14);
            this.labelControl2.TabIndex = 2;
            this.labelControl2.Text     = "按姓名查找:";
            this.textEdit1.Location     = new Point(92, 6);
            this.textEdit1.MenuManager  = this.barManager1;
            this.textEdit1.Name         = "textEdit1";
            this.textEdit1.Size         = new Size(100, 20);
            this.textEdit1.TabIndex     = 1;
            this.labelControl1.Location = new Point(13, 6);
            this.labelControl1.Name     = "labelControl1";
            this.labelControl1.Size     = new Size(72, 14);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text     = "按编号查找:";
            this.panelControl2.Controls.Add(this.gridControl1);
            this.panelControl2.Dock     = DockStyle.Fill;
            this.panelControl2.Location = new Point(0, 94);
            this.panelControl2.Name     = "panelControl2";
            this.panelControl2.Size     = new Size(716, 363);
            this.panelControl2.TabIndex = 6;
            this.timer1.Interval        = 3000;
            this.timer1.Tick           += new EventHandler(this.timer1_Tick);
            base.AutoScaleDimensions    = new SizeF(7f, 14f);
            base.AutoScaleMode          = AutoScaleMode.Font;
            base.ClientSize             = new Size(716, 457);
            base.Controls.Add(this.panelControl2);
            base.Controls.Add(this.panelControl1);
            base.Controls.Add(this.barDockControlLeft);
            base.Controls.Add(this.barDockControlRight);
            base.Controls.Add(this.barDockControlBottom);
            base.Controls.Add(this.barDockControlTop);
            base.Name  = "FrmUser";
            this.Text  = "普通用户信息表";
            base.Load += new EventHandler(this.FrmUser_Load);
            ((ISupportInitialize)this.barManager1).EndInit();
            ((ISupportInitialize)this.gridControl1).EndInit();
            ((ISupportInitialize)this.gridView1).EndInit();
            ((ISupportInitialize)this.panelControl1).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((ISupportInitialize)this.textEdit2.Properties).EndInit();
            ((ISupportInitialize)this.textEdit1.Properties).EndInit();
            ((ISupportInitialize)this.panelControl2).EndInit();
            this.panelControl2.ResumeLayout(false);
            base.ResumeLayout(false);
        }
Beispiel #36
0
	public MainForm ()
	{
		ComponentResourceManager resources = new ComponentResourceManager (typeof (MainForm));
		SuspendLayout ();
		// 
		// _toolStrip
		// 
		_toolStrip = new ToolStrip ();
		_toolStrip.Location = new Point (0, 24);
		_toolStrip.Size = new Size (632, 25);
		_toolStrip.TabIndex = 1;
		_toolStrip.Text = "ToolStrip";
		Controls.Add (_toolStrip);
		// 
		// _separatorBar
		// 
		_separatorBar = new ToolStripSeparator ();
		// 
		// _newButton
		// 
		_newButton = new ToolStripButton ();
		_newButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
		_newButton.Image = ((Image) (resources.GetObject ("_newButton.Image")));
		_newButton.ImageTransparentColor = Color.Black;
		_newButton.Text = "New";
		_toolStrip.Items.Add (_newButton);
		// 
		// _openButton
		// 
		_openButton = new ToolStripButton ();
		_openButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
		_openButton.Image = ((Image) (resources.GetObject ("_openButton.Image")));
		_openButton.ImageTransparentColor = Color.Black;
		_openButton.Text = "Open";
		_toolStrip.Items.Add (_openButton);
		_toolStrip.Items.Add (_separatorBar);
		// 
		// _textBox
		// 
		_textBox = new ToolStripTextBox ();
		_toolStrip.Items.Add (_textBox);
		_toolStrip.Items.Add (new ToolStripSeparator ());
		// 
		// _comboBox
		// 
		_comboBox = new ToolStripComboBox ();
		_toolStrip.Items.Add (_comboBox);
		// 
		// _toolStripEnabledCheckBox
		// 
		_toolStripEnabledCheckBox = new CheckBox ();
		_toolStripEnabledCheckBox.Checked = true;
		_toolStripEnabledCheckBox.Location = new Point (8, 75);
		_toolStripEnabledCheckBox.Size = new Size (70, 20);
		_toolStripEnabledCheckBox.Text = "Enabled";
		_toolStripEnabledCheckBox.CheckedChanged += new EventHandler (ToolStripEnabledCheckBox_CheckedChanged);
		Controls.Add (_toolStripEnabledCheckBox);
		// 
		// MainForm
		// 
		AutoScaleDimensions = new SizeF (6F, 13F);
		AutoScaleMode = AutoScaleMode.Font;
		ClientSize = new Size (300, 100);
		Location = new Point (250, 100);
		StartPosition = FormStartPosition.Manual;
		Text = "bug #82651";
		Load += new EventHandler (MainForm_Load);
		ResumeLayout (false);
		PerformLayout ();
	}