OSDN Git Service

初期登録
[maildivsender/maildivsender.git] / MailDivSender / SenderForm.Designer.cs
1 namespace MailDivSender
2 {
3     partial class SenderForm
4     {
5         /// <summary>
6         /// 必要なデザイナー変数です。
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// 使用中のリソースをすべてクリーンアップします。
12         /// </summary>
13         /// <param name="disposing">マネージド リソースを破棄する場合は true を指定し、その他の場合は 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 フォーム デザイナーで生成されたコード
24
25         /// <summary>
26         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
27         /// コード エディターで変更しないでください。
28         /// </summary>
29         private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SenderForm));
32             this.label1 = new System.Windows.Forms.Label();
33             this.label2 = new System.Windows.Forms.Label();
34             this.CCAddressPanel = new System.Windows.Forms.Panel();
35             this.AddCCBtn = new System.Windows.Forms.Button();
36             this.SubjectTxt = new System.Windows.Forms.TextBox();
37             this.label3 = new System.Windows.Forms.Label();
38             this.MessageTxt = new System.Windows.Forms.TextBox();
39             this.AttachList = new System.Windows.Forms.ListBox();
40             this.label4 = new System.Windows.Forms.Label();
41             this.SendBtn = new System.Windows.Forms.Button();
42             this.StatusSp = new System.Windows.Forms.StatusStrip();
43             this.StatusPrg = new System.Windows.Forms.ToolStripProgressBar();
44             this.StatusLbl = new System.Windows.Forms.ToolStripStatusLabel();
45             this.MainPanel = new System.Windows.Forms.Panel();
46             this.SenderCnt = new MailDivSender.AddressControl();
47             this.ToCtl = new MailDivSender.AddressControl();
48             this.MenuStrip = new System.Windows.Forms.MenuStrip();
49             this.設定ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50             this.ServerSettingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51             this.StatusSp.SuspendLayout();
52             this.MainPanel.SuspendLayout();
53             this.MenuStrip.SuspendLayout();
54             this.SuspendLayout();
55             // 
56             // label1
57             // 
58             this.label1.AutoSize = true;
59             this.label1.Location = new System.Drawing.Point(3, 14);
60             this.label1.Name = "label1";
61             this.label1.Size = new System.Drawing.Size(41, 12);
62             this.label1.TabIndex = 2;
63             this.label1.Text = "差出人";
64             // 
65             // label2
66             // 
67             this.label2.AutoSize = true;
68             this.label2.Location = new System.Drawing.Point(3, 49);
69             this.label2.Name = "label2";
70             this.label2.Size = new System.Drawing.Size(29, 12);
71             this.label2.TabIndex = 3;
72             this.label2.Text = "宛先";
73             // 
74             // CCAddressPanel
75             // 
76             this.CCAddressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
77             | System.Windows.Forms.AnchorStyles.Right)));
78             this.CCAddressPanel.AutoScroll = true;
79             this.CCAddressPanel.Location = new System.Drawing.Point(5, 78);
80             this.CCAddressPanel.Name = "CCAddressPanel";
81             this.CCAddressPanel.Size = new System.Drawing.Size(864, 112);
82             this.CCAddressPanel.TabIndex = 5;
83             // 
84             // AddCCBtn
85             // 
86             this.AddCCBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
87             this.AddCCBtn.Location = new System.Drawing.Point(794, 49);
88             this.AddCCBtn.Name = "AddCCBtn";
89             this.AddCCBtn.Size = new System.Drawing.Size(75, 23);
90             this.AddCCBtn.TabIndex = 6;
91             this.AddCCBtn.Text = "追加";
92             this.AddCCBtn.UseVisualStyleBackColor = true;
93             this.AddCCBtn.Click += new System.EventHandler(this.AddCCBtn_Click);
94             // 
95             // SubjectTxt
96             // 
97             this.SubjectTxt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
98             | System.Windows.Forms.AnchorStyles.Right)));
99             this.SubjectTxt.Location = new System.Drawing.Point(50, 202);
100             this.SubjectTxt.Name = "SubjectTxt";
101             this.SubjectTxt.Size = new System.Drawing.Size(819, 19);
102             this.SubjectTxt.TabIndex = 7;
103             // 
104             // label3
105             // 
106             this.label3.AutoSize = true;
107             this.label3.Location = new System.Drawing.Point(3, 205);
108             this.label3.Name = "label3";
109             this.label3.Size = new System.Drawing.Size(29, 12);
110             this.label3.TabIndex = 3;
111             this.label3.Text = "件名";
112             // 
113             // MessageTxt
114             // 
115             this.MessageTxt.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
116             | System.Windows.Forms.AnchorStyles.Left) 
117             | System.Windows.Forms.AnchorStyles.Right)));
118             this.MessageTxt.Location = new System.Drawing.Point(3, 235);
119             this.MessageTxt.Multiline = true;
120             this.MessageTxt.Name = "MessageTxt";
121             this.MessageTxt.ScrollBars = System.Windows.Forms.ScrollBars.Both;
122             this.MessageTxt.Size = new System.Drawing.Size(866, 237);
123             this.MessageTxt.TabIndex = 8;
124             // 
125             // AttachList
126             // 
127             this.AttachList.AllowDrop = true;
128             this.AttachList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
129             | System.Windows.Forms.AnchorStyles.Right)));
130             this.AttachList.FormattingEnabled = true;
131             this.AttachList.ItemHeight = 12;
132             this.AttachList.Location = new System.Drawing.Point(50, 486);
133             this.AttachList.Name = "AttachList";
134             this.AttachList.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
135             this.AttachList.Size = new System.Drawing.Size(819, 100);
136             this.AttachList.TabIndex = 9;
137             this.AttachList.DragDrop += new System.Windows.Forms.DragEventHandler(this.AttachList_DragDrop);
138             this.AttachList.DragEnter += new System.Windows.Forms.DragEventHandler(this.AttachList_DragEnter);
139             this.AttachList.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AttachList_KeyDown);
140             // 
141             // label4
142             // 
143             this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
144             this.label4.AutoSize = true;
145             this.label4.Location = new System.Drawing.Point(3, 486);
146             this.label4.Name = "label4";
147             this.label4.Size = new System.Drawing.Size(29, 12);
148             this.label4.TabIndex = 10;
149             this.label4.Text = "添付";
150             // 
151             // SendBtn
152             // 
153             this.SendBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
154             this.SendBtn.Location = new System.Drawing.Point(794, 8);
155             this.SendBtn.Name = "SendBtn";
156             this.SendBtn.Size = new System.Drawing.Size(75, 35);
157             this.SendBtn.TabIndex = 11;
158             this.SendBtn.Text = "送信";
159             this.SendBtn.UseVisualStyleBackColor = true;
160             this.SendBtn.Click += new System.EventHandler(this.SendBtn_Click);
161             // 
162             // StatusSp
163             // 
164             this.StatusSp.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
165             this.StatusPrg,
166             this.StatusLbl});
167             this.StatusSp.Location = new System.Drawing.Point(0, 614);
168             this.StatusSp.Name = "StatusSp";
169             this.StatusSp.Size = new System.Drawing.Size(872, 22);
170             this.StatusSp.TabIndex = 12;
171             this.StatusSp.Text = "statusStrip1";
172             // 
173             // StatusPrg
174             // 
175             this.StatusPrg.Name = "StatusPrg";
176             this.StatusPrg.Size = new System.Drawing.Size(100, 16);
177             // 
178             // StatusLbl
179             // 
180             this.StatusLbl.Name = "StatusLbl";
181             this.StatusLbl.Size = new System.Drawing.Size(0, 17);
182             // 
183             // MainPanel
184             // 
185             this.MainPanel.Controls.Add(this.label1);
186             this.MainPanel.Controls.Add(this.SenderCnt);
187             this.MainPanel.Controls.Add(this.SendBtn);
188             this.MainPanel.Controls.Add(this.label2);
189             this.MainPanel.Controls.Add(this.label4);
190             this.MainPanel.Controls.Add(this.label3);
191             this.MainPanel.Controls.Add(this.AttachList);
192             this.MainPanel.Controls.Add(this.ToCtl);
193             this.MainPanel.Controls.Add(this.MessageTxt);
194             this.MainPanel.Controls.Add(this.CCAddressPanel);
195             this.MainPanel.Controls.Add(this.SubjectTxt);
196             this.MainPanel.Controls.Add(this.AddCCBtn);
197             this.MainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
198             this.MainPanel.Location = new System.Drawing.Point(0, 24);
199             this.MainPanel.Name = "MainPanel";
200             this.MainPanel.Size = new System.Drawing.Size(872, 590);
201             this.MainPanel.TabIndex = 13;
202             // 
203             // SenderCnt
204             // 
205             this.SenderCnt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
206             | System.Windows.Forms.AnchorStyles.Right)));
207             this.SenderCnt.BackColor = System.Drawing.SystemColors.ControlLight;
208             this.SenderCnt.Location = new System.Drawing.Point(50, 8);
209             this.SenderCnt.Name = "SenderCnt";
210             this.SenderCnt.Size = new System.Drawing.Size(738, 29);
211             this.SenderCnt.TabIndex = 1;
212             // 
213             // ToCtl
214             // 
215             this.ToCtl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
216             | System.Windows.Forms.AnchorStyles.Right)));
217             this.ToCtl.BackColor = System.Drawing.SystemColors.ControlLight;
218             this.ToCtl.Location = new System.Drawing.Point(50, 43);
219             this.ToCtl.Name = "ToCtl";
220             this.ToCtl.Size = new System.Drawing.Size(738, 29);
221             this.ToCtl.TabIndex = 4;
222             // 
223             // MenuStrip
224             // 
225             this.MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
226             this.設定ToolStripMenuItem});
227             this.MenuStrip.Location = new System.Drawing.Point(0, 0);
228             this.MenuStrip.Name = "MenuStrip";
229             this.MenuStrip.Size = new System.Drawing.Size(872, 24);
230             this.MenuStrip.TabIndex = 14;
231             this.MenuStrip.Text = "menuStrip1";
232             // 
233             // 設定ToolStripMenuItem
234             // 
235             this.設定ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
236             this.ServerSettingMenuItem});
237             this.設定ToolStripMenuItem.Name = "設定ToolStripMenuItem";
238             this.設定ToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
239             this.設定ToolStripMenuItem.Text = "設定";
240             // 
241             // ServerSettingMenuItem
242             // 
243             this.ServerSettingMenuItem.Name = "ServerSettingMenuItem";
244             this.ServerSettingMenuItem.Size = new System.Drawing.Size(180, 22);
245             this.ServerSettingMenuItem.Text = "サーバー";
246             this.ServerSettingMenuItem.Click += new System.EventHandler(this.ServerSettingMenuItem_Click);
247             // 
248             // SenderForm
249             // 
250             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
251             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
252             this.ClientSize = new System.Drawing.Size(872, 636);
253             this.Controls.Add(this.MainPanel);
254             this.Controls.Add(this.StatusSp);
255             this.Controls.Add(this.MenuStrip);
256             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
257             this.Name = "SenderForm";
258             this.Text = "マルチメール送信";
259             this.Load += new System.EventHandler(this.SenderForm_Load);
260             this.StatusSp.ResumeLayout(false);
261             this.StatusSp.PerformLayout();
262             this.MainPanel.ResumeLayout(false);
263             this.MainPanel.PerformLayout();
264             this.MenuStrip.ResumeLayout(false);
265             this.MenuStrip.PerformLayout();
266             this.ResumeLayout(false);
267             this.PerformLayout();
268
269         }
270
271         #endregion
272         private AddressControl SenderCnt;
273         private System.Windows.Forms.Label label1;
274         private System.Windows.Forms.Label label2;
275         private AddressControl ToCtl;
276         private System.Windows.Forms.Panel CCAddressPanel;
277         private System.Windows.Forms.Button AddCCBtn;
278         private System.Windows.Forms.TextBox SubjectTxt;
279         private System.Windows.Forms.Label label3;
280         private System.Windows.Forms.TextBox MessageTxt;
281         private System.Windows.Forms.ListBox AttachList;
282         private System.Windows.Forms.Label label4;
283         private System.Windows.Forms.Button SendBtn;
284         private System.Windows.Forms.StatusStrip StatusSp;
285         private System.Windows.Forms.ToolStripProgressBar StatusPrg;
286         private System.Windows.Forms.ToolStripStatusLabel StatusLbl;
287         private System.Windows.Forms.Panel MainPanel;
288         private System.Windows.Forms.MenuStrip MenuStrip;
289         private System.Windows.Forms.ToolStripMenuItem 設定ToolStripMenuItem;
290         private System.Windows.Forms.ToolStripMenuItem ServerSettingMenuItem;
291     }
292 }
293