Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx35 / System.WorkflowServices / System / Workflow / Activities / Design / OperationPickerDialog.designer.cs / 1305376 / OperationPickerDialog.designer.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.Workflow.Activities.Design { partial class OperationPickerDialog { ////// Required designer variable. /// private System.ComponentModel.IContainer components = null; ////// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code ////// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OperationPickerDialog)); this.operationsToolStrip = new System.Windows.Forms.ToolStrip(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.importContractButton = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.addOperationButton = new System.Windows.Forms.ToolStripButton(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.operationsPanel = new System.Workflow.Activities.Design.GradientPanel(); this.operationsListBox = new System.Workflow.Activities.Design.RichListBox(); this.detailsViewPanel = new System.Workflow.Activities.Design.GradientPanel(); this.footerPanel = new System.Workflow.Activities.Design.GradientPanel(); this.operationsToolStrip.SuspendLayout(); this.operationsPanel.SuspendLayout(); this.footerPanel.SuspendLayout(); this.SuspendLayout(); // // operationsToolStrip // this.operationsToolStrip.BackColor = System.Drawing.SystemColors.Control; this.operationsToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.operationsToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1, this.importContractButton, this.toolStripButton1, this.addOperationButton}); resources.ApplyResources(this.operationsToolStrip, "operationsToolStrip"); this.operationsToolStrip.Name = "operationsToolStrip"; this.operationsToolStrip.Stretch = true; this.operationsToolStrip.TabStop = true; // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Padding = new System.Windows.Forms.Padding(15, 0, 0, 0); resources.ApplyResources(this.toolStripLabel1, "toolStripLabel1"); // // importContractButton // this.importContractButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.importContractButton.Image = global::System.ServiceModel.ImageResources.Import; resources.ApplyResources(this.importContractButton, "importContractButton"); this.importContractButton.Name = "importContractButton"; // // toolStripButton1 // this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripButton1.Image = global::System.ServiceModel.ImageResources.AddContract; resources.ApplyResources(this.toolStripButton1, "toolStripButton1"); this.toolStripButton1.Name = "toolStripButton1"; // // addOperationButton // this.addOperationButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.addOperationButton.Image = global::System.ServiceModel.ImageResources.AddOperation; resources.ApplyResources(this.addOperationButton, "addOperationButton"); this.addOperationButton.Name = "addOperationButton"; // // okButton // resources.ApplyResources(this.okButton, "okButton"); this.okButton.Name = "okButton"; this.okButton.UseVisualStyleBackColor = true; // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; resources.ApplyResources(this.cancelButton, "cancelButton"); this.cancelButton.Name = "cancelButton"; this.cancelButton.UseVisualStyleBackColor = true; // // operationsPanel // resources.ApplyResources(this.operationsPanel, "operationsPanel"); this.operationsPanel.BaseColor = System.Drawing.SystemColors.Window; this.operationsPanel.BorderColor = System.Drawing.SystemColors.ControlDark; this.operationsPanel.Controls.Add(this.operationsListBox); this.operationsPanel.DropShadow = false; this.operationsPanel.Glossy = false; this.operationsPanel.LightingColor = System.Drawing.SystemColors.Window; this.operationsPanel.Name = "operationsPanel"; this.operationsPanel.Radius = 3; this.operationsPanel.Padding = new System.Windows.Forms.Padding(3); // // operationsListBox // this.operationsListBox.BackColor = System.Drawing.SystemColors.Window; this.operationsListBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.operationsListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.operationsListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; this.operationsListBox.Editable = false; resources.ApplyResources(this.operationsListBox, "operationsListBox"); this.operationsListBox.FormattingEnabled = true; this.operationsListBox.Name = "operationsListBox"; this.operationsListBox.SelectedItemViewControl = null; // // detailsViewPanel // resources.ApplyResources(this.detailsViewPanel, "detailsViewPanel"); this.detailsViewPanel.BackColor = System.Drawing.Color.Transparent; this.detailsViewPanel.BaseColor = System.Drawing.SystemColors.Control; this.detailsViewPanel.BorderColor = System.Drawing.Color.Transparent; this.detailsViewPanel.DropShadow = false; this.detailsViewPanel.Glossy = false; this.detailsViewPanel.LightingColor = System.Drawing.SystemColors.Control; this.detailsViewPanel.Name = "detailsViewPanel"; this.detailsViewPanel.Radius = 3; // // footerPanel // this.footerPanel.BackColor = System.Drawing.SystemColors.Control; this.footerPanel.BaseColor = System.Drawing.Color.Transparent; this.footerPanel.BorderColor = System.Drawing.SystemColors.ControlDark; this.footerPanel.Controls.Add(this.cancelButton); this.footerPanel.Controls.Add(this.okButton); resources.ApplyResources(this.footerPanel, "footerPanel"); this.footerPanel.DropShadow = false; this.footerPanel.Glossy = false; this.footerPanel.LightingColor = System.Drawing.Color.Transparent; this.footerPanel.Name = "footerPanel"; this.footerPanel.Radius = 1; // // OperationPickerDialog // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13f); this.AutoSize = true; this.AcceptButton = this.okButton; this.BackColor = System.Drawing.SystemColors.Control; this.CancelButton = this.cancelButton; resources.ApplyResources(this, "$this"); this.Controls.Add(this.operationsToolStrip); this.Controls.Add(this.operationsPanel); this.Controls.Add(this.detailsViewPanel); this.Controls.Add(this.footerPanel); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.HelpButton = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OperationPickerDialog"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Load += new System.EventHandler(this.OperationPickerDialogLoad); this.operationsToolStrip.ResumeLayout(false); this.operationsToolStrip.PerformLayout(); this.operationsPanel.ResumeLayout(false); this.footerPanel.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip operationsToolStrip; private System.Windows.Forms.ToolStripLabel toolStripLabel1; private System.Windows.Forms.ToolStripButton importContractButton; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton addOperationButton; private GradientPanel operationsPanel; private RichListBox operationsListBox; private GradientPanel detailsViewPanel; private GradientPanel footerPanel; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button okButton; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EntityModelSchemaGenerator.cs
- DataTrigger.cs
- NameValueSectionHandler.cs
- Process.cs
- BindingExpressionBase.cs
- XmlImplementation.cs
- PackageRelationship.cs
- DataSourceProvider.cs
- LinkAreaEditor.cs
- AlphabeticalEnumConverter.cs
- HebrewNumber.cs
- CollectionTraceRecord.cs
- InheritablePropertyChangeInfo.cs
- BamlTreeMap.cs
- ExpandableObjectConverter.cs
- DataSysAttribute.cs
- Version.cs
- ObjectHandle.cs
- RenderOptions.cs
- MailAddress.cs
- RemotingAttributes.cs
- VisualBrush.cs
- SystemWebCachingSectionGroup.cs
- SatelliteContractVersionAttribute.cs
- TextAdaptor.cs
- QilNode.cs
- MemberExpression.cs
- Transactions.cs
- StopStoryboard.cs
- FlowDocumentScrollViewer.cs
- ValidationError.cs
- FixedSchema.cs
- TextTabProperties.cs
- SocketInformation.cs
- DataControlImageButton.cs
- ClientSponsor.cs
- ExpressionNormalizer.cs
- EntityConnection.cs
- PassportPrincipal.cs
- XmlSchemaRedefine.cs
- TracingConnection.cs
- TraceHwndHost.cs
- RenderTargetBitmap.cs
- KeyValueInternalCollection.cs
- SymbolEqualComparer.cs
- SafeFindHandle.cs
- AuthenticationConfig.cs
- ConfigurationElementProperty.cs
- HtmlTable.cs
- EntityDataSourceReferenceGroup.cs
- WindowsFormsHost.cs
- HttpFileCollection.cs
- DataGridComboBoxColumn.cs
- ResourcesBuildProvider.cs
- EndEvent.cs
- PolicyChain.cs
- SrgsElementList.cs
- BookmarkScopeInfo.cs
- ExpressionBuilder.cs
- AppDomainUnloadedException.cs
- TraceLevelStore.cs
- DesignerValidatorAdapter.cs
- DataViewManagerListItemTypeDescriptor.cs
- loginstatus.cs
- WmlLiteralTextAdapter.cs
- latinshape.cs
- ParagraphVisual.cs
- XmlSchemaImport.cs
- WhileDesigner.cs
- WebContext.cs
- WhitespaceRuleReader.cs
- DataGridColumnHeader.cs
- InvokeSchedule.cs
- DecoderFallbackWithFailureFlag.cs
- SafeTimerHandle.cs
- SolidColorBrush.cs
- TextClipboardData.cs
- TreeNodeCollectionEditor.cs
- InternalTransaction.cs
- ComboBox.cs
- DataGridCaption.cs
- MenuStrip.cs
- ManagementPath.cs
- ScrollChrome.cs
- SiteMapSection.cs
- HttpCapabilitiesSectionHandler.cs
- SqlDataSourceFilteringEventArgs.cs
- LOSFormatter.cs
- TrustManagerMoreInformation.cs
- PropertyDescriptorComparer.cs
- Decoder.cs
- DataGridViewCellValueEventArgs.cs
- NumericUpDownAccelerationCollection.cs
- RegexStringValidatorAttribute.cs
- ResourceBinder.cs
- ToolStripGrip.cs
- PropertyDescriptorCollection.cs
- ColumnWidthChangingEvent.cs
- DataGridViewImageColumn.cs
- XmlValidatingReader.cs