当前位置: 首页>>代码示例>>C#>>正文


C# ToolStripLabel.set_Text方法代码示例

本文整理汇总了C#中System.Windows.Forms.ToolStripLabel.set_Text方法的典型用法代码示例。如果您正苦于以下问题:C# ToolStripLabel.set_Text方法的具体用法?C# ToolStripLabel.set_Text怎么用?C# ToolStripLabel.set_Text使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在System.Windows.Forms.ToolStripLabel的用法示例。


在下文中一共展示了ToolStripLabel.set_Text方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。

示例1: InitializeComponent


//.........这里部分代码省略.........
     System.Windows.Forms.ToolStripSeparator separator3 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripSeparator separator4 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripSeparator separator5 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator6 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label2 = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator7 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label3 = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator8 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label4 = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator9 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label5 = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator10 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label6 = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator11 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label7 = new System.Windows.Forms.ToolStripLabel();
     this.m_PaymentsGrid.BeginInit();
     this.m_PaymentsSource.BeginInit();
     this.toolStrip1.SuspendLayout();
     this.toolStripComm.SuspendLayout();
     base.SuspendLayout();
     separator.set_Name("toolStripSeparator1");
     separator.set_Size(new System.Drawing.Size(6, 0x19));
     separator2.set_Name("toolStripSeparator10");
     separator2.set_Size(new System.Drawing.Size(6, 0x19));
     separator3.set_Name("toolStripSeparator9");
     separator3.set_Size(new System.Drawing.Size(6, 0x19));
     separator4.set_Name("toolStripSeparator2");
     separator4.set_Size(new System.Drawing.Size(6, 0x19));
     separator5.set_Name("toolStripSeparator3");
     separator5.set_Size(new System.Drawing.Size(6, 0x19));
     label.set_Name("toolStripLabel1");
     label.set_Size(new System.Drawing.Size(0x38, 0x16));
     label.set_Text("Платежи:");
     separator6.set_Name("toolStripSeparator5");
     separator6.set_Size(new System.Drawing.Size(6, 0x19));
     label2.set_Name("toolStripLabel3");
     label2.set_Size(new System.Drawing.Size(60, 0x16));
     label2.set_Text("Возвраты:");
     separator7.set_Name("toolStripSeparator6");
     separator7.set_Size(new System.Drawing.Size(6, 0x19));
     label3.set_Name("toolStripLabel5");
     label3.set_Size(new System.Drawing.Size(0x29, 0x16));
     label3.set_Text("Итого:");
     separator8.set_Name("toolStripSeparator8");
     separator8.set_Size(new System.Drawing.Size(6, 0x19));
     label4.set_Name("toolStripLabel4");
     label4.set_Size(new System.Drawing.Size(0x38, 0x16));
     label4.set_Text("Платежи:");
     separator9.set_Name("toolStripSeparator4");
     separator9.set_Size(new System.Drawing.Size(6, 0x19));
     label5.set_Name("toolStripLabel7");
     label5.set_Size(new System.Drawing.Size(60, 0x16));
     label5.set_Text("Возвраты:");
     separator10.set_Name("toolStripSeparator11");
     separator10.set_Size(new System.Drawing.Size(6, 0x19));
     label6.set_Name("toolStripLabel9");
     label6.set_Size(new System.Drawing.Size(0x29, 0x16));
     label6.set_Text("Итого:");
     separator11.set_Name("toolStripSeparator12");
     separator11.set_Size(new System.Drawing.Size(6, 0x19));
     label7.set_Name("toolStripLabel2");
     label7.set_Size(new System.Drawing.Size(0x49, 0x16));
     label7.set_Text("С комиссией:");
     this.m_PaymentsGrid.set_AllowUserToAddRows(false);
     this.m_PaymentsGrid.set_AllowUserToDeleteRows(false);
开发者ID:u4097,项目名称:SQLScript,代码行数:67,代码来源:PaymentsByTerminalView.cs


注:本文中的System.Windows.Forms.ToolStripLabel.set_Text方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。