프로젝트

일반

사용자정보

개정판 09a2e00c

ID09a2e00cca99a8c6d41af2fe265363da1f71811a
상위 88cb9898
하위 567236cd, 0c6d7318

gaqhf 이(가) 5년 이상 전에 추가함

dev issue #1224 : dev converter explorer

Change-Id: I0789b497acd26e3bd93f3522504d740ac013e0b4

차이점 보기:

DTI_PID/APIDConverter/APIDConverterExplorer.Designer.cs
28 28
        /// </summary>
29 29
        private void InitializeComponent()
30 30
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(APIDConverterExplorer));
32
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
33
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
34
            this.btnOpenConverter = new DevExpress.XtraEditors.SimpleButton();
35
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
36
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
37
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
38
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
39
            this.layoutControl1.SuspendLayout();
40
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
41
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
42
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
43
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
31 44
            this.SuspendLayout();
32 45
            // 
46
            // layoutControl1
47
            // 
48
            this.layoutControl1.Controls.Add(this.btnOpenConverter);
49
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
50
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
51
            this.layoutControl1.Name = "layoutControl1";
52
            this.layoutControl1.Root = this.Root;
53
            this.layoutControl1.Size = new System.Drawing.Size(232, 560);
54
            this.layoutControl1.TabIndex = 0;
55
            this.layoutControl1.Text = "layoutControl1";
56
            // 
57
            // Root
58
            // 
59
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
60
            this.Root.GroupBordersVisible = false;
61
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
62
            this.emptySpaceItem1,
63
            this.layoutControlGroup1});
64
            this.Root.Name = "Root";
65
            this.Root.Size = new System.Drawing.Size(232, 560);
66
            this.Root.TextVisible = false;
67
            // 
68
            // btnOpenConverter
69
            // 
70
            this.btnOpenConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnOpenConverter.ImageOptions.SvgImage")));
71
            this.btnOpenConverter.Location = new System.Drawing.Point(24, 45);
72
            this.btnOpenConverter.Name = "btnOpenConverter";
73
            this.btnOpenConverter.Size = new System.Drawing.Size(184, 36);
74
            this.btnOpenConverter.StyleController = this.layoutControl1;
75
            this.btnOpenConverter.TabIndex = 4;
76
            this.btnOpenConverter.Text = "Open Converter";
77
            this.btnOpenConverter.Click += new System.EventHandler(this.btnOpenConverter_Click);
78
            // 
79
            // layoutControlItem1
80
            // 
81
            this.layoutControlItem1.Control = this.btnOpenConverter;
82
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
83
            this.layoutControlItem1.Name = "layoutControlItem1";
84
            this.layoutControlItem1.Size = new System.Drawing.Size(188, 40);
85
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
86
            this.layoutControlItem1.TextVisible = false;
87
            // 
88
            // emptySpaceItem1
89
            // 
90
            this.emptySpaceItem1.AllowHotTrack = false;
91
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 85);
92
            this.emptySpaceItem1.Name = "emptySpaceItem1";
93
            this.emptySpaceItem1.Size = new System.Drawing.Size(212, 455);
94
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
95
            // 
96
            // layoutControlGroup1
97
            // 
98
            this.layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Card;
99
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
100
            this.layoutControlItem1});
101
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
102
            this.layoutControlGroup1.Name = "layoutControlGroup1";
103
            this.layoutControlGroup1.Size = new System.Drawing.Size(212, 85);
104
            this.layoutControlGroup1.Text = "APID Converter";
105
            // 
33 106
            // APIDConverterExplorer
34 107
            // 
35 108
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
36 109
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
110
            this.Controls.Add(this.layoutControl1);
37 111
            this.Name = "APIDConverterExplorer";
38
            this.Size = new System.Drawing.Size(258, 424);
112
            this.Size = new System.Drawing.Size(232, 560);
113
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
114
            this.layoutControl1.ResumeLayout(false);
115
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
116
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
117
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
118
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
39 119
            this.ResumeLayout(false);
40 120

  
41 121
        }
42 122

  
43 123
        #endregion
124

  
125
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
126
        private DevExpress.XtraLayout.LayoutControlGroup Root;
127
        private DevExpress.XtraEditors.SimpleButton btnOpenConverter;
128
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
129
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
130
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
44 131
    }
45 132
}

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)