示例#1
0
 private void sbutton0(string txt)
 {
     if (button1.InvokeRequired)
     {
         text t = new text(sbutton0);
         this.Invoke(t, new object[] { txt });
     }
     else
         button1.Text = txt;
 }
示例#2
0
 private void stext0(string txt)
 {
     if (this.textBox2.InvokeRequired)
     {
         text t = new text(stext0);
         this.Invoke(t, new object[] { txt });
     }
     else
     {
         textBox2.Text += txt;
         textBox2.SelectionStart = textBox2.Text.Length;
         textBox2.ScrollToCaret();
         textBox2.Refresh();
     }
 }
 assertElementHasNamespace(text, "/a/b/d/e", null);
示例#4
0
 return(FromString(text, ConfigurationItemFactory.Default));
示例#5
0
 return FromString(text);
 System.out.println(text);
示例#7
0
 private void stext4(string txt)
 {
     if (textBox4.InvokeRequired)
     {
         text t = new text(stext4);
         Invoke(t, new object[] { txt });
     }
     else
     {
         textBox4.Text = txt;
         textBox4.Refresh();
     }
 }
示例#8
0
this.method_1(text, 128 * num);
示例#9
0
 summary.Add(new FormattedText(
                 text: Environment.NewLine + L10n.Item.FishSpawnRulesLocationsBySeasonSeasonLocations(season: gameHelper.TranslateSeason(season), locations: locationNames),
示例#10
0
 @app.chat( text )
 @$composeText.attr( 'value', '' )
示例#11
0
 public TextValidator(string text) => For(text, PropertyDisplayNames.Text).NotNullOrWhiteSpace();
示例#12
0
 /// <summary>
 /// Writes a prefix
 /// </summary>
 /// <param name="instruction">Instruction</param>
 /// <param name="text">Prefix text</param>
 /// <param name="prefix">Prefix</param>
 public virtual void WritePrefix(in Instruction instruction, string text, PrefixKind prefix) => Write(text, FormatterTextKind.Prefix);
 summary.Add(new FormattedText(
                 text: Environment.NewLine + I18n.Item_FishSpawnRules_LocationsBySeason_SeasonLocations(season: gameHelper.TranslateSeason(season), locations: string.Join(", ", locationNames)),
示例#14
0
 private void stext1(string txt)
 {
     if (this.textBox3.InvokeRequired)
     {
         text t = new text(stext1);
         this.Invoke(t, new object[] { txt });
     }
     else
         textBox3.Text = txt;
 }
示例#15
0
 Class533 class2 = new Class533(text, 14f, vector, 1f, true, Color.get_White());
示例#16
0
 Class731 class = Class885.Load(text, Enum112.flag_3);
示例#17
0
 public Svg(float height, float width, text.Rectangle viewBox, IDictionary<String, String> css) : base(css)
 {
     this.height = height;
     this.width = width;
     this.viewBox = viewBox;
 }
示例#18
0
 assertTrue(text.startsWith("<?xml"));
示例#19
0
 if(!IsEmpty(text)) {
    return text;
示例#20
0
 assertTrue(text.indexOf("     ") > 0); // indents
示例#21
0
 private void stext0(string txt)
 {
     if (this.textBox3.InvokeRequired)
     {
         text t = new text(stext0);
         this.Invoke(t, new object[] { txt });
     }
     else
     {
         textBox3.Text = txt;
         textBox3.Refresh();
     }
 }
示例#22
0
 assertElementHasNamespace(text, "/a/b/c", "http://domain/a");
示例#23
0
文件: Layout.cs 项目: ExM/NLog
 return new SimpleLayout(text);
示例#24
0
 Class340 class = Class297.smethod_2(text, class296_1.int_17, class296_1.int_15, class296_1.sampleSet_0);
 // Use this for initialization
 void Start()
 {
     touchThe0Floor = GameObject.Find("Floor0").GetComponent <TouchThe0Floor>();
     signalText     = GameObject.Find("Count Hammer").GetComponent <text>();
 }