hytos / DTI_PID / SPPIDConverter / Form / SplashScreenWrapper.Designer.cs @ ca214bc3
이력 | 보기 | 이력해설 | 다운로드 (1.55 KB)
1 | ca214bc3 | gaqhf | namespace Converter.SPPID.Form |
---|---|---|---|
2 | { |
||
3 | partial class SplashScreenWrapper |
||
4 | { |
||
5 | /// <summary> |
||
6 | /// Required designer variable. |
||
7 | /// </summary> |
||
8 | private System.ComponentModel.IContainer components = null; |
||
9 | |||
10 | /// <summary> |
||
11 | /// Clean up any resources being used. |
||
12 | /// </summary> |
||
13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
||
14 | protected override void Dispose(bool disposing) |
||
15 | { |
||
16 | if (disposing && (components != null)) |
||
17 | { |
||
18 | components.Dispose(); |
||
19 | } |
||
20 | base.Dispose(disposing); |
||
21 | } |
||
22 | |||
23 | #region Windows Form Designer generated code |
||
24 | |||
25 | /// <summary> |
||
26 | /// Required method for Designer support - do not modify |
||
27 | /// the contents of this method with the code editor. |
||
28 | /// </summary> |
||
29 | private void InitializeComponent() |
||
30 | { |
||
31 | this.SuspendLayout(); |
||
32 | // |
||
33 | // SplashScreenWrapper |
||
34 | // |
||
35 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
36 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
37 | this.ClientSize = new System.Drawing.Size(556, 358); |
||
38 | this.Name = "SplashScreenWrapper"; |
||
39 | this.Text = "SplashScreenWrapper"; |
||
40 | this.Load += new System.EventHandler(this.SplashScreenWrapper_Load); |
||
41 | this.Shown += new System.EventHandler(this.SplashScreenWrapper_Shown); |
||
42 | this.ResumeLayout(false); |
||
43 | |||
44 | } |
||
45 | |||
46 | #endregion |
||
47 | } |
||
48 | } |