프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / ID2.Manager.Compare / Forms / ImageView.Designer.cs @ 4142eefa

이력 | 보기 | 이력해설 | 다운로드 (8.12 KB)

1 13a36357 humkyung

2
namespace ID2.Manager.Forms
3
{
4
    partial class ImageView
5
    {
6
        /// <summary>
7
        /// Required designer variable.
8
        /// </summary>
9
        private System.ComponentModel.IContainer components = null;
10
11
        /// <summary>
12
        /// Clean up any resources being used.
13
        /// </summary>
14
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15
        protected override void Dispose(bool disposing)
16
        {
17
            if (disposing && (components != null))
18
            {
19
                components.Dispose();
20
            }
21
            base.Dispose(disposing);
22
        }
23
24
        #region Windows Form Designer generated code
25
26
        /// <summary>
27
        /// Required method for Designer support - do not modify
28
        /// the contents of this method with the code editor.
29
        /// </summary>
30
        private void InitializeComponent()
31
        {
32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageView));
33
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
34
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
35
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
36
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
37
            this.radBrowseEditorFile = new Telerik.WinControls.UI.RadBrowseEditor();
38
            this.radButtonSave = new Telerik.WinControls.UI.RadButton();
39
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
40
            this.tableLayoutPanel1.SuspendLayout();
41
            this.tableLayoutPanel2.SuspendLayout();
42
            ((System.ComponentModel.ISupportInitialize)(this.radBrowseEditorFile)).BeginInit();
43
            ((System.ComponentModel.ISupportInitialize)(this.radButtonSave)).BeginInit();
44
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
45
            this.SuspendLayout();
46
            // 
47
            // flowLayoutPanel1
48
            // 
49
            this.flowLayoutPanel1.AutoScroll = true;
50
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
51
            this.flowLayoutPanel1.Location = new System.Drawing.Point(23, 13);
52
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
53
            this.flowLayoutPanel1.Size = new System.Drawing.Size(194, 568);
54
            this.flowLayoutPanel1.TabIndex = 0;
55
            // 
56
            // pictureBox1
57
            // 
58
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
59
            this.pictureBox1.Location = new System.Drawing.Point(223, 13);
60
            this.pictureBox1.Name = "pictureBox1";
61
            this.pictureBox1.Size = new System.Drawing.Size(734, 568);
62
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
63
            this.pictureBox1.TabIndex = 1;
64
            this.pictureBox1.TabStop = false;
65
            // 
66
            // tableLayoutPanel1
67
            // 
68
            this.tableLayoutPanel1.ColumnCount = 4;
69
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
70
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
71
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
72
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
73
            this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 1);
74
            this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 2, 1);
75
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 2);
76
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
77
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
78
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
79
            this.tableLayoutPanel1.RowCount = 4;
80
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
81
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
82
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
83
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
84
            this.tableLayoutPanel1.Size = new System.Drawing.Size(980, 654);
85
            this.tableLayoutPanel1.TabIndex = 2;
86
            // 
87
            // tableLayoutPanel2
88
            // 
89
            this.tableLayoutPanel2.ColumnCount = 2;
90
            this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel2, 2);
91
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
92
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
93
            this.tableLayoutPanel2.Controls.Add(this.radBrowseEditorFile, 0, 0);
94
            this.tableLayoutPanel2.Controls.Add(this.radButtonSave, 1, 0);
95
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
96
            this.tableLayoutPanel2.Location = new System.Drawing.Point(23, 587);
97
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
98
            this.tableLayoutPanel2.RowCount = 1;
99
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
100
            this.tableLayoutPanel2.Size = new System.Drawing.Size(934, 44);
101
            this.tableLayoutPanel2.TabIndex = 2;
102
            // 
103
            // radBrowseEditorFile
104
            // 
105
            this.radBrowseEditorFile.Anchor = System.Windows.Forms.AnchorStyles.Right;
106
            this.radBrowseEditorFile.Location = new System.Drawing.Point(451, 12);
107
            this.radBrowseEditorFile.Name = "radBrowseEditorFile";
108
            this.radBrowseEditorFile.Size = new System.Drawing.Size(400, 20);
109
            this.radBrowseEditorFile.TabIndex = 0;
110
            // 
111
            // radButtonSave
112
            // 
113
            this.radButtonSave.Anchor = System.Windows.Forms.AnchorStyles.Left;
114
            this.radButtonSave.Location = new System.Drawing.Point(857, 10);
115
            this.radButtonSave.Name = "radButtonSave";
116
            this.radButtonSave.Size = new System.Drawing.Size(74, 24);
117
            this.radButtonSave.TabIndex = 1;
118
            this.radButtonSave.Text = "Save";
119
            // 
120
            // ImageView
121
            // 
122
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
123
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
124
            this.ClientSize = new System.Drawing.Size(980, 654);
125
            this.Controls.Add(this.tableLayoutPanel1);
126
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
127
            this.Name = "ImageView";
128
            this.Text = "ImageView";
129
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
130
            this.tableLayoutPanel1.ResumeLayout(false);
131
            this.tableLayoutPanel2.ResumeLayout(false);
132
            this.tableLayoutPanel2.PerformLayout();
133
            ((System.ComponentModel.ISupportInitialize)(this.radBrowseEditorFile)).EndInit();
134
            ((System.ComponentModel.ISupportInitialize)(this.radButtonSave)).EndInit();
135
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
136
            this.ResumeLayout(false);
137
138
        }
139
140
        #endregion
141
142
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
143
        private System.Windows.Forms.PictureBox pictureBox1;
144
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
145
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
146
        private Telerik.WinControls.UI.RadBrowseEditor radBrowseEditorFile;
147
        private Telerik.WinControls.UI.RadButton radButtonSave;
148
    }
149
}
클립보드 이미지 추가 (최대 크기: 500 MB)