/// <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.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer(); this.TfsTaskBindingSource = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.TfsTaskBindingSource)).BeginInit(); this.SuspendLayout(); // // reportViewer1 // this.reportViewer1.LocalReport.ReportPath = "Tasks.rdlc"; this.reportViewer1.Location = new System.Drawing.Point(0, 0); this.reportViewer1.Name = "reportViewer1"; this.reportViewer1.Size = new System.Drawing.Size(800, 600); this.reportViewer1.TabIndex = 0; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(682, 534); this.Controls.Add(this.reportViewer1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.TfsTaskBindingSource)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer(); this.PaymentReport1 = new PatientManager.Forms.Reporting.PaymentReport(); this.paymentBindingSource = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.paymentBindingSource)).BeginInit(); this.SuspendLayout(); // // crystalReportViewer1 // this.crystalReportViewer1.ActiveViewIndex = 0; this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.crystalReportViewer1.Cursor = System.Windows.Forms.Cursors.Default; this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill; this.crystalReportViewer1.Location = new System.Drawing.Point(0, 0); this.crystalReportViewer1.Name = "crystalReportViewer1"; this.crystalReportViewer1.ReportSource = this.PaymentReport1; this.crystalReportViewer1.Size = new System.Drawing.Size(993, 648); this.crystalReportViewer1.TabIndex = 0; this.crystalReportViewer1.ToolPanelView = CrystalDecisions.Windows.Forms.ToolPanelViewType.None; // // PaymentReportForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(993, 648); this.Controls.Add(this.crystalReportViewer1); this.Name = "PaymentReportForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Payment Report"; ((System.ComponentModel.ISupportInitialize)(this.paymentBindingSource)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.MainTimer = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // MainTimer // this.MainTimer.Enabled = true; this.MainTimer.Interval = 40; this.MainTimer.Tick += new System.EventHandler(this.MainTimer_Tick); // // yobaivan // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(794, 572); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(800, 600); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(800, 600); this.Name = "yobaivan"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "rehcfx"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.yobaivan_KeyDown); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.webBrowser1 = new System.Windows.Forms.WebBrowser(); this.SuspendLayout(); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // webBrowser1 // this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser1.Location = new System.Drawing.Point(0, 0); this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser1.Name = "webBrowser1"; this.webBrowser1.Size = new System.Drawing.Size(284, 262); this.webBrowser1.TabIndex = 0; // // ISayHey // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 262); this.Controls.Add(this.webBrowser1); this.Name = "ISayHey"; this.Text = "ISayHey"; this.Load += new System.EventHandler(this.ISayHey_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.serialPort1 = new System.IO.Ports.SerialPort(this.components); this.textBox1 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // serialPort1 // this.serialPort1.ErrorReceived += new System.IO.Ports.SerialErrorReceivedEventHandler(this.serialPort1_ErrorReceived); this.serialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.serialPort1_DataReceived); // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(0, 0); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(291, 32); this.textBox1.TabIndex = 0; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 45); this.Controls.Add(this.textBox1); this.Name = "Form1"; this.Text = "Form1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.Viewer = new GitUI.Editor.FileViewer(); this.SuspendLayout(); // // Viewer // this.Viewer.Dock = System.Windows.Forms.DockStyle.Fill; this.Viewer.Font = new System.Drawing.Font("Segoe UI", 7.5F); this.Viewer.Location = new System.Drawing.Point(0, 0); this.Viewer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Viewer.Name = "Viewer"; this.Viewer.Size = new System.Drawing.Size(733, 571); this.Viewer.TabIndex = 0; // // FormEdit // this.ClientSize = new System.Drawing.Size(733, 571); this.Controls.Add(this.Viewer); this.Name = "FormEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "View"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.NameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.VariableTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); // // Grid // this.Grid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.NameDataGridViewTextBoxColumn, this.VariableTypeDataGridViewTextBoxColumn}); // // NameDataGridViewTextBoxColumn // this.NameDataGridViewTextBoxColumn.DataPropertyName = "Name"; this.NameDataGridViewTextBoxColumn.HeaderText = "Name"; this.NameDataGridViewTextBoxColumn.Name = "NameDataGridViewTextBoxColumn"; this.NameDataGridViewTextBoxColumn.ReadOnly = true; // // VariableTypeDataGridViewTextBoxColumn // this.VariableTypeDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.VariableTypeDataGridViewTextBoxColumn.DataPropertyName = "VariableType"; this.VariableTypeDataGridViewTextBoxColumn.HeaderText = "Variable Type"; this.VariableTypeDataGridViewTextBoxColumn.Name = "VariableTypeDataGridViewTextBoxColumn"; this.VariableTypeDataGridViewTextBoxColumn.ReadOnly = true; // // VariableBindingSource // this.BindingSource.AllowNew = false; this.BindingSource.DataSource = typeof(Mono.Cecil.Cil.VariableDefinition); }
/// <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.timer1 = new System.Windows.Forms.Timer( this.components ); this.SuspendLayout(); // // timer1 // this.timer1.Interval = 30; this.timer1.Tick += new System.EventHandler( this.timer1_Tick ); // // SplashForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.ClientSize = new System.Drawing.Size( 509, 217 ); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding( 4 ); this.Name = "SplashForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Splash"; this.TopMost = true; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler( this.SplashForm_FormClosed ); this.ResumeLayout( false ); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.deleteStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip // this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.deleteStripMenuItem}); this.contextMenuStrip.Name = "contextMenuStrip"; this.contextMenuStrip.Size = new System.Drawing.Size(117, 26); // // deleteStripMenuItem // this.deleteStripMenuItem.Name = "deleteStripMenuItem"; this.deleteStripMenuItem.Size = new System.Drawing.Size(116, 22); this.deleteStripMenuItem.Text = "Delete"; this.deleteStripMenuItem.Click += new System.EventHandler(this.deleteStripMenuItem_Click); // // CommandToolStrip // this.AllowDrop = true; this.DragEnter += new System.Windows.Forms.DragEventHandler(this.CommandToolStrip_DragEnter); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.CommandToolStrip_DragDrop); this.contextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.pnlSettings = new System.Windows.Forms.Panel(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // pnlSettings // this.pnlSettings.AutoSize = true; this.pnlSettings.Location = new System.Drawing.Point(0, 0); this.pnlSettings.Name = "pnlSettings"; this.pnlSettings.Size = new System.Drawing.Size(233, 131); this.pnlSettings.TabIndex = 0; // // uc_object_type_commands // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.pnlSettings); this.Name = "uc_object_type_commands"; this.Size = new System.Drawing.Size(233, 131); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.refreshSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip // this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.refreshSessionsToolStripMenuItem}); this.contextMenuStrip.Name = "contextMenuStrip"; this.contextMenuStrip.Size = new System.Drawing.Size(187, 48); // // refreshSessionsToolStripMenuItem // this.refreshSessionsToolStripMenuItem.Name = "refreshSessionsToolStripMenuItem"; this.refreshSessionsToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5; this.refreshSessionsToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.refreshSessionsToolStripMenuItem.Text = "Refresh Sessions"; this.refreshSessionsToolStripMenuItem.Click += new System.EventHandler(this.refreshSessionsToolStripMenuItem_Click); // // SessionControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ContextMenuStrip = this.contextMenuStrip; this.Name = "SessionControl"; this.contextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.label1 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(111, 62); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(159, 37); this.label1.TabIndex = 0; this.label1.Text = "Loading..."; // // LoadScreen // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Highlight; this.ClientSize = new System.Drawing.Size(389, 161); this.Controls.Add(this.label1); this.DoubleBuffered = true; this.ForeColor = System.Drawing.SystemColors.ControlText; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "LoadScreen"; this.Text = "LoadScreen"; this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.timer1 = new System.Windows.Forms.Timer(this.components); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.SuspendLayout(); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 30000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // notifyIcon1 // this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Text = "notifyIcon1"; this.notifyIcon1.Visible = true; this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(133, 45); this.Name = "Form1"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.label2 = new ATMLCommonLibrary.controls.HelpLabel(this.components); this.cmbSecurityClass = new System.Windows.Forms.ComboBox(); this.chkClassified = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.HelpMessageKey = "SecurityClassification.Classified"; this.label2.Location = new System.Drawing.Point(5, 4); this.label2.Name = "label2"; this.label2.RequiredField = false; this.label2.RequiredFieldMarkerFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Size = new System.Drawing.Size(51, 13); this.label2.TabIndex = 2; this.label2.Text = "Classified"; // // cmbSecurityClass // this.cmbSecurityClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbSecurityClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSecurityClass.Enabled = false; this.cmbSecurityClass.FormattingEnabled = true; this.cmbSecurityClass.Items.AddRange(new object[] { "UNCLASSIFIED", "CLASSIFIED", "SECRET", "CONFIDENTIAL", "TOP SECRET"}); this.cmbSecurityClass.Location = new System.Drawing.Point(80, 0); this.cmbSecurityClass.Name = "cmbSecurityClass"; this.cmbSecurityClass.Size = new System.Drawing.Size(299, 21); this.cmbSecurityClass.TabIndex = 1; this.cmbSecurityClass.SelectedIndexChanged += new System.EventHandler(this.cmb_SelectedIndexChanged); // // chkClassified // this.chkClassified.AutoSize = true; this.chkClassified.Location = new System.Drawing.Point(62, 4); this.chkClassified.Name = "chkClassified"; this.chkClassified.Size = new System.Drawing.Size(15, 14); this.chkClassified.TabIndex = 0; this.chkClassified.UseVisualStyleBackColor = true; this.chkClassified.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged); // // SecurityClassificationControl // this.Controls.Add(this.label2); this.Controls.Add(this.cmbSecurityClass); this.Controls.Add(this.chkClassified); this.Name = "SecurityClassificationControl"; this.Size = new System.Drawing.Size(379, 21); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Refactor_SortNamespacesByScopePlugIn)); this.refactoringProvider = new DevExpress.Refactor.Core.RefactoringProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.refactoringProvider)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // refactoringProvider // this.refactoringProvider.ActionHintText = ""; this.refactoringProvider.AutoActivate = true; this.refactoringProvider.AutoUndo = false; this.refactoringProvider.CodeIssueMessage = null; this.refactoringProvider.Description = ""; this.refactoringProvider.DisplayName = "Sort Namespaces by Scope"; this.refactoringProvider.Image = ((System.Drawing.Bitmap)(resources.GetObject("refactoringProvider.Image"))); this.refactoringProvider.NeedsSelection = false; this.refactoringProvider.ProviderName = "NamespaceByScopeSorter"; this.refactoringProvider.Register = true; this.refactoringProvider.SupportsAsyncMode = false; ((System.ComponentModel.ISupportInitialize)(this.refactoringProvider)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <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.lstIcons = new xListview(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // lstIcons // this.lstIcons.Dock = System.Windows.Forms.DockStyle.Fill; this.lstIcons.Location = new System.Drawing.Point(0, 0); this.lstIcons.Name = "lstIcons"; this.lstIcons.Size = new System.Drawing.Size(284, 262); this.lstIcons.TabIndex = 0; this.toolTip1.SetToolTip(this.lstIcons, "Double-Click to select icon."); this.lstIcons.UseCompatibleStateImageBehavior = false; this.lstIcons.DoubleClick += new System.EventHandler(this.lstIcons_DoubleClick); // // IconSelecterDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 262); this.Controls.Add(this.lstIcons); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "IconSelecterDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Select Icon"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.aimTimer = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // aimTimer // this.aimTimer.Enabled = true; this.aimTimer.Interval = 10; this.aimTimer.Tick += new System.EventHandler(this.aimTimer_Tick); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(792, 673); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(640, 400); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Salted Earth"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); this.Enter += new System.EventHandler(this.MainForm_Enter); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown); this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyUp); this.Leave += new System.EventHandler(this.MainForm_Leave); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown); this.Resize += new System.EventHandler(this.MainForm_Resize); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.timer_check = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // timer_check // this.timer_check.Interval = 1000; this.timer_check.Tick += new System.EventHandler(this.timer_check_Tick); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(302, 123); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "MainForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "网页杀手"; this.WindowState = System.Windows.Forms.FormWindowState.Minimized; this.Load += new System.EventHandler(this.MainForm_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.imageBox1 = new Emgu.CV.UI.ImageBox(); ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).BeginInit(); this.SuspendLayout(); // // imageBox1 // this.imageBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.imageBox1.Location = new System.Drawing.Point(0, 0); this.imageBox1.Name = "imageBox1"; this.imageBox1.Size = new System.Drawing.Size(284, 261); this.imageBox1.TabIndex = 2; this.imageBox1.TabStop = false; // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 261); this.Controls.Add(this.imageBox1); this.Name = "Form2"; this.Text = "Form2"; ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main)); this.timer1 = new System.Windows.Forms.Timer(this.components); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButtonStart = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonStop = new System.Windows.Forms.ToolStripButton(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButtonStart, this.toolStripButtonStop}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(657, 25); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // toolStripButtonStart // this.toolStripButtonStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonStart.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonStart.Image"))); this.toolStripButtonStart.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonStart.Name = "toolStripButtonStart"; this.toolStripButtonStart.Size = new System.Drawing.Size(23, 22); this.toolStripButtonStart.Text = "Start"; this.toolStripButtonStart.Click += new System.EventHandler(this.toolStripButtonStart_Click); // // toolStripButtonStop // this.toolStripButtonStop.Name = "toolStripButtonStop"; this.toolStripButtonStop.Size = new System.Drawing.Size(23, 22); // // Main // this.ClientSize = new System.Drawing.Size(657, 307); this.Controls.Add(this.toolStrip1); this.Name = "Main"; this.Text = "Breakout"; this.Load += new System.EventHandler(this.Main_Load); this.Paint += new System.Windows.Forms.PaintEventHandler(this.Main_Paint); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Main_KeyDown); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Main_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Main_MouseMove); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Main_MouseUp); this.Resize += new System.EventHandler(this.Main_Resize); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KernelResTree)); this.imageList_resIcon = new System.Windows.Forms.ImageList(this.components); this.SuspendLayout(); // // imageList_resIcon // this.imageList_resIcon.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_resIcon.ImageStream"))); this.imageList_resIcon.TransparentColor = System.Drawing.Color.Fuchsia; this.imageList_resIcon.Images.SetKeyName(0, "database.bmp"); this.imageList_resIcon.Images.SetKeyName(1, "searchfrom.bmp"); this.imageList_resIcon.Images.SetKeyName(2, ""); this.imageList_resIcon.Images.SetKeyName(3, ""); this.imageList_resIcon.Images.SetKeyName(4, ""); this.imageList_resIcon.Images.SetKeyName(5, ""); // // KernelResTree // this.LineColor = System.Drawing.Color.Black; this.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.KernelResTree_AfterExpand); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.KernelResTree_MouseUp); this.ResumeLayout(false); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.Location = new System.Drawing.Point(0, 390); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(582, 22); this.statusStrip1.TabIndex = 0; this.statusStrip1.Text = "statusStrip1"; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(582, 412); this.Controls.Add(this.statusStrip1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseClick); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileBrowser)); this.ListImage = new System.Windows.Forms.ImageList(this.components); this.SuspendLayout(); // // ListImage // this.ListImage.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ListImage.ImageStream"))); this.ListImage.TransparentColor = System.Drawing.Color.Transparent; this.ListImage.Images.SetKeyName(0, "Drive.png"); this.ListImage.Images.SetKeyName(1, "Foclosed.png"); this.ListImage.Images.SetKeyName(2, "Foopened.png"); this.ListImage.Images.SetKeyName(3, "File.png"); // // FileBrowser // this.Font = new System.Drawing.Font("Verdana", 9.75F); this.ImageIndex = 0; this.ImageList = this.ListImage; this.LineColor = System.Drawing.Color.Black; this.SelectedImageIndex = 0; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KmlTreeView)); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.SuspendLayout(); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "ge"); this.imageList1.Images.SetKeyName(1, "kml"); this.imageList1.Images.SetKeyName(2, "flag"); this.imageList1.Images.SetKeyName(3, "overlay"); this.imageList1.Images.SetKeyName(4, "photo"); this.imageList1.Images.SetKeyName(5, "tour"); this.imageList1.Images.SetKeyName(6, "folderClosed"); this.imageList1.Images.SetKeyName(7, "folderOpen"); this.imageList1.Images.SetKeyName(8, "linkFolderClosed"); this.imageList1.Images.SetKeyName(9, "linkFolderOpen"); this.imageList1.Images.SetKeyName(10, "linkFolderClosed_0"); this.imageList1.Images.SetKeyName(11, "linkFolderClosed_1"); this.imageList1.Images.SetKeyName(12, "linkFolderClosed_2"); this.imageList1.Images.SetKeyName(13, "linkFolderClosedDisconected"); // // KmlTreeView // this.ImageKey = "ge"; this.ImageList = this.imageList1; this.SelectedImageIndex = 0; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.logCatControl = new LogCatControl(); this.SuspendLayout(); // // logCatControl // this.logCatControl.Dock = System.Windows.Forms.DockStyle.Fill; this.logCatControl.Location = new System.Drawing.Point(0, 0); this.logCatControl.Name = "logCatControl"; this.logCatControl.Size = new System.Drawing.Size(886, 454); this.logCatControl.TabIndex = 0; // // LogCatForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(886, 454); this.Controls.Add(this.logCatControl); this.MinimizeBox = false; this.Name = "LogCatForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "View Device Log"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplitButton)); this.SplitButtonDropDown = new System.Windows.Forms.ContextMenuStrip(this.components); this.SplitButtonImages = new System.Windows.Forms.ImageList(this.components); this.SuspendLayout(); // // SplitButtonDropDown // this.SplitButtonDropDown.Name = "SplitButtonDropDown"; this.SplitButtonDropDown.Size = new System.Drawing.Size(61, 4); this.SplitButtonDropDown.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.SplitButtonDropDownClosed); this.SplitButtonDropDown.Opening += new System.ComponentModel.CancelEventHandler(this.SplitButtonDropDownOpening); this.SplitButtonDropDown.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.SplitButtonDropDownItemClicked); // // SplitButtonImages // this.SplitButtonImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("SplitButtonImages.ImageStream"))); this.SplitButtonImages.TransparentColor = System.Drawing.Color.Transparent; this.SplitButtonImages.Images.SetKeyName(0, "Normal"); this.SplitButtonImages.Images.SetKeyName(1, "Hover"); this.SplitButtonImages.Images.SetKeyName(2, "Clicked"); this.SplitButtonImages.Images.SetKeyName(3, "Disabled"); // // SplitButton // this.ContextMenuStrip = this.SplitButtonDropDown; this.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.ImageKey = "Normal"; this.ImageList = this.SplitButtonImages; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.experimentGraph = new ZedGraph.ZedGraphControl(); this.SuspendLayout(); // // experimentGraph // this.experimentGraph.Dock = System.Windows.Forms.DockStyle.Fill; this.experimentGraph.Location = new System.Drawing.Point(0, 0); this.experimentGraph.Name = "experimentGraph"; this.experimentGraph.ScrollGrace = 0; this.experimentGraph.ScrollMaxX = 0; this.experimentGraph.ScrollMaxY = 0; this.experimentGraph.ScrollMaxY2 = 0; this.experimentGraph.ScrollMinX = 0; this.experimentGraph.ScrollMinY = 0; this.experimentGraph.ScrollMinY2 = 0; this.experimentGraph.Size = new System.Drawing.Size(600, 350); this.experimentGraph.TabIndex = 0; // // Stats // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(600, 350); this.Controls.Add(this.experimentGraph); this.MaximizeBox = false; this.Name = "Stats"; this.ShowIcon = false; this.Text = "Stats"; this.Load += new System.EventHandler(this.Stats_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.tmrMoving = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // tmrMoving // this.tmrMoving.Enabled = true; this.tmrMoving.Interval = 100; this.tmrMoving.Tick += new System.EventHandler(this.tmrMoving_Tick); // // FormView // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(944, 732); this.DoubleBuffered = true; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "FormView"; this.Text = "Object Moving"; this.Paint += new System.Windows.Forms.PaintEventHandler(this.FormView_Paint); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormView_KeyDown); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // pictureBox1 // this.pictureBox1.Image = global::_3._2.Properties.Resources.BMYduHY1_400x400; this.pictureBox1.Location = new System.Drawing.Point(-10, 68); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(436, 447); this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1025, 606); this.Controls.Add(this.pictureBox1); this.Name = "Form1"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.labelErrorText = new System.Windows.Forms.Label(); this.SuspendLayout(); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // labelErrorText // this.labelErrorText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.labelErrorText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.labelErrorText.ForeColor = System.Drawing.Color.White; this.labelErrorText.Location = new System.Drawing.Point(3, 7); this.labelErrorText.Name = "labelErrorText"; this.labelErrorText.Size = new System.Drawing.Size(260, 23); this.labelErrorText.TabIndex = 0; this.labelErrorText.Text = "error"; this.labelErrorText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // PanelError // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.IndianRed; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.labelErrorText); this.Name = "PanelError"; this.Size = new System.Drawing.Size(266, 38); this.ResumeLayout(false); }