本文整理汇总了C#中Infragistics.Win.Appearance类的典型用法代码示例。如果您正苦于以下问题:C# Infragistics.Win.Appearance类的具体用法?C# Infragistics.Win.Appearance怎么用?C# Infragistics.Win.Appearance使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
Infragistics.Win.Appearance类属于命名空间,在下文中一共展示了Infragistics.Win.Appearance类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
/// il contenuto del metodo con l'editor di codice.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GestioneSpesaFiscale));
Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Gestione");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancella");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancella");
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).BeginInit();
this.SuspendLayout();
//
// ultraToolbarsManagerStandard
//
this.ultraToolbarsManagerStandard.MenuSettings.ForceSerialization = true;
this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenuButtonImage = ((System.Drawing.Image)(resources.GetObject("ultraToolbarsManagerStandard.Ribbon.ApplicationMenuButtonImage")));
this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
ultraToolbar1.DockedColumn = 1;
ultraToolbar1.DockedRow = 1;
ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
buttonTool3});
ultraToolbar1.Text = "Gestione";
this.ultraToolbarsManagerStandard.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
ultraToolbar1});
this.ultraToolbarsManagerStandard.ToolbarSettings.ForceSerialization = true;
appearance1.Image = global::Gipasoft.Stabili.UI.RegistrazioneSpese.RegistrazioneSpeseResources.delete_large;
buttonTool4.SharedPropsInternal.AppearancesLarge.Appearance = appearance1;
appearance2.Image = global::Gipasoft.Stabili.UI.RegistrazioneSpese.RegistrazioneSpeseResources.delete_small;
buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance2;
buttonTool4.SharedPropsInternal.Caption = "Cancella";
buttonTool4.SharedPropsInternal.Category = "Gestione";
this.ultraToolbarsManagerStandard.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
buttonTool4});
this.ultraToolbarsManagerStandard.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManagerStandardToolClick1);
//
// standardFormStatus
//
this.standardFormStatus.Location = new System.Drawing.Point(0, 536);
this.standardFormStatus.Size = new System.Drawing.Size(1037, 23);
//
// MainStandardForm_Fill_Panel
//
this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(1021, 372);
//
// GestioneSpesaFiscale
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1037, 559);
this.KeyPreview = true;
this.Name = "GestioneSpesaFiscale";
this.Text = "GestioneSpesa";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.gestioneSpesaFormClosing);
this.Load += new System.EventHandler(this.gestioneSpesaLoad);
((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例2: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
this._valueLabel = new Infragistics.Win.Misc.UltraLabel();
this.SuspendLayout();
//
// _valueLabel
//
this._valueLabel.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)));
appearance1.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
appearance1.TextVAlignAsString = "Middle";
this._valueLabel.Appearance = appearance1;
this._valueLabel.Location = new System.Drawing.Point(110, 1);
this._valueLabel.Name = "_valueLabel";
this._valueLabel.Size = new System.Drawing.Size(406, 21);
this._valueLabel.TabIndex = 1;
this._valueLabel.Text = "Value";
this._valueLabel.WrapText = false;
this._valueLabel.MouseLeave += new System.EventHandler(this.OnLabelMouseLeave);
this._valueLabel.Click += new System.EventHandler(this.OnLabelClick);
//
// LabelControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this._valueLabel);
this.Name = "LabelControl";
this.Size = new System.Drawing.Size(519, 23);
this.MouseLeave += new System.EventHandler(this.OnLabelMouseLeave);
this.Controls.SetChildIndex(this._valueLabel, 0);
this.ResumeLayout(false);
}
示例3: 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();
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.ProgressBar = new Infragistics.Win.UltraWinProgressBar.UltraProgressBar();
this.SuspendLayout();
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// ProgressBar
//
appearance1.BackColor = System.Drawing.SystemColors.Control;
appearance1.BackColor2 = System.Drawing.Color.White;
appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.None;
appearance1.FontData.BoldAsString = "True";
appearance1.FontData.Name = "Arial";
appearance1.ForeColor = System.Drawing.Color.Black;
appearance1.ForeColorDisabled = System.Drawing.Color.Black;
this.ProgressBar.Appearance = appearance1;
this.ProgressBar.BorderStyle = Infragistics.Win.UIElementBorderStyle.Etched;
this.ProgressBar.Dock = System.Windows.Forms.DockStyle.Fill;
appearance2.BackColor = System.Drawing.Color.RoyalBlue;
appearance2.BackColor2 = System.Drawing.Color.Aqua;
appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
this.ProgressBar.FillAppearance = appearance2;
this.ProgressBar.Location = new System.Drawing.Point(0, 0);
this.ProgressBar.Name = "ProgressBar";
this.ProgressBar.SegmentWidth = 10;
this.ProgressBar.Size = new System.Drawing.Size(405, 30);
this.ProgressBar.Style = Infragistics.Win.UltraWinProgressBar.ProgressBarStyle.SegmentedPartial;
this.ProgressBar.TabIndex = 1;
this.ProgressBar.Text = "Processing...";
this.ProgressBar.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
//
// frmProcessBar
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.ClientSize = new System.Drawing.Size(405, 30);
this.ControlBox = false;
this.Controls.Add(this.ProgressBar);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmProcessBar";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "frmProcessBar";
this.Load += new System.EventHandler(this.frmProcessBar_Load);
this.ResumeLayout(false);
}
示例4: InitializeComponent
/// <summary>
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
/// il contenuto del metodo con l'editor di codice.
/// </summary>
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AttesaIstruzioniUC));
this.attesaGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraPictureBox1 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
((System.ComponentModel.ISupportInitialize)(this.attesaGroupBox)).BeginInit();
this.attesaGroupBox.SuspendLayout();
this.SuspendLayout();
//
// attesaGroupBox
//
this.attesaGroupBox.Controls.Add(this.ultraPictureBox1);
this.attesaGroupBox.Controls.Add(this.ultraLabel1);
this.attesaGroupBox.Location = new System.Drawing.Point(3, 3);
this.attesaGroupBox.Name = "attesaGroupBox";
this.attesaGroupBox.Size = new System.Drawing.Size(428, 274);
this.attesaGroupBox.TabIndex = 0;
this.attesaGroupBox.Text = "Gestione Fiscale";
//
// ultraLabel1
//
appearance1.TextHAlignAsString = "Center";
appearance1.TextVAlignAsString = "Middle";
this.ultraLabel1.Appearance = appearance1;
this.ultraLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ultraLabel1.Location = new System.Drawing.Point(18, 29);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(404, 128);
this.ultraLabel1.TabIndex = 0;
this.ultraLabel1.Text = "Siamo in attesa delle istruzioni ministeriali per la corretta compilazione.";
//
// ultraPictureBox1
//
this.ultraPictureBox1.BorderShadowColor = System.Drawing.Color.Empty;
this.ultraPictureBox1.Image = ((object)(resources.GetObject("ultraPictureBox1.Image")));
this.ultraPictureBox1.Location = new System.Drawing.Point(88, 163);
this.ultraPictureBox1.Name = "ultraPictureBox1";
this.ultraPictureBox1.Size = new System.Drawing.Size(279, 89);
this.ultraPictureBox1.TabIndex = 1;
//
// AttesaIstruzioniUC
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.attesaGroupBox);
this.Name = "AttesaIstruzioniUC";
this.Size = new System.Drawing.Size(450, 305);
((System.ComponentModel.ISupportInitialize)(this.attesaGroupBox)).EndInit();
this.attesaGroupBox.ResumeLayout(false);
this.ResumeLayout(false);
}
示例5: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.lblProcess = new Infragistics.Win.Misc.UltraLabel();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.pictureBox1.Image = global::QLSV.Frm.Properties.Resources.loading;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(143, 39);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MoveWindow_MouseDown);
this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MoveWindow_MouseMove);
this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.MoveWindow_MouseUp);
//
// lblProcess
//
appearance2.TextHAlignAsString = "Center";
appearance2.TextVAlignAsString = "Middle";
this.lblProcess.Appearance = appearance2;
this.lblProcess.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblProcess.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
this.lblProcess.Location = new System.Drawing.Point(0, 39);
this.lblProcess.Name = "lblProcess";
this.lblProcess.Size = new System.Drawing.Size(143, 26);
this.lblProcess.TabIndex = 1;
//
// FrmLoadding
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(143, 65);
this.ControlBox = false;
this.Controls.Add(this.lblProcess);
this.Controls.Add(this.pictureBox1);
this.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FrmLoadding";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
示例6: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
this.ugDetails = new Infragistics.Win.UltraWinGrid.UltraGrid();
((System.ComponentModel.ISupportInitialize)(this.ugDetails)).BeginInit();
this.SuspendLayout();
//
// ugDetails
//
this.ugDetails.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
this.ugDetails.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
this.ugDetails.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
this.ugDetails.DisplayLayout.EmptyRowSettings.ShowEmptyRows = true;
this.ugDetails.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
this.ugDetails.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
this.ugDetails.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
this.ugDetails.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
this.ugDetails.DisplayLayout.Override.FilterEvaluationTrigger = Infragistics.Win.UltraWinGrid.FilterEvaluationTrigger.OnCellValueChange;
this.ugDetails.DisplayLayout.Override.FilterOperandStyle = Infragistics.Win.UltraWinGrid.FilterOperandStyle.UseColumnEditor;
this.ugDetails.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
this.ugDetails.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
this.ugDetails.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortSingle;
appearance1.AlphaLevel = ((short)(180));
appearance1.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
this.ugDetails.DisplayLayout.Override.RowAppearance = appearance1;
this.ugDetails.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.ListIndex;
this.ugDetails.Dock = System.Windows.Forms.DockStyle.Fill;
this.ugDetails.Location = new System.Drawing.Point(0, 0);
this.ugDetails.Name = "ugDetails";
this.ugDetails.Size = new System.Drawing.Size(284, 262);
this.ugDetails.TabIndex = 0;
this.ugDetails.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ugDetails_DoubleClickRow);
this.ugDetails.FilterCellValueChanged += new Infragistics.Win.UltraWinGrid.FilterCellValueChangedEventHandler(this.ugDetails_FilterCellValueChanged);
this.ugDetails.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ugDetails_KeyDown);
//
// FrmDetails
//
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.ugDetails);
this.Name = "FrmDetails";
this.Text = "FrmDetails";
((System.ComponentModel.ISupportInitialize)(this.ugDetails)).EndInit();
this.ResumeLayout(false);
}
示例7: InitializeComponent
/// <summary>
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
/// il contenuto del metodo con l'editor di codice.
/// </summary>
private void InitializeComponent()
{
Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("apri");
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("scelta");
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
this.nomeFile = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
((System.ComponentModel.ISupportInitialize)(this.nomeFile)).BeginInit();
this.SuspendLayout();
//
// nomeFile
//
appearance2.Image = global::Gipasoft.Stabili.UI.Messaggistica.MessaggisticaResources.folder;
editorButton1.Appearance = appearance2;
editorButton1.Key = "apri";
appearance1.Image = global::Gipasoft.Stabili.UI.Messaggistica.MessaggisticaResources.disk_blue;
editorButton2.Appearance = appearance1;
editorButton2.Key = "scelta";
editorButton2.Text = "";
this.nomeFile.ButtonsRight.Add(editorButton1);
this.nomeFile.ButtonsRight.Add(editorButton2);
this.nomeFile.Dock = System.Windows.Forms.DockStyle.Fill;
this.nomeFile.Location = new System.Drawing.Point(0, 0);
this.nomeFile.Name = "nomeFile";
this.nomeFile.Size = new System.Drawing.Size(199, 21);
this.nomeFile.TabIndex = 1;
this.nomeFile.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.nomeFileEditorButtonClick);
//
// openFileDialog1
//
this.openFileDialog1.DefaultExt = "rtf";
this.openFileDialog1.Filter = "File Rtf|*.rtf|Tutti i file|*.*";
//
// SceltaDocumentoUC
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.nomeFile);
this.Name = "SceltaDocumentoUC";
this.Size = new System.Drawing.Size(199, 21);
((System.ComponentModel.ISupportInitialize)(this.nomeFile)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例8: PreSelectionCheckBox
static PreSelectionCheckBox()
{
_uncheckApp = new Infragistics.Win.Appearance
{
BackColor = Color.DarkGray,
ForeColor = Color.Gray,
BackColor2 = Color.DarkGray
};
_checkedApp = new Infragistics.Win.Appearance("checked")
{
BackColor = Color.DarkGray,
ForeColor = Color.Black,
BackColor2 = Color.DarkGray
};
}
示例9: InitializeComponent
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido del método con el editor de código.
/// </summary>
private void InitializeComponent()
{
Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("Search");
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("Clear");
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
this.txtSearch = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
((System.ComponentModel.ISupportInitialize)(this.txtSearch)).BeginInit();
this.SuspendLayout();
//
// txtSearch
//
appearance1.Image = global::Soft.Controls.Properties.Resources.search;
appearance1.ImageHAlign = Infragistics.Win.HAlign.Center;
appearance1.ImageVAlign = Infragistics.Win.VAlign.Middle;
editorButton1.Appearance = appearance1;
editorButton1.Key = "Search";
editorButton1.Text = "";
appearance2.Image = global::Soft.Controls.Properties.Resources.delete;
appearance2.ImageHAlign = Infragistics.Win.HAlign.Center;
appearance2.ImageVAlign = Infragistics.Win.VAlign.Middle;
editorButton2.Appearance = appearance2;
editorButton2.Key = "Clear";
this.txtSearch.ButtonsRight.Add(editorButton1);
this.txtSearch.ButtonsRight.Add(editorButton2);
this.txtSearch.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtSearch.Location = new System.Drawing.Point(0, 0);
this.txtSearch.Name = "txtSearch";
this.txtSearch.Size = new System.Drawing.Size(100, 21);
this.txtSearch.TabIndex = 0;
this.txtSearch.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtSearch_EditorButtonClick);
this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
//
// SoftSearch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.txtSearch);
this.Name = "SoftSearch";
this.Size = new System.Drawing.Size(100, 21);
((System.ComponentModel.ISupportInitialize)(this.txtSearch)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例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();
Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
this._label = new Infragistics.Win.Misc.UltraLabel();
this._datePicker = new System.Windows.Forms.DateTimePicker();
this._errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this._errorProvider)).BeginInit();
this.SuspendLayout();
//
// _label
//
appearance13.TextVAlignAsString = "Middle";
this._label.Appearance = appearance13;
this._label.Location = new System.Drawing.Point(3, 0);
this._label.Name = "_label";
this._label.Size = new System.Drawing.Size(100, 21);
this._label.TabIndex = 20;
this._label.Text = "Label";
//
// _datePicker
//
this._datePicker.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this._datePicker.Location = new System.Drawing.Point(106, 0);
this._datePicker.Name = "_datePicker";
this._datePicker.Size = new System.Drawing.Size(295, 20);
this._datePicker.TabIndex = 21;
//
// _errorProvider
//
this._errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
this._errorProvider.ContainerControl = this;
//
// DatePickerControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this._datePicker);
this.Controls.Add(this._label);
this.Name = "DatePickerControl";
this.Size = new System.Drawing.Size(417, 22);
((System.ComponentModel.ISupportInitialize)(this._errorProvider)).EndInit();
this.ResumeLayout(false);
}
示例11: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
this.sceltaResidenzaRecapito = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
((System.ComponentModel.ISupportInitialize)(this.sceltaResidenzaRecapito)).BeginInit();
this.SuspendLayout();
//
// sceltaResidenzaRecapito
//
this.sceltaResidenzaRecapito.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.sceltaResidenzaRecapito.Appearance = appearance1;
this.sceltaResidenzaRecapito.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
this.sceltaResidenzaRecapito.CheckedIndex = 0;
valueListItem1.CheckState = System.Windows.Forms.CheckState.Checked;
valueListItem1.DataValue = "Recapito";
valueListItem1.DisplayText = "Rec.";
valueListItem2.DataValue = "Residenza";
valueListItem2.DisplayText = "Res.";
this.sceltaResidenzaRecapito.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem1,
valueListItem2});
this.sceltaResidenzaRecapito.ItemSpacingVertical = 2;
this.sceltaResidenzaRecapito.Location = new System.Drawing.Point(37, 0);
this.sceltaResidenzaRecapito.Name = "sceltaResidenzaRecapito";
this.sceltaResidenzaRecapito.Size = new System.Drawing.Size(86, 17);
this.sceltaResidenzaRecapito.TabIndex = 111;
this.sceltaResidenzaRecapito.Text = "Rec.";
this.sceltaResidenzaRecapito.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
this.sceltaResidenzaRecapito.ValueChanged += new System.EventHandler(this.sceltaResidenzaRecapitoValueChanged);
//
// SceltaRecapitoResidenza
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.sceltaResidenzaRecapito);
this.Name = "SceltaRecapitoResidenza";
this.Size = new System.Drawing.Size(126, 17);
((System.ComponentModel.ISupportInitialize)(this.sceltaResidenzaRecapito)).EndInit();
this.ResumeLayout(false);
}
示例12: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
this._toolTip = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
((System.ComponentModel.ISupportInitialize)(this._toolTip)).BeginInit();
this.SuspendLayout();
//
// _toolTip
//
appearance1.BackColor = System.Drawing.SystemColors.Info;
appearance1.BorderColor = System.Drawing.Color.Transparent;
this._toolTip.Appearance = appearance1;
this._toolTip.BackColor = System.Drawing.SystemColors.Info;
this._toolTip.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
this._toolTip.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
this._toolTip.Dock = System.Windows.Forms.DockStyle.Fill;
this._toolTip.Location = new System.Drawing.Point(0, 0);
this._toolTip.Multiline = true;
this._toolTip.Name = "_toolTip";
this._toolTip.ReadOnly = true;
this._toolTip.Size = new System.Drawing.Size(371, 87);
this._toolTip.TabIndex = 0;
this._toolTip.UseAppStyling = false;
//
// ToolTipControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Info;
this.ClientSize = new System.Drawing.Size(371, 87);
this.Controls.Add(this._toolTip);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ToolTipControl";
this.ShowIcon = false;
this.Load += new System.EventHandler(this.OnToolLoad);
((System.ComponentModel.ISupportInitialize)(this._toolTip)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例13: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
this.lblRecRes = new Infragistics.Win.Misc.UltraLabel();
this.indirizzoCompleto = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
((System.ComponentModel.ISupportInitialize)(this.indirizzoCompleto)).BeginInit();
this.SuspendLayout();
//
// lblRecRes
//
this.lblRecRes.Appearance = appearance1;
this.lblRecRes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRecRes.Location = new System.Drawing.Point(3, 0);
this.lblRecRes.Name = "lblRecRes";
this.lblRecRes.Size = new System.Drawing.Size(33, 21);
this.lblRecRes.TabIndex = 0;
this.lblRecRes.Text = "REC";
//
// indirizzoCompleto
//
this.indirizzoCompleto.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.indirizzoCompleto.Location = new System.Drawing.Point(42, 0);
this.indirizzoCompleto.Name = "indirizzoCompleto";
this.indirizzoCompleto.Size = new System.Drawing.Size(217, 21);
this.indirizzoCompleto.TabIndex = 1;
//
// IndirizzoComunicazioneDisplayUC
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.indirizzoCompleto);
this.Controls.Add(this.lblRecRes);
this.Name = "IndirizzoComunicazioneDisplayUC";
this.Size = new System.Drawing.Size(260, 21);
((System.ComponentModel.ISupportInitialize)(this.indirizzoCompleto)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例14: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
this._label = new Infragistics.Win.Misc.UltraLabel();
this._valueLabel = new Infragistics.Win.Misc.UltraLabel();
this.SuspendLayout();
//
// _label
//
this._label.Location = new System.Drawing.Point(4, 1);
this._label.Name = "_label";
this._label.Size = new System.Drawing.Size(100, 21);
this._label.TabIndex = 0;
this._label.Text = "Address:";
//
// _valueLabel
//
this._valueLabel.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)));
appearance5.TextHAlignAsString = "Left";
appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
appearance5.TextVAlignAsString = "Top";
this._valueLabel.Appearance = appearance5;
this._valueLabel.Location = new System.Drawing.Point(110, 0);
this._valueLabel.Name = "_valueLabel";
this._valueLabel.Size = new System.Drawing.Size(409, 46);
this._valueLabel.TabIndex = 3;
this._valueLabel.WrapText = false;
//
// AddressControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this._valueLabel);
this.Controls.Add(this._label);
this.Name = "AddressControl";
this.Size = new System.Drawing.Size(519, 46);
this.ResumeLayout(false);
}
示例15: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Infragistics.UltraGauge.Resources.LinearGauge linearGauge1 = new Infragistics.UltraGauge.Resources.LinearGauge();
Infragistics.UltraGauge.Resources.BrushElementGroup brushElementGroup1 = new Infragistics.UltraGauge.Resources.BrushElementGroup();
Infragistics.UltraGauge.Resources.SolidFillBrushElement solidFillBrushElement1 = new Infragistics.UltraGauge.Resources.SolidFillBrushElement();
Infragistics.UltraGauge.Resources.MultiStopRadialGradientBrushElement multiStopRadialGradientBrushElement1 = new Infragistics.UltraGauge.Resources.MultiStopRadialGradientBrushElement();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PercentileGauge));
Infragistics.UltraGauge.Resources.ColorStop colorStop1 = new Infragistics.UltraGauge.Resources.ColorStop();
Infragistics.UltraGauge.Resources.ColorStop colorStop2 = new Infragistics.UltraGauge.Resources.ColorStop();
Infragistics.UltraGauge.Resources.ColorStop colorStop3 = new Infragistics.UltraGauge.Resources.ColorStop();
Infragistics.UltraGauge.Resources.LinearGaugeScale linearGaugeScale1 = new Infragistics.UltraGauge.Resources.LinearGaugeScale();
Infragistics.UltraGauge.Resources.NumericAxis numericAxis1 = new Infragistics.UltraGauge.Resources.NumericAxis();
Infragistics.UltraGauge.Resources.SolidFillBrushElement solidFillBrushElement2 = new Infragistics.UltraGauge.Resources.SolidFillBrushElement();
Infragistics.UltraGauge.Resources.SolidFillBrushElement solidFillBrushElement3 = new Infragistics.UltraGauge.Resources.SolidFillBrushElement();
Infragistics.UltraGauge.Resources.SimpleGradientBrushElement simpleGradientBrushElement1 = new Infragistics.UltraGauge.Resources.SimpleGradientBrushElement();
Infragistics.UltraGauge.Resources.LinearGaugeNeedle linearGaugeNeedle1 = new Infragistics.UltraGauge.Resources.LinearGaugeNeedle();
Infragistics.UltraGauge.Resources.SolidFillBrushElement solidFillBrushElement4 = new Infragistics.UltraGauge.Resources.SolidFillBrushElement();
Infragistics.UltraGauge.Resources.SimpleGradientBrushElement simpleGradientBrushElement2 = new Infragistics.UltraGauge.Resources.SimpleGradientBrushElement();
Infragistics.UltraGauge.Resources.SolidFillBrushElement solidFillBrushElement5 = new Infragistics.UltraGauge.Resources.SolidFillBrushElement();
Infragistics.UltraGauge.Resources.StrokeElement strokeElement1 = new Infragistics.UltraGauge.Resources.StrokeElement();
Infragistics.UltraGauge.Resources.StrokeElement strokeElement2 = new Infragistics.UltraGauge.Resources.StrokeElement();
Infragistics.UltraGauge.Resources.SolidFillBrushElement solidFillBrushElement6 = new Infragistics.UltraGauge.Resources.SolidFillBrushElement();
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
this.ultraGauge1 = new Infragistics.Win.UltraWinGauge.UltraGauge();
this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
this.lblHeading = new SI.Controls.Label();
this.ultraPanel1.ClientArea.SuspendLayout();
this.ultraPanel1.SuspendLayout();
this.SuspendLayout();
//
// ultraGauge1
//
this.ultraGauge1.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.ultraGauge1.BackColor = System.Drawing.Color.Transparent;
solidFillBrushElement1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
multiStopRadialGradientBrushElement1.CenterPoint = ((System.Drawing.PointF)(resources.GetObject("multiStopRadialGradientBrushElement1.CenterPoint")));
colorStop1.Color = System.Drawing.Color.Transparent;
colorStop2.Color = System.Drawing.Color.Transparent;
colorStop2.Stop = 0.1724138F;
colorStop3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
colorStop3.Stop = 1F;
multiStopRadialGradientBrushElement1.ColorStops.Add(colorStop1);
multiStopRadialGradientBrushElement1.ColorStops.Add(colorStop2);
multiStopRadialGradientBrushElement1.ColorStops.Add(colorStop3);
multiStopRadialGradientBrushElement1.FocusScales = ((System.Drawing.PointF)(resources.GetObject("multiStopRadialGradientBrushElement1.FocusScales")));
multiStopRadialGradientBrushElement1.RelativeBounds = new System.Drawing.Rectangle(-5, 30, 80, 80);
multiStopRadialGradientBrushElement1.RelativeBoundsMeasure = Infragistics.UltraGauge.Resources.Measure.Percent;
brushElementGroup1.BrushElements.Add(solidFillBrushElement1);
brushElementGroup1.BrushElements.Add(multiStopRadialGradientBrushElement1);
linearGauge1.BrushElements.Add(brushElementGroup1);
linearGauge1.CornerExtent = 3D;
linearGauge1.Orientation = Infragistics.UltraGauge.Resources.LinearOrientation.Vertical;
numericAxis1.EndValue = 100D;
linearGaugeScale1.Axes.Add(numericAxis1);
solidFillBrushElement2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
linearGaugeScale1.BrushElements.Add(solidFillBrushElement2);
linearGaugeScale1.EndExtent = 90D;
linearGaugeScale1.InnerExtent = 70D;
solidFillBrushElement3.Color = System.Drawing.Color.Silver;
linearGaugeScale1.Labels.BrushElements.Add(solidFillBrushElement3);
linearGaugeScale1.Labels.Extent = 25D;
linearGaugeScale1.Labels.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold);
linearGaugeScale1.Labels.Frequency = 50D;
simpleGradientBrushElement1.EndColor = System.Drawing.Color.Gray;
simpleGradientBrushElement1.StartColor = System.Drawing.Color.LightGray;
linearGaugeScale1.MajorTickmarks.BrushElements.Add(simpleGradientBrushElement1);
linearGaugeScale1.MajorTickmarks.EndExtent = 70D;
linearGaugeScale1.MajorTickmarks.EndWidth = 2;
linearGaugeScale1.MajorTickmarks.Frequency = 50D;
linearGaugeScale1.MajorTickmarks.StartExtent = 50D;
linearGaugeScale1.MajorTickmarks.StartWidth = 2;
solidFillBrushElement4.Color = System.Drawing.Color.Red;
linearGaugeNeedle1.BrushElements.Add(solidFillBrushElement4);
linearGaugeNeedle1.EndExtent = 89D;
linearGaugeNeedle1.MidExtent = 80D;
linearGaugeNeedle1.MidWidth = 15D;
linearGaugeNeedle1.StartExtent = 71D;
linearGaugeNeedle1.StartWidth = 0D;
simpleGradientBrushElement2.EndColor = System.Drawing.Color.DarkRed;
simpleGradientBrushElement2.StartColor = System.Drawing.Color.Red;
linearGaugeNeedle1.StrokeElement.BrushElements.Add(simpleGradientBrushElement2);
linearGaugeNeedle1.StrokeElement.Thickness = 3D;
linearGaugeNeedle1.Value = 80D;
linearGaugeScale1.Markers.Add(linearGaugeNeedle1);
solidFillBrushElement5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(135)))), ((int)(((byte)(135)))));
linearGaugeScale1.MinorTickmarks.BrushElements.Add(solidFillBrushElement5);
linearGaugeScale1.MinorTickmarks.EndExtent = 63D;
linearGaugeScale1.MinorTickmarks.EndWidth = 2;
linearGaugeScale1.MinorTickmarks.Frequency = 12.5D;
linearGaugeScale1.MinorTickmarks.StartExtent = 58D;
linearGaugeScale1.MinorTickmarks.StartWidth = 2;
linearGaugeScale1.OuterExtent = 90D;
linearGaugeScale1.StartExtent = 10D;
strokeElement1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
//.........这里部分代码省略.........