本文整理汇总了C#中System.Windows.Forms.SplitContainer.SuspendLayout方法的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.SplitContainer.SuspendLayout方法的具体用法?C# System.Windows.Forms.SplitContainer.SuspendLayout怎么用?C# System.Windows.Forms.SplitContainer.SuspendLayout使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类System.Windows.Forms.SplitContainer
的用法示例。
在下文中一共展示了System.Windows.Forms.SplitContainer.SuspendLayout方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
System.Windows.Forms.SplitContainer splitContainer1;
this._commandList = new System.Windows.Forms.ListBox();
this._propertyGrid = new System.Windows.Forms.PropertyGrid();
splitContainer1 = new System.Windows.Forms.SplitContainer();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer1.Location = new System.Drawing.Point(0, 0);
splitContainer1.Name = "splitContainer1";
splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.Controls.Add(this._commandList);
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.Controls.Add(this._propertyGrid);
splitContainer1.Size = new System.Drawing.Size(288, 460);
splitContainer1.SplitterDistance = 269;
splitContainer1.TabIndex = 1;
//
// _commandList
//
this._commandList.Dock = System.Windows.Forms.DockStyle.Fill;
this._commandList.FormattingEnabled = true;
this._commandList.Location = new System.Drawing.Point(0, 0);
this._commandList.Name = "_commandList";
this._commandList.Size = new System.Drawing.Size(288, 264);
this._commandList.TabIndex = 0;
this._commandList.SelectedIndexChanged += new System.EventHandler(this.commandList_SelectedIndexChanged);
//
// _propertyGrid
//
this._propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this._propertyGrid.Location = new System.Drawing.Point(0, 0);
this._propertyGrid.Name = "_propertyGrid";
this._propertyGrid.Size = new System.Drawing.Size(288, 187);
this._propertyGrid.TabIndex = 2;
//
// CommandHistoryComponentPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(splitContainer1);
this.Name = "CommandHistoryComponentPanel";
this.Size = new System.Drawing.Size(288, 460);
splitContainer1.Panel1.ResumeLayout(false);
splitContainer1.Panel2.ResumeLayout(false);
splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
示例2: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.TabControl tabMethod;
System.Windows.Forms.Label label6;
System.Windows.Forms.Label label4;
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label7;
System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
System.Windows.Forms.ColumnHeader columnHeader1;
System.Windows.Forms.ColumnHeader columnHeader2;
System.Windows.Forms.Label label2;
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.GroupBox groupBox1;
System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
System.Windows.Forms.ColumnHeader columnHeader3;
System.Windows.Forms.ColumnHeader columnHeader4;
System.Windows.Forms.Panel panel1;
System.Windows.Forms.GroupBox groupBox2;
System.Windows.Forms.Panel panel2;
System.Windows.Forms.Panel panel3;
System.Windows.Forms.Label label3;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProtocolMessageControl));
this.tabPageMethodDefinition = new System.Windows.Forms.TabPage();
this.errorsControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl();
this.synopsisControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl();
this.txtMethodDocId = new System.Windows.Forms.TextBox();
this.txtMethodSelector = new System.Windows.Forms.TextBox();
this.tabPageMethodDescription = new System.Windows.Forms.TabPage();
this.panelRefinementDescription = new System.Windows.Forms.Panel();
this.buttonRefinementCancel = new System.Windows.Forms.Button();
this.buttonRefinementOK = new System.Windows.Forms.Button();
this.refinementDescription = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl();
this.panelRefinement = new System.Windows.Forms.Panel();
this.buttonRemoveRefinement = new System.Windows.Forms.Button();
this.buttonAddRefinement = new System.Windows.Forms.Button();
this.comboRefinementProtocols = new System.Windows.Forms.ComboBox();
this.listRefinement = new System.Windows.Forms.ListView();
this.descriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl();
this.tabPageMethodParameters = new System.Windows.Forms.TabPage();
this.listParameters = new System.Windows.Forms.ListView();
this.listParameterProtocol = new System.Windows.Forms.ListView();
this.buttonAddParameterProtocol = new System.Windows.Forms.Button();
this.comboParameterProtocols = new System.Windows.Forms.ComboBox();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.listReturnValueProtocols = new System.Windows.Forms.ListView();
this.buttonAddReturnValueProtocol = new System.Windows.Forms.Button();
this.comboReturnValueProtocols = new System.Windows.Forms.ComboBox();
this.returnValueDescriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl();
this.comboReturnValueAliasing = new System.Windows.Forms.ComboBox();
this.tabPageMethodSource = new System.Windows.Forms.TabPage();
this.sourceEditControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.SourceEditControl();
this.imageList = new System.Windows.Forms.ImageList(this.components);
this.contextMenuParameterAliasing = new System.Windows.Forms.ContextMenuStrip(this.components);
this.unspecifiedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.capturedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.uncapturedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
tabMethod = new System.Windows.Forms.TabControl();
label6 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
label7 = new System.Windows.Forms.Label();
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
label2 = new System.Windows.Forms.Label();
splitContainer1 = new System.Windows.Forms.SplitContainer();
groupBox1 = new System.Windows.Forms.GroupBox();
tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
panel1 = new System.Windows.Forms.Panel();
groupBox2 = new System.Windows.Forms.GroupBox();
panel2 = new System.Windows.Forms.Panel();
panel3 = new System.Windows.Forms.Panel();
label3 = new System.Windows.Forms.Label();
tabMethod.SuspendLayout();
this.tabPageMethodDefinition.SuspendLayout();
this.tabPageMethodDescription.SuspendLayout();
this.panelRefinementDescription.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
this.panelRefinement.SuspendLayout();
this.tabPageMethodParameters.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
groupBox1.SuspendLayout();
tableLayoutPanel2.SuspendLayout();
panel1.SuspendLayout();
groupBox2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
panel2.SuspendLayout();
panel3.SuspendLayout();
this.tabPageMethodSource.SuspendLayout();
this.contextMenuParameterAliasing.SuspendLayout();
//.........这里部分代码省略.........
示例3: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.SplitContainer splitContainer2;
System.Windows.Forms.MenuStrip mainMenuStrip;
System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
this.pictureBox = new System.Windows.Forms.PictureBox();
this.treeViewSubTextures = new System.Windows.Forms.TreeView();
this.toolStripSubTextures = new System.Windows.Forms.ToolStrip();
this.toolStripSubTextureAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripSubTextureRemove = new System.Windows.Forms.ToolStripButton();
this.propertyGrid = new System.Windows.Forms.PropertyGrid();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.addTextureDialog = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.packToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
splitContainer1 = new System.Windows.Forms.SplitContainer();
splitContainer2 = new System.Windows.Forms.SplitContainer();
mainMenuStrip = new System.Windows.Forms.MenuStrip();
fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
splitContainer2.Panel1.SuspendLayout();
splitContainer2.Panel2.SuspendLayout();
splitContainer2.SuspendLayout();
this.toolStripSubTextures.SuspendLayout();
mainMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer1.Location = new System.Drawing.Point(0, 25);
splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.AutoScroll = true;
splitContainer1.Panel1.Controls.Add(this.pictureBox);
splitContainer1.Panel1.SizeChanged += new System.EventHandler(this.LeftPanel_SizeChanged);
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.Controls.Add(splitContainer2);
splitContainer1.Size = new System.Drawing.Size(608, 373);
splitContainer1.SplitterDistance = 309;
splitContainer1.TabIndex = 0;
splitContainer1.TabStop = false;
//
// pictureBox
//
this.pictureBox.Location = new System.Drawing.Point(0, 0);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(0, 0);
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox.TabIndex = 0;
this.pictureBox.TabStop = false;
//
// splitContainer2
//
splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer2.Location = new System.Drawing.Point(0, 0);
splitContainer2.Name = "splitContainer2";
splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
splitContainer2.Panel1.Controls.Add(this.treeViewSubTextures);
splitContainer2.Panel1.Controls.Add(this.toolStripSubTextures);
//
// splitContainer2.Panel2
//
splitContainer2.Panel2.Controls.Add(this.propertyGrid);
splitContainer2.Size = new System.Drawing.Size(293, 371);
splitContainer2.SplitterDistance = 150;
splitContainer2.TabIndex = 0;
//.........这里部分代码省略.........
示例4: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.SplitContainer _splitter;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TableDesignerDoc));
this._dataGrid = new System.Windows.Forms.DataGridView();
this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.type = new Npgsql.Designer.Editors.AutoCompleteColumn();
this.isnull = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this._pg = new System.Windows.Forms.PropertyGrid();
this._sqlText = new System.Windows.Forms.RichTextBox();
this._propertyGrid = new System.Windows.Forms.PropertyGrid();
this.autoCompleteColumn1 = new Npgsql.Designer.Editors.AutoCompleteColumn();
this._imageList = new System.Windows.Forms.ImageList(this.components);
_splitter = new System.Windows.Forms.SplitContainer();
_splitter.Panel1.SuspendLayout();
_splitter.Panel2.SuspendLayout();
_splitter.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this._dataGrid)).BeginInit();
this.SuspendLayout();
//
// _splitter
//
_splitter.BackColor = System.Drawing.SystemColors.Control;
_splitter.Dock = System.Windows.Forms.DockStyle.Fill;
_splitter.Location = new System.Drawing.Point(0, 0);
_splitter.Name = "_splitter";
_splitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// _splitter.Panel1
//
_splitter.Panel1.Controls.Add(this._dataGrid);
_splitter.Panel1.Controls.Add(this._pg);
_splitter.Panel1.Controls.Add(this._sqlText);
//
// _splitter.Panel2
//
_splitter.Panel2.Controls.Add(this._propertyGrid);
_splitter.Size = new System.Drawing.Size(436, 631);
_splitter.SplitterDistance = 383;
_splitter.TabIndex = 0;
//
// _dataGrid
//
this._dataGrid.AllowDrop = true;
this._dataGrid.AllowUserToResizeRows = false;
this._dataGrid.BackgroundColor = System.Drawing.SystemColors.Window;
this._dataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this._dataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.name,
this.type,
this.isnull});
this._dataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this._dataGrid.Location = new System.Drawing.Point(0, 0);
this._dataGrid.Name = "_dataGrid";
this._dataGrid.RowHeadersWidth = 42;
this._dataGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this._dataGrid.RowTemplate.Height = 23;
this._dataGrid.Size = new System.Drawing.Size(436, 383);
this._dataGrid.TabIndex = 2;
this._dataGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellValueChanged);
this._dataGrid.MouseDown += new System.Windows.Forms.MouseEventHandler(this._dataGrid_MouseDown);
this._dataGrid.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this._dataGrid_UserDeletingRow);
this._dataGrid.MouseMove += new System.Windows.Forms.MouseEventHandler(this._dataGrid_MouseMove);
this._dataGrid.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellValidated);
this._dataGrid.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this._dataGrid_UserDeletedRow);
this._dataGrid.DragOver += new System.Windows.Forms.DragEventHandler(this._dataGrid_DragOver);
this._dataGrid.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellValidated);
this._dataGrid.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this._dataGrid_CellPainting);
this._dataGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellClick);
this._dataGrid.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellEnter);
this._dataGrid.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this._dataGrid_RowHeaderMouseClick);
this._dataGrid.SelectionChanged += new System.EventHandler(this._dataGrid_SelectionChanged);
this._dataGrid.DragDrop += new System.Windows.Forms.DragEventHandler(this._dataGrid_DragDrop);
//
// name
//
this.name.Frozen = true;
this.name.HeaderText = "Column Name";
this.name.Name = "name";
this.name.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// type
//
this.type.HeaderText = "Data Type";
this.type.Name = "type";
//
// isnull
//
this.isnull.FalseValue = false;
this.isnull.HeaderText = "Allow Nulls";
this.isnull.IndeterminateValue = false;
this.isnull.Name = "isnull";
this.isnull.TrueValue = true;
//
// _pg
//.........这里部分代码省略.........
示例5: InitializeComponent
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.Button cancelButton;
System.Windows.Forms.SplitContainer splitContainer;
System.Windows.Forms.GroupBox resourceSelectionGroup;
System.Windows.Forms.GroupBox previewGroup;
this.projectResourcesTreeView = new System.Windows.Forms.TreeView();
this.projectResourceRadioButton = new System.Windows.Forms.RadioButton();
this.importLocalResourceButton = new System.Windows.Forms.Button();
this.noResourceRadioButton = new System.Windows.Forms.RadioButton();
this.localResourceRadioButton = new System.Windows.Forms.RadioButton();
this.previewPictureBox = new System.Windows.Forms.PictureBox();
this.okButton = new System.Windows.Forms.Button();
this.projectTreeScanningBackgroundWorker = new System.ComponentModel.BackgroundWorker();
cancelButton = new System.Windows.Forms.Button();
splitContainer = new System.Windows.Forms.SplitContainer();
resourceSelectionGroup = new System.Windows.Forms.GroupBox();
previewGroup = new System.Windows.Forms.GroupBox();
splitContainer.Panel1.SuspendLayout();
splitContainer.Panel2.SuspendLayout();
splitContainer.SuspendLayout();
resourceSelectionGroup.SuspendLayout();
previewGroup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).BeginInit();
this.SuspendLayout();
//
// cancelButton
//
cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
cancelButton.Location = new System.Drawing.Point(509, 317);
cancelButton.Name = "cancelButton";
cancelButton.Size = new System.Drawing.Size(75, 23);
cancelButton.TabIndex = 1;
cancelButton.Text = "${res:Global.CancelButtonText}";
cancelButton.UseVisualStyleBackColor = true;
//
// splitContainer
//
splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
splitContainer.Location = new System.Drawing.Point(12, 12);
splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
splitContainer.Panel1.Controls.Add(resourceSelectionGroup);
//
// splitContainer.Panel2
//
splitContainer.Panel2.Controls.Add(previewGroup);
splitContainer.Size = new System.Drawing.Size(572, 299);
splitContainer.SplitterDistance = 280;
splitContainer.TabIndex = 2;
//
// resourceSelectionGroup
//
resourceSelectionGroup.Controls.Add(this.projectResourcesTreeView);
resourceSelectionGroup.Controls.Add(this.projectResourceRadioButton);
resourceSelectionGroup.Controls.Add(this.importLocalResourceButton);
resourceSelectionGroup.Controls.Add(this.noResourceRadioButton);
resourceSelectionGroup.Controls.Add(this.localResourceRadioButton);
resourceSelectionGroup.Dock = System.Windows.Forms.DockStyle.Fill;
resourceSelectionGroup.Location = new System.Drawing.Point(0, 0);
resourceSelectionGroup.Name = "resourceSelectionGroup";
resourceSelectionGroup.Size = new System.Drawing.Size(280, 299);
resourceSelectionGroup.TabIndex = 0;
resourceSelectionGroup.TabStop = false;
//
// projectResourcesTreeView
//
this.projectResourcesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.projectResourcesTreeView.HideSelection = false;
this.projectResourcesTreeView.Location = new System.Drawing.Point(26, 138);
this.projectResourcesTreeView.Name = "projectResourcesTreeView";
this.projectResourcesTreeView.Size = new System.Drawing.Size(248, 155);
this.projectResourcesTreeView.TabIndex = 4;
this.projectResourcesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.ProjectResourcesTreeViewAfterSelect);
//
// projectResourceRadioButton
//
this.projectResourceRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.projectResourceRadioButton.Location = new System.Drawing.Point(6, 108);
this.projectResourceRadioButton.Name = "projectResourceRadioButton";
this.projectResourceRadioButton.Size = new System.Drawing.Size(268, 24);
this.projectResourceRadioButton.TabIndex = 3;
this.projectResourceRadioButton.TabStop = true;
this.projectResourceRadioButton.Text = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.ProjectResour" +
"ceButton}";
this.projectResourceRadioButton.UseVisualStyleBackColor = true;
this.projectResourceRadioButton.CheckedChanged += new System.EventHandler(this.ProjectResourceRadioButtonCheckedChanged);
//.........这里部分代码省略.........
示例6: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.SplitContainer splitContainer;
this.createMetricButton = new System.Windows.Forms.Button();
this.performanceCounterSelector = new NCloudWatch.Gui.PerformanceCounterSelector();
this.metricsListView = new System.Windows.Forms.ListView();
this.metricNameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.reportIntervalColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.unitColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.categoryColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.counterColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.instanceColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.refeshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.loadMetricsBackgroundWorker = new System.ComponentModel.BackgroundWorker();
this.awsCredentialsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
splitContainer = new System.Windows.Forms.SplitContainer();
((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit();
splitContainer.Panel1.SuspendLayout();
splitContainer.Panel2.SuspendLayout();
splitContainer.SuspendLayout();
this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.statusStrip.SuspendLayout();
this.mainMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// splitContainer
//
splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
splitContainer.Location = new System.Drawing.Point(0, 0);
splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
splitContainer.Panel1.Controls.Add(this.createMetricButton);
splitContainer.Panel1.Controls.Add(this.performanceCounterSelector);
//
// splitContainer.Panel2
//
splitContainer.Panel2.Controls.Add(this.metricsListView);
splitContainer.Size = new System.Drawing.Size(744, 472);
splitContainer.SplitterDistance = 248;
splitContainer.TabIndex = 0;
//
// createMetricButton
//
this.createMetricButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.createMetricButton.Enabled = false;
this.createMetricButton.Location = new System.Drawing.Point(12, 440);
this.createMetricButton.Name = "createMetricButton";
this.createMetricButton.Size = new System.Drawing.Size(86, 23);
this.createMetricButton.TabIndex = 1;
this.createMetricButton.Text = "Create Metric";
this.createMetricButton.UseVisualStyleBackColor = true;
this.createMetricButton.Click += new System.EventHandler(this.createMetricButton_Click);
//
// performanceCounterSelector
//
this.performanceCounterSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.performanceCounterSelector.Location = new System.Drawing.Point(3, 3);
this.performanceCounterSelector.Name = "performanceCounterSelector";
this.performanceCounterSelector.Size = new System.Drawing.Size(242, 431);
this.performanceCounterSelector.TabIndex = 0;
this.performanceCounterSelector.SelectedItemChanged += new System.EventHandler<System.EventArgs>(this.performanceCounterSelector_SelectedItemChanged);
//
// metricsListView
//
this.metricsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.metricNameColumnHeader,
this.reportIntervalColumnHeader,
this.unitColumnHeader,
this.categoryColumnHeader,
this.counterColumnHeader,
this.instanceColumnHeader});
this.metricsListView.Dock = System.Windows.Forms.DockStyle.Fill;
this.metricsListView.FullRowSelect = true;
this.metricsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.metricsListView.Location = new System.Drawing.Point(0, 0);
this.metricsListView.MultiSelect = false;
this.metricsListView.Name = "metricsListView";
this.metricsListView.Size = new System.Drawing.Size(492, 472);
this.metricsListView.TabIndex = 0;
this.metricsListView.UseCompatibleStateImageBehavior = false;
//.........这里部分代码省略.........
示例7: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.StatusStrip StatusStrip;
this.TagTreeView = new System.Windows.Forms.TreeView();
this.PropGrigTag = new System.Windows.Forms.PropertyGrid();
this.PropGridCache = new System.Windows.Forms.PropertyGrid();
this.FileOpen = new System.Windows.Forms.ToolStripMenuItem();
this.StatusProgressBar = new System.Windows.Forms.ToolStripProgressBar();
this.StatusProgressCancel = new System.Windows.Forms.ToolStripStatusLabel();
this.StatusProgressText = new System.Windows.Forms.ToolStripStatusLabel();
this.MainMenu = new System.Windows.Forms.MenuStrip();
this.FileMenu = new System.Windows.Forms.ToolStripMenuItem();
this.FileClose = new System.Windows.Forms.ToolStripMenuItem();
this.ToolsMenu = new System.Windows.Forms.ToolStripMenuItem();
this.CacheToolsExtractAll = new System.Windows.Forms.ToolStripMenuItem();
this.CacheToolsExtractAllChecked = new System.Windows.Forms.ToolStripMenuItem();
this.CacheToolsExtractAllUnchecked = new System.Windows.Forms.ToolStripMenuItem();
this.CacheToolsDontOverwrite = new System.Windows.Forms.ToolStripMenuItem();
this.CacheToolsOutputTagDatabase = new System.Windows.Forms.ToolStripMenuItem();
this.OpenFileDlg = new System.Windows.Forms.OpenFileDialog();
this.SaveFileDlg = new System.Windows.Forms.SaveFileDialog();
this.FolderDlg = new System.Windows.Forms.FolderBrowserDialog();
this.MenuTagInstance = new System.Windows.Forms.ContextMenuStrip(this.components);
this.MenuTagInstanceExtractAs = new System.Windows.Forms.ToolStripMenuItem();
this.MenuTagInstanceExtractFolder = new System.Windows.Forms.ToolStripMenuItem();
this.MenuTagInstanceExtractFolderAll = new System.Windows.Forms.ToolStripMenuItem();
this.MenuTagInstanceExtractRsrc = new System.Windows.Forms.ToolStripMenuItem();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.bgwTagExtract = new System.ComponentModel.BackgroundWorker();
this.bgwCacheOpen = new System.ComponentModel.BackgroundWorker();
splitContainer1 = new System.Windows.Forms.SplitContainer();
StatusStrip = new System.Windows.Forms.StatusStrip();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
StatusStrip.SuspendLayout();
this.MainMenu.SuspendLayout();
this.MenuTagInstance.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
splitContainer1.Location = new System.Drawing.Point(0, 27);
splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.Controls.Add(this.TagTreeView);
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.Controls.Add(this.PropGrigTag);
splitContainer1.Panel2.Controls.Add(this.PropGridCache);
splitContainer1.Size = new System.Drawing.Size(792, 531);
splitContainer1.SplitterDistance = 473;
splitContainer1.TabIndex = 3;
//
// TagTreeView
//
this.TagTreeView.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.TagTreeView.CheckBoxes = true;
this.TagTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.TagTreeView.ForeColor = System.Drawing.Color.LightGreen;
this.TagTreeView.Location = new System.Drawing.Point(0, 0);
this.TagTreeView.Name = "TagTreeView";
this.TagTreeView.Size = new System.Drawing.Size(473, 531);
this.TagTreeView.TabIndex = 1;
this.TagTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnTagTreeAfterSelect);
this.TagTreeView.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.OnTagTreeBeforeCheck);
//
// PropGrigTag
//
this.PropGrigTag.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PropGrigTag.BackColor = System.Drawing.SystemColors.Control;
this.PropGrigTag.CommandsBackColor = System.Drawing.SystemColors.ControlDarkDark;
this.PropGrigTag.HelpBackColor = System.Drawing.SystemColors.ControlDarkDark;
this.PropGrigTag.HelpForeColor = System.Drawing.Color.LightGreen;
this.PropGrigTag.LineColor = System.Drawing.SystemColors.ControlDarkDark;
this.PropGrigTag.Location = new System.Drawing.Point(0, 310);
this.PropGrigTag.Name = "PropGrigTag";
this.PropGrigTag.PropertySort = System.Windows.Forms.PropertySort.Categorized;
this.PropGrigTag.Size = new System.Drawing.Size(315, 221);
this.PropGrigTag.TabIndex = 3;
this.PropGrigTag.ToolbarVisible = false;
this.toolTip1.SetToolTip(this.PropGrigTag, "Tag Instance Properties");
this.PropGrigTag.ViewBackColor = System.Drawing.SystemColors.ControlDarkDark;
this.PropGrigTag.ViewForeColor = System.Drawing.Color.LightGreen;
//
// PropGridCache
//
//.........这里部分代码省略.........
示例8: InitializeComponent
/// <summary>
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
/// コード エディターで変更しないでください。
/// </summary>
void InitializeComponent()
{
System.Windows.Forms.SplitContainer splMain;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DocumentView));
System.Windows.Forms.TableLayoutPanel tplPanel1;
System.Windows.Forms.Label lblPageTurningDirection;
System.Windows.Forms.Label lblCultureDependingDateOfPublication;
System.Windows.Forms.Label lblTitle;
System.Windows.Forms.Label lblDateOfPublication;
System.Windows.Forms.Label lblAuthor;
System.Windows.Forms.Button btnSearchOnBrowser;
System.Windows.Forms.TableLayoutPanel tplPanel2;
System.Windows.Forms.Button btnEdit;
this.cmbPageTurningDirection = new System.Windows.Forms.ComboBox();
this.txtCultureDependingDateOfPublication = new System.Windows.Forms.TextBox();
this.txtTitle = new System.Windows.Forms.TextBox();
this.cmbAuthor = new System.Windows.Forms.ComboBox();
this.dtpDateOfPublication = new System.Windows.Forms.DateTimePicker();
this.lblThumbnail = new System.Windows.Forms.Label();
this.preThumbnail = new Comical.Controls.Previewer();
this.btnUpdate = new System.Windows.Forms.Button();
this.lblSize = new System.Windows.Forms.Label();
this.numThumbnailIndex = new System.Windows.Forms.NumericUpDown();
splMain = new System.Windows.Forms.SplitContainer();
tplPanel1 = new System.Windows.Forms.TableLayoutPanel();
lblPageTurningDirection = new System.Windows.Forms.Label();
lblCultureDependingDateOfPublication = new System.Windows.Forms.Label();
lblTitle = new System.Windows.Forms.Label();
lblDateOfPublication = new System.Windows.Forms.Label();
lblAuthor = new System.Windows.Forms.Label();
btnSearchOnBrowser = new System.Windows.Forms.Button();
tplPanel2 = new System.Windows.Forms.TableLayoutPanel();
btnEdit = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(splMain)).BeginInit();
splMain.Panel1.SuspendLayout();
splMain.Panel2.SuspendLayout();
splMain.SuspendLayout();
tplPanel1.SuspendLayout();
tplPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numThumbnailIndex)).BeginInit();
this.SuspendLayout();
//
// splMain
//
resources.ApplyResources(splMain, "splMain");
splMain.Name = "splMain";
//
// splMain.Panel1
//
splMain.Panel1.Controls.Add(tplPanel1);
//
// splMain.Panel2
//
splMain.Panel2.Controls.Add(tplPanel2);
//
// tplPanel1
//
resources.ApplyResources(tplPanel1, "tplPanel1");
tplPanel1.Controls.Add(this.cmbPageTurningDirection, 0, 9);
tplPanel1.Controls.Add(lblPageTurningDirection, 0, 8);
tplPanel1.Controls.Add(this.txtCultureDependingDateOfPublication, 0, 7);
tplPanel1.Controls.Add(lblCultureDependingDateOfPublication, 0, 6);
tplPanel1.Controls.Add(lblTitle, 0, 0);
tplPanel1.Controls.Add(this.txtTitle, 0, 1);
tplPanel1.Controls.Add(lblDateOfPublication, 0, 4);
tplPanel1.Controls.Add(lblAuthor, 0, 2);
tplPanel1.Controls.Add(btnSearchOnBrowser, 1, 5);
tplPanel1.Controls.Add(this.cmbAuthor, 0, 3);
tplPanel1.Controls.Add(this.dtpDateOfPublication, 0, 5);
tplPanel1.Name = "tplPanel1";
//
// cmbPageTurningDirection
//
resources.ApplyResources(this.cmbPageTurningDirection, "cmbPageTurningDirection");
tplPanel1.SetColumnSpan(this.cmbPageTurningDirection, 2);
this.cmbPageTurningDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbPageTurningDirection.FormattingEnabled = true;
this.cmbPageTurningDirection.Items.AddRange(new object[] {
resources.GetString("cmbPageTurningDirection.Items"),
resources.GetString("cmbPageTurningDirection.Items1")});
this.cmbPageTurningDirection.Name = "cmbPageTurningDirection";
this.cmbPageTurningDirection.SelectedIndexChanged += new System.EventHandler(this.cmbPageTurningDirection_SelectedIndexChanged);
//
// lblPageTurningDirection
//
resources.ApplyResources(lblPageTurningDirection, "lblPageTurningDirection");
tplPanel1.SetColumnSpan(lblPageTurningDirection, 2);
lblPageTurningDirection.Name = "lblPageTurningDirection";
//
// txtCultureDependingDateOfPublication
//
resources.ApplyResources(this.txtCultureDependingDateOfPublication, "txtCultureDependingDateOfPublication");
tplPanel1.SetColumnSpan(this.txtCultureDependingDateOfPublication, 2);
this.txtCultureDependingDateOfPublication.Name = "txtCultureDependingDateOfPublication";
this.txtCultureDependingDateOfPublication.TextChanged += new System.EventHandler(this.txtCultureDependingDateOfIssue_TextChanged);
//
//.........这里部分代码省略.........
示例9: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem wikiSyntaxToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
System.Windows.Forms.ToolStripSeparator toolStripSeparator;
System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
System.Windows.Forms.SplitContainer splitContainer;
System.Windows.Forms.TabControl _tabControl;
System.Windows.Forms.TabPage _wikiTab;
System.Windows.Forms.TabPage _htmlSourceTab;
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this._wikiBox = new System.Windows.Forms.TextBox();
this._webBrowser = new System.Windows.Forms.WebBrowser();
this._htmlBox = new System.Windows.Forms.RichTextBox();
this._editMenu = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this._timer = new System.Windows.Forms.Timer(this.components);
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this._mainMenu = new System.Windows.Forms.MenuStrip();
this._openFileDialog = new System.Windows.Forms.OpenFileDialog();
this._saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this._commandProvider = new WikiPad.StandardCommandProvider(this.components);
this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
wikiSyntaxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
splitContainer = new System.Windows.Forms.SplitContainer();
_tabControl = new System.Windows.Forms.TabControl();
_wikiTab = new System.Windows.Forms.TabPage();
_htmlSourceTab = new System.Windows.Forms.TabPage();
splitContainer.Panel1.SuspendLayout();
splitContainer.Panel2.SuspendLayout();
splitContainer.SuspendLayout();
_tabControl.SuspendLayout();
_wikiTab.SuspendLayout();
_htmlSourceTab.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this._mainMenu.SuspendLayout();
this.SuspendLayout();
//
// helpToolStripMenuItem
//
helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
wikiSyntaxToolStripMenuItem});
helpToolStripMenuItem.Name = "helpToolStripMenuItem";
helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
helpToolStripMenuItem.Text = "&Help";
//
// wikiSyntaxToolStripMenuItem
//
wikiSyntaxToolStripMenuItem.Name = "wikiSyntaxToolStripMenuItem";
wikiSyntaxToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
wikiSyntaxToolStripMenuItem.Text = "&Wiki Syntax";
wikiSyntaxToolStripMenuItem.Click += new System.EventHandler(this.HelpWikiSyntaxMenu_Click);
//
// fileToolStripMenuItem
//
fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
newToolStripMenuItem,
openToolStripMenuItem,
//.........这里部分代码省略.........
示例10: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.MenuStrip menuStrip;
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.SplitContainer splitContainer2;
System.Windows.Forms.StatusStrip statusStrip1;
System.Windows.Forms.Timer timer;
System.Windows.Forms.ToolStripContainer toolStripContainer1;
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.searchBox = new System.Windows.Forms.TextBox();
this.hitsBox = new System.Windows.Forms.ListBox();
this.webBrowser = new System.Windows.Forms.WebBrowser();
this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
menuStrip = new System.Windows.Forms.MenuStrip();
splitContainer1 = new System.Windows.Forms.SplitContainer();
splitContainer2 = new System.Windows.Forms.SplitContainer();
statusStrip1 = new System.Windows.Forms.StatusStrip();
timer = new System.Windows.Forms.Timer(this.components);
toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
menuStrip.SuspendLayout();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
splitContainer2.Panel1.SuspendLayout();
splitContainer2.Panel2.SuspendLayout();
splitContainer2.SuspendLayout();
statusStrip1.SuspendLayout();
toolStripContainer1.BottomToolStripPanel.SuspendLayout();
toolStripContainer1.ContentPanel.SuspendLayout();
toolStripContainer1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip
//
menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.helpToolStripMenuItem});
menuStrip.Location = new System.Drawing.Point(0, 0);
menuStrip.Name = "menuStrip";
menuStrip.Size = new System.Drawing.Size(562, 24);
menuStrip.TabIndex = 0;
menuStrip.Text = "menuStrip";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openToolStripMenuItem,
this.closeToolStripMenuItem,
this.toolStripSeparator1,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
this.fileToolStripMenuItem.Text = "&File";
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.openToolStripMenuItem.Text = "&Open";
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// closeToolStripMenuItem
//
this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
this.closeToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.closeToolStripMenuItem.Text = "&Close";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
this.helpToolStripMenuItem.Text = "&Help";
//
// aboutToolStripMenuItem
//
//.........这里部分代码省略.........
示例11: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.SplitContainer splitContainer;
this.dataGridView = new System.Windows.Forms.DataGridView();
this.Item = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SubType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.filterLabel = new System.Windows.Forms.Label();
this.filterComboBox = new System.Windows.Forms.ComboBox();
splitContainer = new System.Windows.Forms.SplitContainer();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
splitContainer.Panel1.SuspendLayout();
splitContainer.Panel2.SuspendLayout();
splitContainer.SuspendLayout();
this.SuspendLayout();
//
// dataGridView
//
this.dataGridView.AllowUserToAddRows = false;
this.dataGridView.AllowUserToDeleteRows = false;
this.dataGridView.AllowUserToResizeRows = false;
this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView.Columns.AddRange( new System.Windows.Forms.DataGridViewColumn[] {
this.Item,
this.Type,
this.SubType,
this.Quantity} );
this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView.Location = new System.Drawing.Point( 0, 0 );
this.dataGridView.MultiSelect = false;
this.dataGridView.Name = "dataGridView";
this.dataGridView.RowHeadersVisible = false;
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dataGridView.ShowCellErrors = false;
this.dataGridView.ShowCellToolTips = false;
this.dataGridView.ShowEditingIcon = false;
this.dataGridView.ShowRowErrors = false;
this.dataGridView.Size = new System.Drawing.Size( 683, 356 );
this.dataGridView.TabIndex = 0;
//
// Item
//
this.Item.DataPropertyName = "Item";
this.Item.HeaderText = "Item";
this.Item.Name = "Item";
this.Item.ReadOnly = true;
this.Item.Width = 52;
//
// Type
//
this.Type.DataPropertyName = "Type";
this.Type.HeaderText = "Type";
this.Type.Name = "Type";
this.Type.ReadOnly = true;
this.Type.Width = 56;
//
// SubType
//
this.SubType.DataPropertyName = "SubType";
this.SubType.HeaderText = "Sub-type";
this.SubType.Name = "SubType";
this.SubType.ReadOnly = true;
this.SubType.Width = 74;
//
// Quantity
//
this.Quantity.DataPropertyName = "InventoryQuantity";
this.Quantity.HeaderText = "Quantity";
this.Quantity.Name = "Quantity";
this.Quantity.Width = 71;
//
// splitContainer
//
splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
splitContainer.IsSplitterFixed = true;
splitContainer.Location = new System.Drawing.Point( 0, 0 );
splitContainer.Name = "splitContainer";
splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer.Panel1
//
splitContainer.Panel1.Controls.Add( this.filterLabel );
splitContainer.Panel1.Controls.Add( this.filterComboBox );
//
// splitContainer.Panel2
//
splitContainer.Panel2.Controls.Add( this.dataGridView );
splitContainer.Size = new System.Drawing.Size( 683, 388 );
splitContainer.SplitterDistance = 28;
splitContainer.TabIndex = 1;
//
// filterLabel
//
//.........这里部分代码省略.........
示例12: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.TabControl tabControl1;
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
System.Windows.Forms.SplitContainer splitContainer2;
System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
System.Windows.Forms.Panel panel1;
System.Windows.Forms.Label label1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkspaceTester));
this.tabPage1 = new System.Windows.Forms.TabPage();
this.buttonInstall = new System.Windows.Forms.Button();
this.buttonCreateEnvironment = new System.Windows.Forms.Button();
this.textInstall = new System.Windows.Forms.TextBox();
this.textResultInstall = new System.Windows.Forms.TextBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.comboSelf = new System.Windows.Forms.ComboBox();
this.buttonEvalExpression = new System.Windows.Forms.Button();
this.buttonJitExpression = new System.Windows.Forms.Button();
this.textEvaluate = new System.Windows.Forms.TextBox();
this.textResultEvaluate = new System.Windows.Forms.TextBox();
tabControl1 = new System.Windows.Forms.TabControl();
splitContainer1 = new System.Windows.Forms.SplitContainer();
tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
splitContainer2 = new System.Windows.Forms.SplitContainer();
tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
panel1 = new System.Windows.Forms.Panel();
label1 = new System.Windows.Forms.Label();
tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
tableLayoutPanel3.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit();
splitContainer2.Panel1.SuspendLayout();
splitContainer2.Panel2.SuspendLayout();
splitContainer2.SuspendLayout();
tableLayoutPanel4.SuspendLayout();
panel1.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
tabControl1.Controls.Add(this.tabPage1);
tabControl1.Controls.Add(this.tabPage2);
tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
tabControl1.Location = new System.Drawing.Point(0, 0);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new System.Drawing.Size(852, 389);
tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(splitContainer1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(844, 363);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Install";
this.tabPage1.UseVisualStyleBackColor = true;
//
// splitContainer1
//
splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer1.Location = new System.Drawing.Point(3, 3);
splitContainer1.Name = "splitContainer1";
splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.Controls.Add(tableLayoutPanel3);
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.Controls.Add(this.textResultInstall);
splitContainer1.Size = new System.Drawing.Size(838, 357);
splitContainer1.SplitterDistance = 230;
splitContainer1.TabIndex = 0;
//
// tableLayoutPanel3
//
tableLayoutPanel3.ColumnCount = 2;
tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
tableLayoutPanel3.Controls.Add(this.buttonInstall, 1, 1);
tableLayoutPanel3.Controls.Add(this.buttonCreateEnvironment, 0, 1);
tableLayoutPanel3.Controls.Add(this.textInstall, 0, 0);
tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
tableLayoutPanel3.Name = "tableLayoutPanel3";
tableLayoutPanel3.RowCount = 2;
//.........这里部分代码省略.........
示例13: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.Label label15;
System.Windows.Forms.Label label14;
System.Windows.Forms.Label label13;
System.Windows.Forms.Label label12;
System.Windows.Forms.Label label11;
System.Windows.Forms.Label label10;
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label4;
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.Label label5;
this.descriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl();
this.sourceEditControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.SourceEditControl();
this.txtClassClassInstanceVars = new System.Windows.Forms.TextBox();
this.txtClassClassVars = new System.Windows.Forms.TextBox();
this.txtClassInstanceVars = new System.Windows.Forms.TextBox();
this.comboClassInstanceState = new System.Windows.Forms.ComboBox();
this.comboClassPools = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.AppendingComboBox();
this.comboClassSuperclass = new System.Windows.Forms.ComboBox();
this.txtClassName = new System.Windows.Forms.TextBox();
this.comboImplementedInstanceProtocols = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.AppendingComboBox();
this.comboImplementedClassProtocols = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.AppendingComboBox();
this.textNativeType = new System.Windows.Forms.TextBox();
label15 = new System.Windows.Forms.Label();
label14 = new System.Windows.Forms.Label();
label13 = new System.Windows.Forms.Label();
label12 = new System.Windows.Forms.Label();
label11 = new System.Windows.Forms.Label();
label10 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label3 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
splitContainer1 = new System.Windows.Forms.SplitContainer();
label5 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// label15
//
label15.AutoSize = true;
label15.Location = new System.Drawing.Point(10, 164);
label15.Name = "label15";
label15.Size = new System.Drawing.Size(80, 13);
label15.TabIndex = 5;
label15.Text = "Imported Pools:";
//
// label14
//
label14.AutoSize = true;
label14.Location = new System.Drawing.Point(10, 138);
label14.Name = "label14";
label14.Size = new System.Drawing.Size(82, 13);
label14.TabIndex = 4;
label14.Text = "Class Inst. Vars:";
//
// label13
//
label13.AutoSize = true;
label13.Location = new System.Drawing.Point(10, 86);
label13.Name = "label13";
label13.Size = new System.Drawing.Size(75, 13);
label13.TabIndex = 3;
label13.Text = "Instance Vars:";
//
// label12
//
label12.AutoSize = true;
label12.Location = new System.Drawing.Point(10, 112);
label12.Name = "label12";
label12.Size = new System.Drawing.Size(59, 13);
label12.TabIndex = 8;
label12.Text = "Class Vars:";
//
// label11
//
label11.AutoSize = true;
label11.Location = new System.Drawing.Point(10, 59);
label11.Name = "label11";
label11.Size = new System.Drawing.Size(79, 13);
label11.TabIndex = 7;
label11.Text = "Instance State:";
//
// label10
//
label10.AutoSize = true;
label10.Location = new System.Drawing.Point(10, 32);
label10.Name = "label10";
label10.Size = new System.Drawing.Size(62, 13);
label10.TabIndex = 6;
//.........这里部分代码省略.........
示例14: InitializeComponent
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.SplitContainer splitContainer1;
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.clusterInfoGrid = new System.Windows.Forms.PropertyGrid();
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
this.steppersPanel = new System.Windows.Forms.Panel();
this.clusterHeightTrackBar = new System.Windows.Forms.TrackBar();
this.clusterHeight = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.setDataButton = new System.Windows.Forms.Button();
this.blinkButton = new System.Windows.Forms.Button();
this.configButton = new System.Windows.Forms.Button();
this.stopButton = new System.Windows.Forms.Button();
this.infoButton = new System.Windows.Forms.Button();
this.moveToTopButton = new System.Windows.Forms.Button();
this.getDataButton = new System.Windows.Forms.Button();
this.homeButton = new System.Windows.Forms.Button();
this.stepperBox = new System.Windows.Forms.GroupBox();
this.setKugelmatikButton = new System.Windows.Forms.Button();
this.setClusterButton = new System.Windows.Forms.Button();
this.fixStepperButton = new System.Windows.Forms.Button();
this.homeStepperButton = new System.Windows.Forms.Button();
this.clusterBox = new System.Windows.Forms.GroupBox();
this.blinkContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.greenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.redToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
splitContainer1 = new System.Windows.Forms.SplitContainer();
((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
this.splitContainer3.Panel1.SuspendLayout();
this.splitContainer3.Panel2.SuspendLayout();
this.splitContainer3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.clusterHeightTrackBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.clusterHeight)).BeginInit();
this.stepperBox.SuspendLayout();
this.clusterBox.SuspendLayout();
this.blinkContextMenu.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
splitContainer1.IsSplitterFixed = true;
splitContainer1.Location = new System.Drawing.Point(3, 19);
splitContainer1.Name = "splitContainer1";
splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.Controls.Add(this.splitContainer2);
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.Controls.Add(this.setDataButton);
splitContainer1.Panel2.Controls.Add(this.blinkButton);
splitContainer1.Panel2.Controls.Add(this.configButton);
splitContainer1.Panel2.Controls.Add(this.stopButton);
splitContainer1.Panel2.Controls.Add(this.infoButton);
splitContainer1.Panel2.Controls.Add(this.moveToTopButton);
splitContainer1.Panel2.Controls.Add(this.getDataButton);
splitContainer1.Panel2.Controls.Add(this.homeButton);
splitContainer1.Panel2.Controls.Add(this.stepperBox);
splitContainer1.Size = new System.Drawing.Size(690, 416);
splitContainer1.SplitterDistance = 319;
splitContainer1.TabIndex = 3;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.clusterInfoGrid);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
this.splitContainer2.Size = new System.Drawing.Size(690, 319);
this.splitContainer2.SplitterDistance = 248;
this.splitContainer2.TabIndex = 1;
//
// clusterInfoGrid
//
//.........这里部分代码省略.........
示例15: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.GroupBox groupBox4;
System.Windows.Forms.Label label2;
System.Windows.Forms.GroupBox groupBox3;
System.Windows.Forms.GroupBox groupBox2;
this.btnTestRadix = new System.Windows.Forms.Button();
this.btnCheck = new System.Windows.Forms.Button();
this.txbCheck = new System.Windows.Forms.TextBox();
this.txbLogger = new System.Windows.Forms.TextBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.trvDictView = new System.Windows.Forms.TreeView();
this.chbLoadMorphData = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.btnLoadHSpellFolder = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
splitContainer1 = new System.Windows.Forms.SplitContainer();
groupBox4 = new System.Windows.Forms.GroupBox();
label2 = new System.Windows.Forms.Label();
groupBox3 = new System.Windows.Forms.GroupBox();
groupBox2 = new System.Windows.Forms.GroupBox();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
groupBox4.SuspendLayout();
groupBox3.SuspendLayout();
groupBox2.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer1.Location = new System.Drawing.Point(0, 0);
splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.Controls.Add(this.btnTestRadix);
splitContainer1.Panel1.Controls.Add(groupBox4);
splitContainer1.Panel1.Controls.Add(groupBox3);
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.Controls.Add(groupBox2);
splitContainer1.Panel2.Controls.Add(this.groupBox1);
splitContainer1.Size = new System.Drawing.Size(907, 392);
splitContainer1.SplitterDistance = 583;
splitContainer1.TabIndex = 12;
//
// btnTestRadix
//
this.btnTestRadix.Location = new System.Drawing.Point(3, 3);
this.btnTestRadix.Name = "btnTestRadix";
this.btnTestRadix.Size = new System.Drawing.Size(145, 28);
this.btnTestRadix.TabIndex = 12;
this.btnTestRadix.Text = "Test Radix";
this.btnTestRadix.UseVisualStyleBackColor = true;
this.btnTestRadix.Click += new System.EventHandler(this.btnTestRadix_Click);
//
// groupBox4
//
groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
groupBox4.Controls.Add(this.btnCheck);
groupBox4.Controls.Add(this.txbCheck);
groupBox4.Controls.Add(label2);
groupBox4.Location = new System.Drawing.Point(3, 37);
groupBox4.Name = "groupBox4";
groupBox4.Size = new System.Drawing.Size(577, 143);
groupBox4.TabIndex = 11;
groupBox4.TabStop = false;
groupBox4.Text = "Morphological engine";
//
// btnCheck
//
this.btnCheck.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.btnCheck.Location = new System.Drawing.Point(506, 113);
this.btnCheck.Name = "btnCheck";
this.btnCheck.Size = new System.Drawing.Size(65, 23);
this.btnCheck.TabIndex = 8;
this.btnCheck.Text = "Check";
this.btnCheck.UseVisualStyleBackColor = true;
this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
//
// txbCheck
//
this.txbCheck.AcceptsReturn = true;
this.txbCheck.AcceptsTab = true;
this.txbCheck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txbCheck.Location = new System.Drawing.Point(9, 32);
this.txbCheck.Multiline = true;
this.txbCheck.Name = "txbCheck";
this.txbCheck.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txbCheck.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
//.........这里部分代码省略.........