⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 output.il

📁 100个非常有趣的C语言UNIX程序实例。可以在乐趣中练习C语言编程。
💻 IL
📖 第 1 页 / 共 4 页
字号:
      IL_0139:  ldc.i4.s   23
      IL_013b:  newobj     instance void [System.Drawing]System.Drawing.Size::.ctor(int32,
                                                                                    int32)
      IL_0140:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control::set_Size(valuetype [System.Drawing]System.Drawing.Size)
      IL_0145:  ldarg.0
      IL_0146:  ldfld      class [System.Windows.Forms]System.Windows.Forms.ProgressBar GraphicsCopyright.Form1::progressBar1
      IL_014b:  ldc.i4.s   100
      IL_014d:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.ProgressBar::set_Step(int32)
      IL_0152:  ldarg.0
      IL_0153:  ldfld      class [System.Windows.Forms]System.Windows.Forms.ProgressBar GraphicsCopyright.Form1::progressBar1
      IL_0158:  ldc.i4.2
      IL_0159:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control::set_TabIndex(int32)
      IL_015e:  ldarg.0
      IL_015f:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem1
      IL_0164:  ldc.i4.0
      IL_0165:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.MenuItem::set_Index(int32)
      IL_016a:  ldarg.0
      IL_016b:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem1
      IL_0170:  callvirt   instance class [System.Windows.Forms]System.Windows.Forms.Menu/MenuItemCollection [System.Windows.Forms]System.Windows.Forms.Menu::get_MenuItems()
      IL_0175:  ldc.i4.1
      IL_0176:  newarr     [System.Windows.Forms]System.Windows.Forms.MenuItem
      IL_017b:  stloc.0
      IL_017c:  ldloc.0
      IL_017d:  ldc.i4.0
      IL_017e:  ldarg.0
      IL_017f:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem2
      IL_0184:  stelem.ref
      IL_0185:  ldloc.0
      IL_0186:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Menu/MenuItemCollection::AddRange(class [System.Windows.Forms]System.Windows.Forms.MenuItem[])
      IL_018b:  ldarg.0
      IL_018c:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem1
      IL_0191:  ldstr      "File"
      IL_0196:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.MenuItem::set_Text(string)
      IL_019b:  ldarg.0
      IL_019c:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem2
      IL_01a1:  ldc.i4.0
      IL_01a2:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.MenuItem::set_Index(int32)
      IL_01a7:  ldarg.0
      IL_01a8:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem2
      IL_01ad:  ldstr      "Open"
      IL_01b2:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.MenuItem::set_Text(string)
      IL_01b7:  ldarg.0
      IL_01b8:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem2
      IL_01bd:  ldarg.0
      IL_01be:  ldftn      instance void GraphicsCopyright.Form1::menuItem2_Click(object,
                                                                                  class [mscorlib]System.EventArgs)
      IL_01c4:  newobj     instance void [mscorlib]System.EventHandler::.ctor(object,
                                                                              native unsigned int)
      IL_01c9:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.MenuItem::add_Click(class [mscorlib]System.EventHandler)
      IL_01ce:  ldarg.0
      IL_01cf:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem3
      IL_01d4:  ldc.i4.1
      IL_01d5:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.MenuItem::set_Index(int32)
      IL_01da:  ldarg.0
      IL_01db:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem3
      IL_01e0:  callvirt   instance class [System.Windows.Forms]System.Windows.Forms.Menu/MenuItemCollection [System.Windows.Forms]System.Windows.Forms.Menu::get_MenuItems()
      IL_01e5:  ldc.i4.1
      IL_01e6:  newarr     [System.Windows.Forms]System.Windows.Forms.MenuItem
      IL_01eb:  stloc.1
      IL_01ec:  ldloc.1
      IL_01ed:  ldc.i4.0
      IL_01ee:  ldarg.0
      IL_01ef:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem4
      IL_01f4:  stelem.ref
      IL_01f5:  ldloc.1
      IL_01f6:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Menu/MenuItemCollection::AddRange(class [System.Windows.Forms]System.Windows.Forms.MenuItem[])
      IL_01fb:  ldarg.0
      IL_01fc:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem3
      IL_0201:  ldstr      "Help"
      IL_0206:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.MenuItem::set_Text(string)
      IL_020b:  ldarg.0
      IL_020c:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MainMenu GraphicsCopyright.Form1::mainMenu1
      IL_0211:  callvirt   instance class [System.Windows.Forms]System.Windows.Forms.Menu/MenuItemCollection [System.Windows.Forms]System.Windows.Forms.Menu::get_MenuItems()
      IL_0216:  ldc.i4.2
      IL_0217:  newarr     [System.Windows.Forms]System.Windows.Forms.MenuItem
      IL_021c:  stloc.2
      IL_021d:  ldloc.2
      IL_021e:  ldc.i4.0
      IL_021f:  ldarg.0
      IL_0220:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem1
      IL_0225:  stelem.ref
      IL_0226:  ldloc.2
      IL_0227:  ldc.i4.1
      IL_0228:  ldarg.0
      IL_0229:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MenuItem GraphicsCopyright.Form1::menuItem3
      IL_022e:  stelem.ref
      IL_022f:  ldloc.2
      IL_0230:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Menu/MenuItemCollection::AddRange(class [System.Windows.Forms]System.Windows.Forms.MenuItem[])
      IL_0235:  ldarg.0
      IL_0236:  ldfld      class [System.Windows.Forms]System.Windows.Forms.PictureBox GraphicsCopyright.Form1::pictureBox1
      IL_023b:  ldc.i4     0xa0
      IL_0240:  ldc.i4.s   16
      IL_0242:  newobj     instance void [System.Drawing]System.Drawing.Point::.ctor(int32,
                                                                                     int32)
      IL_0247:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control::set_Location(valuetype [System.Drawing]System.Drawing.Point)
      IL_024c:  ldarg.0
      IL_024d:  ldfld      class [System.Windows.Forms]System.Windows.Forms.PictureBox GraphicsCopyright.Form1::pictureBox1
      IL_0252:  ldstr      "pictureBox1"
      IL_0257:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control::set_Name(string)
      IL_025c:  ldarg.0
      IL_025d:  ldfld      class [System.Windows.Forms]System.Windows.Forms.PictureBox GraphicsCopyright.Form1::pictureBox1
      IL_0262:  ldc.i4.s   100
      IL_0264:  ldc.i4.s   100
      IL_0266:  newobj     instance void [System.Drawing]System.Drawing.Size::.ctor(int32,
                                                                                    int32)
      IL_026b:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control::set_Size(valuetype [System.Drawing]System.Drawing.Size)
      IL_0270:  ldarg.0
      IL_0271:  ldfld      class [System.Windows.Forms]System.Windows.Forms.PictureBox GraphicsCopyright.Form1::pictureBox1
      IL_0276:  ldc.i4.0
      IL_0277:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.PictureBox::set_TabIndex(int32)
      IL_027c:  ldarg.0
      IL_027d:  ldfld      class [System.Windows.Forms]System.Windows.Forms.PictureBox GraphicsCopyright.Form1::pictureBox1
      IL_0282:  ldc.i4.0
      IL_0283:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.PictureBox::set_TabStop(bool)
      IL_0288:  ldarg.0
      IL_0289:  ldfld      class [System.Windows.Forms]System.Windows.Forms.GroupBox GraphicsCopyright.Form1::groupBox1
      IL_028e:  callvirt   instance class [System.Windows.Forms]System.Windows.Forms.Control/ControlCollection [System.Windows.Forms]System.Windows.Forms.Control::get_Controls()
      IL_0293:  ldc.i4.1
      IL_0294:  newarr     [System.Windows.Forms]System.Windows.Forms.Control
      IL_0299:  stloc.3
      IL_029a:  ldloc.3
      IL_029b:  ldc.i4.0
      IL_029c:  ldarg.0
      IL_029d:  ldfld      class [System.Windows.Forms]System.Windows.Forms.Button GraphicsCopyright.Form1::button1
      IL_02a2:  stelem.ref
      IL_02a3:  ldloc.3
      IL_02a4:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control/ControlCollection::AddRange(class [System.Windows.Forms]System.Windows.Forms.Control[])
      IL_02a9:  ldarg.0
      IL_02aa:  ldfld      class [System.Windows.Forms]System.Windows.Forms.GroupBox GraphicsCopyright.Form1::groupBox1
      IL_02af:  ldc.i4.8
      IL_02b0:  ldc.i4.0
      IL_02b1:  newobj     instance void [System.Drawing]System.Drawing.Point::.ctor(int32,
                                                                                     int32)
      IL_02b6:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control::set_Location(valuetype [System.Drawing]System.Drawing.Point)
      IL_02bb:  ldarg.0
      IL_02bc:  ldfld      class [System.Windows.Forms]System.Windows.Forms.GroupBox GraphicsCopyright.Form1::groupBox1
      IL_02c1:  ldstr      "groupBox1"
      IL_02c6:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control::set_Name(string)
      IL_02cb:  ldarg.0
      IL_02cc:  ldfld      class [System.Windows.Forms]System.Windows.Forms.GroupBox GraphicsCopyright.Form1::groupBox1
      IL_02d1:  ldc.i4     0x108
      IL_02d6:  ldc.i4     0x80
      IL_02db:  newobj     instance void [System.Drawing]System.Drawing.Size::.ctor(int32,
                                                                                    int32)
      IL_02e0:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control::set_Size(valuetype [System.Drawing]System.Drawing.Size)
      IL_02e5:  ldarg.0
      IL_02e6:  ldfld      class [System.Windows.Forms]System.Windows.Forms.GroupBox GraphicsCopyright.Form1::groupBox1
      IL_02eb:  ldc.i4.1
      IL_02ec:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control::set_TabIndex(int32)
      IL_02f1:  ldarg.0
      IL_02f2:  ldfld      class [System.Windows.Forms]System.Windows.Forms.GroupBox GraphicsCopyright.Form1::groupBox1
      IL_02f7:  ldc.i4.0
      IL_02f8:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.GroupBox::set_TabStop(bool)
      IL_02fd:  ldarg.0
      IL_02fe:  ldfld      class [System.Windows.Forms]System.Windows.Forms.GroupBox GraphicsCopyright.Form1::groupBox1
      IL_0303:  ldarg.0
      IL_0304:  ldftn      instance void GraphicsCopyright.Form1::groupBox1_Enter(object,
                                                                                  class [mscorlib]System.EventArgs)
      IL_030a:  newobj     instance void [mscorlib]System.EventHandler::.ctor(object,
                                                                              native unsigned int)
      IL_030f:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control::add_Enter(class [mscorlib]System.EventHandler)
      IL_0314:  ldarg.0
      IL_0315:  ldc.i4.5
      IL_0316:  ldc.i4.s   13
      IL_0318:  newobj     instance void [System.Drawing]System.Drawing.Size::.ctor(int32,
                                                                                    int32)
      IL_031d:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Form::set_AutoScaleBaseSize(valuetype [System.Drawing]System.Drawing.Size)
      IL_0322:  ldarg.0
      IL_0323:  ldc.i4     0x118
      IL_0328:  ldc.i4     0xa9
      IL_032d:  newobj     instance void [System.Drawing]System.Drawing.Size::.ctor(int32,
                                                                                    int32)
      IL_0332:  call       instance void [System.Windows.Forms]System.Windows.Forms.Form::set_ClientSize(valuetype [System.Drawing]System.Drawing.Size)
      IL_0337:  ldarg.0
      IL_0338:  call       instance class [System.Windows.Forms]System.Windows.Forms.Control/ControlCollection [System.Windows.Forms]System.Windows.Forms.Control::get_Controls()
      IL_033d:  ldc.i4.3
      IL_033e:  newarr     [System.Windows.Forms]System.Windows.Forms.Control
      IL_0343:  stloc.s    CS$00000002$00000004
      IL_0345:  ldloc.s    CS$00000002$00000004
      IL_0347:  ldc.i4.0
      IL_0348:  ldarg.0
      IL_0349:  ldfld      class [System.Windows.Forms]System.Windows.Forms.ProgressBar GraphicsCopyright.Form1::progressBar1
      IL_034e:  stelem.ref
      IL_034f:  ldloc.s    CS$00000002$00000004
      IL_0351:  ldc.i4.1
      IL_0352:  ldarg.0
      IL_0353:  ldfld      class [System.Windows.Forms]System.Windows.Forms.PictureBox GraphicsCopyright.Form1::pictureBox1
      IL_0358:  stelem.ref
      IL_0359:  ldloc.s    CS$00000002$00000004
      IL_035b:  ldc.i4.2
      IL_035c:  ldarg.0
      IL_035d:  ldfld      class [System.Windows.Forms]System.Windows.Forms.GroupBox GraphicsCopyright.Form1::groupBox1
      IL_0362:  stelem.ref
      IL_0363:  ldloc.s    CS$00000002$00000004
      IL_0365:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control/ControlCollection::AddRange(class [System.Windows.Forms]System.Windows.Forms.Control[])
      IL_036a:  ldarg.0
      IL_036b:  ldarg.0
      IL_036c:  ldfld      class [System.Windows.Forms]System.Windows.Forms.MainMenu GraphicsCopyright.Form1::mainMenu1
      IL_0371:  call       instance void [System.Windows.Forms]System.Windows.Forms.Form::set_Menu(class [System.Windows.Forms]System.Windows.Forms.MainMenu)
      IL_0376:  ldarg.0
      IL_0377:  ldstr      "Form1"
      IL_037c:  call       instance void [System.Windows.Forms]System.Windows.Forms.Control::set_Name(string)
      IL_0381:  ldarg.0
      IL_0382:  ldstr      "Graphics Copyright"
      IL_0387:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control::set_Text(string)
      IL_038c:  ldarg.0
      IL_038d:  ldfld      class [System.Windows.Forms]System.Windows.Forms.GroupBox GraphicsCopyright.Form1::groupBox1
      IL_0392:  ldc.i4.0
      IL_0393:  callvirt   instance void [System.Windows.Forms]System.Windows.Forms.Control::ResumeLayout(bool)
      IL_0398:  ldarg.0
      IL_0399:  ldc.i4.0
      IL_039a:  call       instance void [System.Windows.Forms]System.Windows.Forms.Control::ResumeLayout(bool)
      IL_039f:  ret

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -