Develop and Download Open Source Software

Browse Subversion Repository

Contents of /CacheManageWindow.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (show annotations) (download)
Sun Feb 13 06:55:09 2011 UTC (13 years ago) by aqua877
File size: 5955 byte(s)


1 namespace Aqua877.WinApp.IronLivetube
2 {
3 partial class CacheManageWindow
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.label1 = new System.Windows.Forms.Label();
32 this.label2 = new System.Windows.Forms.Label();
33 this.label3 = new System.Windows.Forms.Label();
34 this.CachingCommentsCountLabel = new System.Windows.Forms.Label();
35 this.CachingThumbnailsCountLabel = new System.Windows.Forms.Label();
36 this.UsingMemoriesCountLabel = new System.Windows.Forms.Label();
37 this.CleanCachesButton = new System.Windows.Forms.Button();
38 this.RunGCButton = new System.Windows.Forms.Button();
39 this.SuspendLayout();
40 //
41 // label1
42 //
43 this.label1.AutoSize = true;
44 this.label1.Location = new System.Drawing.Point(12, 9);
45 this.label1.Name = "label1";
46 this.label1.Size = new System.Drawing.Size(119, 18);
47 this.label1.TabIndex = 0;
48 this.label1.Text = "Caching comments";
49 //
50 // label2
51 //
52 this.label2.AutoSize = true;
53 this.label2.Location = new System.Drawing.Point(12, 36);
54 this.label2.Name = "label2";
55 this.label2.Size = new System.Drawing.Size(121, 18);
56 this.label2.TabIndex = 1;
57 this.label2.Text = "Caching thumbnails";
58 //
59 // label3
60 //
61 this.label3.AutoSize = true;
62 this.label3.Location = new System.Drawing.Point(12, 63);
63 this.label3.Name = "label3";
64 this.label3.Size = new System.Drawing.Size(103, 18);
65 this.label3.TabIndex = 2;
66 this.label3.Text = "Using memories";
67 //
68 // CachingCommentsCountLabel
69 //
70 this.CachingCommentsCountLabel.AutoSize = true;
71 this.CachingCommentsCountLabel.Location = new System.Drawing.Point(139, 9);
72 this.CachingCommentsCountLabel.Name = "CachingCommentsCountLabel";
73 this.CachingCommentsCountLabel.Size = new System.Drawing.Size(15, 18);
74 this.CachingCommentsCountLabel.TabIndex = 3;
75 this.CachingCommentsCountLabel.Text = "0";
76 //
77 // CachingThumbnailsCountLabel
78 //
79 this.CachingThumbnailsCountLabel.AutoSize = true;
80 this.CachingThumbnailsCountLabel.Location = new System.Drawing.Point(139, 36);
81 this.CachingThumbnailsCountLabel.Name = "CachingThumbnailsCountLabel";
82 this.CachingThumbnailsCountLabel.Size = new System.Drawing.Size(15, 18);
83 this.CachingThumbnailsCountLabel.TabIndex = 4;
84 this.CachingThumbnailsCountLabel.Text = "0";
85 //
86 // UsingMemoriesCountLabel
87 //
88 this.UsingMemoriesCountLabel.AutoSize = true;
89 this.UsingMemoriesCountLabel.Location = new System.Drawing.Point(139, 63);
90 this.UsingMemoriesCountLabel.Name = "UsingMemoriesCountLabel";
91 this.UsingMemoriesCountLabel.Size = new System.Drawing.Size(42, 18);
92 this.UsingMemoriesCountLabel.TabIndex = 5;
93 this.UsingMemoriesCountLabel.Text = "0.0KB";
94 //
95 // CleanCachesButton
96 //
97 this.CleanCachesButton.Location = new System.Drawing.Point(12, 94);
98 this.CleanCachesButton.Name = "CleanCachesButton";
99 this.CleanCachesButton.Size = new System.Drawing.Size(100, 25);
100 this.CleanCachesButton.TabIndex = 7;
101 this.CleanCachesButton.Text = "Clean caches";
102 this.CleanCachesButton.UseVisualStyleBackColor = true;
103 this.CleanCachesButton.Click += new System.EventHandler(this.CleanCachesButton_Click);
104 //
105 // RunGCButton
106 //
107 this.RunGCButton.Location = new System.Drawing.Point(118, 94);
108 this.RunGCButton.Name = "RunGCButton";
109 this.RunGCButton.Size = new System.Drawing.Size(100, 25);
110 this.RunGCButton.TabIndex = 8;
111 this.RunGCButton.Text = "Run GC";
112 this.RunGCButton.UseVisualStyleBackColor = true;
113 this.RunGCButton.Click += new System.EventHandler(this.RunGCButton_Click);
114 //
115 // CacheManageWindow
116 //
117 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 18F);
118 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
119 this.ClientSize = new System.Drawing.Size(231, 130);
120 this.Controls.Add(this.RunGCButton);
121 this.Controls.Add(this.CleanCachesButton);
122 this.Controls.Add(this.UsingMemoriesCountLabel);
123 this.Controls.Add(this.CachingThumbnailsCountLabel);
124 this.Controls.Add(this.CachingCommentsCountLabel);
125 this.Controls.Add(this.label3);
126 this.Controls.Add(this.label2);
127 this.Controls.Add(this.label1);
128 this.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
129 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
130 this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
131 this.MaximizeBox = false;
132 this.MinimizeBox = false;
133 this.Name = "CacheManageWindow";
134 this.ShowIcon = false;
135 this.ShowInTaskbar = false;
136 this.Text = "キャッシュ";
137 this.ResumeLayout(false);
138 this.PerformLayout();
139
140 }
141
142 #endregion
143
144 private System.Windows.Forms.Label label1;
145 private System.Windows.Forms.Label label2;
146 private System.Windows.Forms.Label label3;
147 private System.Windows.Forms.Label CachingCommentsCountLabel;
148 private System.Windows.Forms.Label CachingThumbnailsCountLabel;
149 private System.Windows.Forms.Label UsingMemoriesCountLabel;
150 private System.Windows.Forms.Button CleanCachesButton;
151 private System.Windows.Forms.Button RunGCButton;
152 }
153 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26