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

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

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

3024
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
420
Apathy
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
414
Apprentice
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
109
Ashes
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
912
Atelier Cave
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
244
Atelier Cave Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
460
Atelier Dune
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
172
Atelier Dune Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
577
Atelier Estuary
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
168
Atelier Estuary Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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 Forest
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
165
Atelier Forest Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Atelier Heath
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
106
Atelier Heath Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
173
Atelier Lakeside
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
184
Atelier Lakeside Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
387
Atelier Plateau
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
103
Atelier Plateau Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
225
Atelier Savanna
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
117
Atelier Savanna Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
251
Atelier Seaside
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
137
Atelier Seaside Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
236
Atelier Sulphurpool
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
282
Atelier Sulphurpool Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
281
Atlas
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
62
Bespin
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Black Metal
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
51
Black Metal (Bathory)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
31
Black Metal (Burzum)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
25
Black Metal (Dark Funeral)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
25
Black Metal (Gorgoroth)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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 (Immortal)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
25
Black Metal (Khold)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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 (Marduk)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Black Metal (Mayhem)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Black Metal (Nile)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Black Metal (Venom)
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
29
Brewer
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
148
Bright
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
474
Brogrammer
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Brush Trees
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
248
Brush Trees Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Chalk
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
338
Circus
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Classic Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
461
Classic Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
671
Codeschool
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
184
Colors
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Cupcake
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
411
Cupertino
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
288
DanQing
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
31
DanQing Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Darcula
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
darkmoss
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
25
Darktooth
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Dark Violet
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
39
Decaf
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
38
Default Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
322
Default Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
336
dirtysea
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
63
Dracula
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
386
Edge Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Edge Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
47
Eighties
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Embers
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
122
Equilibrium Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
25
Equilibrium Gray Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Equilibrium Gray Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Equilibrium Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
35
Espresso
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Eva
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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 Dim
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Flat
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
338
Framer
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Fruit Soda
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Gigavolt
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
38
Github
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
730
Google Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
655
Google Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Grayscale Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
180
Grayscale Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
507
Green Screen
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
562
Gruber
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Gruvbox dark, hard
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Gruvbox dark, medium
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
136
Gruvbox dark, pale
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
121
Gruvbox dark, soft
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
137
Gruvbox light, hard
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
298
Gruvbox light, medium
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
222
Gruvbox light, soft
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
262
Hardcore
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Harmonic16 Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Harmonic16 Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
235
Heetch Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Heetch Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Helios
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Hopscotch
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
133
Horizon Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
25
Horizon Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Horizon Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
29
Horizon Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Humanoid dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Humanoid light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
35
iA Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
iA Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Icy Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
242
IR Black
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
184
Isotope
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
118
Kimber
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Macintosh
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
140
Marrakesh
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
103
Materia
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Material
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
358
Material Darker
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
289
Material Lighter
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Material Palenight
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Material Vivid
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Mellow Purple
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
103
Mexico Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
129
Mocha
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
205
Monokai
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
510
Nebula
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Nord
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Nova
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
44
Ocean
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
335
OceanicNext
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
334
One Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
OneDark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
212
Outrun Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
PaperColor Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
PaperColor Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
45
Paraiso
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
92
Pasque
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
PhD
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Pico
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
pinky
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Pop
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
122
Porple
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
88
Qualia
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Railscasts
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
62
Rebecca
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
179
Rosé Pine
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Rosé Pine Dawn
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
34
Rosé Pine Moon
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Sagelight
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Sakura
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
45
Sandcastle
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
25
Seti UI
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Shades of Purple
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Shapeshifter
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Silk Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
45
Silk Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
38
Snazzy
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Solar Flare
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
93
Solar Flare Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Solarized Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
889
Solarized Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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.5K
Spacemacs
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
103
summercamp
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Summerfruit Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
122
Summerfruit Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
121
Synth Midnight Terminal Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Synth Midnight Terminal Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Tango
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
tender
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
London Tube
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
71
Twilight
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Unikitty Dark
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Unikitty Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
vulcan
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Windows 10
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
42
Windows 10 Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Windows 95
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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 95 Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Windows High Contrast
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Windows High Contrast Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Windows NT
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
25
Windows NT Light
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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
Woodland
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
168
XCode Dusk
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
191
Zenburn
  1 procedure TForm1.Button1Click(Sender: TObject);
  2 var
  3   Number, I, X: Integer;
  4 begin
  5   Number := 123 + $FF + 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>
562

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

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

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

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

スポンサーリンク

フォローする