テキストエディター「Mery」の配色テーマ集

テーマのカテゴリを選択してください

プレビューの言語を選択してください

3024
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
373
Apathy
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
372
Apprentice
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
73
Ashes
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
801
Atelier Cave
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
230
Atelier Cave Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
401
Atelier Dune
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
154
Atelier Dune Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
499
Atelier Estuary
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
155
Atelier Estuary Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
319
Atelier Forest
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
152
Atelier Forest Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
350
Atelier Heath
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
98
Atelier Heath Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
161
Atelier Lakeside
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
164
Atelier Lakeside Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
349
Atelier Plateau
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
96
Atelier Plateau Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
209
Atelier Savanna
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
108
Atelier Savanna Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
230
Atelier Seaside
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
125
Atelier Seaside Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
215
Atelier Sulphurpool
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
257
Atelier Sulphurpool Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
255
Atlas
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
46
Bespin
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
296
Black Metal
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
37
Black Metal (Bathory)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
21
Black Metal (Burzum)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
17
Black Metal (Dark Funeral)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
19
Black Metal (Gorgoroth)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
17
Black Metal (Immortal)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
21
Black Metal (Khold)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
15
Black Metal (Marduk)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
15
Black Metal (Mayhem)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
16
Black Metal (Nile)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
18
Black Metal (Venom)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
20
Brewer
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
139
Bright
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
435
Brogrammer
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
24
Brush Trees
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
229
Brush Trees Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
231
Chalk
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
318
Circus
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
146
Classic Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
434
Classic Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
615
Codeschool
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
170
Colors
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
13
Cupcake
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
388
Cupertino
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
263
DanQing
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
23
DanQing Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
0
Darcula
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
17
darkmoss
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
16
Darktooth
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
87
Dark Violet
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
26
Decaf
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
28
Default Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
301
Default Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
314
dirtysea
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
41
Dracula
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
357
Edge Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
28
Edge Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
37
Eighties
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
271
Embers
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
115
Equilibrium Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
19
Equilibrium Gray Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
23
Equilibrium Gray Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
19
Equilibrium Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
22
Espresso
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
24
Eva
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
17
Eva Dim
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
18
Flat
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
310
Framer
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
20
Fruit Soda
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
14
Gigavolt
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
32
Github
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
665
Google Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
581
Google Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
287
Grayscale Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
169
Grayscale Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
475
Green Screen
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
519
Gruber
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
4
Gruvbox dark, hard
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
149
Gruvbox dark, medium
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
126
Gruvbox dark, pale
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
113
Gruvbox dark, soft
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
130
Gruvbox light, hard
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
274
Gruvbox light, medium
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
200
Gruvbox light, soft
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
241
Hardcore
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
24
Harmonic16 Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
285
Harmonic16 Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
216
Heetch Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
28
Heetch Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
19
Helios
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
12
Hopscotch
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
125
Horizon Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
16
Horizon Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
15
Horizon Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
23
Horizon Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
20
Humanoid dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
17
Humanoid light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
27
iA Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
16
iA Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
20
Icy Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
226
IR Black
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
171
Isotope
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
108
Kimber
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
16
Macintosh
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
127
Marrakesh
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
94
Materia
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
214
Material
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
326
Material Darker
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
278
Material Lighter
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
252
Material Palenight
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
213
Material Vivid
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
17
Mellow Purple
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
94
Mexico Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
119
Mocha
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
194
Monokai
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
463
Nebula
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
21
Nord
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
206
Nova
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
30
Ocean
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
307
OceanicNext
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
303
One Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
213
OneDark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
189
Outrun Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
21
PaperColor Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
16
PaperColor Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
33
Paraiso
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
86
Pasque
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
11
PhD
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
286
Pico
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
138
pinky
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
9
Pop
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
114
Porple
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
80
Qualia
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
12
Railscasts
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
59
Rebecca
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
158
Rosé Pine
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
15
Rosé Pine Dawn
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
22
Rosé Pine Moon
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
12
Sagelight
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
19
Sakura
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
26
Sandcastle
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
14
Seti UI
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
609
Shades of Purple
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
12
Shapeshifter
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
100
Silk Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
30
Silk Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
28
Snazzy
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
15
Solar Flare
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
80
Solar Flare Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
23
Solarized Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
802
Solarized Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
1.4K
Spacemacs
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
95
summercamp
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
12
Summerfruit Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
111
Summerfruit Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
110
Synth Midnight Terminal Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
19
Synth Midnight Terminal Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
18
Tango
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
12
tender
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
11
London Tube
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
65
Twilight
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
87
Unikitty Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
82
Unikitty Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
104
Vice Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
0
Vice Alt
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
0
vulcan
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
19
Windows 10
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
28
Windows 10 Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
18
Windows 95
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
12
Windows 95 Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
10
Windows High Contrast
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
13
Windows High Contrast Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
9
Windows NT
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
16
Windows NT Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
11
Woodland
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
151
XCode Dusk
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
178
Zenburn
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 +  + Trunc(12.3);
  6   Caption := 'The number is ' + IntToStr(Number);
  7   { Search Match, Text Block }
  8   // Comment
  9 end;
  1 void __fastcall TForm1::Button1Click(TObject *Sender)
  2 {
  3   Caption = "The number is " + IntToStr(i);
  4   int i = 123456;
  5   double d = 123.45;
  6   char c = 'a';
  7   // Search Match, Text Block
  8   // Comment
  9 }
  1 private void Form1_Load(object sender, System.EventArgs e) {
  2   int x = 0;
  3   double real = 123.456;
  4   int number = 123456 + (int)real;
  5   Text = string.Format("The number is {0}",
  6     number.ToString());
  7   /* Search Match, Text Block */
  8   // Comment
  9 }
  1 <html>
  2   <head>
  3     <title>Title</title>
  4   </head>
  5   <body class="class">
  6     Search Match, Text Block
  7     <!-- Comment -->
  8   </body>
  9 </html>
511

パール金属 鉄フライパン 26cm IH対応 鉄職人 日本製 ブラック HB-1521

パール金属 鉄フライパン 26cm IH対応 鉄職人 日本製 ブラック HB-1521
パール金属(PEARL METAL)
長く使い込むほど良さが出てくる鉄製のフライパン。
Amazon で探す 楽天市場で探す

【防除用医薬部外品】アースノーマット 60日用 蚊取り 蚊とり黒ブタ

【防除用医薬部外品】アースノーマット 60日用 蚊取り 蚊とり黒ブタ
アース製薬
効果てきめん。一家に一台、可愛くて頼もしい黒ブタちゃん。
Amazon で探す 楽天市場で探す

スポンサーリンク

フォローする