MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / InitializeComponent

Method InitializeComponent

TexturedFontEditor/FontEditor.designer.cs:29–621  ·  view source on GitHub ↗

Required method for Designer support - do not modify the contents of this method with the code editor.

()

Source from the content-addressed store, hash-verified

27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FontEditor));
32 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
33 this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34 this.ToolStripMenuItem_new = new System.Windows.Forms.ToolStripMenuItem();
35 this.ToolStripMenuItem_open = new System.Windows.Forms.ToolStripMenuItem();
36 this.ToolStripMenuItem_save = new System.Windows.Forms.ToolStripMenuItem();
37 this.ToolStripMenuItem_saveas = new System.Windows.Forms.ToolStripMenuItem();
38 this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
39 this.ToolStripMenuItem_export = new System.Windows.Forms.ToolStripMenuItem();
40 this.ToolStripMenuItem_exporttex = new System.Windows.Forms.ToolStripMenuItem();
41 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
42 this.ToolStripMenuItem_exportLayout = new System.Windows.Forms.ToolStripMenuItem();
43 this.ToolStripMenuItem_paste = new System.Windows.Forms.ToolStripMenuItem();
44 this.填充FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.ToolStripMenuItem_fromText = new System.Windows.Forms.ToolStripMenuItem();
46 this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
47 this.ToolStripMenuItem_setfont = new System.Windows.Forms.ToolStripMenuItem();
48 this.ToolStripMenuItem_setcolor = new System.Windows.Forms.ToolStripMenuItem();
49 this.ToolStripMenuItem_setmargin = new System.Windows.Forms.ToolStripMenuItem();
50 this.ToolStripMenuItem_setadv = new System.Windows.Forms.ToolStripMenuItem();
51 this.ToolStripMenuItem_setbaseline = new System.Windows.Forms.ToolStripMenuItem();
52 this.选项OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53 this.背景颜色BToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54 this.ToolStripMenuItem_bk_white = new System.Windows.Forms.ToolStripMenuItem();
55 this.ToolStripMenuItem_bk_black = new System.Windows.Forms.ToolStripMenuItem();
56 this.ToolStripMenuItem_showfont = new System.Windows.Forms.ToolStripMenuItem();
57 this.ToolStripMenuItem_showmargin = new System.Windows.Forms.ToolStripMenuItem();
58 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
59 this.设置纹理大小SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60 this.ToolStripMenuItem_256x256 = new System.Windows.Forms.ToolStripMenuItem();
61 this.ToolStripMenuItem_512x512 = new System.Windows.Forms.ToolStripMenuItem();
62 this.ToolStripMenuItem_1024x1024 = new System.Windows.Forms.ToolStripMenuItem();
63 this.ToolStripMenuItem_2048x2048 = new System.Windows.Forms.ToolStripMenuItem();
64 this.ToolStripMenuItem_usersize = new System.Windows.Forms.ToolStripMenuItem();
65 this.抗锯齿AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
66 this.ToolStripMenuItem_AA_Default = new System.Windows.Forms.ToolStripMenuItem();
67 this.ToolStripMenuItem_AA_AA = new System.Windows.Forms.ToolStripMenuItem();
68 this.ToolStripMenuItem_AA_AAGF = new System.Windows.Forms.ToolStripMenuItem();
69 this.ToolStripMenuItem_AA_SBPP = new System.Windows.Forms.ToolStripMenuItem();
70 this.ToolStripMenuItem_AA_SBPPGF = new System.Windows.Forms.ToolStripMenuItem();
71 this.splitContainer1 = new System.Windows.Forms.SplitContainer();
72 this.listView_charmap = new System.Windows.Forms.ListView();
73 this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
74 this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
75 this.toolStrip1 = new System.Windows.Forms.ToolStrip();
76 this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
77 this.splitContainer2 = new System.Windows.Forms.SplitContainer();
78 this.propertyGrid_char = new System.Windows.Forms.PropertyGrid();
79 this.saveFileDialog_def = new System.Windows.Forms.SaveFileDialog();
80 this.openFileDialog_def = new System.Windows.Forms.OpenFileDialog();
81 this.saveFileDialog_savepng = new System.Windows.Forms.SaveFileDialog();
82 this.fontDialog_main = new System.Windows.Forms.FontDialog();
83 this.colorDialog_main = new System.Windows.Forms.ColorDialog();
84 this.saveFileDialog_savexml = new System.Windows.Forms.SaveFileDialog();
85 this.toolStripButton_add = new System.Windows.Forms.ToolStripButton();
86 this.toolStripButton_remove = new System.Windows.Forms.ToolStripButton();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected