本文整理汇总了C#中DevExpress.Utils.ToolTipTitleItem类的典型用法代码示例。如果您正苦于以下问题:C# DevExpress.Utils.ToolTipTitleItem类的具体用法?C# DevExpress.Utils.ToolTipTitleItem怎么用?C# DevExpress.Utils.ToolTipTitleItem使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
DevExpress.Utils.ToolTipTitleItem类属于命名空间,在下文中一共展示了DevExpress.Utils.ToolTipTitleItem类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。
示例1: createToolTips
/// <summary>
/// Since the strings constantly get lost, create
/// them in code instead in the designer.
/// </summary>
private void createToolTips()
{
var superToolTip4 = new DevExpress.Utils.SuperToolTip();
var toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
var toolTipItem4 = new DevExpress.Utils.ToolTipItem();
var superToolTip5 = new DevExpress.Utils.SuperToolTip();
var toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
var toolTipItem5 = new DevExpress.Utils.ToolTipItem();
var superToolTip6 = new DevExpress.Utils.SuperToolTip();
var toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
var toolTipItem6 = new DevExpress.Utils.ToolTipItem();
// --
toolTipTitleItem4.Text = Resources.SR_toolTipTitleItem4Text;
toolTipItem4.Text = Resources.SR_toolTipItem4Text;
superToolTip4.Items.Add(toolTipTitleItem4);
superToolTip4.Items.Add(toolTipItem4);
defaultToolTipController1.SetSuperTip(pictureBox8, superToolTip4);
toolTipTitleItem5.Text = Resources.SR_toolTipTitleItem5Text;
toolTipItem5.Text = Resources.SR_toolTipItem5Text;
superToolTip5.Items.Add(toolTipTitleItem5);
superToolTip5.Items.Add(toolTipItem5);
defaultToolTipController1.SetSuperTip(pictureBox6, superToolTip5);
toolTipTitleItem6.Text = Resources.SR_toolTipTitleItem6Text;
toolTipItem6.Text = Resources.SR_toolTipItem6Text;
superToolTip6.Items.Add(toolTipTitleItem6);
superToolTip6.Items.Add(toolTipItem6);
defaultToolTipController1.SetSuperTip(pictureBox7, superToolTip6);
}
开发者ID:iraychen,项目名称:ZetaResourceEditor,代码行数:38,代码来源:ProjectFolderEditForm.cs
示例2: InitializeComponent
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
DevExpress.Utils.SuperToolTip superToolTip40 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem40 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem40 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip41 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem41 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem41 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip42 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem42 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem42 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip43 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem43 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem43 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip27 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem27 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem27 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip28 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem28 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem28 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip29 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem29 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem29 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip30 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem30 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem30 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip31 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem31 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem31 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip32 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem32 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem32 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip33 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem33 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem33 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip34 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem34 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem34 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip35 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem35 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem35 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip36 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem36 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem36 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip37 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem37 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem37 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip38 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem38 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem38 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip39 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem39 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem39 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip44 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem44 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem44 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip45 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem45 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem45 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip46 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem46 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem46 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip47 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem47 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem47 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip48 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem48 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem48 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip49 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem49 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem49 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip50 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem50 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem50 = new DevExpress.Utils.ToolTipItem();
this.richEditControl1 = new DevExpress.XtraRichEdit.RichEditControl();
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.clipboardBar1 = new DevExpress.XtraRichEdit.UI.ClipboardBar();
this.pasteItem1 = new DevExpress.XtraRichEdit.UI.PasteItem();
this.cutItem1 = new DevExpress.XtraRichEdit.UI.CutItem();
this.copyItem1 = new DevExpress.XtraRichEdit.UI.CopyItem();
this.pasteSpecialItem1 = new DevExpress.XtraRichEdit.UI.PasteSpecialItem();
this.fontBar1 = new DevExpress.XtraRichEdit.UI.FontBar();
this.changeFontNameItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontNameItem();
this.repositoryItemFontEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
this.changeFontSizeItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontSizeItem();
this.repositoryItemRichEditFontSizeEdit1 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditFontSizeEdit();
this.fontSizeIncreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeIncreaseItem();
this.fontSizeDecreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeDecreaseItem();
this.toggleFontBoldItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontBoldItem();
//.........这里部分代码省略.........
开发者ID:Oman,项目名称:Maleos,代码行数:101,代码来源:Launcher.Designer.cs
示例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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmZones));
DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
this.groupControl5 = new DevExpress.XtraEditors.GroupControl();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.ZdatagridRegionalAllocation = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
this.ZtxtOtherGroup = new DevExpress.XtraEditors.TextEdit();
this.ZtxtManagerId = new DevExpress.XtraEditors.TextEdit();
this.ZtxtCompanyGroupID = new DevExpress.XtraEditors.TextEdit();
this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
this.ZtxtManagerName = new DevExpress.XtraEditors.TextEdit();
this.ZtxtGroupName = new DevExpress.XtraEditors.TextEdit();
this.ZtxtCompanyName = new DevExpress.XtraEditors.TextEdit();
this.ZtxtCompanyId = new DevExpress.XtraEditors.TextEdit();
this.ZtxtSPOID = new DevExpress.XtraEditors.TextEdit();
this.ZchkDiscontinue = new DevExpress.XtraEditors.CheckEdit();
this.ZchkMerck = new DevExpress.XtraEditors.CheckEdit();
this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
this.ZPlManagerId = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
this.ZPLCompanyGroupID = new DevExpress.XtraEditors.SimpleButton();
this.ZPLCompanyId = new DevExpress.XtraEditors.SimpleButton();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.ZPLSPOId = new DevExpress.XtraEditors.SimpleButton();
this.ZtxtSPOName = new DevExpress.XtraEditors.TextEdit();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
this.groupControl5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ZdatagridRegionalAllocation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ZtxtOtherGroup.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ZtxtManagerId.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyGroupID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ZtxtManagerName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ZtxtGroupName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyId.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ZtxtSPOID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ZchkDiscontinue.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ZchkMerck.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ZtxtSPOName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
this.groupControl2.SuspendLayout();
this.SuspendLayout();
//
// groupControl5
//
this.groupControl5.Controls.Add(this.groupControl1);
this.groupControl5.Controls.Add(this.ZtxtOtherGroup);
this.groupControl5.Controls.Add(this.ZtxtManagerId);
this.groupControl5.Controls.Add(this.ZtxtCompanyGroupID);
this.groupControl5.Controls.Add(this.checkEdit2);
this.groupControl5.Controls.Add(this.ZtxtManagerName);
this.groupControl5.Controls.Add(this.ZtxtGroupName);
this.groupControl5.Controls.Add(this.ZtxtCompanyName);
this.groupControl5.Controls.Add(this.ZtxtCompanyId);
this.groupControl5.Controls.Add(this.ZtxtSPOID);
this.groupControl5.Controls.Add(this.ZchkDiscontinue);
this.groupControl5.Controls.Add(this.ZchkMerck);
this.groupControl5.Controls.Add(this.labelControl14);
this.groupControl5.Controls.Add(this.labelControl13);
this.groupControl5.Controls.Add(this.labelControl15);
this.groupControl5.Controls.Add(this.ZPlManagerId);
this.groupControl5.Controls.Add(this.simpleButton5);
this.groupControl5.Controls.Add(this.ZPLCompanyGroupID);
this.groupControl5.Controls.Add(this.ZPLCompanyId);
this.groupControl5.Controls.Add(this.labelControl11);
this.groupControl5.Controls.Add(this.ZPLSPOId);
this.groupControl5.Controls.Add(this.ZtxtSPOName);
this.groupControl5.Controls.Add(this.labelControl12);
this.groupControl5.Controls.Add(this.labelControl10);
//.........这里部分代码省略.........
开发者ID:ahmadmujtaba,项目名称:BMC,代码行数:101,代码来源:frmZones.designer.cs
示例4: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.btnRejectMultiChanges = new DevExpress.XtraEditors.SimpleButton();
this.btnAcceptMultiChanges = new DevExpress.XtraEditors.SimpleButton();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
this.btnActorTrash = new DevExpress.XtraEditors.SimpleButton();
this.btnActorDown = new DevExpress.XtraEditors.SimpleButton();
this.btnActorUp = new DevExpress.XtraEditors.SimpleButton();
this.txtYear = new DevExpress.XtraEditors.TextEdit();
this.txtTop250 = new DevExpress.XtraEditors.TextEdit();
this.txtRating = new DevExpress.XtraEditors.TextEdit();
this.grdActors = new DevExpress.XtraGrid.GridControl();
this.gridViewActors = new DevExpress.XtraGrid.Views.Grid.GridView();
this.clmName = new DevExpress.XtraGrid.Columns.GridColumn();
this.clmRole = new DevExpress.XtraGrid.Columns.GridColumn();
this.txtWriters = new DevExpress.XtraEditors.TextEdit();
this.txtDirectors = new DevExpress.XtraEditors.TextEdit();
this.cmbStudio = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtOrigionalTitle = new DevExpress.XtraEditors.TextEdit();
this.txtTagline = new DevExpress.XtraEditors.TextEdit();
this.txtOutline = new DevExpress.XtraEditors.MemoEdit();
this.txtPlot = new DevExpress.XtraEditors.MemoEdit();
this.txtTitle = new DevExpress.XtraEditors.TextEdit();
this.dateReleased = new DevExpress.XtraEditors.DateEdit();
this.cmbGenre = new DevExpress.XtraEditors.CheckedComboBoxEdit();
this.cmbLanguage = new DevExpress.XtraEditors.CheckedComboBoxEdit();
this.cmbCountry = new DevExpress.XtraEditors.CheckedComboBoxEdit();
this.txtRuntime = new DevExpress.XtraEditors.TextEdit();
this.cmbSource = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtCert = new DevExpress.XtraEditors.MemoExEdit();
this.cmbScraperGroup = new DevExpress.XtraEditors.ComboBoxEdit();
this.cmbMpaa = new DevExpress.XtraEditors.MemoExEdit();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
this.lblRuntime = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
this.txtCountry = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
this.splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
this.layoutLanguage = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
this.layActorsGroup = new DevExpress.XtraLayout.LayoutControlGroup();
this.lblActorsGrd = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
this.layMultiGroup = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
this.layMultiEditKey = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtYear.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtTop250.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtRating.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdActors)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewActors)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtWriters.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDirectors.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbStudio.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtOrigionalTitle.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtTagline.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtOutline.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPlot.Properties)).BeginInit();
//.........这里部分代码省略.........
开发者ID:Acrisius,项目名称:YANFOE.v2,代码行数:101,代码来源:MovieMainDetailsUserControl.Designer.cs
示例5: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProducts));
DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtrabarGeneralinformation = new DevExpress.XtraTab.XtraTabPage();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.txtfactor = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtuompurchase = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtuomsize = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtuomsale = new DevExpress.XtraEditors.ComboBoxEdit();
this.cmbValueMethod = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtAvgRate = new DevExpress.XtraEditors.TextEdit();
this.txtToleranceDay = new DevExpress.XtraEditors.TextEdit();
this.txtLoadTime = new DevExpress.XtraEditors.TextEdit();
this.txtPurchaseRate = new DevExpress.XtraEditors.TextEdit();
this.txtSpecialRate = new DevExpress.XtraEditors.TextEdit();
this.txtCostRate = new DevExpress.XtraEditors.TextEdit();
this.txtTransit = new DevExpress.XtraEditors.TextEdit();
this.txtTarget = new DevExpress.XtraEditors.TextEdit();
this.txtNetBalance = new DevExpress.XtraEditors.TextEdit();
this.txtBalanceBonus = new DevExpress.XtraEditors.TextEdit();
this.txtBalanceStock = new DevExpress.XtraEditors.TextEdit();
this.txtMaxQuantityDays = new DevExpress.XtraEditors.TextEdit();
this.txtMaxQuantityPCustomer = new DevExpress.XtraEditors.TextEdit();
this.txtPackInBox = new DevExpress.XtraEditors.TextEdit();
this.txtInventoryDays = new DevExpress.XtraEditors.TextEdit();
this.txtMinFlatRate = new DevExpress.XtraEditors.TextEdit();
this.txtMaxFlatRate = new DevExpress.XtraEditors.TextEdit();
this.cmbSaleTaxCalculation = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtSaleTaxVale = new DevExpress.XtraEditors.TextEdit();
this.txtSaleTaxPer = new DevExpress.XtraEditors.TextEdit();
this.txtMaxSalesDisc = new DevExpress.XtraEditors.TextEdit();
this.txtPurchaseDiscountPer = new DevExpress.XtraEditors.TextEdit();
this.txtRetailPrice = new DevExpress.XtraEditors.TextEdit();
this.chkwolallow = new DevExpress.XtraEditors.CheckEdit();
this.chkAllowPer = new DevExpress.XtraEditors.CheckEdit();
this.chkAutoBonus = new DevExpress.XtraEditors.CheckEdit();
this.chkSaleBase = new DevExpress.XtraEditors.CheckEdit();
this.chkSaleTaxReg = new DevExpress.XtraEditors.CheckEdit();
this.chkNonPharma = new DevExpress.XtraEditors.CheckEdit();
this.chkExcempted = new DevExpress.XtraEditors.CheckEdit();
this.chkUseFlatRate = new DevExpress.XtraEditors.CheckEdit();
this.chkNorCotics = new DevExpress.XtraEditors.CheckEdit();
this.chkHideinTabs = new DevExpress.XtraEditors.CheckEdit();
this.chkAllowMaxQtyDays = new DevExpress.XtraEditors.CheckEdit();
this.chkProductDiscontinue = new DevExpress.XtraEditors.CheckEdit();
this.txtTradePrice = new DevExpress.XtraEditors.TextEdit();
this.txtSaleRate = new DevExpress.XtraEditors.TextEdit();
this.txtPackInCarton = new DevExpress.XtraEditors.TextEdit();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
this.labelControl50 = new DevExpress.XtraEditors.LabelControl();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
this.labelControl25 = new DevExpress.XtraEditors.LabelControl();
this.labelControl24 = new DevExpress.XtraEditors.LabelControl();
this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
this.labelControl52 = new DevExpress.XtraEditors.LabelControl();
this.labelControl53 = new DevExpress.XtraEditors.LabelControl();
this.labelControl27 = new DevExpress.XtraEditors.LabelControl();
this.labelControl28 = new DevExpress.XtraEditors.LabelControl();
this.labelControl29 = new DevExpress.XtraEditors.LabelControl();
this.labelControl30 = new DevExpress.XtraEditors.LabelControl();
this.labelControl31 = new DevExpress.XtraEditors.LabelControl();
this.labelControl32 = new DevExpress.XtraEditors.LabelControl();
//.........这里部分代码省略.........
开发者ID:ahmadmujtaba,项目名称:BMC,代码行数:101,代码来源:frmProducts.designer.cs
示例6: 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Principal));
DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
this.Switch = new DevExpress.XtraBars.BarToggleSwitchItem();
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.barEditItem3 = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.barEditItem4 = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
this.barEditItem5 = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemToggleSwitch2 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
this.barEditItem6 = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemToggleSwitch3 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
this.barToggleSwitchItem1 = new DevExpress.XtraBars.BarToggleSwitchItem();
this.barEditItem7 = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemButtonEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.barEditItem8 = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.dispositivosBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dataSet1 = new Veriphone.DataSet1();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colid = new DevExpress.XtraGrid.Columns.GridColumn();
this.coldevice_name = new DevExpress.XtraGrid.Columns.GridColumn();
this.coldevice_ubicacion = new DevExpress.XtraGrid.Columns.GridColumn();
this.coldevice_ip = new DevExpress.XtraGrid.Columns.GridColumn();
this.status = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.dispositivosTableAdapter = new Veriphone.DataSet1TableAdapters.dispositivosTableAdapter();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.dataSet11 = new Veriphone.DataSet1();
this.correosTableAdapter = new Veriphone.DataSet1TableAdapters.correosTableAdapter();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.bindingServer = new System.Windows.Forms.BindingSource(this.components);
this.timer3 = new System.Windows.Forms.Timer(this.components);
this.timer4 = new System.Windows.Forms.Timer(this.components);
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dispositivosBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingServer)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// ribbonControl1
//
this.ribbonControl1.ExpandCollapseItem.Id = 0;
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonControl1.ExpandCollapseItem,
this.barButtonItem1,
this.barButtonItem2,
this.Switch,
//.........这里部分代码省略.........
开发者ID:arias01,项目名称:veri,代码行数:101,代码来源:Principal.Designer.cs
示例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();
DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WordExporter));
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.grid = new DevExpress.XtraGrid.GridControl();
this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colIsChecked = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLastName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colHisName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colHerName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colAddress = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTotalPaid = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBalanceDue = new DevExpress.XtraGrid.Columns.GridColumn();
this.cancel = new DevExpress.XtraEditors.SimpleButton();
this.createDoc = new DevExpress.XtraEditors.DropDownButton();
this.mailingDocuments = new DevExpress.XtraBars.PopupMenu(this.components);
this.barManager = new DevExpress.XtraBars.BarManager(this.components);
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.duplexMode = new DevExpress.XtraEditors.CheckEdit();
this.label = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.mailingDocuments)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.duplexMode.Properties)).BeginInit();
this.SuspendLayout();
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
//
// grid
//
this.grid.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.grid.Location = new System.Drawing.Point(12, 31);
this.grid.MainView = this.gridView;
this.grid.Name = "grid";
this.grid.ShowOnlyPredefinedDetails = true;
this.grid.Size = new System.Drawing.Size(563, 271);
this.grid.TabIndex = 16;
this.grid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView});
//
// gridView
//
this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colIsChecked,
this.colLastName,
this.colHisName,
this.colHerName,
this.colAddress,
this.colTotalPaid,
this.colBalanceDue});
this.gridView.GridControl = this.grid;
this.gridView.Name = "gridView";
this.gridView.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridView.OptionsSelection.MultiSelect = true;
this.gridView.OptionsView.ShowGroupPanel = false;
this.gridView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colLastName, DevExpress.Data.ColumnSortOrder.Ascending)});
this.gridView.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.gridView_CustomUnboundColumnData);
//
// colIsChecked
//
this.colIsChecked.Caption = " ";
this.colIsChecked.ColumnEdit = this.repositoryItemCheckEdit1;
this.colIsChecked.FieldName = "IsChecked";
this.colIsChecked.MaxWidth = 22;
this.colIsChecked.MinWidth = 22;
this.colIsChecked.Name = "colIsChecked";
this.colIsChecked.OptionsColumn.AllowMove = false;
this.colIsChecked.OptionsColumn.AllowShowHide = false;
this.colIsChecked.OptionsColumn.AllowSize = false;
this.colIsChecked.OptionsColumn.FixedWidth = true;
this.colIsChecked.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
this.colIsChecked.ToolTip = "Generate?";
this.colIsChecked.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
this.colIsChecked.Visible = true;
this.colIsChecked.VisibleIndex = 0;
this.colIsChecked.Width = 22;
//
// colLastName
//
//.........这里部分代码省略.........
开发者ID:SyedArifulIslamEmon,项目名称:Billing,代码行数:101,代码来源:WordExporter.Designer.cs
示例8: InitializeComponent
//.........这里部分代码省略.........
DevExpress.Utils.SuperToolTip superToolTip100 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem99 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip101 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem100 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip102 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem101 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip103 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem102 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip104 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem103 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip105 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem104 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip106 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem105 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip107 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem106 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip108 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem107 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip109 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem108 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip110 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem109 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip111 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem110 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip112 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem111 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip113 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem112 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip114 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem113 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip115 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem114 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip116 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip117 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem115 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip118 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem116 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip119 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem117 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip120 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem118 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip121 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem119 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip122 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem120 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip123 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem121 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip124 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem122 = new DevExpress.Utils.ToolTipItem();
this.BarMenus = new DevExpress.XtraBars.BarManager(this.components);
this.Menu = new DevExpress.XtraBars.Bar();
this.btnCreate = new DevExpress.XtraBars.BarButtonItem();
this.btnRequestSource = new DevExpress.XtraBars.BarButtonItem();
this.btnModify = new DevExpress.XtraBars.BarButtonItem();
this.btnRemove = new DevExpress.XtraBars.BarButtonItem();
this.btnLock = new DevExpress.XtraBars.BarButtonItem();
this.btnUnLock = new DevExpress.XtraBars.BarButtonItem();
this.btnReView = new DevExpress.XtraBars.BarButtonItem();
this.btnFinReView = new DevExpress.XtraBars.BarButtonItem();
this.btnUnReView = new DevExpress.XtraBars.BarButtonItem();
this.btnUsing = new DevExpress.XtraBars.BarButtonItem();
this.btnUnUsing = new DevExpress.XtraBars.BarButtonItem();
this.btnGoods = new DevExpress.XtraBars.BarButtonItem();
this.btnPayed = new DevExpress.XtraBars.BarButtonItem();
this.btnImport = new DevExpress.XtraBars.BarButtonItem();
开发者ID:MasterGao,项目名称:DevWinFormFrame,代 |
请发表评论